d1s 0.2.1
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.
- package/README.md +7 -0
- package/dist/.next/.next/BUILD_ID +1 -0
- package/dist/.next/.next/app-build-manifest.json +109 -0
- package/dist/.next/.next/app-path-routes-manifest.json +1 -0
- package/dist/.next/.next/build-manifest.json +33 -0
- package/dist/.next/.next/cache/.rscinfo +1 -0
- package/dist/.next/.next/cache/.tsbuildinfo +1 -0
- package/dist/.next/.next/cache/webpack/client-production/0.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/1.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/2.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/index.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/index.pack.old +0 -0
- package/dist/.next/.next/cache/webpack/edge-server-production/0.pack +0 -0
- package/dist/.next/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/0.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/1.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/index.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/index.pack.old +0 -0
- package/dist/.next/.next/diagnostics/build-diagnostics.json +6 -0
- package/dist/.next/.next/diagnostics/framework.json +1 -0
- package/dist/.next/.next/export-marker.json +1 -0
- package/dist/.next/.next/images-manifest.json +1 -0
- package/dist/.next/.next/next-minimal-server.js.nft.json +1 -0
- package/dist/.next/.next/next-server.js.nft.json +1 -0
- package/dist/.next/.next/package.json +1 -0
- package/dist/.next/.next/prerender-manifest.json +1 -0
- package/dist/.next/.next/react-loadable-manifest.json +1 -0
- package/dist/.next/.next/required-server-files.json +1 -0
- package/dist/.next/.next/routes-manifest.json +1 -0
- package/dist/.next/.next/server/app/_not-found/page.js +1 -0
- package/dist/.next/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/dist/.next/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/_not-found.html +1 -0
- package/dist/.next/.next/server/app/_not-found.meta +8 -0
- package/dist/.next/.next/server/app/_not-found.rsc +16 -0
- package/dist/.next/.next/server/app/api/cloudflare/route.js +1 -0
- package/dist/.next/.next/server/app/api/cloudflare/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/cloudflare/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/databases/route.js +1 -0
- package/dist/.next/.next/server/app/api/databases/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/databases/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/migrations/sync/route.js +12 -0
- package/dist/.next/.next/server/app/api/migrations/sync/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/migrations/sync/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/migrations/sync-files/route.js +1 -0
- package/dist/.next/.next/server/app/api/migrations/sync-files/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/migrations/sync-files/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/pull-remote/confirm/route.js +1 -0
- package/dist/.next/.next/server/app/api/pull-remote/confirm/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/pull-remote/confirm/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/pull-remote/preview/route.js +1 -0
- package/dist/.next/.next/server/app/api/pull-remote/preview/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/pull-remote/preview/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/push-remote/confirm/route.js +14 -0
- package/dist/.next/.next/server/app/api/push-remote/confirm/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/push-remote/confirm/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/push-remote/preview/route.js +14 -0
- package/dist/.next/.next/server/app/api/push-remote/preview/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/push-remote/preview/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/query/route.js +8 -0
- package/dist/.next/.next/server/app/api/query/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/query/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/tables/[name]/route.js +5 -0
- package/dist/.next/.next/server/app/api/tables/[name]/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/tables/[name]/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/tables/route.js +7 -0
- package/dist/.next/.next/server/app/api/tables/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/tables/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/index.html +3 -0
- package/dist/.next/.next/server/app/index.meta +7 -0
- package/dist/.next/.next/server/app/index.rsc +20 -0
- package/dist/.next/.next/server/app/page.js +58 -0
- package/dist/.next/.next/server/app/page.js.nft.json +1 -0
- package/dist/.next/.next/server/app/page_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app-paths-manifest.json +15 -0
- package/dist/.next/.next/server/chunks/336.js +1 -0
- package/dist/.next/.next/server/chunks/627.js +6 -0
- package/dist/.next/.next/server/chunks/638.js +13 -0
- package/dist/.next/.next/server/chunks/801.js +55 -0
- package/dist/.next/.next/server/chunks/973.js +2 -0
- package/dist/.next/.next/server/chunks/992.js +3 -0
- package/dist/.next/.next/server/functions-config-manifest.json +1 -0
- package/dist/.next/.next/server/interception-route-rewrite-manifest.js +1 -0
- package/dist/.next/.next/server/middleware-build-manifest.js +1 -0
- package/dist/.next/.next/server/middleware-manifest.json +6 -0
- package/dist/.next/.next/server/middleware-react-loadable-manifest.js +1 -0
- package/dist/.next/.next/server/next-font-manifest.js +1 -0
- package/dist/.next/.next/server/next-font-manifest.json +1 -0
- package/dist/.next/.next/server/pages/404.html +1 -0
- package/dist/.next/.next/server/pages/500.html +1 -0
- package/dist/.next/.next/server/pages/_app.js +1 -0
- package/dist/.next/.next/server/pages/_app.js.nft.json +1 -0
- package/dist/.next/.next/server/pages/_document.js +1 -0
- package/dist/.next/.next/server/pages/_document.js.nft.json +1 -0
- package/dist/.next/.next/server/pages/_error.js +1 -0
- package/dist/.next/.next/server/pages/_error.js.nft.json +1 -0
- package/dist/.next/.next/server/pages-manifest.json +1 -0
- package/dist/.next/.next/server/server-reference-manifest.js +1 -0
- package/dist/.next/.next/server/server-reference-manifest.json +1 -0
- package/dist/.next/.next/server/webpack-runtime.js +1 -0
- package/dist/.next/.next/static/ODMSSwVqLoDcBgbFHUjr8/_buildManifest.js +1 -0
- package/dist/.next/.next/static/ODMSSwVqLoDcBgbFHUjr8/_ssgManifest.js +1 -0
- package/dist/.next/.next/static/chunks/422-6fa3c14fc64ad67b.js +1 -0
- package/dist/.next/.next/static/chunks/4bd1b696-8c908eb707f85a27.js +1 -0
- package/dist/.next/.next/static/chunks/517-3b698a5d3da06ff7.js +2 -0
- package/dist/.next/.next/static/chunks/692-ede418e1d28a1394.js +1 -0
- package/dist/.next/.next/static/chunks/735-c9144179c6bd7d06.js +1 -0
- package/dist/.next/.next/static/chunks/92-c4466e0f1ca8a3a8.js +1 -0
- package/dist/.next/.next/static/chunks/app/_not-found/page-b786c3dd79ad15a5.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/cloudflare/route-3458d78022185d7f.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/databases/route-64255424877a9f72.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/migrations/sync/route-03766b3afcf043ba.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/migrations/sync-files/route-02fa291c8000dadf.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/pull-remote/confirm/route-7e05bb8920127abe.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/pull-remote/preview/route-0fa15f783e8a306c.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/push-remote/confirm/route-96691f1880e4ed14.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/push-remote/preview/route-a798679c67374552.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/query/route-e90d0030a5083e20.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/tables/[name]/route-1efe63e73b480e58.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/tables/route-3772b4f480c4b4a4.js +1 -0
- package/dist/.next/.next/static/chunks/app/layout-8360fab69b848283.js +1 -0
- package/dist/.next/.next/static/chunks/app/page-75081ac7a88cb706.js +1 -0
- package/dist/.next/.next/static/chunks/framework-d29117d969504448.js +1 -0
- package/dist/.next/.next/static/chunks/main-8d0ab17774ffa031.js +1 -0
- package/dist/.next/.next/static/chunks/main-app-d36cdfb402b40f13.js +1 -0
- package/dist/.next/.next/static/chunks/pages/_app-d23763e3e6c904ff.js +1 -0
- package/dist/.next/.next/static/chunks/pages/_error-9b7125ad1a1e68fa.js +1 -0
- package/dist/.next/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
- package/dist/.next/.next/static/chunks/webpack-c76ac1e586b2802a.js +1 -0
- package/dist/.next/.next/static/css/c51a7ef325e30c16.css +3 -0
- package/dist/.next/.next/static/media/569ce4b8f30dc480-s.p.woff2 +0 -0
- package/dist/.next/.next/static/media/747892c23ea88013-s.woff2 +0 -0
- package/dist/.next/.next/static/media/93f479601ee12b01-s.p.woff2 +0 -0
- package/dist/.next/.next/static/media/ba015fad6dcf6784-s.woff2 +0 -0
- package/dist/.next/.next/trace +3 -0
- package/dist/.next/.next/types/app/api/cloudflare/route.ts +347 -0
- package/dist/.next/.next/types/app/api/databases/route.ts +347 -0
- package/dist/.next/.next/types/app/api/migrations/sync/route.ts +347 -0
- package/dist/.next/.next/types/app/api/migrations/sync-files/route.ts +347 -0
- package/dist/.next/.next/types/app/api/pull-remote/confirm/route.ts +347 -0
- package/dist/.next/.next/types/app/api/pull-remote/preview/route.ts +347 -0
- package/dist/.next/.next/types/app/api/push-remote/confirm/route.ts +347 -0
- package/dist/.next/.next/types/app/api/push-remote/preview/route.ts +347 -0
- package/dist/.next/.next/types/app/api/query/route.ts +347 -0
- package/dist/.next/.next/types/app/api/tables/[name]/route.ts +347 -0
- package/dist/.next/.next/types/app/api/tables/route.ts +347 -0
- package/dist/.next/.next/types/app/page.ts +84 -0
- package/dist/.next/.next/types/cache-life.d.ts +141 -0
- package/dist/.next/.next/types/package.json +1 -0
- package/dist/.next/BUILD_ID +1 -0
- package/dist/.next/app-build-manifest.json +109 -0
- package/dist/.next/app-path-routes-manifest.json +1 -0
- package/dist/.next/build-manifest.json +33 -0
- package/dist/.next/cache/.rscinfo +1 -0
- package/dist/.next/cache/.tsbuildinfo +1 -0
- package/dist/.next/cache/webpack/client-production/0.pack +0 -0
- package/dist/.next/cache/webpack/client-production/index.pack +0 -0
- package/dist/.next/cache/webpack/edge-server-production/0.pack +0 -0
- package/dist/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/dist/.next/cache/webpack/server-production/0.pack +0 -0
- package/dist/.next/cache/webpack/server-production/index.pack +0 -0
- package/dist/.next/diagnostics/build-diagnostics.json +6 -0
- package/dist/.next/diagnostics/framework.json +1 -0
- package/dist/.next/export-marker.json +1 -0
- package/dist/.next/images-manifest.json +1 -0
- package/dist/.next/next-minimal-server.js.nft.json +1 -0
- package/dist/.next/next-server.js.nft.json +1 -0
- package/dist/.next/package.json +1 -0
- package/dist/.next/prerender-manifest.json +1 -0
- package/dist/.next/react-loadable-manifest.json +1 -0
- package/dist/.next/required-server-files.json +1 -0
- package/dist/.next/routes-manifest.json +1 -0
- package/dist/.next/server/app/_not-found/page.js +1 -0
- package/dist/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/dist/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/_not-found.html +1 -0
- package/dist/.next/server/app/_not-found.meta +8 -0
- package/dist/.next/server/app/_not-found.rsc +16 -0
- package/dist/.next/server/app/api/cloudflare/route.js +1 -0
- package/dist/.next/server/app/api/cloudflare/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/cloudflare/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/databases/route.js +1 -0
- package/dist/.next/server/app/api/databases/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/databases/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/migrations/sync/route.js +12 -0
- package/dist/.next/server/app/api/migrations/sync/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/migrations/sync/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/migrations/sync-files/route.js +1 -0
- package/dist/.next/server/app/api/migrations/sync-files/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/migrations/sync-files/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/pull-remote/confirm/route.js +1 -0
- package/dist/.next/server/app/api/pull-remote/confirm/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/pull-remote/confirm/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/pull-remote/preview/route.js +1 -0
- package/dist/.next/server/app/api/pull-remote/preview/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/pull-remote/preview/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/push-remote/confirm/route.js +14 -0
- package/dist/.next/server/app/api/push-remote/confirm/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/push-remote/confirm/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/push-remote/preview/route.js +14 -0
- package/dist/.next/server/app/api/push-remote/preview/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/push-remote/preview/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/query/route.js +8 -0
- package/dist/.next/server/app/api/query/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/query/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/tables/[name]/route.js +5 -0
- package/dist/.next/server/app/api/tables/[name]/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/tables/[name]/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/tables/route.js +7 -0
- package/dist/.next/server/app/api/tables/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/tables/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/index.html +3 -0
- package/dist/.next/server/app/index.meta +7 -0
- package/dist/.next/server/app/index.rsc +20 -0
- package/dist/.next/server/app/page.js +58 -0
- package/dist/.next/server/app/page.js.nft.json +1 -0
- package/dist/.next/server/app/page_client-reference-manifest.js +1 -0
- package/dist/.next/server/app-paths-manifest.json +15 -0
- package/dist/.next/server/chunks/336.js +1 -0
- package/dist/.next/server/chunks/627.js +6 -0
- package/dist/.next/server/chunks/638.js +13 -0
- package/dist/.next/server/chunks/801.js +55 -0
- package/dist/.next/server/chunks/973.js +2 -0
- package/dist/.next/server/chunks/992.js +3 -0
- package/dist/.next/server/functions-config-manifest.json +1 -0
- package/dist/.next/server/interception-route-rewrite-manifest.js +1 -0
- package/dist/.next/server/middleware-build-manifest.js +1 -0
- package/dist/.next/server/middleware-manifest.json +6 -0
- package/dist/.next/server/middleware-react-loadable-manifest.js +1 -0
- package/dist/.next/server/next-font-manifest.js +1 -0
- package/dist/.next/server/next-font-manifest.json +1 -0
- package/dist/.next/server/pages/404.html +1 -0
- package/dist/.next/server/pages/500.html +1 -0
- package/dist/.next/server/pages/_app.js +1 -0
- package/dist/.next/server/pages/_app.js.nft.json +1 -0
- package/dist/.next/server/pages/_document.js +1 -0
- package/dist/.next/server/pages/_document.js.nft.json +1 -0
- package/dist/.next/server/pages/_error.js +1 -0
- package/dist/.next/server/pages/_error.js.nft.json +1 -0
- package/dist/.next/server/pages-manifest.json +1 -0
- package/dist/.next/server/server-reference-manifest.js +1 -0
- package/dist/.next/server/server-reference-manifest.json +1 -0
- package/dist/.next/server/webpack-runtime.js +1 -0
- package/dist/.next/static/OmPVuV0d1lrcjSBQzxkdH/_buildManifest.js +1 -0
- package/dist/.next/static/OmPVuV0d1lrcjSBQzxkdH/_ssgManifest.js +1 -0
- package/dist/.next/static/chunks/422-6fa3c14fc64ad67b.js +1 -0
- package/dist/.next/static/chunks/4bd1b696-8c908eb707f85a27.js +1 -0
- package/dist/.next/static/chunks/517-3b698a5d3da06ff7.js +2 -0
- package/dist/.next/static/chunks/692-ede418e1d28a1394.js +1 -0
- package/dist/.next/static/chunks/735-c9144179c6bd7d06.js +1 -0
- package/dist/.next/static/chunks/92-c4466e0f1ca8a3a8.js +1 -0
- package/dist/.next/static/chunks/app/_not-found/page-b786c3dd79ad15a5.js +1 -0
- package/dist/.next/static/chunks/app/api/cloudflare/route-3458d78022185d7f.js +1 -0
- package/dist/.next/static/chunks/app/api/databases/route-64255424877a9f72.js +1 -0
- package/dist/.next/static/chunks/app/api/migrations/sync/route-03766b3afcf043ba.js +1 -0
- package/dist/.next/static/chunks/app/api/migrations/sync-files/route-02fa291c8000dadf.js +1 -0
- package/dist/.next/static/chunks/app/api/pull-remote/confirm/route-7e05bb8920127abe.js +1 -0
- package/dist/.next/static/chunks/app/api/pull-remote/preview/route-0fa15f783e8a306c.js +1 -0
- package/dist/.next/static/chunks/app/api/push-remote/confirm/route-96691f1880e4ed14.js +1 -0
- package/dist/.next/static/chunks/app/api/push-remote/preview/route-a798679c67374552.js +1 -0
- package/dist/.next/static/chunks/app/api/query/route-e90d0030a5083e20.js +1 -0
- package/dist/.next/static/chunks/app/api/tables/[name]/route-1efe63e73b480e58.js +1 -0
- package/dist/.next/static/chunks/app/api/tables/route-3772b4f480c4b4a4.js +1 -0
- package/dist/.next/static/chunks/app/layout-8360fab69b848283.js +1 -0
- package/dist/.next/static/chunks/app/page-75081ac7a88cb706.js +1 -0
- package/dist/.next/static/chunks/framework-d29117d969504448.js +1 -0
- package/dist/.next/static/chunks/main-8d0ab17774ffa031.js +1 -0
- package/dist/.next/static/chunks/main-app-d36cdfb402b40f13.js +1 -0
- package/dist/.next/static/chunks/pages/_app-d23763e3e6c904ff.js +1 -0
- package/dist/.next/static/chunks/pages/_error-9b7125ad1a1e68fa.js +1 -0
- package/dist/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
- package/dist/.next/static/chunks/webpack-c76ac1e586b2802a.js +1 -0
- package/dist/.next/static/css/c51a7ef325e30c16.css +3 -0
- package/dist/.next/static/media/569ce4b8f30dc480-s.p.woff2 +0 -0
- package/dist/.next/static/media/747892c23ea88013-s.woff2 +0 -0
- package/dist/.next/static/media/93f479601ee12b01-s.p.woff2 +0 -0
- package/dist/.next/static/media/ba015fad6dcf6784-s.woff2 +0 -0
- package/dist/.next/trace +13 -0
- package/dist/.next/types/app/api/cloudflare/route.ts +347 -0
- package/dist/.next/types/app/api/databases/route.ts +347 -0
- package/dist/.next/types/app/api/migrations/sync/route.ts +347 -0
- package/dist/.next/types/app/api/migrations/sync-files/route.ts +347 -0
- package/dist/.next/types/app/api/pull-remote/confirm/route.ts +347 -0
- package/dist/.next/types/app/api/pull-remote/preview/route.ts +347 -0
- package/dist/.next/types/app/api/push-remote/confirm/route.ts +347 -0
- package/dist/.next/types/app/api/push-remote/preview/route.ts +347 -0
- package/dist/.next/types/app/api/query/route.ts +347 -0
- package/dist/.next/types/app/api/tables/[name]/route.ts +347 -0
- package/dist/.next/types/app/api/tables/route.ts +347 -0
- package/dist/.next/types/app/page.ts +84 -0
- package/dist/.next/types/cache-life.d.ts +141 -0
- package/dist/.next/types/package.json +1 -0
- package/dist/app/api/cloudflare/route.js +146 -0
- package/dist/app/api/databases/route.js +72 -0
- package/dist/app/api/migrations/sync/route.js +172 -0
- package/dist/app/api/migrations/sync-files/route.js +172 -0
- package/dist/app/api/pull-remote/confirm/route.js +277 -0
- package/dist/app/api/pull-remote/preview/route.js +143 -0
- package/dist/app/api/push-remote/confirm/route.js +196 -0
- package/dist/app/api/push-remote/preview/route.js +178 -0
- package/dist/app/api/query/route.js +160 -0
- package/dist/app/api/tables/[name]/route.js +173 -0
- package/dist/app/api/tables/route.js +174 -0
- package/dist/app/app/api/cloudflare/route.js +146 -0
- package/dist/app/app/api/databases/route.js +72 -0
- package/dist/app/app/api/migrations/sync/route.js +172 -0
- package/dist/app/app/api/migrations/sync-files/route.js +172 -0
- package/dist/app/app/api/pull-remote/confirm/route.js +277 -0
- package/dist/app/app/api/pull-remote/preview/route.js +143 -0
- package/dist/app/app/api/push-remote/confirm/route.js +196 -0
- package/dist/app/app/api/push-remote/preview/route.js +178 -0
- package/dist/app/app/api/query/route.js +160 -0
- package/dist/app/app/api/tables/[name]/route.js +173 -0
- package/dist/app/app/api/tables/route.js +174 -0
- package/dist/app/app/globals.css +93 -0
- package/dist/app/app/layout.jsx +35 -0
- package/dist/app/app/page.jsx +37 -0
- package/dist/app/globals.css +93 -0
- package/dist/app/layout.jsx +35 -0
- package/dist/app/page.jsx +37 -0
- package/dist/d1-studio.js +344 -0
- package/dist/lib/database-queue.js +33 -0
- package/dist/lib/error.js +20 -0
- package/dist/lib/find-wrangler-config.js +67 -0
- package/dist/lib/license.js +99 -0
- package/dist/lib/migrations.js +415 -0
- package/dist/lib/parse-sql-error.js +200 -0
- package/dist/lib/request-deduplication.js +24 -0
- package/dist/lib/schema-operations.js +103 -0
- package/dist/lib/sql-error-types.js +14 -0
- package/dist/lib/sql-operations.js +557 -0
- package/dist/lib/utils.js +6 -0
- package/next.config.mjs +18 -0
- package/package.json +97 -0
- package/postcss.config.mjs +8 -0
- package/scripts/studio.js +344 -0
- package/scripts/test.js +168 -0
- package/src/app/api/cloudflare/route.js +146 -0
- package/src/app/api/databases/route.js +72 -0
- package/src/app/api/migrations/sync/route.js +172 -0
- package/src/app/api/migrations/sync-files/route.js +172 -0
- package/src/app/api/pull-remote/confirm/route.js +277 -0
- package/src/app/api/pull-remote/preview/route.js +143 -0
- package/src/app/api/push-remote/confirm/route.js +196 -0
- package/src/app/api/push-remote/preview/route.js +178 -0
- package/src/app/api/query/route.js +160 -0
- package/src/app/api/tables/[name]/route.js +173 -0
- package/src/app/api/tables/route.js +174 -0
- package/src/app/globals.css +93 -0
- package/src/app/layout.jsx +35 -0
- package/src/app/page.jsx +37 -0
- package/src/components/cloudflare-credentials-modal.jsx +94 -0
- package/src/components/column-selector.jsx +133 -0
- package/src/components/column-sorting.jsx +65 -0
- package/src/components/delete-records-dialog.jsx +64 -0
- package/src/components/download-button.jsx +205 -0
- package/src/components/edit-error-alert.jsx +30 -0
- package/src/components/editable-cell.jsx +163 -0
- package/src/components/editable-row.jsx +169 -0
- package/src/components/environment-handler.jsx +278 -0
- package/src/components/environment-select.jsx +59 -0
- package/src/components/pull-preview-toast.jsx +188 -0
- package/src/components/push-error-alert.jsx +72 -0
- package/src/components/push-preview-toast.jsx +183 -0
- package/src/components/query-results.jsx +112 -0
- package/src/components/refresh-button.jsx +61 -0
- package/src/components/resize-columns.jsx +101 -0
- package/src/components/sidebar.jsx +236 -0
- package/src/components/sql-editor.jsx +411 -0
- package/src/components/sql-error-display.jsx +167 -0
- package/src/components/sync-migrations-button.jsx +87 -0
- package/src/components/table-error-dialog.jsx +65 -0
- package/src/components/table-toolbar.jsx +285 -0
- package/src/components/table-view.jsx +843 -0
- package/src/components/ui/alert.jsx +47 -0
- package/src/components/ui/button.jsx +48 -0
- package/src/components/ui/card.jsx +50 -0
- package/src/components/ui/checkbox.jsx +24 -0
- package/src/components/ui/collapsible.jsx +11 -0
- package/src/components/ui/dialog.jsx +96 -0
- package/src/components/ui/dropdown-menu.jsx +158 -0
- package/src/components/ui/input.jsx +19 -0
- package/src/components/ui/scroll-area.jsx +40 -0
- package/src/components/ui/select.jsx +121 -0
- package/src/components/ui/separator.jsx +25 -0
- package/src/components/ui/sheet.jsx +109 -0
- package/src/components/ui/sidebar.jsx +620 -0
- package/src/components/ui/skeleton.jsx +14 -0
- package/src/components/ui/table.jsx +86 -0
- package/src/components/ui/tabs.jsx +43 -0
- package/src/components/ui/toast.jsx +86 -0
- package/src/components/ui/toaster.jsx +35 -0
- package/src/components/ui/tooltip.jsx +28 -0
- package/src/context/database-context.js +510 -0
- package/src/hooks/use-mobile.jsx +19 -0
- package/src/hooks/use-sql-error.ts +23 -0
- package/src/hooks/use-toast.js +155 -0
- package/src/lib/database-queue.js +33 -0
- package/src/lib/error.js +20 -0
- package/src/lib/find-wrangler-config.js +67 -0
- package/src/lib/license.js +99 -0
- package/src/lib/migrations.js +415 -0
- package/src/lib/parse-sql-error.js +200 -0
- package/src/lib/request-deduplication.js +24 -0
- package/src/lib/schema-operations.js +103 -0
- package/src/lib/sql-error-types.js +14 -0
- package/src/lib/sql-operations.js +557 -0
- package/src/lib/utils.js +6 -0
package/dist/.next/trace
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
[{"name":"generate-buildid","duration":79,"timestamp":82344996845,"id":4,"parentId":1,"tags":{},"startTime":1740021524114,"traceId":"9c2ce129ce7fd6f2"},{"name":"load-custom-routes","duration":111,"timestamp":82344996960,"id":5,"parentId":1,"tags":{},"startTime":1740021524114,"traceId":"9c2ce129ce7fd6f2"},{"name":"create-dist-dir","duration":269,"timestamp":82345024605,"id":6,"parentId":1,"tags":{},"startTime":1740021524142,"traceId":"9c2ce129ce7fd6f2"},{"name":"create-pages-mapping","duration":79,"timestamp":82345025647,"id":7,"parentId":1,"tags":{},"startTime":1740021524142,"traceId":"9c2ce129ce7fd6f2"},{"name":"collect-app-paths","duration":1134,"timestamp":82345025737,"id":8,"parentId":1,"tags":{},"startTime":1740021524143,"traceId":"9c2ce129ce7fd6f2"},{"name":"create-app-mapping","duration":541,"timestamp":82345026882,"id":9,"parentId":1,"tags":{},"startTime":1740021524144,"traceId":"9c2ce129ce7fd6f2"},{"name":"public-dir-conflict-check","duration":278,"timestamp":82345027582,"id":10,"parentId":1,"tags":{},"startTime":1740021524144,"traceId":"9c2ce129ce7fd6f2"},{"name":"generate-routes-manifest","duration":970,"timestamp":82345027938,"id":11,"parentId":1,"tags":{},"startTime":1740021524145,"traceId":"9c2ce129ce7fd6f2"},{"name":"create-entrypoints","duration":50451,"timestamp":82345066195,"id":14,"parentId":1,"tags":{},"startTime":1740021524183,"traceId":"9c2ce129ce7fd6f2"},{"name":"generate-webpack-config","duration":158928,"timestamp":82345116673,"id":15,"parentId":13,"tags":{},"startTime":1740021524233,"traceId":"9c2ce129ce7fd6f2"},{"name":"next-trace-entrypoint-plugin","duration":1005,"timestamp":82345321618,"id":17,"parentId":16,"tags":{},"startTime":1740021524438,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":9559,"timestamp":82345372578,"id":50,"parentId":31,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!","layer":null},"startTime":1740021524489,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":16578,"timestamp":82345367011,"id":37,"parentId":19,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fdatabases%2Froute&name=app%2Fapi%2Fdatabases%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdatabases%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdatabases%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740021524484,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":13269,"timestamp":82345371335,"id":38,"parentId":20,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fmigrations%2Fsync-files%2Froute&name=app%2Fapi%2Fmigrations%2Fsync-files%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Fsync-files%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Fsync-files%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740021524488,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":13617,"timestamp":82345371743,"id":40,"parentId":22,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fcloudflare%2Froute&name=app%2Fapi%2Fcloudflare%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcloudflare%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcloudflare%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740021524489,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":14161,"timestamp":82345371907,"id":42,"parentId":24,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fpull-remote%2Fconfirm%2Froute&name=app%2Fapi%2Fpull-remote%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-remote%2Fconfirm%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-remote%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740021524489,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":15383,"timestamp":82345371964,"id":43,"parentId":25,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fpull-remote%2Fpreview%2Froute&name=app%2Fapi%2Fpull-remote%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-remote%2Fpreview%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-remote%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740021524489,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":15728,"timestamp":82345372150,"id":44,"parentId":26,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fpush-remote%2Fconfirm%2Froute&name=app%2Fapi%2Fpush-remote%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fconfirm%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush-remote%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740021524489,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":16513,"timestamp":82345371845,"id":41,"parentId":23,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fmigrations%2Fsync%2Froute&name=app%2Fapi%2Fmigrations%2Fsync%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Fsync%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Fsync%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740021524489,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":16835,"timestamp":82345372234,"id":45,"parentId":27,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fpush-remote%2Fpreview%2Froute&name=app%2Fapi%2Fpush-remote%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fpreview%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush-remote%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740021524489,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":17393,"timestamp":82345372343,"id":46,"parentId":28,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fquery%2Froute&name=app%2Fapi%2Fquery%2Froute&pagePath=private-next-app-dir%2Fapi%2Fquery%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fquery%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740021524489,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":17794,"timestamp":82345372436,"id":47,"parentId":30,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Ftables%2Froute&name=app%2Fapi%2Ftables%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740021524489,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":18259,"timestamp":82345372478,"id":48,"parentId":32,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Ftables%2F%5Bname%5D%2Froute&name=app%2Fapi%2Ftables%2F%5Bname%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2F%5Bname%5D%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2F%5Bname%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740021524489,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":26650,"timestamp":82345371433,"id":39,"parentId":21,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740021524488,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":32947,"timestamp":82345372521,"id":49,"parentId":33,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.jsx&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1740021524489,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":46986,"timestamp":82345365632,"id":35,"parentId":29,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/pages/_app.js","layer":null},"startTime":1740021524482,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":59262,"timestamp":82345366942,"id":36,"parentId":34,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/pages/_document.js","layer":null},"startTime":1740021524484,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3559,"timestamp":82345427328,"id":51,"parentId":50,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/pages/_error.js","layer":null},"startTime":1740021524544,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":116,"timestamp":82345431118,"id":55,"parentId":35,"tags":{"name":"react/jsx-runtime","layer":null},"startTime":1740021524548,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":11,"timestamp":82345431245,"id":56,"parentId":35,"tags":{"name":"react","layer":null},"startTime":1740021524548,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6908,"timestamp":82345427393,"id":52,"parentId":50,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-kind.js","layer":null},"startTime":1740021524544,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":7174,"timestamp":82345427529,"id":54,"parentId":50,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/pages/module.compiled.js","layer":null},"startTime":1740021524544,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":7508,"timestamp":82345427509,"id":53,"parentId":50,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/templates/helpers.js","layer":null},"startTime":1740021524544,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":14,"timestamp":82345436671,"id":60,"parentId":54,"tags":{"name":"next/dist/compiled/next-server/pages.runtime.prod.js","layer":null},"startTime":1740021524553,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2139,"timestamp":82345437812,"id":65,"parentId":37,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-kind.js","layer":"rsc"},"startTime":1740021524555,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6311,"timestamp":82345435112,"id":58,"parentId":36,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/utils.js","layer":null},"startTime":1740021524552,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6918,"timestamp":82345435077,"id":57,"parentId":36,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/htmlescape.js","layer":null},"startTime":1740021524552,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4870,"timestamp":82345438493,"id":70,"parentId":39,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/error-boundary.js","layer":"rsc"},"startTime":1740021524555,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5200,"timestamp":82345438612,"id":72,"parentId":39,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/forbidden-error.js","layer":"rsc"},"startTime":1740021524555,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5613,"timestamp":82345438639,"id":73,"parentId":39,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/unauthorized-error.js","layer":"rsc"},"startTime":1740021524555,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6010,"timestamp":82345438579,"id":71,"parentId":39,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/not-found-error.js","layer":"rsc"},"startTime":1740021524555,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9542,"timestamp":82345436055,"id":59,"parentId":36,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/get-page-files.js","layer":null},"startTime":1740021524553,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3512,"timestamp":82345442272,"id":76,"parentId":36,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":null},"startTime":1740021524559,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6434,"timestamp":82345442170,"id":75,"parentId":36,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/constants.js","layer":null},"startTime":1740021524559,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8240,"timestamp":82345442108,"id":74,"parentId":35,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/utils.js","layer":null},"startTime":1740021524559,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9844,"timestamp":82345442293,"id":77,"parentId":51,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/head.js","layer":null},"startTime":1740021524559,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":16232,"timestamp":82345436693,"id":61,"parentId":36,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/is-error.js","layer":null},"startTime":1740021524553,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":16750,"timestamp":82345436713,"id":62,"parentId":36,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/pretty-bytes.js","layer":null},"startTime":1740021524554,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":18805,"timestamp":82345436731,"id":63,"parentId":36,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/trace/tracer.js","layer":null},"startTime":1740021524554,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":18967,"timestamp":82345436797,"id":64,"parentId":36,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/trace/utils.js","layer":null},"startTime":1740021524554,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":26225,"timestamp":82345438268,"id":66,"parentId":37,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1740021524555,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":27280,"timestamp":82345438443,"id":69,"parentId":39,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/entry-base.js","layer":"rsc"},"startTime":1740021524555,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":27807,"timestamp":82345438325,"id":67,"parentId":37,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-route/module.compiled.js","layer":"rsc"},"startTime":1740021524555,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":28036,"timestamp":82345438383,"id":68,"parentId":39,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1740021524555,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4163,"timestamp":82345467711,"id":79,"parentId":37,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/api/databases/route.js","layer":"rsc"},"startTime":1740021524585,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4764,"timestamp":82345468117,"id":80,"parentId":47,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/api/tables/route.js","layer":"rsc"},"startTime":1740021524585,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":5537,"timestamp":82345467608,"id":78,"parentId":39,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/layout.jsx","layer":"rsc"},"startTime":1740021524584,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3851,"timestamp":82345474230,"id":81,"parentId":40,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/api/cloudflare/route.js","layer":"rsc"},"startTime":1740021524591,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":15,"timestamp":82345478239,"id":84,"parentId":67,"tags":{"name":"next/dist/compiled/next-server/app-route.runtime.prod.js","layer":null},"startTime":1740021524595,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6,"timestamp":82345478263,"id":85,"parentId":68,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.prod.js","layer":null},"startTime":1740021524595,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3854,"timestamp":82345478273,"id":86,"parentId":66,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/trace/tracer.js","layer":"rsc"},"startTime":1740021524595,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9674,"timestamp":82345474329,"id":82,"parentId":46,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/api/query/route.js","layer":"rsc"},"startTime":1740021524591,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11032,"timestamp":82345474384,"id":83,"parentId":48,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/api/tables/[name]/route.js","layer":"rsc"},"startTime":1740021524591,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10610,"timestamp":82345478411,"id":88,"parentId":41,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/api/migrations/sync/route.js","layer":"rsc"},"startTime":1740021524595,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11505,"timestamp":82345478353,"id":87,"parentId":38,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/api/migrations/sync-files/route.js","layer":"rsc"},"startTime":1740021524595,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":12612,"timestamp":82345478472,"id":89,"parentId":42,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/api/pull-remote/confirm/route.js","layer":"rsc"},"startTime":1740021524595,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":15,"timestamp":82345498426,"id":90,"parentId":80,"tags":{"name":"util","layer":null},"startTime":1740021524615,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":5,"timestamp":82345498451,"id":91,"parentId":80,"tags":{"name":"child_process","layer":null},"startTime":1740021524615,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3097,"timestamp":82345498580,"id":94,"parentId":75,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":null},"startTime":1740021524615,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3382,"timestamp":82345498560,"id":93,"parentId":61,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/is-plain-object.js","layer":null},"startTime":1740021524615,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3458,"timestamp":82345498626,"id":97,"parentId":63,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/is-thenable.js","layer":null},"startTime":1740021524615,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3953,"timestamp":82345498596,"id":95,"parentId":77,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/side-effect.js","layer":null},"startTime":1740021524615,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4089,"timestamp":82345498612,"id":96,"parentId":77,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/amp-mode.js","layer":null},"startTime":1740021524615,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5142,"timestamp":82345498462,"id":92,"parentId":43,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/api/pull-remote/preview/route.js","layer":"rsc"},"startTime":1740021524615,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5989,"timestamp":82345498706,"id":100,"parentId":45,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/api/push-remote/preview/route.js","layer":"rsc"},"startTime":1740021524616,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":7292,"timestamp":82345498757,"id":101,"parentId":44,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/api/push-remote/confirm/route.js","layer":"rsc"},"startTime":1740021524616,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-external","duration":14,"timestamp":82345507515,"id":113,"parentId":69,"tags":{"name":"../app-render/work-async-storage.external","layer":null},"startTime":1740021524624,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-external","duration":6,"timestamp":82345507534,"id":114,"parentId":69,"tags":{"name":"./work-unit-async-storage.external","layer":null},"startTime":1740021524624,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-external","duration":6,"timestamp":82345507545,"id":115,"parentId":69,"tags":{"name":"../app-render/action-async-storage.external","layer":null},"startTime":1740021524624,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8856,"timestamp":82345506748,"id":102,"parentId":59,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js","layer":null},"startTime":1740021524624,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":15,"timestamp":82345515721,"id":121,"parentId":88,"tags":{"name":"fs/promises","layer":null},"startTime":1740021524633,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":6,"timestamp":82345515742,"id":122,"parentId":88,"tags":{"name":"path","layer":null},"startTime":1740021524633,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11986,"timestamp":82345506852,"id":103,"parentId":59,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":null},"startTime":1740021524624,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11462,"timestamp":82345507496,"id":112,"parentId":69,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1740021524624,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11492,"timestamp":82345507555,"id":116,"parentId":69,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/client-page.js","layer":"rsc"},"startTime":1740021524624,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":12562,"timestamp":82345506903,"id":104,"parentId":72,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"rsc"},"startTime":1740021524624,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":12108,"timestamp":82345507574,"id":117,"parentId":69,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/client-segment.js","layer":"rsc"},"startTime":1740021524624,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":12681,"timestamp":82345507594,"id":118,"parentId":69,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1740021524624,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":12957,"timestamp":82345507478,"id":111,"parentId":69,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/layout-router.js","layer":"rsc"},"startTime":1740021524624,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":12824,"timestamp":82345507690,"id":120,"parentId":69,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"rsc"},"startTime":1740021524624,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":5537,"timestamp":82345515821,"id":124,"parentId":49,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/page.jsx","layer":"rsc"},"startTime":1740021524633,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5764,"timestamp":82345515755,"id":123,"parentId":86,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/is-thenable.js","layer":"rsc"},"startTime":1740021524633,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5830,"timestamp":82345515872,"id":125,"parentId":77,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":null},"startTime":1740021524633,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":26464,"timestamp":82345498683,"id":99,"parentId":63,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/trace/constants.js","layer":null},"startTime":1740021524615,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":27136,"timestamp":82345498639,"id":98,"parentId":66,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/trace/constants.js","layer":"rsc"},"startTime":1740021524615,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":28520,"timestamp":82345507340,"id":108,"parentId":66,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"rsc"},"startTime":1740021524624,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":29610,"timestamp":82345506980,"id":105,"parentId":66,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/constants.js","layer":"rsc"},"startTime":1740021524624,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":29612,"timestamp":82345507290,"id":107,"parentId":66,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/scheduler.js","layer":"rsc"},"startTime":1740021524624,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":30095,"timestamp":82345507387,"id":109,"parentId":66,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/dedupe-fetch.js","layer":"rsc"},"startTime":1740021524624,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":30493,"timestamp":82345507182,"id":106,"parentId":66,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"rsc"},"startTime":1740021524624,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":30474,"timestamp":82345507433,"id":110,"parentId":66,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/clone-response.js","layer":"rsc"},"startTime":1740021524624,"traceId":"9c2ce129ce7fd6f2"}]
|
|
2
|
+
[{"name":"build-module-js","duration":32825,"timestamp":82345507641,"id":119,"parentId":69,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/collect-segment-data.js","layer":"rsc"},"startTime":1740021524624,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":24084,"timestamp":82345522468,"id":128,"parentId":69,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/metadata.js","layer":"rsc"},"startTime":1740021524639,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":25885,"timestamp":82345522402,"id":127,"parentId":69,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request/params.js","layer":"rsc"},"startTime":1740021524639,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":26182,"timestamp":82345522681,"id":132,"parentId":69,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1740021524639,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":26391,"timestamp":82345522627,"id":131,"parentId":69,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1740021524639,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":29982,"timestamp":82345522279,"id":126,"parentId":69,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request/search-params.js","layer":"rsc"},"startTime":1740021524639,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":30072,"timestamp":82345522577,"id":130,"parentId":69,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1740021524639,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10852,"timestamp":82345544705,"id":133,"parentId":102,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":null},"startTime":1740021524661,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":36072,"timestamp":82345522527,"id":129,"parentId":69,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/metadata-boundary.js","layer":"rsc"},"startTime":1740021524639,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4849,"timestamp":82345563378,"id":134,"parentId":103,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":null},"startTime":1740021524680,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5521,"timestamp":82345567628,"id":138,"parentId":109,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/invariant-error.js","layer":"rsc"},"startTime":1740021524684,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6084,"timestamp":82345567499,"id":136,"parentId":108,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1740021524684,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5044,"timestamp":82345570292,"id":145,"parentId":128,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"rsc"},"startTime":1740021524687,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":13481,"timestamp":82345563455,"id":135,"parentId":119,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/api/constants.js","layer":"rsc"},"startTime":1740021524680,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11745,"timestamp":82345567568,"id":137,"parentId":108,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"rsc"},"startTime":1740021524684,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11835,"timestamp":82345567652,"id":139,"parentId":70,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js","layer":"rsc"},"startTime":1740021524684,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-css","duration":465,"timestamp":82345580585,"id":156,"parentId":78,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/globals.css","layer":"rsc"},"startTime":1740021524697,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11964,"timestamp":82345570166,"id":142,"parentId":77,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js","layer":null},"startTime":1740021524687,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":12070,"timestamp":82345570152,"id":141,"parentId":77,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/pages/vendored/contexts/amp-context.js","layer":null},"startTime":1740021524687,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":12171,"timestamp":82345570129,"id":140,"parentId":36,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js","layer":null},"startTime":1740021524687,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":13938,"timestamp":82345570182,"id":143,"parentId":119,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"rsc"},"startTime":1740021524687,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":16443,"timestamp":82345570244,"id":144,"parentId":128,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/resolve-metadata.js","layer":"rsc"},"startTime":1740021524687,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":23280,"timestamp":82345575553,"id":146,"parentId":63,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":null},"startTime":1740021524692,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":28856,"timestamp":82345575579,"id":147,"parentId":86,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1740021524692,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":30817,"timestamp":82345575644,"id":148,"parentId":66,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/response-cache/index.js","layer":"rsc"},"startTime":1740021524692,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":31439,"timestamp":82345575693,"id":149,"parentId":127,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request/utils.js","layer":"rsc"},"startTime":1740021524692,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":32575,"timestamp":82345575738,"id":150,"parentId":127,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"rsc"},"startTime":1740021524693,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":31852,"timestamp":82345577355,"id":155,"parentId":128,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/generate/meta.js","layer":"rsc"},"startTime":1740021524694,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":32788,"timestamp":82345577258,"id":153,"parentId":128,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/generate/opengraph.js","layer":"rsc"},"startTime":1740021524694,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":33762,"timestamp":82345577127,"id":151,"parentId":128,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/generate/basic.js","layer":"rsc"},"startTime":1740021524694,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":33993,"timestamp":82345577205,"id":152,"parentId":128,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/generate/icons.js","layer":"rsc"},"startTime":1740021524694,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":34172,"timestamp":82345577307,"id":154,"parentId":128,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/generate/alternate.js","layer":"rsc"},"startTime":1740021524694,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":12285,"timestamp":82345604870,"id":157,"parentId":135,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/constants.js","layer":"rsc"},"startTime":1740021524722,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5166,"timestamp":82345619557,"id":162,"parentId":82,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/migrations.js","layer":"rsc"},"startTime":1740021524736,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":22038,"timestamp":82345604967,"id":158,"parentId":69,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server-edge.js","layer":"rsc"},"startTime":1740021524722,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":22066,"timestamp":82345605030,"id":159,"parentId":69,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static-edge.js","layer":"rsc"},"startTime":1740021524722,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5327,"timestamp":82345621975,"id":164,"parentId":102,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/index.js","layer":null},"startTime":1740021524739,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5203,"timestamp":82345622284,"id":171,"parentId":144,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/segment.js","layer":"rsc"},"startTime":1740021524739,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5845,"timestamp":82345621909,"id":163,"parentId":79,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/find-wrangler-config.js","layer":"rsc"},"startTime":1740021524739,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":16758,"timestamp":82345613242,"id":161,"parentId":72,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js","layer":"rsc"},"startTime":1740021524730,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":17094,"timestamp":82345613135,"id":160,"parentId":127,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"rsc"},"startTime":1740021524730,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2322,"timestamp":82345628288,"id":173,"parentId":157,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"rsc"},"startTime":1740021524745,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-external","duration":28,"timestamp":82345631422,"id":185,"parentId":149,"tags":{"name":"../app-render/after-task-async-storage.external","layer":null},"startTime":1740021524748,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3453,"timestamp":82345630870,"id":177,"parentId":89,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/schema-operations.js","layer":"rsc"},"startTime":1740021524748,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4329,"timestamp":82345630697,"id":175,"parentId":82,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/parse-sql-error.js","layer":"rsc"},"startTime":1740021524747,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":13,"timestamp":82345635102,"id":188,"parentId":162,"tags":{"name":"crypto","layer":null},"startTime":1740021524752,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":13989,"timestamp":82345622047,"id":166,"parentId":143,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/stream-utils/encodedTags.js","layer":"rsc"},"startTime":1740021524739,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":14063,"timestamp":82345622095,"id":167,"parentId":144,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/interop-default.js","layer":"rsc"},"startTime":1740021524739,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":14283,"timestamp":82345622144,"id":168,"parentId":143,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"rsc"},"startTime":1740021524739,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":14587,"timestamp":82345621994,"id":165,"parentId":143,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/detached-promise.js","layer":"rsc"},"startTime":1740021524739,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":14616,"timestamp":82345622238,"id":170,"parentId":144,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/app-dir-module.js","layer":"rsc"},"startTime":1740021524739,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":14760,"timestamp":82345622304,"id":172,"parentId":144,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/generate/utils.js","layer":"rsc"},"startTime":1740021524739,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":15380,"timestamp":82345622191,"id":169,"parentId":144,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/default-metadata.js","layer":"rsc"},"startTime":1740021524739,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9446,"timestamp":82345630780,"id":176,"parentId":82,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/sql-operations.js","layer":"rsc"},"startTime":1740021524748,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":7907,"timestamp":82345635121,"id":189,"parentId":83,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/database-queue.js","layer":"rsc"},"startTime":1740021524752,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":14913,"timestamp":82345628339,"id":174,"parentId":108,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js","layer":"rsc"},"startTime":1740021524745,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":16226,"timestamp":82345631193,"id":182,"parentId":148,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/batcher.js","layer":"rsc"},"startTime":1740021524748,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":16404,"timestamp":82345631245,"id":183,"parentId":148,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/response-cache/types.js","layer":"rsc"},"startTime":1740021524748,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":16719,"timestamp":82345631315,"id":184,"parentId":148,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/response-cache/utils.js","layer":"rsc"},"startTime":1740021524748,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":16719,"timestamp":82345631462,"id":186,"parentId":155,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/non-nullable.js","layer":"rsc"},"startTime":1740021524748,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":17446,"timestamp":82345630973,"id":179,"parentId":144,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js","layer":"rsc"},"startTime":1740021524748,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":17579,"timestamp":82345631066,"id":181,"parentId":144,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js","layer":"rsc"},"startTime":1740021524748,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":17267,"timestamp":82345631536,"id":187,"parentId":151,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/constants.js","layer":"rsc"},"startTime":1740021524748,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":18389,"timestamp":82345631021,"id":180,"parentId":144,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js","layer":"rsc"},"startTime":1740021524748,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":18995,"timestamp":82345630923,"id":178,"parentId":144,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js","layer":"rsc"},"startTime":1740021524748,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5991,"timestamp":82345646517,"id":195,"parentId":164,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":null},"startTime":1740021524763,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6793,"timestamp":82345646490,"id":194,"parentId":164,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":null},"startTime":1740021524763,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":18616,"timestamp":82345635190,"id":190,"parentId":144,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/output/log.js","layer":"rsc"},"startTime":1740021524752,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3742,"timestamp":82345650363,"id":196,"parentId":78,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/context/database-context.js","layer":"rsc"},"startTime":1740021524767,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":15418,"timestamp":82345641770,"id":191,"parentId":119,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react-server-dom-webpack/client.edge.js","layer":"rsc"},"startTime":1740021524759,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-cjs","duration":38736,"timestamp":82345657396,"id":197,"parentId":35,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","layer":null},"startTime":1740021524774,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-cjs","duration":38884,"timestamp":82345657516,"id":199,"parentId":77,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs","layer":null},"startTime":1740021524774,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":39284,"timestamp":82345657434,"id":198,"parentId":104,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"rsc"},"startTime":1740021524774,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":371516,"timestamp":82345325277,"id":29,"parentId":18,"tags":{"request":"next/dist/pages/_app"},"startTime":1740021524442,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":2237,"timestamp":82345695086,"id":210,"parentId":78,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/toaster.jsx","layer":"rsc"},"startTime":1740021524812,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4190,"timestamp":82345693332,"id":204,"parentId":79,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/api/server.js","layer":"rsc"},"startTime":1740021524810,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4285,"timestamp":82345694405,"id":205,"parentId":178,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/url.js","layer":"rsc"},"startTime":1740021524811,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4632,"timestamp":82345694521,"id":207,"parentId":184,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/render-result.js","layer":"rsc"},"startTime":1740021524811,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5346,"timestamp":82345694470,"id":206,"parentId":179,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js","layer":"rsc"},"startTime":1740021524811,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2376,"timestamp":82345697589,"id":212,"parentId":175,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/sql-error-types.js","layer":"rsc"},"startTime":1740021524814,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6426,"timestamp":82345694983,"id":208,"parentId":190,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/picocolors.js","layer":"rsc"},"startTime":1740021524812,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6825,"timestamp":82345695038,"id":209,"parentId":190,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/lru-cache.js","layer":"rsc"},"startTime":1740021524812,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8166,"timestamp":82345696829,"id":211,"parentId":195,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/interception-routes.js","layer":null},"startTime":1740021524814,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8112,"timestamp":82345697653,"id":213,"parentId":130,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js","layer":"rsc"},"startTime":1740021524814,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1542,"timestamp":82345706649,"id":216,"parentId":205,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/app-router-headers.js","layer":"rsc"},"startTime":1740021524823,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1246,"timestamp":82345708313,"id":219,"parentId":206,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/isomorphic/path.js","layer":"rsc"},"startTime":1740021524825,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1491,"timestamp":82345708341,"id":220,"parentId":211,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":null},"startTime":1740021524825,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5837,"timestamp":82345706560,"id":215,"parentId":207,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/pipe-readable.js","layer":"rsc"},"startTime":1740021524823,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6235,"timestamp":82345707518,"id":217,"parentId":204,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/exports/index.js","layer":"rsc"},"startTime":1740021524824,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":25530,"timestamp":82345697709,"id":214,"parentId":191,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js","layer":"rsc"},"startTime":1740021524815,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":17351,"timestamp":82345708245,"id":218,"parentId":163,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/strip-json-comments/index.js","layer":"rsc"},"startTime":1740021524825,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2492,"timestamp":82345723551,"id":222,"parentId":220,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/segment.js","layer":null},"startTime":1740021524840,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":17042,"timestamp":82345709923,"id":221,"parentId":163,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/find-up/index.js","layer":"rsc"},"startTime":1740021524827,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":402265,"timestamp":82345325376,"id":34,"parentId":18,"tags":{"request":"next/dist/pages/_document"},"startTime":1740021524442,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":402292,"timestamp":82345325357,"id":31,"parentId":18,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1740021524442,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5915,"timestamp":82345723621,"id":223,"parentId":144,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/server-only/empty.js","layer":"rsc"},"startTime":1740021524840,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1769,"timestamp":82345729191,"id":225,"parentId":215,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js","layer":"rsc"},"startTime":1740021524846,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2158,"timestamp":82345729112,"id":224,"parentId":215,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/client-component-renderer-logger.js","layer":"rsc"},"startTime":1740021524846,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2658,"timestamp":82345729804,"id":229,"parentId":217,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/request.js","layer":"rsc"},"startTime":1740021524847,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3127,"timestamp":82345729652,"id":226,"parentId":217,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request/connection.js","layer":"rsc"},"startTime":1740021524846,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3593,"timestamp":82345729758,"id":228,"parentId":217,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/response.js","layer":"rsc"},"startTime":1740021524847,"traceId":"9c2ce129ce7fd6f2"}]
|
|
3
|
+
[{"name":"build-module-js","duration":4173,"timestamp":82345729850,"id":230,"parentId":217,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/user-agent.js","layer":"rsc"},"startTime":1740021524847,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4277,"timestamp":82345729897,"id":231,"parentId":217,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/url-pattern.js","layer":"rsc"},"startTime":1740021524847,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4583,"timestamp":82345729708,"id":227,"parentId":217,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/image-response.js","layer":"rsc"},"startTime":1740021524847,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5754,"timestamp":82345730075,"id":232,"parentId":163,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/toml.js","layer":"rsc"},"startTime":1740021524847,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4034,"timestamp":82345736522,"id":233,"parentId":163,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/chalk/source/index.js","layer":"rsc"},"startTime":1740021524853,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":14,"timestamp":82345741727,"id":243,"parentId":221,"tags":{"name":"node:path","layer":null},"startTime":1740021524859,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5423,"timestamp":82345737289,"id":234,"parentId":225,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request-meta.js","layer":"rsc"},"startTime":1740021524854,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6024,"timestamp":82345737350,"id":235,"parentId":229,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/utils.js","layer":"rsc"},"startTime":1740021524854,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5689,"timestamp":82345739094,"id":237,"parentId":229,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/next-url.js","layer":"rsc"},"startTime":1740021524856,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5982,"timestamp":82345739036,"id":236,"parentId":225,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/base-http/helpers.js","layer":"rsc"},"startTime":1740021524856,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6639,"timestamp":82345739187,"id":239,"parentId":229,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/cookies.js","layer":"rsc"},"startTime":1740021524856,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6888,"timestamp":82345739142,"id":238,"parentId":229,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/error.js","layer":"rsc"},"startTime":1740021524856,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6911,"timestamp":82345739232,"id":240,"parentId":232,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/parse.js","layer":"rsc"},"startTime":1740021524856,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5844,"timestamp":82345741339,"id":241,"parentId":232,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/stringify.js","layer":"rsc"},"startTime":1740021524858,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8502,"timestamp":82345741671,"id":242,"parentId":217,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/after/index.js","layer":"rsc"},"startTime":1740021524858,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4119,"timestamp":82345749510,"id":244,"parentId":233,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/chalk/source/util.js","layer":"rsc"},"startTime":1740021524866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1742,"timestamp":82345752659,"id":246,"parentId":237,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/get-hostname.js","layer":"rsc"},"startTime":1740021524869,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1905,"timestamp":82345752701,"id":247,"parentId":237,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"rsc"},"startTime":1740021524869,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2195,"timestamp":82345752726,"id":248,"parentId":237,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"rsc"},"startTime":1740021524870,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4960,"timestamp":82345750753,"id":245,"parentId":233,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/chalk/source/templates.js","layer":"rsc"},"startTime":1740021524868,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1091,"timestamp":82345756856,"id":256,"parentId":237,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"rsc"},"startTime":1740021524874,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5453,"timestamp":82345752747,"id":249,"parentId":240,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/parse-string.js","layer":"rsc"},"startTime":1740021524870,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5630,"timestamp":82345752793,"id":250,"parentId":240,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/parse-async.js","layer":"rsc"},"startTime":1740021524870,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5917,"timestamp":82345752838,"id":251,"parentId":240,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/parse-stream.js","layer":"rsc"},"startTime":1740021524870,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6213,"timestamp":82345752882,"id":252,"parentId":240,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/parse-pretty-error.js","layer":"rsc"},"startTime":1740021524870,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6543,"timestamp":82345754039,"id":253,"parentId":221,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/path-exists/index.js","layer":"rsc"},"startTime":1740021524871,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6929,"timestamp":82345754097,"id":254,"parentId":221,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/locate-path/index.js","layer":"rsc"},"startTime":1740021524871,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5179,"timestamp":82345756788,"id":255,"parentId":221,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/unicorn-magic/node.js","layer":"rsc"},"startTime":1740021524874,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5258,"timestamp":82345756880,"id":257,"parentId":242,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/after/after.js","layer":"rsc"},"startTime":1740021524874,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":15,"timestamp":82345762432,"id":258,"parentId":251,"tags":{"name":"stream","layer":null},"startTime":1740021524879,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":963,"timestamp":82345762454,"id":259,"parentId":248,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"rsc"},"startTime":1740021524879,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1040,"timestamp":82345762506,"id":260,"parentId":247,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"rsc"},"startTime":1740021524879,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1121,"timestamp":82345762555,"id":262,"parentId":247,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"rsc"},"startTime":1740021524879,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1257,"timestamp":82345762533,"id":261,"parentId":247,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"rsc"},"startTime":1740021524879,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1784,"timestamp":82345762574,"id":263,"parentId":247,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"rsc"},"startTime":1740021524879,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2267,"timestamp":82345763102,"id":265,"parentId":248,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"rsc"},"startTime":1740021524880,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3405,"timestamp":82345762593,"id":264,"parentId":248,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"rsc"},"startTime":1740021524879,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":7158,"timestamp":82345766278,"id":266,"parentId":249,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/lib/toml-parser.js","layer":"rsc"},"startTime":1740021524883,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9270,"timestamp":82345767228,"id":269,"parentId":262,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"rsc"},"startTime":1740021524884,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10278,"timestamp":82345766551,"id":267,"parentId":255,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/unicorn-magic/default.js","layer":"rsc"},"startTime":1740021524883,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":16,"timestamp":82345777840,"id":272,"parentId":254,"tags":{"name":"node:fs","layer":null},"startTime":1740021524895,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":5,"timestamp":82345777864,"id":273,"parentId":254,"tags":{"name":"node:process","layer":null},"startTime":1740021524895,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":3,"timestamp":82345777873,"id":274,"parentId":254,"tags":{"name":"node:url","layer":null},"startTime":1740021524895,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":16124,"timestamp":82345767078,"id":268,"parentId":230,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/ua-parser-js/ua-parser.js","layer":"rsc"},"startTime":1740021524884,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8103,"timestamp":82345777784,"id":271,"parentId":233,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/supports-color/index.js","layer":"rsc"},"startTime":1740021524895,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8870,"timestamp":82345777689,"id":270,"parentId":233,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/ansi-styles/index.js","layer":"rsc"},"startTime":1740021524894,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3354,"timestamp":82345784450,"id":275,"parentId":266,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/lib/parser.js","layer":"rsc"},"startTime":1740021524901,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3307,"timestamp":82345784683,"id":279,"parentId":266,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/lib/create-time.js","layer":"rsc"},"startTime":1740021524901,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3999,"timestamp":82345784637,"id":278,"parentId":266,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/lib/create-date.js","layer":"rsc"},"startTime":1740021524901,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4261,"timestamp":82345784588,"id":277,"parentId":266,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/lib/create-datetime-float.js","layer":"rsc"},"startTime":1740021524901,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4630,"timestamp":82345784536,"id":276,"parentId":266,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/lib/create-datetime.js","layer":"rsc"},"startTime":1740021524901,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":14,"timestamp":82345789208,"id":280,"parentId":271,"tags":{"name":"os","layer":null},"startTime":1740021524906,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":4,"timestamp":82345789226,"id":281,"parentId":271,"tags":{"name":"tty","layer":null},"startTime":1740021524906,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2173,"timestamp":82345789234,"id":282,"parentId":239,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"rsc"},"startTime":1740021524906,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1919,"timestamp":82345789808,"id":284,"parentId":279,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@iarna/toml/lib/format-num.js","layer":"rsc"},"startTime":1740021524907,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2390,"timestamp":82345789749,"id":283,"parentId":254,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/p-locate/index.js","layer":"rsc"},"startTime":1740021524907,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":777,"timestamp":82345793602,"id":285,"parentId":270,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/color-convert/index.js","layer":"rsc"},"startTime":1740021524910,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":837,"timestamp":82345793702,"id":286,"parentId":271,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/has-flag/index.js","layer":"rsc"},"startTime":1740021524910,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":590,"timestamp":82345795206,"id":288,"parentId":285,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/color-convert/route.js","layer":"rsc"},"startTime":1740021524912,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3475,"timestamp":82345795063,"id":287,"parentId":285,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/color-convert/conversions.js","layer":"rsc"},"startTime":1740021524912,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3566,"timestamp":82345795277,"id":289,"parentId":283,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/p-limit/index.js","layer":"rsc"},"startTime":1740021524912,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1163,"timestamp":82345800321,"id":290,"parentId":289,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/yocto-queue/index.js","layer":"rsc"},"startTime":1740021524917,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2044,"timestamp":82345800421,"id":291,"parentId":287,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/color-name/index.js","layer":"rsc"},"startTime":1740021524917,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":477497,"timestamp":82345325007,"id":19,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdatabases%2Froute&name=app%2Fapi%2Fdatabases%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdatabases%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdatabases%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740021524442,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":477224,"timestamp":82345325285,"id":30,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftables%2Froute&name=app%2Fapi%2Ftables%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740021524442,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":477287,"timestamp":82345325224,"id":22,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcloudflare%2Froute&name=app%2Fapi%2Fcloudflare%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcloudflare%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcloudflare%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740021524442,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":477251,"timestamp":82345325263,"id":28,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fquery%2Froute&name=app%2Fapi%2Fquery%2Froute&pagePath=private-next-app-dir%2Fapi%2Fquery%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fquery%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740021524442,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":477148,"timestamp":82345325369,"id":32,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftables%2F%5Bname%5D%2Froute&name=app%2Fapi%2Ftables%2F%5Bname%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2F%5Bname%5D%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2F%5Bname%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740021524442,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":477290,"timestamp":82345325230,"id":23,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmigrations%2Fsync%2Froute&name=app%2Fapi%2Fmigrations%2Fsync%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Fsync%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Fsync%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740021524442,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":477318,"timestamp":82345325207,"id":20,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmigrations%2Fsync-files%2Froute&name=app%2Fapi%2Fmigrations%2Fsync-files%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Fsync-files%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Fsync-files%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740021524442,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":477291,"timestamp":82345325236,"id":24,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpull-remote%2Fconfirm%2Froute&name=app%2Fapi%2Fpull-remote%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-remote%2Fconfirm%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-remote%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740021524442,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":477289,"timestamp":82345325241,"id":25,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpull-remote%2Fpreview%2Froute&name=app%2Fapi%2Fpull-remote%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-remote%2Fpreview%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-remote%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740021524442,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":477279,"timestamp":82345325253,"id":27,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush-remote%2Fpreview%2Froute&name=app%2Fapi%2Fpush-remote%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fpreview%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush-remote%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740021524442,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":477289,"timestamp":82345325247,"id":26,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush-remote%2Fconfirm%2Froute&name=app%2Fapi%2Fpush-remote%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fconfirm%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush-remote%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740021524442,"traceId":"9c2ce129ce7fd6f2"},{"name":"font-loader","duration":462581,"timestamp":82345688125,"id":201,"parentId":200,"tags":{},"startTime":1740021524805,"traceId":"9c2ce129ce7fd6f2"},{"name":"postcss","duration":2129,"timestamp":82346255820,"id":292,"parentId":200,"tags":{},"startTime":1740021525373,"traceId":"9c2ce129ce7fd6f2"},{"name":"next-font-loader","duration":599084,"timestamp":82345659099,"id":200,"parentId":192,"tags":{},"startTime":1740021524776,"traceId":"9c2ce129ce7fd6f2"},{"name":"css-loader","duration":14019,"timestamp":82346258040,"id":293,"parentId":192,"tags":{"astUsed":"true"},"startTime":1740021525375,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":627895,"timestamp":82345644432,"id":192,"parentId":78,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"rsc"},"startTime":1740021524761,"traceId":"9c2ce129ce7fd6f2"},{"name":"font-loader","duration":581024,"timestamp":82345691733,"id":203,"parentId":202,"tags":{},"startTime":1740021524809,"traceId":"9c2ce129ce7fd6f2"},{"name":"postcss","duration":331,"timestamp":82346272777,"id":294,"parentId":202,"tags":{},"startTime":1740021525390,"traceId":"9c2ce129ce7fd6f2"},{"name":"next-font-loader","duration":581427,"timestamp":82345691705,"id":202,"parentId":193,"tags":{},"startTime":1740021524808,"traceId":"9c2ce129ce7fd6f2"},{"name":"css-loader","duration":589,"timestamp":82346273123,"id":295,"parentId":193,"tags":{"astUsed":"true"},"startTime":1740021525390,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":627337,"timestamp":82345646462,"id":193,"parentId":78,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":"rsc"},"startTime":1740021524763,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":948653,"timestamp":82345325218,"id":21,"parentId":18,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740021524442,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":948504,"timestamp":82345325373,"id":33,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.jsx&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740021524442,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":889,"timestamp":82346318091,"id":350,"parentId":16,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=true!","layer":"ssr"},"startTime":1740021525435,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":60,"timestamp":82346319004,"id":351,"parentId":16,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=true!","layer":"rsc"},"startTime":1740021525436,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":452,"timestamp":82346319073,"id":352,"parentId":16,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%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%2FUsers%2Fkarenredona%2FDesktop%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%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fcomponents%2Fui%2Ftoaster.jsx%22%2C%22ids%22%3A%5B%22Toaster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fcontext%2Fdatabase-context.js%22%2C%22ids%22%3A%5B%22DatabaseProvider%22%5D%7D&server=true!","layer":"ssr"},"startTime":1740021525436,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":170,"timestamp":82346319533,"id":353,"parentId":16,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%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%2FUsers%2Fkarenredona%2FDesktop%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%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fcomponents%2Fui%2Ftoaster.jsx%22%2C%22ids%22%3A%5B%22Toaster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fcontext%2Fdatabase-context.js%22%2C%22ids%22%3A%5B%22DatabaseProvider%22%5D%7D&server=true!","layer":"rsc"},"startTime":1740021525436,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":197,"timestamp":82346319717,"id":354,"parentId":16,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%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%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%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%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1740021525437,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":216,"timestamp":82346319920,"id":355,"parentId":16,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%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%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%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%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1740021525437,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":56,"timestamp":82346320141,"id":356,"parentId":16,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fpage.jsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1740021525437,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":54,"timestamp":82346320201,"id":357,"parentId":16,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fpage.jsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1740021525437,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":2491,"timestamp":82346324033,"id":358,"parentId":356,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/page.jsx","layer":"ssr"},"startTime":1740021525441,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":1739,"timestamp":82346327625,"id":361,"parentId":352,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/toaster.jsx","layer":"ssr"},"startTime":1740021525444,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2737,"timestamp":82346327413,"id":359,"parentId":354,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/error-boundary.js","layer":"ssr"},"startTime":1740021525444,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6394,"timestamp":82346327450,"id":360,"parentId":352,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/context/database-context.js","layer":"ssr"},"startTime":1740021525444,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3343,"timestamp":82346330799,"id":363,"parentId":354,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/client-segment.js","layer":"ssr"},"startTime":1740021525448,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3671,"timestamp":82346330766,"id":362,"parentId":354,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/client-page.js","layer":"ssr"},"startTime":1740021525448,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3929,"timestamp":82346330843,"id":365,"parentId":354,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/render-from-template-context.js","layer":"ssr"},"startTime":1740021525448,"traceId":"9c2ce129ce7fd6f2"}]
|
|
4
|
+
[{"name":"build-module-js","duration":5500,"timestamp":82346330821,"id":364,"parentId":354,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/layout-router.js","layer":"ssr"},"startTime":1740021525448,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4588,"timestamp":82346338146,"id":366,"parentId":354,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"ssr"},"startTime":1740021525455,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1056,"timestamp":82346343089,"id":367,"parentId":359,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"ssr"},"startTime":1740021525460,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3121,"timestamp":82346343199,"id":368,"parentId":354,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/metadata-boundary.js","layer":"ssr"},"startTime":1740021525460,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1487,"timestamp":82346346438,"id":370,"parentId":363,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request/params.js","layer":"ssr"},"startTime":1740021525463,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2949,"timestamp":82346346483,"id":371,"parentId":362,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request/search-params.js","layer":"ssr"},"startTime":1740021525463,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4936,"timestamp":82346346398,"id":369,"parentId":363,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/invariant-error.js","layer":"ssr"},"startTime":1740021525463,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3466,"timestamp":82346352899,"id":373,"parentId":366,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1740021525470,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3818,"timestamp":82346352840,"id":372,"parentId":366,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"ssr"},"startTime":1740021525470,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3873,"timestamp":82346352939,"id":375,"parentId":359,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/is-next-router-error.js","layer":"ssr"},"startTime":1740021525470,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4157,"timestamp":82346352921,"id":374,"parentId":359,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/navigation-untracked.js","layer":"ssr"},"startTime":1740021525470,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4369,"timestamp":82346352957,"id":376,"parentId":359,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"ssr"},"startTime":1740021525470,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":731,"timestamp":82346358038,"id":378,"parentId":368,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"ssr"},"startTime":1740021525475,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1634,"timestamp":82346358105,"id":379,"parentId":364,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"ssr"},"startTime":1740021525475,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1713,"timestamp":82346358190,"id":381,"parentId":364,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"ssr"},"startTime":1740021525475,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1973,"timestamp":82346358172,"id":380,"parentId":364,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/match-segments.js","layer":"ssr"},"startTime":1740021525475,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":655,"timestamp":82346360241,"id":383,"parentId":370,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"ssr"},"startTime":1740021525477,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":985,"timestamp":82346360301,"id":384,"parentId":370,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"ssr"},"startTime":1740021525477,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1124,"timestamp":82346360347,"id":385,"parentId":370,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/scheduler.js","layer":"ssr"},"startTime":1740021525477,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2223,"timestamp":82346360394,"id":386,"parentId":370,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1740021525477,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2433,"timestamp":82346360440,"id":387,"parentId":370,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request/utils.js","layer":"ssr"},"startTime":1740021525477,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2544,"timestamp":82346360483,"id":388,"parentId":370,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"ssr"},"startTime":1740021525477,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5301,"timestamp":82346358205,"id":382,"parentId":364,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/redirect-boundary.js","layer":"ssr"},"startTime":1740021525475,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":15795,"timestamp":82346352975,"id":377,"parentId":365,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"ssr"},"startTime":1740021525470,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5265,"timestamp":82346364067,"id":391,"parentId":364,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"ssr"},"startTime":1740021525481,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5447,"timestamp":82346364086,"id":392,"parentId":364,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"ssr"},"startTime":1740021525481,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5668,"timestamp":82346364046,"id":390,"parentId":364,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"ssr"},"startTime":1740021525481,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6411,"timestamp":82346364014,"id":389,"parentId":364,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1740021525481,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":538,"timestamp":82346372614,"id":401,"parentId":392,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/interception-routes.js","layer":"ssr"},"startTime":1740021525489,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1843,"timestamp":82346371879,"id":394,"parentId":386,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"ssr"},"startTime":1740021525489,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2063,"timestamp":82346371831,"id":393,"parentId":386,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/hooks-server-context.js","layer":"ssr"},"startTime":1740021525489,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2445,"timestamp":82346372007,"id":398,"parentId":376,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"ssr"},"startTime":1740021525489,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3244,"timestamp":82346371991,"id":397,"parentId":375,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/redirect-error.js","layer":"ssr"},"startTime":1740021525489,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2812,"timestamp":82346372572,"id":399,"parentId":390,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/segment.js","layer":"ssr"},"startTime":1740021525489,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2995,"timestamp":82346372597,"id":400,"parentId":389,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/app-router-headers.js","layer":"ssr"},"startTime":1740021525489,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5244,"timestamp":82346371899,"id":395,"parentId":359,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js","layer":"ssr"},"startTime":1740021525489,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5297,"timestamp":82346371947,"id":396,"parentId":359,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js","layer":"ssr"},"startTime":1740021525489,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1867,"timestamp":82346375782,"id":404,"parentId":382,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/redirect.js","layer":"ssr"},"startTime":1740021525493,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3557,"timestamp":82346375743,"id":403,"parentId":382,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/navigation.js","layer":"ssr"},"startTime":1740021525493,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3253,"timestamp":82346376275,"id":407,"parentId":389,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/flight-data-helpers.js","layer":"ssr"},"startTime":1740021525493,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3466,"timestamp":82346376257,"id":406,"parentId":389,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/app-find-source-map-url.js","layer":"ssr"},"startTime":1740021525493,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3578,"timestamp":82346376291,"id":408,"parentId":389,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/app-build-id.js","layer":"ssr"},"startTime":1740021525493,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3959,"timestamp":82346376233,"id":405,"parentId":389,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/app-call-server.js","layer":"ssr"},"startTime":1740021525493,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4025,"timestamp":82346376307,"id":409,"parentId":389,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/hash.js","layer":"ssr"},"startTime":1740021525493,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5014,"timestamp":82346376323,"id":410,"parentId":389,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"ssr"},"startTime":1740021525493,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8920,"timestamp":82346372660,"id":402,"parentId":380,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/get-segment-param.js","layer":"ssr"},"startTime":1740021525489,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4052,"timestamp":82346378021,"id":411,"parentId":401,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"ssr"},"startTime":1740021525495,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":613,"timestamp":82346384860,"id":413,"parentId":395,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1740021525502,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1042,"timestamp":82346385017,"id":416,"parentId":397,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1740021525502,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1060,"timestamp":82346385643,"id":417,"parentId":411,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"ssr"},"startTime":1740021525502,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":2764,"timestamp":82346384971,"id":415,"parentId":358,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/sidebar.jsx","layer":"ssr"},"startTime":1740021525502,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4757,"timestamp":82346383091,"id":412,"parentId":364,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js","layer":"ssr"},"startTime":1740021525500,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":3801,"timestamp":82346384921,"id":414,"parentId":358,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/sql-editor.jsx","layer":"ssr"},"startTime":1740021525502,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":8310,"timestamp":82346385683,"id":418,"parentId":358,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/table-view.jsx","layer":"ssr"},"startTime":1740021525502,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6205,"timestamp":82346388994,"id":420,"parentId":403,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"ssr"},"startTime":1740021525506,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6504,"timestamp":82346388955,"id":419,"parentId":403,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/navigation.react-server.js","layer":"ssr"},"startTime":1740021525506,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2208,"timestamp":82346399410,"id":422,"parentId":414,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/parse-sql-error.js","layer":"ssr"},"startTime":1740021525516,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1356,"timestamp":82346401689,"id":425,"parentId":360,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/request-deduplication.js","layer":"ssr"},"startTime":1740021525518,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9632,"timestamp":82346395847,"id":421,"parentId":365,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js","layer":"ssr"},"startTime":1740021525513,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8716,"timestamp":82346399475,"id":423,"parentId":374,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js","layer":"ssr"},"startTime":1740021525516,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8754,"timestamp":82346399527,"id":424,"parentId":389,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client-edge.js","layer":"ssr"},"startTime":1740021525516,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2187,"timestamp":82346406258,"id":426,"parentId":422,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/sql-error-types.js","layer":"ssr"},"startTime":1740021525523,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2317,"timestamp":82346406324,"id":427,"parentId":419,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/not-found.js","layer":"ssr"},"startTime":1740021525523,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2621,"timestamp":82346406346,"id":428,"parentId":419,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/forbidden.js","layer":"ssr"},"startTime":1740021525523,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2751,"timestamp":82346406364,"id":429,"parentId":419,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/unauthorized.js","layer":"ssr"},"startTime":1740021525523,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2878,"timestamp":82346406381,"id":430,"parentId":419,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"ssr"},"startTime":1740021525523,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":2425,"timestamp":82346409629,"id":431,"parentId":361,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/toast.jsx","layer":"ssr"},"startTime":1740021525526,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1394,"timestamp":82346412190,"id":432,"parentId":420,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"ssr"},"startTime":1740021525529,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1737,"timestamp":82346412228,"id":433,"parentId":360,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/hooks/use-toast.js","layer":"ssr"},"startTime":1740021525529,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1780,"timestamp":82346415763,"id":434,"parentId":403,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js","layer":"ssr"},"startTime":1740021525533,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3346,"timestamp":82346416018,"id":435,"parentId":430,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"ssr"},"startTime":1740021525533,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":1903,"timestamp":82346418466,"id":439,"parentId":415,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/environment-select.jsx","layer":"ssr"},"startTime":1740021525535,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":2456,"timestamp":82346418314,"id":437,"parentId":415,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/cloudflare-credentials-modal.jsx","layer":"ssr"},"startTime":1740021525535,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":2811,"timestamp":82346418388,"id":438,"parentId":414,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/query-results.jsx","layer":"ssr"},"startTime":1740021525535,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4888,"timestamp":82346416538,"id":436,"parentId":430,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/export/helpers/is-dynamic-usage-error.js","layer":"ssr"},"startTime":1740021525533,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":3388,"timestamp":82346418512,"id":440,"parentId":415,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/environment-handler.jsx","layer":"ssr"},"startTime":1740021525535,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":6697,"timestamp":82346419588,"id":443,"parentId":418,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/table-error-dialog.jsx","layer":"ssr"},"startTime":1740021525536,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":7233,"timestamp":82346419632,"id":444,"parentId":418,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/resize-columns.jsx","layer":"ssr"},"startTime":1740021525536,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":7555,"timestamp":82346419673,"id":445,"parentId":418,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/delete-records-dialog.jsx","layer":"ssr"},"startTime":1740021525536,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":8341,"timestamp":82346419484,"id":441,"parentId":418,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/editable-cell.jsx","layer":"ssr"},"startTime":1740021525536,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":8875,"timestamp":82346419545,"id":442,"parentId":418,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/editable-row.jsx","layer":"ssr"},"startTime":1740021525536,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":9442,"timestamp":82346419714,"id":446,"parentId":418,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/table-toolbar.jsx","layer":"ssr"},"startTime":1740021525537,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":6104,"timestamp":82346429820,"id":447,"parentId":418,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/column-sorting.jsx","layer":"ssr"},"startTime":1740021525547,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":1502,"timestamp":82346444443,"id":449,"parentId":415,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/input.jsx","layer":"ssr"},"startTime":1740021525561,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":1631,"timestamp":82346444490,"id":450,"parentId":414,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/button.jsx","layer":"ssr"},"startTime":1740021525561,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":1920,"timestamp":82346444360,"id":448,"parentId":415,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/alert.jsx","layer":"ssr"},"startTime":1740021525561,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":4214,"timestamp":82346445177,"id":452,"parentId":418,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/scroll-area.jsx","layer":"ssr"},"startTime":1740021525562,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":4501,"timestamp":82346445223,"id":453,"parentId":418,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/table.jsx","layer":"ssr"},"startTime":1740021525562,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":5133,"timestamp":82346445126,"id":451,"parentId":414,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/dropdown-menu.jsx","layer":"ssr"},"startTime":1740021525562,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":3966,"timestamp":82346446518,"id":454,"parentId":418,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/checkbox.jsx","layer":"ssr"},"startTime":1740021525563,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2424,"timestamp":82346453401,"id":465,"parentId":431,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/utils.js","layer":"ssr"},"startTime":1740021525570,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":43245,"timestamp":82346446795,"id":456,"parentId":414,"tags":{"name":"__barrel_optimize__?names=ChevronDown,Command,CornerDownLeft,GripHorizontal,Loader2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740021525564,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":43568,"timestamp":82346446571,"id":455,"parentId":415,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Loader2,Search,Table2,TerminalSquare!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740021525563,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":44950,"timestamp":82346446839,"id":458,"parentId":439,"tags":{"name":"__barrel_optimize__?names=Download,HardDrive,Loader2,Upload!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740021525564,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":45902,"timestamp":82346446821,"id":457,"parentId":418,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Loader2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740021525564,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":45901,"timestamp":82346446889,"id":461,"parentId":442,"tags":{"name":"__barrel_optimize__?names=Trash2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740021525564,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":45979,"timestamp":82346446856,"id":459,"parentId":437,"tags":{"name":"__barrel_optimize__?names=Loader2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740021525564,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":46001,"timestamp":82346446873,"id":460,"parentId":443,"tags":{"name":"__barrel_optimize__?names=AlertCircle!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740021525564,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":46039,"timestamp":82346446905,"id":462,"parentId":446,"tags":{"name":"__barrel_optimize__?names=ArrowLeft,ArrowRight,Columns,Loader2,SlidersHorizontal!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740021525564,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":46068,"timestamp":82346446937,"id":464,"parentId":431,"tags":{"name":"__barrel_optimize__?names=X!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740021525564,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":39451,"timestamp":82346453748,"id":467,"parentId":454,"tags":{"name":"__barrel_optimize__?names=Check!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740021525571,"traceId":"9c2ce129ce7fd6f2"}]
|
|
5
|
+
[{"name":"build-module-js","duration":46521,"timestamp":82346446921,"id":463,"parentId":447,"tags":{"name":"__barrel_optimize__?names=ArrowDown,ArrowUp,ArrowUpDown!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740021525564,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":39802,"timestamp":82346453719,"id":466,"parentId":451,"tags":{"name":"__barrel_optimize__?names=Check,ChevronRight,Circle!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740021525571,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":41366,"timestamp":82346453769,"id":468,"parentId":431,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/class-variance-authority/dist/index.mjs","layer":"ssr"},"startTime":1740021525571,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":41123,"timestamp":82346455888,"id":469,"parentId":414,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/react/dist/index.mjs","layer":"ssr"},"startTime":1740021525573,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":2551,"timestamp":82346497302,"id":472,"parentId":446,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/refresh-button.jsx","layer":"ssr"},"startTime":1740021525614,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":2831,"timestamp":82346497386,"id":473,"parentId":446,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/sync-migrations-button.jsx","layer":"ssr"},"startTime":1740021525614,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":6233,"timestamp":82346497224,"id":471,"parentId":440,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/push-preview-toast.jsx","layer":"ssr"},"startTime":1740021525614,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":6764,"timestamp":82346497431,"id":474,"parentId":446,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/download-button.jsx","layer":"ssr"},"startTime":1740021525614,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":7125,"timestamp":82346497474,"id":475,"parentId":446,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/column-selector.jsx","layer":"ssr"},"startTime":1740021525614,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":15586,"timestamp":82346499151,"id":476,"parentId":440,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/pull-preview-toast.jsx","layer":"ssr"},"startTime":1740021525616,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":23329,"timestamp":82346493709,"id":470,"parentId":431,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-toast/dist/index.mjs","layer":"ssr"},"startTime":1740021525610,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4923,"timestamp":82346517380,"id":478,"parentId":456,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/command.js","layer":"ssr"},"startTime":1740021525634,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5004,"timestamp":82346517403,"id":479,"parentId":456,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/corner-down-left.js","layer":"ssr"},"startTime":1740021525634,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5163,"timestamp":82346517318,"id":477,"parentId":456,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/chevron-down.js","layer":"ssr"},"startTime":1740021525634,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5182,"timestamp":82346517423,"id":480,"parentId":456,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/grip-horizontal.js","layer":"ssr"},"startTime":1740021525634,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5202,"timestamp":82346517479,"id":483,"parentId":455,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/search.js","layer":"ssr"},"startTime":1740021525634,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5304,"timestamp":82346517442,"id":481,"parentId":456,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/loader-circle.js","layer":"ssr"},"startTime":1740021525634,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5356,"timestamp":82346517462,"id":482,"parentId":455,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/circle-alert.js","layer":"ssr"},"startTime":1740021525634,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5387,"timestamp":82346517511,"id":485,"parentId":455,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/square-terminal.js","layer":"ssr"},"startTime":1740021525634,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5436,"timestamp":82346517528,"id":486,"parentId":458,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/download.js","layer":"ssr"},"startTime":1740021525634,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5524,"timestamp":82346517496,"id":484,"parentId":455,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/table-2.js","layer":"ssr"},"startTime":1740021525634,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5523,"timestamp":82346517563,"id":488,"parentId":458,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/upload.js","layer":"ssr"},"startTime":1740021525634,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5604,"timestamp":82346517547,"id":487,"parentId":458,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/hard-drive.js","layer":"ssr"},"startTime":1740021525634,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5612,"timestamp":82346517594,"id":490,"parentId":462,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-left.js","layer":"ssr"},"startTime":1740021525634,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5692,"timestamp":82346517579,"id":489,"parentId":461,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/trash-2.js","layer":"ssr"},"startTime":1740021525634,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5715,"timestamp":82346517610,"id":491,"parentId":462,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-right.js","layer":"ssr"},"startTime":1740021525634,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5704,"timestamp":82346517675,"id":495,"parentId":467,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/check.js","layer":"ssr"},"startTime":1740021525634,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5810,"timestamp":82346517627,"id":492,"parentId":462,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/columns-2.js","layer":"ssr"},"startTime":1740021525634,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5846,"timestamp":82346517659,"id":494,"parentId":464,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/x.js","layer":"ssr"},"startTime":1740021525634,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5960,"timestamp":82346517643,"id":493,"parentId":462,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/sliders-horizontal.js","layer":"ssr"},"startTime":1740021525634,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5975,"timestamp":82346517690,"id":496,"parentId":463,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-down.js","layer":"ssr"},"startTime":1740021525634,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6007,"timestamp":82346517722,"id":498,"parentId":463,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-up-down.js","layer":"ssr"},"startTime":1740021525635,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6103,"timestamp":82346517706,"id":497,"parentId":463,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-up.js","layer":"ssr"},"startTime":1740021525634,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6128,"timestamp":82346517740,"id":499,"parentId":466,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/chevron-right.js","layer":"ssr"},"startTime":1740021525635,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6168,"timestamp":82346517756,"id":500,"parentId":466,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/circle.js","layer":"ssr"},"startTime":1740021525635,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2747,"timestamp":82346524982,"id":501,"parentId":472,"tags":{"name":"__barrel_optimize__?names=Loader2,RefreshCw!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740021525642,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2748,"timestamp":82346525047,"id":502,"parentId":473,"tags":{"name":"__barrel_optimize__?names=FolderSync,Loader2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740021525642,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2738,"timestamp":82346525108,"id":503,"parentId":471,"tags":{"name":"__barrel_optimize__?names=Loader2,X!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740021525642,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2734,"timestamp":82346525149,"id":505,"parentId":475,"tags":{"name":"__barrel_optimize__?names=Columns!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740021525642,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2808,"timestamp":82346525130,"id":504,"parentId":474,"tags":{"name":"__barrel_optimize__?names=Download,FileCode,FileJson,FileSpreadsheet,Loader2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740021525642,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3406,"timestamp":82346528072,"id":506,"parentId":476,"tags":{"name":"__barrel_optimize__?names=FileText,Loader2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740021525645,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":1127,"timestamp":82346532446,"id":508,"parentId":446,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/tooltip.jsx","layer":"ssr"},"startTime":1740021525649,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":2809,"timestamp":82346532369,"id":507,"parentId":439,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/select.jsx","layer":"ssr"},"startTime":1740021525649,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":2990,"timestamp":82346532493,"id":509,"parentId":437,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/dialog.jsx","layer":"ssr"},"startTime":1740021525649,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6280,"timestamp":82346532536,"id":510,"parentId":478,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"ssr"},"startTime":1740021525649,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5893,"timestamp":82346533028,"id":511,"parentId":501,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/refresh-cw.js","layer":"ssr"},"startTime":1740021525650,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5921,"timestamp":82346533076,"id":513,"parentId":504,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/file-code.js","layer":"ssr"},"startTime":1740021525650,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6014,"timestamp":82346533057,"id":512,"parentId":502,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/folder-sync.js","layer":"ssr"},"startTime":1740021525650,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6053,"timestamp":82346533111,"id":515,"parentId":504,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/file-spreadsheet.js","layer":"ssr"},"startTime":1740021525650,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6196,"timestamp":82346533094,"id":514,"parentId":504,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/file-json.js","layer":"ssr"},"startTime":1740021525650,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3446,"timestamp":82346536423,"id":516,"parentId":506,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/file-text.js","layer":"ssr"},"startTime":1740021525653,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1094,"timestamp":82346540862,"id":517,"parentId":507,"tags":{"name":"__barrel_optimize__?names=Check,ChevronDown,ChevronUp!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1740021525658,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1544,"timestamp":82346542015,"id":522,"parentId":510,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/Icon.js","layer":"ssr"},"startTime":1740021525659,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":3154,"timestamp":82346541647,"id":518,"parentId":450,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"ssr"},"startTime":1740021525658,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":784,"timestamp":82346545045,"id":525,"parentId":517,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/chevron-up.js","layer":"ssr"},"startTime":1740021525662,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":4857,"timestamp":82346541703,"id":519,"parentId":454,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-checkbox/dist/index.mjs","layer":"ssr"},"startTime":1740021525658,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1859,"timestamp":82346545526,"id":526,"parentId":510,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"ssr"},"startTime":1740021525662,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":6463,"timestamp":82346541804,"id":521,"parentId":451,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","layer":"ssr"},"startTime":1740021525659,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":5224,"timestamp":82346544943,"id":523,"parentId":465,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/clsx/dist/clsx.mjs","layer":"ssr"},"startTime":1740021525662,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":9056,"timestamp":82346545001,"id":524,"parentId":465,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"ssr"},"startTime":1740021525662,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":14419,"timestamp":82346541746,"id":520,"parentId":452,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-scroll-area/dist/index.mjs","layer":"ssr"},"startTime":1740021525659,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9132,"timestamp":82346548397,"id":527,"parentId":522,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"ssr"},"startTime":1740021525665,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":2298,"timestamp":82346567014,"id":528,"parentId":470,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"ssr"},"startTime":1740021525684,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":2595,"timestamp":82346567100,"id":529,"parentId":470,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"ssr"},"startTime":1740021525684,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":2685,"timestamp":82346567258,"id":533,"parentId":470,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"ssr"},"startTime":1740021525684,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":2772,"timestamp":82346567296,"id":534,"parentId":470,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"ssr"},"startTime":1740021525684,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":2980,"timestamp":82346567670,"id":538,"parentId":470,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"ssr"},"startTime":1740021525684,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":3349,"timestamp":82346567710,"id":539,"parentId":470,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"ssr"},"startTime":1740021525684,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":4215,"timestamp":82346567143,"id":530,"parentId":470,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"ssr"},"startTime":1740021525684,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":4148,"timestamp":82346567334,"id":535,"parentId":470,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"ssr"},"startTime":1740021525684,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":4036,"timestamp":82346567581,"id":536,"parentId":470,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","layer":"ssr"},"startTime":1740021525684,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":4680,"timestamp":82346567221,"id":532,"parentId":470,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-portal/dist/index.mjs","layer":"ssr"},"startTime":1740021525684,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":5299,"timestamp":82346567183,"id":531,"parentId":470,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"ssr"},"startTime":1740021525684,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":6639,"timestamp":82346567633,"id":537,"parentId":470,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"ssr"},"startTime":1740021525684,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6847,"timestamp":82346568567,"id":543,"parentId":469,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/index.js","layer":"ssr"},"startTime":1740021525685,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":9597,"timestamp":82346568491,"id":542,"parentId":509,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-dialog/dist/index.mjs","layer":"ssr"},"startTime":1740021525685,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":12760,"timestamp":82346568295,"id":540,"parentId":508,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-tooltip/dist/index.mjs","layer":"ssr"},"startTime":1740021525685,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":18478,"timestamp":82346568354,"id":541,"parentId":507,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-select/dist/index.mjs","layer":"ssr"},"startTime":1740021525685,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":1130,"timestamp":82346605197,"id":545,"parentId":519,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"ssr"},"startTime":1740021525722,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":1439,"timestamp":82346605117,"id":544,"parentId":519,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"ssr"},"startTime":1740021525722,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1869,"timestamp":82346605241,"id":546,"parentId":543,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/loader/index.js","layer":"ssr"},"startTime":1740021525722,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":2106,"timestamp":82346605621,"id":547,"parentId":521,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"ssr"},"startTime":1740021525722,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":2741,"timestamp":82346605804,"id":549,"parentId":520,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"ssr"},"startTime":1740021525723,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":2795,"timestamp":82346605849,"id":550,"parentId":520,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/number/dist/index.mjs","layer":"ssr"},"startTime":1740021525723,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":8901,"timestamp":82346605669,"id":548,"parentId":521,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-menu/dist/index.mjs","layer":"ssr"},"startTime":1740021525722,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9348,"timestamp":82346611598,"id":551,"parentId":546,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/_virtual/_rollupPluginBabelHelpers.js","layer":"ssr"},"startTime":1740021525728,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9350,"timestamp":82346611816,"id":555,"parentId":546,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/deepMerge.js","layer":"ssr"},"startTime":1740021525729,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9616,"timestamp":82346611728,"id":553,"parentId":546,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/validators/index.js","layer":"ssr"},"startTime":1740021525729,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9785,"timestamp":82346611680,"id":552,"parentId":546,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/config/index.js","layer":"ssr"},"startTime":1740021525728,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9729,"timestamp":82346611859,"id":556,"parentId":546,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/makeCancelable.js","layer":"ssr"},"startTime":1740021525729,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9922,"timestamp":82346611772,"id":554,"parentId":546,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/compose.js","layer":"ssr"},"startTime":1740021525729,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":5569,"timestamp":82346622216,"id":557,"parentId":531,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs","layer":"ssr"},"startTime":1740021525739,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1787,"timestamp":82346626745,"id":559,"parentId":553,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/isObject.js","layer":"ssr"},"startTime":1740021525744,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1919,"timestamp":82346626795,"id":560,"parentId":553,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/curry.js","layer":"ssr"},"startTime":1740021525744,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":2833,"timestamp":82346626675,"id":558,"parentId":542,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"ssr"},"startTime":1740021525743,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1413,"timestamp":82346629547,"id":563,"parentId":542,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"ssr"},"startTime":1740021525746,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":3785,"timestamp":82346627881,"id":562,"parentId":542,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"ssr"},"startTime":1740021525745,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":4581,"timestamp":82346627829,"id":561,"parentId":540,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-popper/dist/index.mjs","layer":"ssr"},"startTime":1740021525745,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4048,"timestamp":82346630748,"id":564,"parentId":542,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/aria-hidden/dist/es2015/index.js","layer":"ssr"},"startTime":1740021525748,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2727,"timestamp":82346635910,"id":565,"parentId":563,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"ssr"},"startTime":1740021525753,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1628,"timestamp":82346638689,"id":567,"parentId":546,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/state-local/lib/es/state-local.js","layer":"ssr"},"startTime":1740021525755,"traceId":"9c2ce129ce7fd6f2"}]
|
|
6
|
+
[{"name":"build-module-mjs","duration":3394,"timestamp":82346638181,"id":566,"parentId":548,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","layer":"ssr"},"startTime":1740021525755,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2949,"timestamp":82346639682,"id":569,"parentId":565,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"ssr"},"startTime":1740021525756,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3265,"timestamp":82346639622,"id":568,"parentId":565,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"ssr"},"startTime":1740021525756,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":1057,"timestamp":82346645296,"id":570,"parentId":561,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-arrow/dist/index.mjs","layer":"ssr"},"startTime":1740021525762,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1893,"timestamp":82346645944,"id":571,"parentId":569,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"ssr"},"startTime":1740021525763,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1946,"timestamp":82346645996,"id":572,"parentId":569,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"ssr"},"startTime":1740021525763,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":2031,"timestamp":82346650103,"id":573,"parentId":561,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","layer":"ssr"},"startTime":1740021525767,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2216,"timestamp":82346650713,"id":574,"parentId":571,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"ssr"},"startTime":1740021525768,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2634,"timestamp":82346650764,"id":575,"parentId":571,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"ssr"},"startTime":1740021525768,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":3373,"timestamp":82346653429,"id":576,"parentId":565,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/tslib/tslib.es6.mjs","layer":"ssr"},"startTime":1740021525770,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":842,"timestamp":82346657695,"id":577,"parentId":569,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/index.js","layer":"ssr"},"startTime":1740021525774,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1277,"timestamp":82346658152,"id":579,"parentId":568,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/constants.js","layer":"ssr"},"startTime":1740021525775,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1749,"timestamp":82346657794,"id":578,"parentId":568,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/index.js","layer":"ssr"},"startTime":1740021525775,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1447,"timestamp":82346658202,"id":580,"parentId":571,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/index.js","layer":"ssr"},"startTime":1740021525775,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2450,"timestamp":82346662718,"id":581,"parentId":577,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/hoc.js","layer":"ssr"},"startTime":1740021525780,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2668,"timestamp":82346662774,"id":582,"parentId":577,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/hook.js","layer":"ssr"},"startTime":1740021525780,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2730,"timestamp":82346662815,"id":583,"parentId":577,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/config.js","layer":"ssr"},"startTime":1740021525780,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3059,"timestamp":82346662891,"id":585,"parentId":571,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-style-singleton/dist/es2015/index.js","layer":"ssr"},"startTime":1740021525780,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1984,"timestamp":82346664256,"id":588,"parentId":578,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/assignRef.js","layer":"ssr"},"startTime":1740021525781,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2482,"timestamp":82346663976,"id":586,"parentId":577,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/renderProp.js","layer":"ssr"},"startTime":1740021525781,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3811,"timestamp":82346662853,"id":584,"parentId":577,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/medium.js","layer":"ssr"},"startTime":1740021525780,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2760,"timestamp":82346664019,"id":587,"parentId":577,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/exports.js","layer":"ssr"},"startTime":1740021525781,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2673,"timestamp":82346664301,"id":589,"parentId":578,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/useRef.js","layer":"ssr"},"startTime":1740021525781,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2719,"timestamp":82346664343,"id":590,"parentId":578,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/createRef.js","layer":"ssr"},"startTime":1740021525781,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2808,"timestamp":82346664425,"id":592,"parentId":578,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/useMergeRef.js","layer":"ssr"},"startTime":1740021525781,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2858,"timestamp":82346664466,"id":593,"parentId":578,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/useTransformRef.js","layer":"ssr"},"startTime":1740021525781,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2895,"timestamp":82346664507,"id":594,"parentId":578,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/transformRef.js","layer":"ssr"},"startTime":1740021525781,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3099,"timestamp":82346664385,"id":591,"parentId":578,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/mergeRef.js","layer":"ssr"},"startTime":1740021525781,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3059,"timestamp":82346664548,"id":595,"parentId":578,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/refToCallback.js","layer":"ssr"},"startTime":1740021525781,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3274,"timestamp":82346664589,"id":596,"parentId":580,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/component.js","layer":"ssr"},"startTime":1740021525781,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5039,"timestamp":82346664758,"id":597,"parentId":580,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/utils.js","layer":"ssr"},"startTime":1740021525782,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":6183,"timestamp":82346665602,"id":598,"parentId":573,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","layer":"ssr"},"startTime":1740021525782,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1408,"timestamp":82346673886,"id":599,"parentId":582,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/env.js","layer":"ssr"},"startTime":1740021525791,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1463,"timestamp":82346673959,"id":600,"parentId":585,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-style-singleton/dist/es2015/component.js","layer":"ssr"},"startTime":1740021525791,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1837,"timestamp":82346674006,"id":601,"parentId":585,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-style-singleton/dist/es2015/singleton.js","layer":"ssr"},"startTime":1740021525791,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1872,"timestamp":82346674167,"id":602,"parentId":585,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-style-singleton/dist/es2015/hook.js","layer":"ssr"},"startTime":1740021525791,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":1325,"timestamp":82346677464,"id":603,"parentId":598,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","layer":"ssr"},"startTime":1740021525794,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":1148,"timestamp":82346678845,"id":604,"parentId":598,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","layer":"ssr"},"startTime":1740021525796,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":3226,"timestamp":82346679203,"id":605,"parentId":598,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","layer":"ssr"},"startTime":1740021525796,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3106,"timestamp":82346680090,"id":606,"parentId":599,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/detect-node-es/esm/node.js","layer":"ssr"},"startTime":1740021525797,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":447,"timestamp":82346683232,"id":607,"parentId":601,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/get-nonce/dist/es2015/index.js","layer":"ssr"},"startTime":1740021525800,"traceId":"9c2ce129ce7fd6f2"},{"name":"make","duration":1360130,"timestamp":82345324911,"id":18,"parentId":16,"tags":{},"startTime":1740021524442,"traceId":"9c2ce129ce7fd6f2"},{"name":"get-entries","duration":542,"timestamp":82346685719,"id":609,"parentId":608,"tags":{},"startTime":1740021525803,"traceId":"9c2ce129ce7fd6f2"},{"name":"node-file-trace-plugin","duration":79338,"timestamp":82346687793,"id":610,"parentId":608,"tags":{"traceEntryCount":"28"},"startTime":1740021525805,"traceId":"9c2ce129ce7fd6f2"},{"name":"collect-traced-files","duration":557,"timestamp":82346767143,"id":611,"parentId":608,"tags":{},"startTime":1740021525884,"traceId":"9c2ce129ce7fd6f2"},{"name":"finish-modules","duration":82075,"timestamp":82346685628,"id":608,"parentId":17,"tags":{},"startTime":1740021525802,"traceId":"9c2ce129ce7fd6f2"},{"name":"chunk-graph","duration":7516,"timestamp":82346784183,"id":613,"parentId":612,"tags":{},"startTime":1740021525901,"traceId":"9c2ce129ce7fd6f2"},{"name":"optimize-modules","duration":11,"timestamp":82346791762,"id":615,"parentId":612,"tags":{},"startTime":1740021525909,"traceId":"9c2ce129ce7fd6f2"},{"name":"optimize-chunks","duration":7080,"timestamp":82346791809,"id":616,"parentId":612,"tags":{},"startTime":1740021525909,"traceId":"9c2ce129ce7fd6f2"},{"name":"optimize-tree","duration":60,"timestamp":82346798943,"id":617,"parentId":612,"tags":{},"startTime":1740021525916,"traceId":"9c2ce129ce7fd6f2"},{"name":"optimize-chunk-modules","duration":8777,"timestamp":82346799040,"id":618,"parentId":612,"tags":{},"startTime":1740021525916,"traceId":"9c2ce129ce7fd6f2"},{"name":"optimize","duration":16123,"timestamp":82346791737,"id":614,"parentId":612,"tags":{},"startTime":1740021525909,"traceId":"9c2ce129ce7fd6f2"},{"name":"module-hash","duration":11343,"timestamp":82346815104,"id":619,"parentId":612,"tags":{},"startTime":1740021525932,"traceId":"9c2ce129ce7fd6f2"},{"name":"code-generation","duration":114617,"timestamp":82346826503,"id":620,"parentId":612,"tags":{},"startTime":1740021525943,"traceId":"9c2ce129ce7fd6f2"},{"name":"hash","duration":3690,"timestamp":82346943502,"id":621,"parentId":612,"tags":{},"startTime":1740021526060,"traceId":"9c2ce129ce7fd6f2"},{"name":"code-generation-jobs","duration":275,"timestamp":82346947191,"id":622,"parentId":612,"tags":{},"startTime":1740021526064,"traceId":"9c2ce129ce7fd6f2"},{"name":"module-assets","duration":155,"timestamp":82346947400,"id":623,"parentId":612,"tags":{},"startTime":1740021526064,"traceId":"9c2ce129ce7fd6f2"},{"name":"create-chunk-assets","duration":4323,"timestamp":82346947560,"id":624,"parentId":612,"tags":{},"startTime":1740021526064,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":31498,"timestamp":82346962822,"id":628,"parentId":625,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1740021526080,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":33351,"timestamp":82346961001,"id":626,"parentId":625,"tags":{"name":"../app/api/databases/route.js","cache":"MISS"},"startTime":1740021526078,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":31992,"timestamp":82346962371,"id":627,"parentId":625,"tags":{"name":"../app/api/migrations/sync-files/route.js","cache":"MISS"},"startTime":1740021526079,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":31370,"timestamp":82346963002,"id":629,"parentId":625,"tags":{"name":"../app/api/cloudflare/route.js","cache":"MISS"},"startTime":1740021526080,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":31115,"timestamp":82346963359,"id":630,"parentId":625,"tags":{"name":"../app/api/migrations/sync/route.js","cache":"MISS"},"startTime":1740021526080,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":30486,"timestamp":82346964004,"id":632,"parentId":625,"tags":{"name":"../app/api/pull-remote/preview/route.js","cache":"MISS"},"startTime":1740021526081,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":30313,"timestamp":82346964186,"id":633,"parentId":625,"tags":{"name":"../app/api/push-remote/confirm/route.js","cache":"MISS"},"startTime":1740021526081,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":30816,"timestamp":82346963689,"id":631,"parentId":625,"tags":{"name":"../app/api/pull-remote/confirm/route.js","cache":"MISS"},"startTime":1740021526080,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":30104,"timestamp":82346964411,"id":634,"parentId":625,"tags":{"name":"../app/api/push-remote/preview/route.js","cache":"MISS"},"startTime":1740021526081,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":29918,"timestamp":82346964606,"id":635,"parentId":625,"tags":{"name":"../app/api/query/route.js","cache":"MISS"},"startTime":1740021526081,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":29732,"timestamp":82346964800,"id":636,"parentId":625,"tags":{"name":"../pages/_app.js","cache":"MISS"},"startTime":1740021526082,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":29651,"timestamp":82346964890,"id":637,"parentId":625,"tags":{"name":"../app/api/tables/route.js","cache":"MISS"},"startTime":1740021526082,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":23553,"timestamp":82346970997,"id":641,"parentId":625,"tags":{"name":"../pages/_document.js","cache":"MISS"},"startTime":1740021526088,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":23538,"timestamp":82346971019,"id":642,"parentId":625,"tags":{"name":"../webpack-runtime.js","cache":"MISS"},"startTime":1740021526088,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":29304,"timestamp":82346965265,"id":639,"parentId":625,"tags":{"name":"../app/api/tables/[name]/route.js","cache":"MISS"},"startTime":1740021526082,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":29563,"timestamp":82346965016,"id":638,"parentId":625,"tags":{"name":"../pages/_error.js","cache":"MISS"},"startTime":1740021526082,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":56968,"timestamp":82346971221,"id":643,"parentId":625,"tags":{"name":"638.js","cache":"MISS"},"startTime":1740021526088,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":74582,"timestamp":82346977253,"id":646,"parentId":625,"tags":{"name":"627.js","cache":"MISS"},"startTime":1740021526094,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":80495,"timestamp":82346977728,"id":647,"parentId":625,"tags":{"name":"801.js","cache":"MISS"},"startTime":1740021526095,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":84320,"timestamp":82346977883,"id":648,"parentId":625,"tags":{"name":"336.js","cache":"MISS"},"startTime":1740021526095,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":95158,"timestamp":82346973853,"id":644,"parentId":625,"tags":{"name":"973.js","cache":"MISS"},"startTime":1740021526091,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":99262,"timestamp":82346974441,"id":645,"parentId":625,"tags":{"name":"992.js","cache":"MISS"},"startTime":1740021526091,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":109938,"timestamp":82346965382,"id":640,"parentId":625,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1740021526082,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-webpack-plugin-optimize","duration":120529,"timestamp":82346954798,"id":625,"parentId":16,"tags":{"compilationName":"server"},"startTime":1740021526072,"traceId":"9c2ce129ce7fd6f2"},{"name":"css-minimizer-plugin","duration":107,"timestamp":82347075440,"id":649,"parentId":16,"tags":{},"startTime":1740021526192,"traceId":"9c2ce129ce7fd6f2"},{"name":"create-trace-assets","duration":1293,"timestamp":82347075654,"id":650,"parentId":17,"tags":{},"startTime":1740021526192,"traceId":"9c2ce129ce7fd6f2"},{"name":"seal","duration":303535,"timestamp":82346776971,"id":612,"parentId":16,"tags":{},"startTime":1740021525894,"traceId":"9c2ce129ce7fd6f2"},{"name":"webpack-compilation","duration":1762742,"timestamp":82345320717,"id":16,"parentId":13,"tags":{"name":"server"},"startTime":1740021524438,"traceId":"9c2ce129ce7fd6f2"},{"name":"emit","duration":4209,"timestamp":82347083614,"id":651,"parentId":13,"tags":{},"startTime":1740021526200,"traceId":"9c2ce129ce7fd6f2"},{"name":"webpack-close","duration":155612,"timestamp":82347088390,"id":652,"parentId":13,"tags":{"name":"server"},"startTime":1740021526205,"traceId":"9c2ce129ce7fd6f2"},{"name":"webpack-generate-error-stats","duration":1225,"timestamp":82347244037,"id":653,"parentId":652,"tags":{},"startTime":1740021526361,"traceId":"9c2ce129ce7fd6f2"},{"name":"make","duration":79,"timestamp":82347250897,"id":655,"parentId":654,"tags":{},"startTime":1740021526368,"traceId":"9c2ce129ce7fd6f2"},{"name":"chunk-graph","duration":19,"timestamp":82347251261,"id":657,"parentId":656,"tags":{},"startTime":1740021526368,"traceId":"9c2ce129ce7fd6f2"},{"name":"optimize-modules","duration":3,"timestamp":82347251298,"id":659,"parentId":656,"tags":{},"startTime":1740021526368,"traceId":"9c2ce129ce7fd6f2"},{"name":"optimize-chunks","duration":30,"timestamp":82347251328,"id":660,"parentId":656,"tags":{},"startTime":1740021526368,"traceId":"9c2ce129ce7fd6f2"},{"name":"optimize-tree","duration":3,"timestamp":82347251374,"id":661,"parentId":656,"tags":{},"startTime":1740021526368,"traceId":"9c2ce129ce7fd6f2"},{"name":"optimize-chunk-modules","duration":35,"timestamp":82347251406,"id":662,"parentId":656,"tags":{},"startTime":1740021526368,"traceId":"9c2ce129ce7fd6f2"},{"name":"optimize","duration":168,"timestamp":82347251288,"id":658,"parentId":656,"tags":{},"startTime":1740021526368,"traceId":"9c2ce129ce7fd6f2"},{"name":"module-hash","duration":8,"timestamp":82347251567,"id":663,"parentId":656,"tags":{},"startTime":1740021526368,"traceId":"9c2ce129ce7fd6f2"},{"name":"code-generation","duration":6,"timestamp":82347251580,"id":664,"parentId":656,"tags":{},"startTime":1740021526368,"traceId":"9c2ce129ce7fd6f2"},{"name":"hash","duration":27,"timestamp":82347251608,"id":665,"parentId":656,"tags":{},"startTime":1740021526368,"traceId":"9c2ce129ce7fd6f2"},{"name":"code-generation-jobs","duration":16,"timestamp":82347251635,"id":666,"parentId":656,"tags":{},"startTime":1740021526368,"traceId":"9c2ce129ce7fd6f2"},{"name":"module-assets","duration":8,"timestamp":82347251648,"id":667,"parentId":656,"tags":{},"startTime":1740021526368,"traceId":"9c2ce129ce7fd6f2"}]
|
|
7
|
+
[{"name":"create-chunk-assets","duration":8,"timestamp":82347251780,"id":668,"parentId":656,"tags":{},"startTime":1740021526369,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":318,"timestamp":82347252852,"id":670,"parentId":669,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"MISS"},"startTime":1740021526370,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-webpack-plugin-optimize","duration":459,"timestamp":82347252714,"id":669,"parentId":654,"tags":{"compilationName":"edge-server"},"startTime":1740021526370,"traceId":"9c2ce129ce7fd6f2"},{"name":"css-minimizer-plugin","duration":3,"timestamp":82347253188,"id":671,"parentId":654,"tags":{},"startTime":1740021526370,"traceId":"9c2ce129ce7fd6f2"},{"name":"seal","duration":2812,"timestamp":82347251199,"id":656,"parentId":654,"tags":{},"startTime":1740021526368,"traceId":"9c2ce129ce7fd6f2"},{"name":"webpack-compilation","duration":3873,"timestamp":82347250175,"id":654,"parentId":13,"tags":{"name":"edge-server"},"startTime":1740021526367,"traceId":"9c2ce129ce7fd6f2"},{"name":"emit","duration":341,"timestamp":82347254067,"id":672,"parentId":13,"tags":{},"startTime":1740021526371,"traceId":"9c2ce129ce7fd6f2"},{"name":"webpack-close","duration":2071,"timestamp":82347254492,"id":673,"parentId":13,"tags":{"name":"edge-server"},"startTime":1740021526371,"traceId":"9c2ce129ce7fd6f2"},{"name":"webpack-generate-error-stats","duration":300,"timestamp":82347256568,"id":674,"parentId":673,"tags":{},"startTime":1740021526373,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":657,"timestamp":82347266164,"id":697,"parentId":679,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%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%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%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%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1740021526383,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":59,"timestamp":82347266841,"id":698,"parentId":684,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false!","layer":"app-pages-browser"},"startTime":1740021526384,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":134,"timestamp":82347266911,"id":699,"parentId":686,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%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%2FUsers%2Fkarenredona%2FDesktop%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%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fcomponents%2Fui%2Ftoaster.jsx%22%2C%22ids%22%3A%5B%22Toaster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fcontext%2Fdatabase-context.js%22%2C%22ids%22%3A%5B%22DatabaseProvider%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1740021526384,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":60,"timestamp":82347267051,"id":700,"parentId":696,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fpage.jsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1740021526384,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":7040,"timestamp":82347262179,"id":684,"parentId":676,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740021526379,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":7044,"timestamp":82347262181,"id":685,"parentId":676,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740021526379,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":7041,"timestamp":82347262186,"id":687,"parentId":676,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740021526379,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":7040,"timestamp":82347262187,"id":688,"parentId":676,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740021526379,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":7040,"timestamp":82347262188,"id":689,"parentId":676,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740021526379,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":7040,"timestamp":82347262190,"id":690,"parentId":676,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740021526379,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":7038,"timestamp":82347262192,"id":691,"parentId":676,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740021526379,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":7038,"timestamp":82347262194,"id":692,"parentId":676,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740021526379,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":7038,"timestamp":82347262195,"id":693,"parentId":676,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740021526379,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":7039,"timestamp":82347262196,"id":694,"parentId":676,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740021526379,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":7039,"timestamp":82347262198,"id":695,"parentId":676,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740021526379,"traceId":"9c2ce129ce7fd6f2"},{"name":"next-client-pages-loader","duration":91,"timestamp":82347270820,"id":704,"parentId":703,"tags":{"absolutePagePath":"next/dist/client/components/not-found-error"},"startTime":1740021526388,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":1551,"timestamp":82347269699,"id":703,"parentId":680,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!","layer":"app-pages-browser"},"startTime":1740021526386,"traceId":"9c2ce129ce7fd6f2"},{"name":"next-client-pages-loader","duration":7,"timestamp":82347271426,"id":706,"parentId":705,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1740021526388,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":243,"timestamp":82347271262,"id":705,"parentId":681,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!","layer":null},"startTime":1740021526388,"traceId":"9c2ce129ce7fd6f2"},{"name":"next-client-pages-loader","duration":5,"timestamp":82347271586,"id":708,"parentId":707,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1740021526388,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":135,"timestamp":82347271511,"id":707,"parentId":683,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!","layer":null},"startTime":1740021526388,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":13192,"timestamp":82347267302,"id":702,"parentId":678,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/app-next.js","layer":"app-pages-browser"},"startTime":1740021526384,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":4401,"timestamp":82347276444,"id":710,"parentId":700,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/page.jsx","layer":"app-pages-browser"},"startTime":1740021526393,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":13901,"timestamp":82347267118,"id":701,"parentId":677,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/next.js","layer":null},"startTime":1740021526384,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":6468,"timestamp":82347276491,"id":711,"parentId":699,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/toaster.jsx","layer":"app-pages-browser"},"startTime":1740021526393,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6669,"timestamp":82347276534,"id":712,"parentId":697,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1740021526393,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6847,"timestamp":82347276551,"id":713,"parentId":697,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/client-segment.js","layer":"app-pages-browser"},"startTime":1740021526393,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8564,"timestamp":82347276173,"id":709,"parentId":699,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/context/database-context.js","layer":"app-pages-browser"},"startTime":1740021526393,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8315,"timestamp":82347276594,"id":716,"parentId":697,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1740021526393,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8450,"timestamp":82347276664,"id":719,"parentId":705,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/pages/_app.js","layer":null},"startTime":1740021526393,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10597,"timestamp":82347276565,"id":714,"parentId":697,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1740021526393,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10916,"timestamp":82347276649,"id":718,"parentId":697,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"app-pages-browser"},"startTime":1740021526393,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11022,"timestamp":82347276688,"id":721,"parentId":703,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/not-found-error.js","layer":"app-pages-browser"},"startTime":1740021526393,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11580,"timestamp":82347276676,"id":720,"parentId":707,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/pages/_error.js","layer":null},"startTime":1740021526393,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11813,"timestamp":82347276608,"id":717,"parentId":697,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/metadata-boundary.js","layer":"app-pages-browser"},"startTime":1740021526393,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":12890,"timestamp":82347276579,"id":715,"parentId":697,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1740021526393,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2756,"timestamp":82347300098,"id":727,"parentId":712,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request/search-params.js","layer":"app-pages-browser"},"startTime":1740021526417,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3514,"timestamp":82347300139,"id":728,"parentId":712,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request/params.js","layer":"app-pages-browser"},"startTime":1740021526417,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3530,"timestamp":82347300235,"id":733,"parentId":717,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"app-pages-browser"},"startTime":1740021526417,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8556,"timestamp":82347296965,"id":722,"parentId":682,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/router.js","layer":null},"startTime":1740021526414,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5630,"timestamp":82347300010,"id":725,"parentId":712,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/invariant-error.js","layer":"app-pages-browser"},"startTime":1740021526417,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5607,"timestamp":82347300177,"id":729,"parentId":716,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1740021526417,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5779,"timestamp":82347300193,"id":730,"parentId":714,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/navigation-untracked.js","layer":"app-pages-browser"},"startTime":1740021526417,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5901,"timestamp":82347300207,"id":731,"parentId":714,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1740021526417,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6698,"timestamp":82347299912,"id":723,"parentId":719,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/utils.js","layer":null},"startTime":1740021526417,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6457,"timestamp":82347300274,"id":734,"parentId":715,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1740021526417,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6767,"timestamp":82347300221,"id":732,"parentId":714,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"app-pages-browser"},"startTime":1740021526417,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":7658,"timestamp":82347299988,"id":724,"parentId":720,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/head.js","layer":null},"startTime":1740021526417,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":7573,"timestamp":82347300290,"id":735,"parentId":715,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1740021526417,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":7758,"timestamp":82347300319,"id":737,"parentId":721,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"app-pages-browser"},"startTime":1740021526417,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8068,"timestamp":82347300305,"id":736,"parentId":715,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1740021526417,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8185,"timestamp":82347300346,"id":739,"parentId":715,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1740021526417,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8243,"timestamp":82347300388,"id":742,"parentId":715,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1740021526417,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8336,"timestamp":82347300375,"id":741,"parentId":718,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1740021526417,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8585,"timestamp":82347300361,"id":740,"parentId":718,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"app-pages-browser"},"startTime":1740021526417,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8666,"timestamp":82347300401,"id":743,"parentId":715,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"app-pages-browser"},"startTime":1740021526417,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8815,"timestamp":82347300418,"id":744,"parentId":715,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"app-pages-browser"},"startTime":1740021526417,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9675,"timestamp":82347300333,"id":738,"parentId":715,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1740021526417,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":7826,"timestamp":82347311819,"id":745,"parentId":710,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/sidebar.jsx","layer":"app-pages-browser"},"startTime":1740021526429,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4380,"timestamp":82347320161,"id":749,"parentId":709,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/request-deduplication.js","layer":"app-pages-browser"},"startTime":1740021526437,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4852,"timestamp":82347320120,"id":748,"parentId":709,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/hooks/use-toast.js","layer":"app-pages-browser"},"startTime":1740021526437,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":5163,"timestamp":82347320201,"id":750,"parentId":711,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/toast.jsx","layer":"app-pages-browser"},"startTime":1740021526437,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1429,"timestamp":82347325917,"id":762,"parentId":722,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/is-error.js","layer":null},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":686,"timestamp":82347326747,"id":790,"parentId":719,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":null},"startTime":1740021526444,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":590,"timestamp":82347327028,"id":793,"parentId":724,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":null},"startTime":1740021526444,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5308,"timestamp":82347325957,"id":763,"parentId":727,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"app-pages-browser"},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5662,"timestamp":82347326014,"id":764,"parentId":727,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"app-pages-browser"},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5834,"timestamp":82347326059,"id":765,"parentId":727,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/scheduler.js","layer":"app-pages-browser"},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6859,"timestamp":82347326188,"id":770,"parentId":727,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"app-pages-browser"},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":7027,"timestamp":82347326276,"id":772,"parentId":727,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request/utils.js","layer":"app-pages-browser"},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":7036,"timestamp":82347326407,"id":779,"parentId":735,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/get-segment-param.js","layer":"app-pages-browser"},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":7101,"timestamp":82347326622,"id":787,"parentId":744,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/interception-routes.js","layer":"app-pages-browser"},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":7155,"timestamp":82347326700,"id":789,"parentId":727,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"app-pages-browser"},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":7096,"timestamp":82347326939,"id":791,"parentId":716,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1740021526444,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":7108,"timestamp":82347326986,"id":792,"parentId":714,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1740021526444,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":14245,"timestamp":82347320303,"id":754,"parentId":702,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1740021526437,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":14974,"timestamp":82347320283,"id":753,"parentId":702,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1740021526437,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":16133,"timestamp":82347319998,"id":746,"parentId":710,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/sql-editor.jsx","layer":"app-pages-browser"},"startTime":1740021526437,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":16021,"timestamp":82347320320,"id":755,"parentId":702,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1740021526437,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":36676,"timestamp":82347300033,"id":726,"parentId":712,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/work-async-storage.external.js","layer":"shared"},"startTime":1740021526417,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":16805,"timestamp":82347320338,"id":756,"parentId":701,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/webpack.js","layer":null},"startTime":1740021526437,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":18764,"timestamp":82347320077,"id":747,"parentId":710,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/table-view.jsx","layer":"app-pages-browser"},"startTime":1740021526437,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":18891,"timestamp":82347321837,"id":759,"parentId":701,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/index.js","layer":null},"startTime":1740021526439,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":14796,"timestamp":82347326139,"id":767,"parentId":738,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/app-find-source-map-url.js","layer":"app-pages-browser"},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":14982,"timestamp":82347326156,"id":768,"parentId":738,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":15404,"timestamp":82347326117,"id":766,"parentId":738,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":15503,"timestamp":82347326173,"id":769,"parentId":738,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/app-build-id.js","layer":"app-pages-browser"},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":17480,"timestamp":82347326334,"id":774,"parentId":731,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/redirect-error.js","layer":"app-pages-browser"},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":17767,"timestamp":82347326350,"id":775,"parentId":724,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/side-effect.js","layer":null},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":17922,"timestamp":82347326318,"id":773,"parentId":730,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":17959,"timestamp":82347326362,"id":776,"parentId":724,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":null},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":18018,"timestamp":82347326388,"id":778,"parentId":724,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/amp-mode.js","layer":null},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"}]
|
|
8
|
+
[{"name":"build-module-js","duration":18258,"timestamp":82347326375,"id":777,"parentId":724,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":null},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":18246,"timestamp":82347326532,"id":782,"parentId":739,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":18418,"timestamp":82347326551,"id":783,"parentId":738,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":18732,"timestamp":82347326502,"id":781,"parentId":736,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":18791,"timestamp":82347326568,"id":784,"parentId":738,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":18882,"timestamp":82347326585,"id":785,"parentId":732,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"app-pages-browser"},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":18933,"timestamp":82347326607,"id":786,"parentId":724,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":null},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":19519,"timestamp":82347326452,"id":780,"parentId":736,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":19502,"timestamp":82347326669,"id":788,"parentId":738,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":35116,"timestamp":82347320268,"id":752,"parentId":719,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react/index.js","layer":null},"startTime":1740021526437,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":35208,"timestamp":82347320248,"id":751,"parentId":719,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react/jsx-runtime.js","layer":null},"startTime":1740021526437,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":34887,"timestamp":82347321862,"id":760,"parentId":712,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request/params.browser.js","layer":"app-pages-browser"},"startTime":1740021526439,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":35254,"timestamp":82347321912,"id":761,"parentId":712,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/request/search-params.browser.js","layer":"app-pages-browser"},"startTime":1740021526439,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":33079,"timestamp":82347326233,"id":771,"parentId":727,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","layer":"shared"},"startTime":1740021526443,"traceId":"9c2ce129ce7fd6f2"},{"name":"font-loader","duration":508,"timestamp":82347365223,"id":801,"parentId":800,"tags":{},"startTime":1740021526482,"traceId":"9c2ce129ce7fd6f2"},{"name":"font-loader","duration":98,"timestamp":82347365639,"id":803,"parentId":802,"tags":{},"startTime":1740021526482,"traceId":"9c2ce129ce7fd6f2"},{"name":"postcss","duration":668,"timestamp":82347365975,"id":804,"parentId":800,"tags":{},"startTime":1740021526483,"traceId":"9c2ce129ce7fd6f2"},{"name":"postcss","duration":377,"timestamp":82347366270,"id":805,"parentId":802,"tags":{},"startTime":1740021526483,"traceId":"9c2ce129ce7fd6f2"},{"name":"next-font-loader","duration":1515,"timestamp":82347365175,"id":800,"parentId":794,"tags":{},"startTime":1740021526482,"traceId":"9c2ce129ce7fd6f2"},{"name":"next-font-loader","duration":1069,"timestamp":82347365623,"id":802,"parentId":795,"tags":{},"startTime":1740021526482,"traceId":"9c2ce129ce7fd6f2"},{"name":"css-loader","duration":3389,"timestamp":82347366658,"id":806,"parentId":794,"tags":{"astUsed":"true"},"startTime":1740021526483,"traceId":"9c2ce129ce7fd6f2"},{"name":"css-loader","duration":3365,"timestamp":82347366685,"id":807,"parentId":795,"tags":{"astUsed":"true"},"startTime":1740021526483,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":5423,"timestamp":82347364902,"id":794,"parentId":757,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!/Users/karenredona/Desktop/d1studio/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":null},"startTime":1740021526482,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":5333,"timestamp":82347365076,"id":795,"parentId":758,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!/Users/karenredona/Desktop/d1studio/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":null},"startTime":1740021526482,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6821,"timestamp":82347365155,"id":799,"parentId":762,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/is-plain-object.js","layer":null},"startTime":1740021526482,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6954,"timestamp":82347365124,"id":797,"parentId":722,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":null},"startTime":1740021526482,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":7151,"timestamp":82347365096,"id":796,"parentId":722,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/with-router.js","layer":null},"startTime":1740021526482,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":3994,"timestamp":82347373195,"id":814,"parentId":750,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/class-variance-authority/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526490,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":17022,"timestamp":82347365140,"id":798,"parentId":722,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/router.js","layer":null},"startTime":1740021526482,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9226,"timestamp":82347373062,"id":809,"parentId":755,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"app-pages-browser"},"startTime":1740021526490,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9372,"timestamp":82347373013,"id":808,"parentId":753,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1740021526490,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9476,"timestamp":82347373093,"id":810,"parentId":770,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/hooks-server-context.js","layer":"app-pages-browser"},"startTime":1740021526490,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9611,"timestamp":82347373114,"id":811,"parentId":770,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"app-pages-browser"},"startTime":1740021526490,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9719,"timestamp":82347373179,"id":813,"parentId":787,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1740021526490,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":9806,"timestamp":82347373313,"id":817,"parentId":745,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/environment-select.jsx","layer":"app-pages-browser"},"startTime":1740021526490,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":10123,"timestamp":82347373234,"id":815,"parentId":745,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/cloudflare-credentials-modal.jsx","layer":"app-pages-browser"},"startTime":1740021526490,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9980,"timestamp":82347373465,"id":821,"parentId":750,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/utils.js","layer":"app-pages-browser"},"startTime":1740021526490,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":10191,"timestamp":82347373352,"id":818,"parentId":745,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/input.jsx","layer":"app-pages-browser"},"startTime":1740021526490,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":10298,"timestamp":82347373389,"id":819,"parentId":745,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/alert.jsx","layer":"app-pages-browser"},"startTime":1740021526490,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9887,"timestamp":82347373905,"id":824,"parentId":759,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":null},"startTime":1740021526491,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9993,"timestamp":82347373887,"id":823,"parentId":759,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":null},"startTime":1740021526491,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":11112,"timestamp":82347373274,"id":816,"parentId":745,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/environment-handler.jsx","layer":"app-pages-browser"},"startTime":1740021526490,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":13711,"timestamp":82347374209,"id":831,"parentId":759,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":null},"startTime":1740021526491,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":15052,"timestamp":82347374011,"id":829,"parentId":753,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1740021526491,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":15421,"timestamp":82347373997,"id":828,"parentId":753,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/action-queue.js","layer":"app-pages-browser"},"startTime":1740021526491,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":15485,"timestamp":82347374225,"id":832,"parentId":759,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":null},"startTime":1740021526491,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":17644,"timestamp":82347373981,"id":827,"parentId":753,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1740021526491,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":20032,"timestamp":82347373427,"id":820,"parentId":750,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-toast/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526490,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":25063,"timestamp":82347373962,"id":826,"parentId":756,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/deployment-id.js","layer":null},"startTime":1740021526491,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":25229,"timestamp":82347373919,"id":825,"parentId":755,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/deployment-id.js","layer":"app-pages-browser"},"startTime":1740021526491,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":26122,"timestamp":82347373134,"id":812,"parentId":772,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","layer":"app-pages-browser"},"startTime":1740021526490,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":25309,"timestamp":82347374027,"id":830,"parentId":726,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/work-async-storage-instance.js","layer":"shared"},"startTime":1740021526491,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":4127,"timestamp":82347407058,"id":859,"parentId":746,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/react/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526524,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8455,"timestamp":82347406508,"id":834,"parentId":774,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1740021526523,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8667,"timestamp":82347406451,"id":833,"parentId":759,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/is-next-router-error.js","layer":null},"startTime":1740021526523,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8811,"timestamp":82347406577,"id":836,"parentId":780,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1740021526523,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8931,"timestamp":82347406593,"id":837,"parentId":780,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1740021526523,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9060,"timestamp":82347406609,"id":838,"parentId":780,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"app-pages-browser"},"startTime":1740021526523,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9139,"timestamp":82347406626,"id":839,"parentId":753,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/globals/patch-console.js","layer":"app-pages-browser"},"startTime":1740021526523,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9217,"timestamp":82347406641,"id":840,"parentId":753,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/globals/handle-global-errors.js","layer":"app-pages-browser"},"startTime":1740021526523,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9352,"timestamp":82347406655,"id":841,"parentId":753,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/react-client-callbacks/shared.js","layer":"app-pages-browser"},"startTime":1740021526523,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9469,"timestamp":82347406669,"id":842,"parentId":759,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/react-client-callbacks/shared.js","layer":null},"startTime":1740021526523,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9746,"timestamp":82347406680,"id":843,"parentId":753,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/react-client-callbacks/app-router.js","layer":"app-pages-browser"},"startTime":1740021526523,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9867,"timestamp":82347406781,"id":848,"parentId":759,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/route-announcer.js","layer":null},"startTime":1740021526524,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10320,"timestamp":82347406755,"id":846,"parentId":759,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/head-manager.js","layer":null},"startTime":1740021526524,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10462,"timestamp":82347406793,"id":849,"parentId":759,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/remove-base-path.js","layer":null},"startTime":1740021526524,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10515,"timestamp":82347406827,"id":852,"parentId":759,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":null},"startTime":1740021526524,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10613,"timestamp":82347406816,"id":851,"parentId":759,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/runtime-config.external.js","layer":null},"startTime":1740021526524,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10757,"timestamp":82347406804,"id":850,"parentId":759,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/has-base-path.js","layer":null},"startTime":1740021526524,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11260,"timestamp":82347406768,"id":847,"parentId":759,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/page-loader.js","layer":null},"startTime":1740021526524,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11315,"timestamp":82347406850,"id":854,"parentId":759,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/mitt.js","layer":null},"startTime":1740021526524,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":11716,"timestamp":82347406861,"id":855,"parentId":746,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/query-results.jsx","layer":"app-pages-browser"},"startTime":1740021526524,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":11770,"timestamp":82347406974,"id":857,"parentId":746,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/button.jsx","layer":"app-pages-browser"},"startTime":1740021526524,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":12175,"timestamp":82347406838,"id":853,"parentId":759,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":null},"startTime":1740021526524,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":12584,"timestamp":82347406934,"id":856,"parentId":746,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/parse-sql-error.js","layer":"app-pages-browser"},"startTime":1740021526524,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":12946,"timestamp":82347407010,"id":858,"parentId":746,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/dropdown-menu.jsx","layer":"app-pages-browser"},"startTime":1740021526524,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":75720,"timestamp":82347422811,"id":863,"parentId":747,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/delete-records-dialog.jsx","layer":"app-pages-browser"},"startTime":1740021526540,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":77075,"timestamp":82347422734,"id":861,"parentId":747,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/editable-cell.jsx","layer":"app-pages-browser"},"startTime":1740021526540,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":78182,"timestamp":82347422774,"id":862,"parentId":747,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/editable-row.jsx","layer":"app-pages-browser"},"startTime":1740021526540,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":79815,"timestamp":82347422664,"id":860,"parentId":747,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/table-toolbar.jsx","layer":"app-pages-browser"},"startTime":1740021526539,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":80289,"timestamp":82347422851,"id":864,"parentId":747,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/table-error-dialog.jsx","layer":"app-pages-browser"},"startTime":1740021526540,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":80678,"timestamp":82347422928,"id":866,"parentId":747,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/column-sorting.jsx","layer":"app-pages-browser"},"startTime":1740021526540,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":82049,"timestamp":82347422974,"id":867,"parentId":747,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/table.jsx","layer":"app-pages-browser"},"startTime":1740021526540,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":82735,"timestamp":82347422890,"id":865,"parentId":747,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/resize-columns.jsx","layer":"app-pages-browser"},"startTime":1740021526540,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":82896,"timestamp":82347423011,"id":868,"parentId":747,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/scroll-area.jsx","layer":"app-pages-browser"},"startTime":1740021526540,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":83046,"timestamp":82347423052,"id":869,"parentId":747,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/checkbox.jsx","layer":"app-pages-browser"},"startTime":1740021526540,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":83129,"timestamp":82347423169,"id":874,"parentId":798,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":null},"startTime":1740021526540,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":83274,"timestamp":82347423186,"id":875,"parentId":798,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":null},"startTime":1740021526540,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":83387,"timestamp":82347423202,"id":876,"parentId":798,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":null},"startTime":1740021526540,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":83544,"timestamp":82347423213,"id":877,"parentId":798,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":null},"startTime":1740021526540,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":84132,"timestamp":82347423136,"id":872,"parentId":759,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/adapters.js","layer":null},"startTime":1740021526540,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":84240,"timestamp":82347423235,"id":879,"parentId":798,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":null},"startTime":1740021526540,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":85480,"timestamp":82347423224,"id":878,"parentId":798,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":null},"startTime":1740021526540,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":86930,"timestamp":82347423122,"id":871,"parentId":759,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/script.js","layer":null},"startTime":1740021526540,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":85591,"timestamp":82347424611,"id":883,"parentId":747,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Loader2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740021526541,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":85687,"timestamp":82347424590,"id":882,"parentId":746,"tags":{"name":"__barrel_optimize__?names=ChevronDown,Command,CornerDownLeft,GripHorizontal,Loader2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740021526541,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":86015,"timestamp":82347424335,"id":881,"parentId":745,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Loader2,Search,Table2,TerminalSquare!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740021526541,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":85767,"timestamp":82347424628,"id":884,"parentId":750,"tags":{"name":"__barrel_optimize__?names=X!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740021526541,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5119,"timestamp":82347516441,"id":889,"parentId":759,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/tracing/report-to-socket.js","layer":null},"startTime":1740021526633,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5500,"timestamp":82347516406,"id":888,"parentId":759,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/tracing/tracer.js","layer":null},"startTime":1740021526633,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":27,"timestamp":82347522978,"id":892,"parentId":798,"tags":{"layer":null},"startTime":1740021526640,"traceId":"9c2ce129ce7fd6f2"}]
|
|
9
|
+
[{"name":"build-module-js","duration":993,"timestamp":82347523220,"id":895,"parentId":798,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/constants.js","layer":null},"startTime":1740021526640,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1301,"timestamp":82347523313,"id":899,"parentId":824,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/interception-routes.js","layer":null},"startTime":1740021526640,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":3632,"timestamp":82347523253,"id":897,"parentId":814,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/clsx/dist/clsx.mjs","layer":"app-pages-browser"},"startTime":1740021526640,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":7549,"timestamp":82347523322,"id":900,"parentId":821,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"app-pages-browser"},"startTime":1740021526640,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":125448,"timestamp":82347406735,"id":845,"parentId":759,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":null},"startTime":1740021526524,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":125817,"timestamp":82347406693,"id":844,"parentId":753,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1740021526523,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":126177,"timestamp":82347406531,"id":835,"parentId":781,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/action-async-storage.external.js","layer":"shared"},"startTime":1740021526523,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10403,"timestamp":82347523232,"id":896,"parentId":813,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1740021526640,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10433,"timestamp":82347523295,"id":898,"parentId":828,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/is-thenable.js","layer":"app-pages-browser"},"startTime":1740021526640,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10552,"timestamp":82347523375,"id":902,"parentId":798,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/detect-domain-locale.js","layer":null},"startTime":1740021526640,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10730,"timestamp":82347523398,"id":904,"parentId":798,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/remove-locale.js","layer":null},"startTime":1740021526640,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10975,"timestamp":82347523386,"id":903,"parentId":798,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/add-locale.js","layer":null},"startTime":1740021526640,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11178,"timestamp":82347523409,"id":905,"parentId":798,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/add-base-path.js","layer":null},"startTime":1740021526640,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11323,"timestamp":82347523444,"id":908,"parentId":798,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":null},"startTime":1740021526640,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11756,"timestamp":82347523420,"id":906,"parentId":798,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/resolve-href.js","layer":null},"startTime":1740021526640,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11898,"timestamp":82347523460,"id":909,"parentId":798,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":null},"startTime":1740021526640,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":12610,"timestamp":82347523473,"id":910,"parentId":798,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":null},"startTime":1740021526640,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":13888,"timestamp":82347523361,"id":901,"parentId":798,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/route-loader.js","layer":null},"startTime":1740021526640,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":14127,"timestamp":82347523197,"id":894,"parentId":815,"tags":{"name":"__barrel_optimize__?names=Loader2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740021526640,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":14233,"timestamp":82347523154,"id":893,"parentId":817,"tags":{"name":"__barrel_optimize__?names=Download,HardDrive,Loader2,Upload!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740021526640,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5879,"timestamp":82347539147,"id":935,"parentId":841,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":123390,"timestamp":82347423147,"id":873,"parentId":771,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","layer":"shared"},"startTime":1740021526540,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":146072,"timestamp":82347423101,"id":870,"parentId":759,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-dom/client.js","layer":null},"startTime":1740021526540,"traceId":"9c2ce129ce7fd6f2"},{"name":"postcss-process","duration":244979,"timestamp":82347424802,"id":886,"parentId":885,"tags":{},"startTime":1740021526542,"traceId":"9c2ce129ce7fd6f2"},{"name":"postcss-loader","duration":245112,"timestamp":82347424705,"id":885,"parentId":880,"tags":{},"startTime":1740021526541,"traceId":"9c2ce129ce7fd6f2"},{"name":"css-loader","duration":6962,"timestamp":82347669846,"id":953,"parentId":880,"tags":{"astUsed":"true"},"startTime":1740021526787,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":139664,"timestamp":82347538711,"id":914,"parentId":798,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":null},"startTime":1740021526655,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":139868,"timestamp":82347538694,"id":913,"parentId":798,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":null},"startTime":1740021526655,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":140047,"timestamp":82347538676,"id":912,"parentId":798,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":null},"startTime":1740021526655,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":140240,"timestamp":82347538750,"id":916,"parentId":827,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":140776,"timestamp":82347538625,"id":911,"parentId":798,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":null},"startTime":1740021526655,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":140741,"timestamp":82347538801,"id":919,"parentId":827,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":140925,"timestamp":82347538786,"id":918,"parentId":827,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":141216,"timestamp":82347538725,"id":915,"parentId":798,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":null},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":141384,"timestamp":82347538769,"id":917,"parentId":827,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":141666,"timestamp":82347538858,"id":921,"parentId":815,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/dialog.jsx","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":142084,"timestamp":82347538817,"id":920,"parentId":817,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/select.jsx","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":142528,"timestamp":82347538897,"id":922,"parentId":816,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/push-preview-toast.jsx","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":142886,"timestamp":82347539012,"id":926,"parentId":798,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/bloom-filter.js","layer":null},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":143126,"timestamp":82347539026,"id":927,"parentId":798,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":null},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":143707,"timestamp":82347538939,"id":923,"parentId":816,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/pull-preview-toast.jsx","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":144012,"timestamp":82347539051,"id":929,"parentId":829,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":144325,"timestamp":82347539097,"id":932,"parentId":829,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":144840,"timestamp":82347539068,"id":930,"parentId":829,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":145041,"timestamp":82347539112,"id":933,"parentId":828,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":145208,"timestamp":82347539199,"id":937,"parentId":833,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/redirect-error.js","layer":null},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":145352,"timestamp":82347539211,"id":938,"parentId":836,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":146276,"timestamp":82347539083,"id":931,"parentId":829,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":147644,"timestamp":82347539226,"id":939,"parentId":836,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/forbidden.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":147923,"timestamp":82347539254,"id":941,"parentId":836,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":148115,"timestamp":82347539240,"id":940,"parentId":836,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/unauthorized.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":148688,"timestamp":82347539186,"id":936,"parentId":847,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/constants.js","layer":null},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":148641,"timestamp":82347539330,"id":945,"parentId":850,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":null},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":148790,"timestamp":82347539317,"id":944,"parentId":842,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":null},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":148930,"timestamp":82347539299,"id":943,"parentId":838,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":149162,"timestamp":82347539268,"id":942,"parentId":833,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":null},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":4270,"timestamp":82347692087,"id":971,"parentId":820,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":4438,"timestamp":82347692125,"id":972,"parentId":820,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":4770,"timestamp":82347692201,"id":974,"parentId":820,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":4806,"timestamp":82347692351,"id":978,"parentId":820,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":4856,"timestamp":82347692388,"id":979,"parentId":820,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":5000,"timestamp":82347692427,"id":980,"parentId":820,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":158666,"timestamp":82347539128,"id":934,"parentId":858,"tags":{"name":"__barrel_optimize__?names=Check,ChevronRight,Circle!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":158453,"timestamp":82347539386,"id":949,"parentId":863,"tags":{"name":"__barrel_optimize__?names=AlertCircle!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":158475,"timestamp":82347539404,"id":950,"parentId":862,"tags":{"name":"__barrel_optimize__?names=Trash2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":158778,"timestamp":82347539343,"id":946,"parentId":827,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/use-reducer.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":158940,"timestamp":82347539371,"id":948,"parentId":827,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":158992,"timestamp":82347539420,"id":951,"parentId":860,"tags":{"name":"__barrel_optimize__?names=ArrowLeft,ArrowRight,Columns,Loader2,SlidersHorizontal!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":159024,"timestamp":82347539436,"id":952,"parentId":866,"tags":{"name":"__barrel_optimize__?names=ArrowDown,ArrowUp,ArrowUpDown!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":159430,"timestamp":82347539357,"id":947,"parentId":827,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":184694,"timestamp":82347516457,"id":890,"parentId":752,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react/cjs/react.production.min.js","layer":null},"startTime":1740021526633,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":185044,"timestamp":82347516215,"id":887,"parentId":738,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react-server-dom-webpack/client.js","layer":"app-pages-browser"},"startTime":1740021526633,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9577,"timestamp":82347691879,"id":956,"parentId":883,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/loader-circle.js","layer":"app-pages-browser"},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9691,"timestamp":82347691854,"id":955,"parentId":883,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/circle-alert.js","layer":"app-pages-browser"},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9712,"timestamp":82347691897,"id":957,"parentId":882,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/chevron-down.js","layer":"app-pages-browser"},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9749,"timestamp":82347691913,"id":958,"parentId":882,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/command.js","layer":"app-pages-browser"},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9788,"timestamp":82347691929,"id":959,"parentId":882,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/corner-down-left.js","layer":"app-pages-browser"},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9813,"timestamp":82347691959,"id":961,"parentId":881,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/search.js","layer":"app-pages-browser"},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9908,"timestamp":82347691943,"id":960,"parentId":882,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/grip-horizontal.js","layer":"app-pages-browser"},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9901,"timestamp":82347692003,"id":964,"parentId":884,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/x.js","layer":"app-pages-browser"},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9973,"timestamp":82347691989,"id":963,"parentId":881,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/square-terminal.js","layer":"app-pages-browser"},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10016,"timestamp":82347692018,"id":965,"parentId":874,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":null},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10118,"timestamp":82347691973,"id":962,"parentId":881,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/table-2.js","layer":"app-pages-browser"},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10138,"timestamp":82347692042,"id":967,"parentId":879,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":null},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10227,"timestamp":82347692031,"id":966,"parentId":879,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":null},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10299,"timestamp":82347692053,"id":968,"parentId":879,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":null},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10366,"timestamp":82347692064,"id":969,"parentId":878,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":null},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10465,"timestamp":82347692075,"id":970,"parentId":874,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/index.js","layer":null},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":5300,"timestamp":82347704481,"id":981,"parentId":820,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526821,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":5384,"timestamp":82347704548,"id":982,"parentId":820,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526821,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":5748,"timestamp":82347704592,"id":983,"parentId":857,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526821,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5348,"timestamp":82347705055,"id":995,"parentId":859,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/index.js","layer":"app-pages-browser"},"startTime":1740021526822,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":18615,"timestamp":82347692276,"id":976,"parentId":820,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-portal/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":19150,"timestamp":82347691794,"id":954,"parentId":869,"tags":{"name":"__barrel_optimize__?names=Check!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":19858,"timestamp":82347692164,"id":973,"parentId":820,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":20189,"timestamp":82347692314,"id":977,"parentId":820,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":22494,"timestamp":82347692239,"id":975,"parentId":820,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526809,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":191488,"timestamp":82347523431,"id":907,"parentId":798,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/lib/is-api-route.js","layer":null},"startTime":1740021526640,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":192199,"timestamp":82347522903,"id":891,"parentId":751,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react/cjs/react-jsx-runtime.production.min.js","layer":null},"startTime":1740021526640,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10832,"timestamp":82347704812,"id":989,"parentId":856,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/lib/sql-error-types.js","layer":"app-pages-browser"},"startTime":1740021526822,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":11001,"timestamp":82347704856,"id":990,"parentId":860,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/refresh-button.jsx","layer":"app-pages-browser"},"startTime":1740021526822,"traceId":"9c2ce129ce7fd6f2"}]
|
|
10
|
+
[{"name":"build-module-jsx","duration":11337,"timestamp":82347704896,"id":991,"parentId":860,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/sync-migrations-button.jsx","layer":"app-pages-browser"},"startTime":1740021526822,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":11360,"timestamp":82347705015,"id":994,"parentId":860,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/ui/tooltip.jsx","layer":"app-pages-browser"},"startTime":1740021526822,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":11716,"timestamp":82347704975,"id":993,"parentId":860,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/column-selector.jsx","layer":"app-pages-browser"},"startTime":1740021526822,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-jsx","duration":12342,"timestamp":82347704936,"id":992,"parentId":860,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/components/download-button.jsx","layer":"app-pages-browser"},"startTime":1740021526822,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":462122,"timestamp":82347262165,"id":681,"parentId":676,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1740021526379,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":24812,"timestamp":82347704632,"id":984,"parentId":858,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526821,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":25264,"timestamp":82347704709,"id":986,"parentId":869,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-checkbox/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526821,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":27529,"timestamp":82347704671,"id":985,"parentId":868,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-scroll-area/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526821,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":193401,"timestamp":82347539000,"id":925,"parentId":710,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":193676,"timestamp":82347538979,"id":924,"parentId":794,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js","layer":null},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":193694,"timestamp":82347539039,"id":928,"parentId":716,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1740021526656,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":12999,"timestamp":82347720403,"id":998,"parentId":852,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/image-config.js","layer":null},"startTime":1740021526837,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":13187,"timestamp":82347720417,"id":999,"parentId":846,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/set-attributes-from-props.js","layer":null},"startTime":1740021526837,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":13379,"timestamp":82347720381,"id":997,"parentId":827,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/segment-cache/prefetch.js","layer":"app-pages-browser"},"startTime":1740021526837,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":13583,"timestamp":82347720333,"id":996,"parentId":759,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/portal/index.js","layer":null},"startTime":1740021526837,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":13590,"timestamp":82347720431,"id":1000,"parentId":841,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"app-pages-browser"},"startTime":1740021526837,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":13676,"timestamp":82347720445,"id":1001,"parentId":842,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":null},"startTime":1740021526837,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":13747,"timestamp":82347720476,"id":1003,"parentId":847,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","layer":null},"startTime":1740021526837,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":13826,"timestamp":82347720490,"id":1004,"parentId":893,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/download.js","layer":"app-pages-browser"},"startTime":1740021526837,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":13887,"timestamp":82347720507,"id":1005,"parentId":893,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/hard-drive.js","layer":"app-pages-browser"},"startTime":1740021526837,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":13939,"timestamp":82347720523,"id":1006,"parentId":893,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/upload.js","layer":"app-pages-browser"},"startTime":1740021526837,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":13986,"timestamp":82347720538,"id":1007,"parentId":901,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":null},"startTime":1740021526837,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":14114,"timestamp":82347720557,"id":1008,"parentId":899,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":null},"startTime":1740021526837,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":14116,"timestamp":82347720619,"id":1012,"parentId":872,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":null},"startTime":1740021526837,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":14287,"timestamp":82347720606,"id":1011,"parentId":871,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/request-idle-callback.js","layer":null},"startTime":1740021526837,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":14708,"timestamp":82347720458,"id":1002,"parentId":843,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/globals/intercept-console-error.js","layer":"app-pages-browser"},"startTime":1740021526837,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":14576,"timestamp":82347720653,"id":1014,"parentId":922,"tags":{"name":"__barrel_optimize__?names=Loader2,X!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740021526837,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":14645,"timestamp":82347720634,"id":1013,"parentId":920,"tags":{"name":"__barrel_optimize__?names=Check,ChevronDown,ChevronUp!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740021526837,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":419524,"timestamp":82347320351,"id":757,"parentId":699,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"app-pages-browser"},"startTime":1740021526437,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":418324,"timestamp":82347321741,"id":758,"parentId":699,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":"app-pages-browser"},"startTime":1740021526439,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":7711,"timestamp":82347737770,"id":1018,"parentId":941,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/export/helpers/is-dynamic-usage-error.js","layer":"app-pages-browser"},"startTime":1740021526855,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":7749,"timestamp":82347737830,"id":1020,"parentId":941,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"app-pages-browser"},"startTime":1740021526855,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8712,"timestamp":82347737817,"id":1019,"parentId":936,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":null},"startTime":1740021526855,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8799,"timestamp":82347737871,"id":1021,"parentId":916,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1740021526855,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9052,"timestamp":82347737754,"id":1017,"parentId":937,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/redirect-status-code.js","layer":null},"startTime":1740021526855,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9192,"timestamp":82347737732,"id":1016,"parentId":935,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1740021526855,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9116,"timestamp":82347737916,"id":1024,"parentId":934,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/check.js","layer":"app-pages-browser"},"startTime":1740021526855,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9167,"timestamp":82347737931,"id":1025,"parentId":934,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/chevron-right.js","layer":"app-pages-browser"},"startTime":1740021526855,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9361,"timestamp":82347737886,"id":1022,"parentId":918,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1740021526855,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9474,"timestamp":82347737900,"id":1023,"parentId":956,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"app-pages-browser"},"startTime":1740021526855,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9499,"timestamp":82347737946,"id":1026,"parentId":934,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/circle.js","layer":"app-pages-browser"},"startTime":1740021526855,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10133,"timestamp":82347737684,"id":1015,"parentId":923,"tags":{"name":"__barrel_optimize__?names=FileText,Loader2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740021526854,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3590,"timestamp":82347749420,"id":1047,"parentId":995,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/loader/index.js","layer":"app-pages-browser"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":50236,"timestamp":82347704792,"id":988,"parentId":830,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/async-local-storage.js","layer":"shared"},"startTime":1740021526822,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":50426,"timestamp":82347704750,"id":987,"parentId":812,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","layer":"app-pages-browser"},"startTime":1740021526822,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6224,"timestamp":82347749133,"id":1030,"parentId":951,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/columns-2.js","layer":"app-pages-browser"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6323,"timestamp":82347749117,"id":1029,"parentId":951,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-right.js","layer":"app-pages-browser"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6413,"timestamp":82347749096,"id":1028,"parentId":951,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-left.js","layer":"app-pages-browser"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6541,"timestamp":82347749047,"id":1027,"parentId":950,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/trash-2.js","layer":"app-pages-browser"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6486,"timestamp":82347749164,"id":1032,"parentId":952,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-down.js","layer":"app-pages-browser"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6530,"timestamp":82347749177,"id":1033,"parentId":952,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-up.js","layer":"app-pages-browser"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6579,"timestamp":82347749191,"id":1034,"parentId":952,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-up-down.js","layer":"app-pages-browser"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6717,"timestamp":82347749148,"id":1031,"parentId":951,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/sliders-horizontal.js","layer":"app-pages-browser"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6732,"timestamp":82347749317,"id":1040,"parentId":901,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/trusted-types.js","layer":null},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":7029,"timestamp":82347749290,"id":1038,"parentId":903,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/normalize-trailing-slash.js","layer":null},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":7212,"timestamp":82347749303,"id":1039,"parentId":916,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":7268,"timestamp":82347749346,"id":1042,"parentId":910,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/escape-regexp.js","layer":null},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":7346,"timestamp":82347749462,"id":1048,"parentId":932,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"app-pages-browser"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8152,"timestamp":82347749205,"id":1035,"parentId":970,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":null},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8120,"timestamp":82347749489,"id":1050,"parentId":933,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8317,"timestamp":82347749502,"id":1051,"parentId":933,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8662,"timestamp":82347749514,"id":1052,"parentId":933,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8869,"timestamp":82347749549,"id":1053,"parentId":933,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"app-pages-browser"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9162,"timestamp":82347749561,"id":1054,"parentId":933,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js","layer":"app-pages-browser"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10072,"timestamp":82347749476,"id":1049,"parentId":933,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10705,"timestamp":82347749574,"id":1055,"parentId":933,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"app-pages-browser"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10994,"timestamp":82347749362,"id":1043,"parentId":990,"tags":{"name":"__barrel_optimize__?names=Loader2,RefreshCw!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11026,"timestamp":82347749377,"id":1044,"parentId":991,"tags":{"name":"__barrel_optimize__?names=FolderSync,Loader2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11049,"timestamp":82347749392,"id":1045,"parentId":993,"tags":{"name":"__barrel_optimize__?names=Columns!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11091,"timestamp":82347749406,"id":1046,"parentId":992,"tags":{"name":"__barrel_optimize__?names=Download,FileCode,FileJson,FileSpreadsheet,Loader2!=!/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":13890,"timestamp":82347749216,"id":1036,"parentId":921,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-dialog/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":49795,"timestamp":82347720573,"id":1009,"parentId":715,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1740021526837,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":49921,"timestamp":82347720592,"id":1010,"parentId":753,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1740021526837,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":24967,"timestamp":82347749253,"id":1037,"parentId":920,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-select/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":75,"timestamp":82347786277,"id":1065,"parentId":757,"tags":{},"startTime":1740021526903,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":7,"timestamp":82347786368,"id":1066,"parentId":758,"tags":{},"startTime":1740021526903,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":2464,"timestamp":82347786451,"id":1071,"parentId":975,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526903,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":2552,"timestamp":82347786533,"id":1073,"parentId":984,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526903,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2949,"timestamp":82347786579,"id":1074,"parentId":1047,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/_virtual/_rollupPluginBabelHelpers.js","layer":"app-pages-browser"},"startTime":1740021526903,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2970,"timestamp":82347786624,"id":1075,"parentId":1047,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/config/index.js","layer":"app-pages-browser"},"startTime":1740021526903,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3049,"timestamp":82347786665,"id":1076,"parentId":1047,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/validators/index.js","layer":"app-pages-browser"},"startTime":1740021526903,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3080,"timestamp":82347786710,"id":1077,"parentId":1047,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/compose.js","layer":"app-pages-browser"},"startTime":1740021526903,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3113,"timestamp":82347786750,"id":1078,"parentId":1047,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/deepMerge.js","layer":"app-pages-browser"},"startTime":1740021526904,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":40948,"timestamp":82347749329,"id":1041,"parentId":835,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/action-async-storage-instance.js","layer":"shared"},"startTime":1740021526866,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5207,"timestamp":82347786089,"id":1058,"parentId":1008,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":null},"startTime":1740021526903,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5401,"timestamp":82347785989,"id":1056,"parentId":1013,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/chevron-up.js","layer":"app-pages-browser"},"startTime":1740021526903,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5472,"timestamp":82347786066,"id":1057,"parentId":1008,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/segment.js","layer":null},"startTime":1740021526903,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5670,"timestamp":82347786151,"id":1060,"parentId":889,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/pages/websocket.js","layer":null},"startTime":1740021526903,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5858,"timestamp":82347786188,"id":1062,"parentId":842,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stitched-error.js","layer":null},"startTime":1740021526903,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6069,"timestamp":82347786169,"id":1061,"parentId":841,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stitched-error.js","layer":"app-pages-browser"},"startTime":1740021526903,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5923,"timestamp":82347786400,"id":1068,"parentId":1015,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/file-text.js","layer":"app-pages-browser"},"startTime":1740021526903,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6093,"timestamp":82347786380,"id":1067,"parentId":1023,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/Icon.js","layer":"app-pages-browser"},"startTime":1740021526903,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6180,"timestamp":82347786418,"id":1069,"parentId":1023,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"app-pages-browser"},"startTime":1740021526903,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6767,"timestamp":82347786202,"id":1063,"parentId":843,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-error-handler.js","layer":"app-pages-browser"},"startTime":1740021526903,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":6641,"timestamp":82347786435,"id":1070,"parentId":1021,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"app-pages-browser"},"startTime":1740021526903,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3988,"timestamp":82347794070,"id":1079,"parentId":1047,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/makeCancelable.js","layer":"app-pages-browser"},"startTime":1740021526911,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4120,"timestamp":82347794135,"id":1080,"parentId":987,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/app-render/async-local-storage.js","layer":"app-pages-browser"},"startTime":1740021526911,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":4155,"timestamp":82347794204,"id":1082,"parentId":986,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526911,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":4243,"timestamp":82347794246,"id":1083,"parentId":986,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526911,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":4301,"timestamp":82347794287,"id":1084,"parentId":985,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526911,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":4312,"timestamp":82347794327,"id":1085,"parentId":985,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/number/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526911,"traceId":"9c2ce129ce7fd6f2"}]
|
|
11
|
+
[{"name":"build-module-js","duration":5450,"timestamp":82347794506,"id":1094,"parentId":1047,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/state-local/lib/es/state-local.js","layer":"app-pages-browser"},"startTime":1740021526911,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":17684,"timestamp":82347786104,"id":1059,"parentId":994,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-tooltip/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526903,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":19286,"timestamp":82347786493,"id":1072,"parentId":984,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-menu/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526903,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11728,"timestamp":82347794178,"id":1081,"parentId":1039,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1740021526911,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11575,"timestamp":82347794423,"id":1089,"parentId":1043,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/refresh-cw.js","layer":"app-pages-browser"},"startTime":1740021526911,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11632,"timestamp":82347794444,"id":1090,"parentId":1044,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/folder-sync.js","layer":"app-pages-browser"},"startTime":1740021526911,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11812,"timestamp":82347794390,"id":1087,"parentId":997,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/segment-cache/cache-key.js","layer":"app-pages-browser"},"startTime":1740021526911,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11798,"timestamp":82347794475,"id":1092,"parentId":1046,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/file-json.js","layer":"app-pages-browser"},"startTime":1740021526911,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11875,"timestamp":82347794459,"id":1091,"parentId":1046,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/file-code.js","layer":"app-pages-browser"},"startTime":1740021526911,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":12030,"timestamp":82347794490,"id":1093,"parentId":1046,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/icons/file-spreadsheet.js","layer":"app-pages-browser"},"startTime":1740021526911,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":12825,"timestamp":82347794407,"id":1088,"parentId":997,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/segment-cache/scheduler.js","layer":"app-pages-browser"},"startTime":1740021526911,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8011,"timestamp":82347808551,"id":1099,"parentId":1053,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/promise-queue.js","layer":"app-pages-browser"},"startTime":1740021526925,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8440,"timestamp":82347808496,"id":1097,"parentId":1048,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"app-pages-browser"},"startTime":1740021526925,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8688,"timestamp":82347808533,"id":1098,"parentId":1050,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js","layer":"app-pages-browser"},"startTime":1740021526925,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8764,"timestamp":82347808595,"id":1102,"parentId":1052,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"app-pages-browser"},"startTime":1740021526925,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":8986,"timestamp":82347808581,"id":1101,"parentId":1050,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"app-pages-browser"},"startTime":1740021526925,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9138,"timestamp":82347808610,"id":1103,"parentId":1049,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js","layer":"app-pages-browser"},"startTime":1740021526925,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9258,"timestamp":82347808624,"id":1104,"parentId":1049,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"app-pages-browser"},"startTime":1740021526925,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":9437,"timestamp":82347808638,"id":1105,"parentId":1049,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js","layer":"app-pages-browser"},"startTime":1740021526925,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10705,"timestamp":82347808566,"id":1100,"parentId":1051,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1740021526925,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":10772,"timestamp":82347808665,"id":1107,"parentId":1050,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"app-pages-browser"},"startTime":1740021526925,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":11201,"timestamp":82347808651,"id":1106,"parentId":1049,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/aliased-prefetch-navigations.js","layer":"app-pages-browser"},"startTime":1740021526925,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1601,"timestamp":82347821865,"id":1109,"parentId":1076,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/curry.js","layer":"app-pages-browser"},"startTime":1740021526939,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1632,"timestamp":82347821911,"id":1110,"parentId":1076,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/isObject.js","layer":"app-pages-browser"},"startTime":1740021526939,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1593,"timestamp":82347822025,"id":1113,"parentId":1036,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1740021526939,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1968,"timestamp":82347822061,"id":1114,"parentId":1036,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/aria-hidden/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1740021526939,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":39912,"timestamp":82347786217,"id":1064,"parentId":887,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1740021526903,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4842,"timestamp":82347821795,"id":1108,"parentId":1067,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"app-pages-browser"},"startTime":1740021526939,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4751,"timestamp":82347822147,"id":1116,"parentId":1055,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/assign-location.js","layer":"app-pages-browser"},"startTime":1740021526939,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4970,"timestamp":82347822232,"id":1118,"parentId":1055,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/server-reference-info.js","layer":"app-pages-browser"},"startTime":1740021526939,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":5609,"timestamp":82347822215,"id":1117,"parentId":1049,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/segment-cache/navigation.js","layer":"app-pages-browser"},"startTime":1740021526939,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":6037,"timestamp":82347821989,"id":1112,"parentId":1036,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526939,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":6668,"timestamp":82347821951,"id":1111,"parentId":1036,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526939,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":7275,"timestamp":82347822097,"id":1115,"parentId":1037,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-popper/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526939,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":40029,"timestamp":82347794547,"id":1095,"parentId":925,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.production.js","layer":"app-pages-browser"},"startTime":1740021526911,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":40362,"timestamp":82347794368,"id":1086,"parentId":870,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-dom/index.js","layer":null},"startTime":1740021526911,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":28568,"timestamp":82347808457,"id":1096,"parentId":928,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react/cjs/react.production.js","layer":"app-pages-browser"},"startTime":1740021526925,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":569,"timestamp":82347837587,"id":1127,"parentId":1113,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"app-pages-browser"},"startTime":1740021526954,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3688,"timestamp":82347835233,"id":1123,"parentId":1063,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/attach-hydration-error-state.js","layer":"app-pages-browser"},"startTime":1740021526952,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":3825,"timestamp":82347835270,"id":1125,"parentId":1063,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/console-error.js","layer":"app-pages-browser"},"startTime":1740021526952,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4093,"timestamp":82347835208,"id":1122,"parentId":1060,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/get-socket-url.js","layer":null},"startTime":1740021526952,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4344,"timestamp":82347835252,"id":1124,"parentId":1063,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js","layer":"app-pages-browser"},"startTime":1740021526952,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":4452,"timestamp":82347835285,"id":1126,"parentId":1063,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/enqueue-client-error.js","layer":"app-pages-browser"},"startTime":1740021526952,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":5358,"timestamp":82347835129,"id":1121,"parentId":1072,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021526952,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-css","duration":420657,"timestamp":82347423256,"id":880,"parentId":822,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/globals.css.webpack[javascript/auto]!=!/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!/Users/karenredona/Desktop/d1studio/src/app/globals.css","layer":null},"startTime":1740021526540,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":7539,"timestamp":82347837645,"id":1128,"parentId":1088,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/segment-cache/cache.js","layer":"app-pages-browser"},"startTime":1740021526954,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":15763,"timestamp":82347830052,"id":1119,"parentId":1009,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react-dom/cjs/react-dom.production.js","layer":"app-pages-browser"},"startTime":1740021526947,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":54231,"timestamp":82347830090,"id":1120,"parentId":1010,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.production.js","layer":"app-pages-browser"},"startTime":1740021526947,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":43527,"timestamp":82347841173,"id":1131,"parentId":1097,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js","layer":"app-pages-browser"},"startTime":1740021526958,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":43981,"timestamp":82347841115,"id":1129,"parentId":1063,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/lib/console.js","layer":"app-pages-browser"},"startTime":1740021526958,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-css","duration":515292,"timestamp":82347373503,"id":822,"parentId":699,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/globals.css","layer":"app-pages-browser"},"startTime":1740021526490,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":685,"timestamp":82347890962,"id":1133,"parentId":1127,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"app-pages-browser"},"startTime":1740021527008,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":662,"timestamp":82347891062,"id":1134,"parentId":1127,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"app-pages-browser"},"startTime":1740021527008,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":1307,"timestamp":82347891106,"id":1135,"parentId":1115,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","layer":"app-pages-browser"},"startTime":1740021527008,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":1381,"timestamp":82347891146,"id":1136,"parentId":1115,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@radix-ui/react-arrow/dist/index.mjs","layer":"app-pages-browser"},"startTime":1740021527008,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":3859,"timestamp":82347893584,"id":1137,"parentId":1127,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/tslib/tslib.es6.mjs","layer":"app-pages-browser"},"startTime":1740021527010,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":56525,"timestamp":82347841152,"id":1130,"parentId":1060,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":null},"startTime":1740021526958,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":59391,"timestamp":82347841192,"id":1132,"parentId":1064,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js","layer":"app-pages-browser"},"startTime":1740021526958,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module","duration":23,"timestamp":82347901287,"id":1138,"parentId":822,"tags":{},"startTime":1740021527018,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1158,"timestamp":82347901351,"id":1140,"parentId":1122,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":null},"startTime":1740021527018,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1408,"timestamp":82347901387,"id":1141,"parentId":1123,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/is-hydration-error.js","layer":"app-pages-browser"},"startTime":1740021527018,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":549,"timestamp":82347902964,"id":1142,"parentId":1133,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"app-pages-browser"},"startTime":1740021527020,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1176,"timestamp":82347903017,"id":1143,"parentId":1134,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"app-pages-browser"},"startTime":1740021527020,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1832,"timestamp":82347903063,"id":1144,"parentId":1128,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/segment-cache/tuple-map.js","layer":"app-pages-browser"},"startTime":1740021527020,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2065,"timestamp":82347903082,"id":1145,"parentId":1128,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/components/segment-cache/lru.js","layer":"app-pages-browser"},"startTime":1740021527020,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":999,"timestamp":82347905634,"id":1146,"parentId":1133,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/constants.js","layer":"app-pages-browser"},"startTime":1740021527022,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1014,"timestamp":82347905704,"id":1147,"parentId":1133,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1740021527022,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1024,"timestamp":82347905749,"id":1148,"parentId":1134,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1740021527023,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":2883,"timestamp":82347907198,"id":1149,"parentId":1135,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","layer":"app-pages-browser"},"startTime":1740021527024,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":34607,"timestamp":82347901319,"id":1139,"parentId":1086,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-dom/cjs/react-dom.production.min.js","layer":null},"startTime":1740021527018,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":942,"timestamp":82347936197,"id":1150,"parentId":1143,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"app-pages-browser"},"startTime":1740021527053,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1188,"timestamp":82347936291,"id":1151,"parentId":1143,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"app-pages-browser"},"startTime":1740021527053,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1176,"timestamp":82347937694,"id":1152,"parentId":1147,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/assignRef.js","layer":"app-pages-browser"},"startTime":1740021527054,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1229,"timestamp":82347937757,"id":1153,"parentId":1147,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/useRef.js","layer":"app-pages-browser"},"startTime":1740021527055,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1247,"timestamp":82347937800,"id":1154,"parentId":1147,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/createRef.js","layer":"app-pages-browser"},"startTime":1740021527055,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1270,"timestamp":82347937841,"id":1155,"parentId":1147,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/mergeRef.js","layer":"app-pages-browser"},"startTime":1740021527055,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1358,"timestamp":82347937883,"id":1156,"parentId":1147,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/useMergeRef.js","layer":"app-pages-browser"},"startTime":1740021527055,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1374,"timestamp":82347937923,"id":1157,"parentId":1147,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/useTransformRef.js","layer":"app-pages-browser"},"startTime":1740021527055,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1382,"timestamp":82347937963,"id":1158,"parentId":1147,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/transformRef.js","layer":"app-pages-browser"},"startTime":1740021527055,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1430,"timestamp":82347938003,"id":1159,"parentId":1147,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-callback-ref/dist/es2015/refToCallback.js","layer":"app-pages-browser"},"startTime":1740021527055,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1464,"timestamp":82347938043,"id":1160,"parentId":1148,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/hoc.js","layer":"app-pages-browser"},"startTime":1740021527055,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1558,"timestamp":82347938100,"id":1161,"parentId":1148,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/hook.js","layer":"app-pages-browser"},"startTime":1740021527055,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1571,"timestamp":82347938137,"id":1162,"parentId":1148,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/config.js","layer":"app-pages-browser"},"startTime":1740021527055,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1698,"timestamp":82347938172,"id":1163,"parentId":1148,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/medium.js","layer":"app-pages-browser"},"startTime":1740021527055,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1810,"timestamp":82347938208,"id":1164,"parentId":1148,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/renderProp.js","layer":"app-pages-browser"},"startTime":1740021527055,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1847,"timestamp":82347938243,"id":1165,"parentId":1148,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/exports.js","layer":"app-pages-browser"},"startTime":1740021527055,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1874,"timestamp":82347938278,"id":1166,"parentId":1143,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1740021527055,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1878,"timestamp":82347938318,"id":1167,"parentId":1143,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-style-singleton/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1740021527055,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":725,"timestamp":82347944551,"id":1168,"parentId":1161,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/use-sidecar/dist/es2015/env.js","layer":"app-pages-browser"},"startTime":1740021527061,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":924,"timestamp":82347944606,"id":1169,"parentId":1166,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/component.js","layer":"app-pages-browser"},"startTime":1740021527061,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1005,"timestamp":82347944646,"id":1170,"parentId":1166,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/utils.js","layer":"app-pages-browser"},"startTime":1740021527061,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1025,"timestamp":82347944683,"id":1171,"parentId":1167,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-style-singleton/dist/es2015/component.js","layer":"app-pages-browser"},"startTime":1740021527061,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1102,"timestamp":82347944719,"id":1172,"parentId":1167,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-style-singleton/dist/es2015/singleton.js","layer":"app-pages-browser"},"startTime":1740021527062,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1125,"timestamp":82347944754,"id":1173,"parentId":1167,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/react-style-singleton/dist/es2015/hook.js","layer":"app-pages-browser"},"startTime":1740021527062,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":1505,"timestamp":82347944792,"id":1174,"parentId":1149,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","layer":"app-pages-browser"},"startTime":1740021527062,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":3349,"timestamp":82347944831,"id":1175,"parentId":1149,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","layer":"app-pages-browser"},"startTime":1740021527062,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-mjs","duration":3734,"timestamp":82347944867,"id":1176,"parentId":1149,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","layer":"app-pages-browser"},"startTime":1740021527062,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":327,"timestamp":82347951815,"id":1179,"parentId":1172,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/get-nonce/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1740021527069,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1354,"timestamp":82347951256,"id":1178,"parentId":724,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/polyfills/process.js","layer":null},"startTime":1740021527068,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1545,"timestamp":82347951195,"id":1177,"parentId":765,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/build/polyfills/process.js","layer":"app-pages-browser"},"startTime":1740021527068,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2098,"timestamp":82347951873,"id":1180,"parentId":1168,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/detect-node-es/esm/browser.js","layer":"app-pages-browser"},"startTime":1740021527069,"traceId":"9c2ce129ce7fd6f2"}]
|
|
12
|
+
[{"name":"build-module-js","duration":1278,"timestamp":82347953740,"id":1182,"parentId":1099,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"app-pages-browser"},"startTime":1740021527071,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1479,"timestamp":82347953656,"id":1181,"parentId":1099,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"app-pages-browser"},"startTime":1740021527070,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":423,"timestamp":82347955153,"id":1183,"parentId":1139,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/scheduler/index.js","layer":null},"startTime":1740021527072,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":502,"timestamp":82347955176,"id":1184,"parentId":1120,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1740021527072,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":896,"timestamp":82347956840,"id":1187,"parentId":1178,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/process/browser.js","layer":null},"startTime":1740021527074,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":1231,"timestamp":82347956856,"id":1188,"parentId":1177,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/process/browser.js","layer":"app-pages-browser"},"startTime":1740021527074,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2022,"timestamp":82347956735,"id":1185,"parentId":1183,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/scheduler/cjs/scheduler.production.min.js","layer":null},"startTime":1740021527074,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":696643,"timestamp":82347262177,"id":683,"parentId":676,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1740021526379,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":696790,"timestamp":82347262097,"id":680,"parentId":676,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1740021526379,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":696797,"timestamp":82347262092,"id":679,"parentId":676,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%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%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%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%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1740021526379,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":696694,"timestamp":82347262199,"id":696,"parentId":676,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fpage.jsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1740021526379,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":696711,"timestamp":82347262184,"id":686,"parentId":676,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%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%2FUsers%2Fkarenredona%2FDesktop%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%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fcomponents%2Fui%2Ftoaster.jsx%22%2C%22ids%22%3A%5B%22Toaster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fcontext%2Fdatabase-context.js%22%2C%22ids%22%3A%5B%22DatabaseProvider%22%5D%7D&server=false!"},"startTime":1740021526379,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":696723,"timestamp":82347262173,"id":682,"parentId":676,"tags":{"request":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/router.js"},"startTime":1740021526379,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":696832,"timestamp":82347262066,"id":677,"parentId":676,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1740021526379,"traceId":"9c2ce129ce7fd6f2"},{"name":"build-module-js","duration":2850,"timestamp":82347956760,"id":1186,"parentId":1184,"tags":{"name":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/compiled/scheduler/cjs/scheduler.production.js","layer":"app-pages-browser"},"startTime":1740021527074,"traceId":"9c2ce129ce7fd6f2"},{"name":"add-entry","duration":697555,"timestamp":82347262086,"id":678,"parentId":676,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1740021526379,"traceId":"9c2ce129ce7fd6f2"},{"name":"make","duration":697727,"timestamp":82347261943,"id":676,"parentId":675,"tags":{},"startTime":1740021526379,"traceId":"9c2ce129ce7fd6f2"},{"name":"chunk-graph","duration":3107,"timestamp":82347972121,"id":1190,"parentId":1189,"tags":{},"startTime":1740021527089,"traceId":"9c2ce129ce7fd6f2"},{"name":"optimize-modules","duration":4,"timestamp":82347975250,"id":1192,"parentId":1189,"tags":{},"startTime":1740021527092,"traceId":"9c2ce129ce7fd6f2"},{"name":"optimize-chunks","duration":2388,"timestamp":82347975744,"id":1194,"parentId":1189,"tags":{},"startTime":1740021527093,"traceId":"9c2ce129ce7fd6f2"},{"name":"optimize-tree","duration":4,"timestamp":82347978147,"id":1195,"parentId":1189,"tags":{},"startTime":1740021527095,"traceId":"9c2ce129ce7fd6f2"},{"name":"optimize-chunk-modules","duration":4925,"timestamp":82347978164,"id":1196,"parentId":1189,"tags":{},"startTime":1740021527095,"traceId":"9c2ce129ce7fd6f2"},{"name":"optimize","duration":7863,"timestamp":82347975242,"id":1191,"parentId":1189,"tags":{},"startTime":1740021527092,"traceId":"9c2ce129ce7fd6f2"},{"name":"module-hash","duration":6355,"timestamp":82347987569,"id":1197,"parentId":1189,"tags":{},"startTime":1740021527104,"traceId":"9c2ce129ce7fd6f2"},{"name":"code-generation","duration":60464,"timestamp":82347993940,"id":1198,"parentId":1189,"tags":{},"startTime":1740021527111,"traceId":"9c2ce129ce7fd6f2"},{"name":"hash","duration":2116,"timestamp":82348056050,"id":1199,"parentId":1189,"tags":{},"startTime":1740021527173,"traceId":"9c2ce129ce7fd6f2"},{"name":"code-generation-jobs","duration":116,"timestamp":82348058165,"id":1200,"parentId":1189,"tags":{},"startTime":1740021527175,"traceId":"9c2ce129ce7fd6f2"},{"name":"module-assets","duration":146,"timestamp":82348058272,"id":1201,"parentId":1189,"tags":{},"startTime":1740021527175,"traceId":"9c2ce129ce7fd6f2"},{"name":"create-chunk-assets","duration":3111,"timestamp":82348058422,"id":1202,"parentId":1189,"tags":{},"startTime":1740021527175,"traceId":"9c2ce129ce7fd6f2"},{"name":"NextJsBuildManifest-generateClientManifest","duration":750,"timestamp":82348065192,"id":1204,"parentId":675,"tags":{},"startTime":1740021527182,"traceId":"9c2ce129ce7fd6f2"},{"name":"NextJsBuildManifest-createassets","duration":1074,"timestamp":82348064874,"id":1203,"parentId":675,"tags":{},"startTime":1740021527182,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":26865,"timestamp":82348072502,"id":1209,"parentId":1205,"tags":{"name":"static/chunks/pages/_app-d23763e3e6c904ff.js","cache":"MISS"},"startTime":1740021527189,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":26959,"timestamp":82348072440,"id":1207,"parentId":1205,"tags":{"name":"static/chunks/main-app-d36cdfb402b40f13.js","cache":"MISS"},"startTime":1740021527189,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":26881,"timestamp":82348072535,"id":1211,"parentId":1205,"tags":{"name":"static/chunks/app/api/databases/route-64255424877a9f72.js","cache":"MISS"},"startTime":1740021527189,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":26908,"timestamp":82348072518,"id":1210,"parentId":1205,"tags":{"name":"static/chunks/pages/_error-9b7125ad1a1e68fa.js","cache":"MISS"},"startTime":1740021527189,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":26887,"timestamp":82348072549,"id":1212,"parentId":1205,"tags":{"name":"static/chunks/app/api/migrations/sync-files/route-02fa291c8000dadf.js","cache":"MISS"},"startTime":1740021527189,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":26810,"timestamp":82348072636,"id":1214,"parentId":1205,"tags":{"name":"static/chunks/app/api/cloudflare/route-3458d78022185d7f.js","cache":"MISS"},"startTime":1740021527189,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":26809,"timestamp":82348072648,"id":1215,"parentId":1205,"tags":{"name":"static/chunks/app/api/migrations/sync/route-03766b3afcf043ba.js","cache":"MISS"},"startTime":1740021527189,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":27024,"timestamp":82348072464,"id":1208,"parentId":1205,"tags":{"name":"static/chunks/app/_not-found/page-b786c3dd79ad15a5.js","cache":"MISS"},"startTime":1740021527189,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":26838,"timestamp":82348072661,"id":1216,"parentId":1205,"tags":{"name":"static/chunks/app/api/pull-remote/confirm/route-7e05bb8920127abe.js","cache":"MISS"},"startTime":1740021527189,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":26824,"timestamp":82348072685,"id":1218,"parentId":1205,"tags":{"name":"static/chunks/app/api/push-remote/confirm/route-96691f1880e4ed14.js","cache":"MISS"},"startTime":1740021527189,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":26847,"timestamp":82348072672,"id":1217,"parentId":1205,"tags":{"name":"static/chunks/app/api/pull-remote/preview/route-0fa15f783e8a306c.js","cache":"MISS"},"startTime":1740021527189,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":26831,"timestamp":82348072697,"id":1219,"parentId":1205,"tags":{"name":"static/chunks/app/api/push-remote/preview/route-a798679c67374552.js","cache":"MISS"},"startTime":1740021527189,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":26828,"timestamp":82348072710,"id":1220,"parentId":1205,"tags":{"name":"static/chunks/app/api/query/route-e90d0030a5083e20.js","cache":"MISS"},"startTime":1740021527189,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":26826,"timestamp":82348072722,"id":1221,"parentId":1205,"tags":{"name":"static/chunks/app/api/tables/route-3772b4f480c4b4a4.js","cache":"MISS"},"startTime":1740021527190,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":26822,"timestamp":82348072734,"id":1222,"parentId":1205,"tags":{"name":"static/chunks/app/api/tables/[name]/route-1efe63e73b480e58.js","cache":"MISS"},"startTime":1740021527190,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":27004,"timestamp":82348072563,"id":1213,"parentId":1205,"tags":{"name":"static/chunks/app/layout-8360fab69b848283.js","cache":"MISS"},"startTime":1740021527189,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":25558,"timestamp":82348074017,"id":1224,"parentId":1205,"tags":{"name":"static/chunks/webpack-c76ac1e586b2802a.js","cache":"MISS"},"startTime":1740021527191,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":41611,"timestamp":82348072746,"id":1223,"parentId":1205,"tags":{"name":"static/chunks/app/page-75081ac7a88cb706.js","cache":"MISS"},"startTime":1740021527190,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":61055,"timestamp":82348070757,"id":1206,"parentId":1205,"tags":{"name":"static/chunks/main-8d0ab17774ffa031.js","cache":"MISS"},"startTime":1740021527188,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":56964,"timestamp":82348075336,"id":1227,"parentId":1205,"tags":{"name":"static/chunks/692-ede418e1d28a1394.js","cache":"MISS"},"startTime":1740021527192,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":79432,"timestamp":82348074078,"id":1225,"parentId":1205,"tags":{"name":"static/chunks/framework-d29117d969504448.js","cache":"MISS"},"startTime":1740021527191,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":77048,"timestamp":82348081368,"id":1230,"parentId":1205,"tags":{"name":"static/chunks/92-c4466e0f1ca8a3a8.js","cache":"MISS"},"startTime":1740021527198,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":80771,"timestamp":82348081485,"id":1231,"parentId":1205,"tags":{"name":"static/chunks/735-c9144179c6bd7d06.js","cache":"MISS"},"startTime":1740021527198,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":80700,"timestamp":82348081588,"id":1232,"parentId":1205,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1740021527198,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":80691,"timestamp":82348081606,"id":1233,"parentId":1205,"tags":{"name":"static/OmPVuV0d1lrcjSBQzxkdH/_ssgManifest.js","cache":"MISS"},"startTime":1740021527198,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":80745,"timestamp":82348081617,"id":1234,"parentId":1205,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1740021527198,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":81676,"timestamp":82348081627,"id":1235,"parentId":1205,"tags":{"name":"static/OmPVuV0d1lrcjSBQzxkdH/_buildManifest.js","cache":"MISS"},"startTime":1740021527198,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":81692,"timestamp":82348081637,"id":1236,"parentId":1205,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1740021527198,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":98710,"timestamp":82348074308,"id":1226,"parentId":1205,"tags":{"name":"static/chunks/4bd1b696-8c908eb707f85a27.js","cache":"MISS"},"startTime":1740021527191,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":118553,"timestamp":82348079573,"id":1229,"parentId":1205,"tags":{"name":"static/chunks/422-6fa3c14fc64ad67b.js","cache":"MISS"},"startTime":1740021527196,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-js","duration":130680,"timestamp":82348075745,"id":1228,"parentId":1205,"tags":{"name":"static/chunks/517-3b698a5d3da06ff7.js","cache":"MISS"},"startTime":1740021527193,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-webpack-plugin-optimize","duration":139986,"timestamp":82348066448,"id":1205,"parentId":675,"tags":{"compilationName":"client"},"startTime":1740021527183,"traceId":"9c2ce129ce7fd6f2"},{"name":"minify-css","duration":228988,"timestamp":82348206542,"id":1238,"parentId":1237,"tags":{"file":"static/css/1ec9f4b0bd909493.css","cache":"MISS"},"startTime":1740021527323,"traceId":"9c2ce129ce7fd6f2"},{"name":"css-minimizer-plugin","duration":229033,"timestamp":82348206508,"id":1237,"parentId":675,"tags":{},"startTime":1740021527323,"traceId":"9c2ce129ce7fd6f2"},{"name":"seal","duration":474972,"timestamp":82347965856,"id":1189,"parentId":675,"tags":{},"startTime":1740021527083,"traceId":"9c2ce129ce7fd6f2"},{"name":"webpack-compilation","duration":1179692,"timestamp":82347261234,"id":675,"parentId":13,"tags":{"name":"client"},"startTime":1740021526378,"traceId":"9c2ce129ce7fd6f2"},{"name":"emit","duration":4073,"timestamp":82348440947,"id":1239,"parentId":13,"tags":{},"startTime":1740021527558,"traceId":"9c2ce129ce7fd6f2"},{"name":"webpack-close","duration":115901,"timestamp":82348445246,"id":1240,"parentId":13,"tags":{"name":"client"},"startTime":1740021527562,"traceId":"9c2ce129ce7fd6f2"},{"name":"webpack-generate-error-stats","duration":399,"timestamp":82348561163,"id":1241,"parentId":1240,"tags":{},"startTime":1740021527678,"traceId":"9c2ce129ce7fd6f2"},{"name":"run-webpack-compiler","duration":3495549,"timestamp":82345066192,"id":13,"parentId":1,"tags":{},"startTime":1740021524183,"traceId":"9c2ce129ce7fd6f2"},{"name":"format-webpack-messages","duration":53,"timestamp":82348561745,"id":1242,"parentId":1,"tags":{},"startTime":1740021527679,"traceId":"9c2ce129ce7fd6f2"},{"name":"verify-and-lint","duration":835581,"timestamp":82348567836,"id":1245,"parentId":1,"tags":{},"startTime":1740021527685,"traceId":"9c2ce129ce7fd6f2"},{"name":"verify-typescript-setup","duration":1888312,"timestamp":82348565420,"id":1244,"parentId":1,"tags":{},"startTime":1740021527682,"traceId":"9c2ce129ce7fd6f2"},{"name":"check-static-error-page","duration":2068,"timestamp":82350460746,"id":1248,"parentId":1247,"tags":{},"startTime":1740021529578,"traceId":"9c2ce129ce7fd6f2"},{"name":"check-page","duration":1002,"timestamp":82350476044,"id":1249,"parentId":1247,"tags":{"page":"/_app"},"startTime":1740021529593,"traceId":"9c2ce129ce7fd6f2"},{"name":"check-page","duration":639,"timestamp":82350476423,"id":1251,"parentId":1247,"tags":{"page":"/_document"},"startTime":1740021529593,"traceId":"9c2ce129ce7fd6f2"},{"name":"check-page","duration":869,"timestamp":82350476397,"id":1250,"parentId":1247,"tags":{"page":"/_error"},"startTime":1740021529593,"traceId":"9c2ce129ce7fd6f2"},{"name":"is-page-static","duration":202490,"timestamp":82350477857,"id":1265,"parentId":1253,"tags":{},"startTime":1740021529595,"traceId":"9c2ce129ce7fd6f2"},{"name":"check-page","duration":203878,"timestamp":82350476550,"id":1253,"parentId":1247,"tags":{"page":"/api/cloudflare"},"startTime":1740021529593,"traceId":"9c2ce129ce7fd6f2"},{"name":"is-page-static","duration":204625,"timestamp":82350479328,"id":1275,"parentId":1263,"tags":{},"startTime":1740021529596,"traceId":"9c2ce129ce7fd6f2"},{"name":"check-page","duration":207184,"timestamp":82350476819,"id":1263,"parentId":1247,"tags":{"page":"/api/tables"},"startTime":1740021529594,"traceId":"9c2ce129ce7fd6f2"},{"name":"is-page-static","duration":210744,"timestamp":82350479402,"id":1276,"parentId":1261,"tags":{},"startTime":1740021529596,"traceId":"9c2ce129ce7fd6f2"},{"name":"check-page","duration":213401,"timestamp":82350476786,"id":1261,"parentId":1247,"tags":{"page":"/api/query"},"startTime":1740021529594,"traceId":"9c2ce129ce7fd6f2"},{"name":"is-page-static","duration":215308,"timestamp":82350478277,"id":1266,"parentId":1254,"tags":{},"startTime":1740021529595,"traceId":"9c2ce129ce7fd6f2"},{"name":"check-page","duration":217045,"timestamp":82350476583,"id":1254,"parentId":1247,"tags":{"page":"/api/databases"},"startTime":1740021529593,"traceId":"9c2ce129ce7fd6f2"},{"name":"is-page-static","duration":216384,"timestamp":82350478698,"id":1273,"parentId":1257,"tags":{},"startTime":1740021529595,"traceId":"9c2ce129ce7fd6f2"},{"name":"check-page","duration":218477,"timestamp":82350476639,"id":1257,"parentId":1247,"tags":{"page":"/api/pull-remote/confirm"},"startTime":1740021529593,"traceId":"9c2ce129ce7fd6f2"},{"name":"is-page-static","duration":219969,"timestamp":82350478365,"id":1267,"parentId":1252,"tags":{},"startTime":1740021529595,"traceId":"9c2ce129ce7fd6f2"},{"name":"check-page","duration":221929,"timestamp":82350476454,"id":1252,"parentId":1247,"tags":{"page":"/_not-found"},"startTime":1740021529593,"traceId":"9c2ce129ce7fd6f2"},{"name":"is-page-static","duration":221604,"timestamp":82350478458,"id":1269,"parentId":1255,"tags":{},"startTime":1740021529595,"traceId":"9c2ce129ce7fd6f2"},{"name":"check-page","duration":223495,"timestamp":82350476603,"id":1255,"parentId":1247,"tags":{"page":"/api/migrations/sync-files"},"startTime":1740021529593,"traceId":"9c2ce129ce7fd6f2"},{"name":"is-page-static","duration":220889,"timestamp":82350479293,"id":1274,"parentId":1262,"tags":{},"startTime":1740021529596,"traceId":"9c2ce129ce7fd6f2"},{"name":"check-page","duration":223399,"timestamp":82350476802,"id":1262,"parentId":1247,"tags":{"page":"/api/tables/[name]"},"startTime":1740021529594,"traceId":"9c2ce129ce7fd6f2"},{"name":"is-page-static","duration":225636,"timestamp":82350478417,"id":1268,"parentId":1256,"tags":{},"startTime":1740021529595,"traceId":"9c2ce129ce7fd6f2"},{"name":"check-page","duration":227478,"timestamp":82350476621,"id":1256,"parentId":1247,"tags":{"page":"/api/migrations/sync"},"startTime":1740021529593,"traceId":"9c2ce129ce7fd6f2"},{"name":"is-page-static","duration":225812,"timestamp":82350478503,"id":1270,"parentId":1258,"tags":{},"startTime":1740021529595,"traceId":"9c2ce129ce7fd6f2"},{"name":"check-page","duration":227607,"timestamp":82350476726,"id":1258,"parentId":1247,"tags":{"page":"/api/pull-remote/preview"},"startTime":1740021529593,"traceId":"9c2ce129ce7fd6f2"},{"name":"is-page-static","duration":225521,"timestamp":82350479812,"id":1277,"parentId":1264,"tags":{},"startTime":1740021529597,"traceId":"9c2ce129ce7fd6f2"},{"name":"check-page","duration":228524,"timestamp":82350476836,"id":1264,"parentId":1247,"tags":{"page":"/"},"startTime":1740021529594,"traceId":"9c2ce129ce7fd6f2"},{"name":"is-page-static","duration":229678,"timestamp":82350478655,"id":1272,"parentId":1260,"tags":{},"startTime":1740021529595,"traceId":"9c2ce129ce7fd6f2"}]
|
|
13
|
+
[{"name":"check-page","duration":231958,"timestamp":82350476768,"id":1260,"parentId":1247,"tags":{"page":"/api/push-remote/preview"},"startTime":1740021529594,"traceId":"9c2ce129ce7fd6f2"},{"name":"is-page-static","duration":236742,"timestamp":82350478613,"id":1271,"parentId":1259,"tags":{},"startTime":1740021529595,"traceId":"9c2ce129ce7fd6f2"},{"name":"check-page","duration":238626,"timestamp":82350476750,"id":1259,"parentId":1247,"tags":{"page":"/api/push-remote/confirm"},"startTime":1740021529594,"traceId":"9c2ce129ce7fd6f2"},{"name":"static-check","duration":254922,"timestamp":82350460488,"id":1247,"parentId":1,"tags":{},"startTime":1740021529577,"traceId":"9c2ce129ce7fd6f2"},{"name":"generate-required-server-files","duration":210,"timestamp":82350715587,"id":1279,"parentId":1,"tags":{},"startTime":1740021529832,"traceId":"9c2ce129ce7fd6f2"},{"name":"write-routes-manifest","duration":951,"timestamp":82350720026,"id":1281,"parentId":1,"tags":{},"startTime":1740021529837,"traceId":"9c2ce129ce7fd6f2"},{"name":"load-dotenv","duration":14,"timestamp":82350960588,"id":1284,"parentId":1283,"tags":{},"startTime":1740021530077,"traceId":"9c2ce129ce7fd6f2"},{"name":"run-export-path-map","duration":278,"timestamp":82351463460,"id":1285,"parentId":1283,"tags":{},"startTime":1740021530580,"traceId":"9c2ce129ce7fd6f2"},{"name":"next-export","duration":888471,"timestamp":82350960176,"id":1283,"parentId":1,"tags":{},"startTime":1740021530077,"traceId":"9c2ce129ce7fd6f2"},{"name":"move-exported-app-not-found-","duration":2128,"timestamp":82351849217,"id":1286,"parentId":1282,"tags":{},"startTime":1740021530966,"traceId":"9c2ce129ce7fd6f2"},{"name":"move-exported-page","duration":7336,"timestamp":82351851401,"id":1287,"parentId":1282,"tags":{},"startTime":1740021530968,"traceId":"9c2ce129ce7fd6f2"},{"name":"static-generation","duration":978125,"timestamp":82350958616,"id":1282,"parentId":1,"tags":{},"startTime":1740021530075,"traceId":"9c2ce129ce7fd6f2"},{"name":"node-file-trace-build","duration":3960440,"timestamp":82350717210,"id":1280,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1740021529834,"traceId":"9c2ce129ce7fd6f2"},{"name":"apply-include-excludes","duration":254,"timestamp":82354677666,"id":1288,"parentId":1,"tags":{},"startTime":1740021533794,"traceId":"9c2ce129ce7fd6f2"},{"name":"print-tree-view","duration":1354,"timestamp":82354678204,"id":1289,"parentId":1,"tags":{},"startTime":1740021533795,"traceId":"9c2ce129ce7fd6f2"},{"name":"telemetry-flush","duration":17,"timestamp":82354679565,"id":1290,"parentId":1,"tags":{},"startTime":1740021533796,"traceId":"9c2ce129ce7fd6f2"},{"name":"next-build","duration":9728024,"timestamp":82344951562,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.1.6","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1740021524069,"traceId":"9c2ce129ce7fd6f2"}]
|