d1s 0.2.8 → 0.2.10
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/dist/.next/.next/BUILD_ID +1 -1
- package/dist/.next/.next/app-build-manifest.json +49 -42
- package/dist/.next/.next/app-path-routes-manifest.json +1 -1
- package/dist/.next/.next/build-manifest.json +3 -3
- package/dist/.next/.next/cache/.rscinfo +1 -1
- package/dist/.next/.next/cache/.tsbuildinfo +1 -1
- 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/3.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/4.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/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/2.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/next-minimal-server.js.nft.json +1 -1
- package/dist/.next/.next/next-server.js.nft.json +1 -1
- package/dist/.next/.next/prerender-manifest.json +1 -1
- package/dist/.next/.next/required-server-files.json +1 -1
- package/dist/.next/.next/server/app/_not-found/page.js +1 -1
- package/dist/.next/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/dist/.next/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/_not-found.html +1 -1
- package/dist/.next/.next/server/app/_not-found.rsc +4 -4
- package/dist/.next/.next/server/app/api/cloudflare/route.js +1 -1
- package/dist/.next/.next/server/app/api/cloudflare/route_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/api/databases/route.js +1 -1
- package/dist/.next/.next/server/app/api/databases/route_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/api/migrations/sync/route.js +28 -3
- package/dist/.next/.next/server/app/api/migrations/sync/route.js.nft.json +1 -1
- package/dist/.next/.next/server/app/api/migrations/sync/route_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/api/migrations/sync-files/route.js +26 -1
- package/dist/.next/.next/server/app/api/migrations/sync-files/route.js.nft.json +1 -1
- package/dist/.next/.next/server/app/api/migrations/sync-files/route_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/api/pull-data/confirm/route.js +1 -0
- package/dist/.next/.next/server/app/api/pull-data/confirm/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/pull-data/confirm/route_client-reference-manifest.js +1 -0
- package/dist/.next/.next/server/app/api/pull-remote/confirm/route.js +26 -1
- package/dist/.next/.next/server/app/api/pull-remote/confirm/route.js.nft.json +1 -1
- package/dist/.next/.next/server/app/api/pull-remote/confirm/route_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/api/pull-remote/preview/route.js +26 -1
- package/dist/.next/.next/server/app/api/pull-remote/preview/route.js.nft.json +1 -1
- package/dist/.next/.next/server/app/api/pull-remote/preview/route_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/api/push-remote/confirm/route.js +28 -3
- package/dist/.next/.next/server/app/api/push-remote/confirm/route.js.nft.json +1 -1
- package/dist/.next/.next/server/app/api/push-remote/confirm/route_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/api/push-remote/preview/route.js +28 -3
- package/dist/.next/.next/server/app/api/push-remote/preview/route.js.nft.json +1 -1
- package/dist/.next/.next/server/app/api/push-remote/preview/route_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/api/query/route.js +27 -2
- package/dist/.next/.next/server/app/api/query/route.js.nft.json +1 -1
- package/dist/.next/.next/server/app/api/query/route_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/api/tables/[name]/route.js +4 -4
- package/dist/.next/.next/server/app/api/tables/[name]/route_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/api/tables/route.js +2 -2
- package/dist/.next/.next/server/app/api/tables/route_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/api/update/route.js +1 -5
- package/dist/.next/.next/server/app/api/update/route_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app/index.html +3 -3
- package/dist/.next/.next/server/app/index.rsc +5 -5
- package/dist/.next/.next/server/app/page.js +10 -10
- package/dist/.next/.next/server/app/page.js.nft.json +1 -1
- package/dist/.next/.next/server/app/page_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app-paths-manifest.json +5 -4
- package/dist/.next/.next/server/chunks/226.js +30 -0
- package/dist/.next/.next/server/chunks/90.js +1 -0
- package/dist/.next/.next/server/chunks/992.js +1 -1
- package/dist/.next/.next/server/middleware-build-manifest.js +1 -1
- package/dist/.next/.next/server/next-font-manifest.js +1 -1
- package/dist/.next/.next/server/next-font-manifest.json +1 -1
- package/dist/.next/.next/server/pages/404.html +1 -1
- package/dist/.next/.next/server/pages/500.html +1 -1
- package/dist/.next/.next/server/pages-manifest.json +1 -1
- package/dist/.next/.next/server/server-reference-manifest.json +1 -1
- package/dist/.next/.next/static/5dBGGUmK5q7of4h5Rahrg/_buildManifest.js +1 -0
- package/dist/.next/.next/static/PflNFnmFsNegSqhzjI6lA/_buildManifest.js +1 -0
- package/dist/.next/.next/static/chunks/{958-98887928efebfdf7.js → 700-dc8f9f08b166c5e6.js} +1 -1
- package/dist/.next/.next/static/chunks/{735-c9144179c6bd7d06.js → 735-b885dfec6353171d.js} +1 -1
- package/dist/.next/.next/static/chunks/app/api/cloudflare/route-b77846f372b01f38.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/databases/route-407794f8145d9a0b.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/migrations/sync/route-9f480f5590369a8f.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/migrations/sync-files/route-92010db279b4dd8e.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/pull-data/confirm/route-a02fe6d3cdd0a535.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/pull-remote/confirm/route-f401a03507d1da50.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/pull-remote/preview/route-3c53814b5cb8b6b0.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/push-remote/confirm/route-8f359249e907c63b.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/push-remote/preview/route-b51bf94f39c17a9d.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/query/route-87bae2d4aebaf859.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/tables/[name]/route-d20ca163b9c03e7c.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/tables/route-0f46f911562abcdf.js +1 -0
- package/dist/.next/.next/static/chunks/app/api/update/route-14edc1917760bce0.js +1 -0
- package/dist/.next/.next/static/chunks/app/layout-be6ee67cf0c92654.js +1 -0
- package/dist/.next/.next/static/chunks/app/page-16ec561fc8bebb5d.js +1 -0
- package/dist/.next/.next/static/chunks/{main-app-d36cdfb402b40f13.js → main-app-fa35024de9bd9284.js} +1 -1
- package/dist/.next/.next/static/css/0c512cea5f3d317a.css +3 -0
- package/dist/.next/.next/static/p8875OZM4iDNsPzmoyLe7/_buildManifest.js +1 -0
- package/dist/.next/.next/trace +3 -3
- package/dist/.next/.next/types/app/api/cloudflare/route.ts +1 -1
- package/dist/.next/.next/types/app/api/databases/route.ts +1 -1
- package/dist/.next/.next/types/app/api/migrations/sync/route.ts +1 -1
- package/dist/.next/.next/types/app/api/migrations/sync-files/route.ts +1 -1
- package/dist/.next/.next/types/app/api/pull-data/confirm/route.ts +347 -0
- package/dist/.next/.next/types/app/api/pull-remote/confirm/route.ts +1 -1
- package/dist/.next/.next/types/app/api/pull-remote/preview/route.ts +1 -1
- package/dist/.next/.next/types/app/api/push-remote/confirm/route.ts +1 -1
- package/dist/.next/.next/types/app/api/push-remote/preview/route.ts +1 -1
- package/dist/.next/.next/types/app/api/query/route.ts +1 -1
- package/dist/.next/.next/types/app/api/tables/[name]/route.ts +1 -1
- package/dist/.next/.next/types/app/api/tables/route.ts +1 -1
- package/dist/.next/.next/types/app/api/update/route.ts +1 -1
- package/dist/.next/.next/types/app/page.ts +1 -1
- package/dist/.next/BUILD_ID +1 -1
- package/dist/.next/app-build-manifest.json +53 -39
- package/dist/.next/app-path-routes-manifest.json +1 -1
- package/dist/.next/build-manifest.json +3 -3
- package/dist/.next/cache/.rscinfo +1 -1
- package/dist/.next/cache/.tsbuildinfo +1 -1
- 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/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/next-minimal-server.js.nft.json +1 -1
- package/dist/.next/next-server.js.nft.json +1 -1
- package/dist/.next/prerender-manifest.json +1 -1
- package/dist/.next/required-server-files.json +1 -1
- package/dist/.next/server/app/_not-found/page.js +1 -1
- package/dist/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/dist/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/_not-found.html +1 -1
- package/dist/.next/server/app/_not-found.rsc +4 -4
- package/dist/.next/server/app/api/cloudflare/route.js +1 -1
- package/dist/.next/server/app/api/cloudflare/route.js.nft.json +1 -1
- package/dist/.next/server/app/api/cloudflare/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/databases/route.js +1 -1
- package/dist/.next/server/app/api/databases/route.js.nft.json +1 -1
- package/dist/.next/server/app/api/databases/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/migrations/sync/route.js +28 -3
- package/dist/.next/server/app/api/migrations/sync/route.js.nft.json +1 -1
- package/dist/.next/server/app/api/migrations/sync/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/migrations/sync-files/route.js +26 -1
- package/dist/.next/server/app/api/migrations/sync-files/route.js.nft.json +1 -1
- package/dist/.next/server/app/api/migrations/sync-files/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/pull-data/confirm/route.js +1 -0
- package/dist/.next/server/app/api/pull-data/confirm/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/pull-data/confirm/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/api/pull-remote/confirm/route.js +26 -1
- package/dist/.next/server/app/api/pull-remote/confirm/route.js.nft.json +1 -1
- package/dist/.next/server/app/api/pull-remote/confirm/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/pull-remote/preview/route.js +26 -1
- package/dist/.next/server/app/api/pull-remote/preview/route.js.nft.json +1 -1
- package/dist/.next/server/app/api/pull-remote/preview/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/push-remote/confirm/route.js +28 -3
- package/dist/.next/server/app/api/push-remote/confirm/route.js.nft.json +1 -1
- package/dist/.next/server/app/api/push-remote/confirm/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/push-remote/preview/route.js +28 -3
- package/dist/.next/server/app/api/push-remote/preview/route.js.nft.json +1 -1
- package/dist/.next/server/app/api/push-remote/preview/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/query/route.js +27 -2
- package/dist/.next/server/app/api/query/route.js.nft.json +1 -1
- package/dist/.next/server/app/api/query/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/tables/[name]/route.js +3 -3
- package/dist/.next/server/app/api/tables/[name]/route.js.nft.json +1 -1
- package/dist/.next/server/app/api/tables/[name]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/tables/route.js +2 -2
- package/dist/.next/server/app/api/tables/route.js.nft.json +1 -1
- package/dist/.next/server/app/api/tables/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/update/route.js +1 -0
- package/dist/.next/server/app/api/update/route.js.nft.json +1 -0
- package/dist/.next/server/app/api/update/route_client-reference-manifest.js +1 -0
- package/dist/.next/server/app/index.html +3 -3
- package/dist/.next/server/app/index.rsc +5 -5
- package/dist/.next/server/app/page.js +13 -11
- package/dist/.next/server/app/page.js.nft.json +1 -1
- package/dist/.next/server/app/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app-paths-manifest.json +6 -4
- package/dist/.next/server/chunks/226.js +30 -0
- package/dist/.next/server/chunks/391.js +23 -0
- package/dist/.next/server/chunks/452.js +1 -0
- package/dist/.next/server/chunks/627.js +3 -3
- package/dist/.next/server/chunks/638.js +3 -3
- package/dist/.next/server/chunks/90.js +1 -0
- package/dist/.next/server/chunks/992.js +3 -3
- package/dist/.next/server/middleware-build-manifest.js +1 -1
- package/dist/.next/server/next-font-manifest.js +1 -1
- package/dist/.next/server/next-font-manifest.json +1 -1
- package/dist/.next/server/pages/404.html +1 -1
- package/dist/.next/server/pages/500.html +1 -1
- package/dist/.next/server/pages/_app.js +1 -1
- package/dist/.next/server/pages/_document.js +1 -1
- package/dist/.next/server/pages/_error.js +1 -1
- package/dist/.next/server/server-reference-manifest.json +1 -1
- package/dist/.next/static/chunks/700-dc8f9f08b166c5e6.js +1 -0
- package/dist/.next/static/chunks/{735-c9144179c6bd7d06.js → 735-b885dfec6353171d.js} +1 -1
- package/dist/.next/static/chunks/app/api/cloudflare/route-b77846f372b01f38.js +1 -0
- package/dist/.next/static/chunks/app/api/databases/route-407794f8145d9a0b.js +1 -0
- package/dist/.next/static/chunks/app/api/migrations/sync/route-9f480f5590369a8f.js +1 -0
- package/dist/.next/static/chunks/app/api/migrations/sync-files/route-92010db279b4dd8e.js +1 -0
- package/dist/.next/static/chunks/app/api/pull-data/confirm/route-a02fe6d3cdd0a535.js +1 -0
- package/dist/.next/static/chunks/app/api/pull-remote/confirm/route-f401a03507d1da50.js +1 -0
- package/dist/.next/static/chunks/app/api/pull-remote/preview/route-3c53814b5cb8b6b0.js +1 -0
- package/dist/.next/static/chunks/app/api/push-remote/confirm/route-8f359249e907c63b.js +1 -0
- package/dist/.next/static/chunks/app/api/push-remote/preview/route-b51bf94f39c17a9d.js +1 -0
- package/dist/.next/static/chunks/app/api/query/route-87bae2d4aebaf859.js +1 -0
- package/dist/.next/static/chunks/app/api/tables/[name]/route-d20ca163b9c03e7c.js +1 -0
- package/dist/.next/static/chunks/app/api/tables/route-0f46f911562abcdf.js +1 -0
- package/dist/.next/static/chunks/app/api/update/route-14edc1917760bce0.js +1 -0
- package/dist/.next/static/chunks/app/layout-be6ee67cf0c92654.js +1 -0
- package/dist/.next/static/chunks/app/page-16ec561fc8bebb5d.js +1 -0
- package/dist/.next/static/chunks/{main-app-d36cdfb402b40f13.js → main-app-fa35024de9bd9284.js} +1 -1
- package/dist/.next/static/css/0c512cea5f3d317a.css +3 -0
- package/dist/.next/static 2/5dBGGUmK5q7of4h5Rahrg/_buildManifest.js +1 -0
- package/dist/.next/trace +16 -14
- package/dist/.next/types/app/api/cloudflare/route.ts +1 -1
- package/dist/.next/types/app/api/databases/route.ts +1 -1
- package/dist/.next/types/app/api/migrations/sync/route.ts +1 -1
- package/dist/.next/types/app/api/migrations/sync-files/route.ts +1 -1
- package/dist/.next/types/app/api/pull-data/confirm/route.ts +347 -0
- package/dist/.next/types/app/api/pull-remote/confirm/route.ts +1 -1
- package/dist/.next/types/app/api/pull-remote/preview/route.ts +1 -1
- package/dist/.next/types/app/api/push-remote/confirm/route.ts +1 -1
- package/dist/.next/types/app/api/push-remote/preview/route.ts +1 -1
- package/dist/.next/types/app/api/query/route.ts +1 -1
- package/dist/.next/types/app/api/tables/[name]/route.ts +1 -1
- package/dist/.next/types/app/api/tables/route.ts +1 -1
- package/dist/.next/types/app/api/update/route.ts +347 -0
- package/dist/.next/types/app/page.ts +1 -1
- package/dist/app/api/pull-data/confirm/route.js +230 -0
- package/dist/app/api/update/route.js +45 -0
- package/dist/app/app/api/pull-data/confirm/route.js +230 -0
- package/dist/app/app/api/update/route.js +40 -6
- package/dist/app/app/page.jsx +21 -17
- package/dist/app/page.jsx +24 -14
- package/dist/d1-studio.js +8 -195
- package/dist/lib/logger.js +35 -5
- package/dist/lib/sql-operations.js +107 -24
- package/dist/lib/version-utils.js +34 -0
- package/package.json +2 -2
- package/scripts/studio.js +8 -195
- package/src/app/api/pull-data/confirm/route.js +230 -0
- package/src/app/api/update/route.js +40 -6
- package/src/app/page.jsx +21 -17
- package/src/components/environment-handler.jsx +70 -16
- package/src/components/environment-select.jsx +6 -3
- package/src/components/pull-preview-toast.jsx +90 -63
- package/src/components/sidebar.jsx +27 -25
- package/src/components/update-banner.jsx +70 -41
- package/src/context/database-context.js +4 -4
- package/src/lib/logger.js +35 -5
- package/src/lib/sql-operations.js +107 -24
- package/src/lib/version-utils.js +34 -0
- package/dist/.next/.next/cache/webpack/client-development/0.pack.gz +0 -0
- package/dist/.next/.next/cache/webpack/client-development/1.pack.gz +0 -0
- package/dist/.next/.next/cache/webpack/client-development/2.pack.gz +0 -0
- package/dist/.next/.next/cache/webpack/client-development/3.pack.gz +0 -0
- package/dist/.next/.next/cache/webpack/client-development/4.pack.gz +0 -0
- package/dist/.next/.next/cache/webpack/client-development/index.pack.gz +0 -0
- package/dist/.next/.next/cache/webpack/client-development/index.pack.gz.old +0 -0
- package/dist/.next/.next/cache/webpack/client-production/10.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/11.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/12.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/13.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/14.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/5.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/6.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/7.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/8.pack +0 -0
- package/dist/.next/.next/cache/webpack/client-production/9.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-development/0.pack.gz +0 -0
- package/dist/.next/.next/cache/webpack/server-development/1.pack.gz +0 -0
- package/dist/.next/.next/cache/webpack/server-development/2.pack.gz +0 -0
- package/dist/.next/.next/cache/webpack/server-development/3.pack.gz +0 -0
- package/dist/.next/.next/cache/webpack/server-development/4.pack.gz +0 -0
- package/dist/.next/.next/cache/webpack/server-development/index.pack.gz +0 -0
- package/dist/.next/.next/cache/webpack/server-development/index.pack.gz.old +0 -0
- package/dist/.next/.next/cache/webpack/server-production/10.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/11.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/12.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/13.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/3.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/4.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/5.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/6.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/7.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/8.pack +0 -0
- package/dist/.next/.next/cache/webpack/server-production/9.pack +0 -0
- package/dist/.next/.next/server/chunks/336.js +0 -1
- package/dist/.next/.next/server/chunks/686.js +0 -23
- package/dist/.next/.next/server/chunks/801.js +0 -55
- package/dist/.next/.next/static/IWRJZhjf8U8mjzz4h0VNE/_buildManifest.js +0 -1
- package/dist/.next/.next/static/JrwgdSDcipr0Zh7k19Cj_/_buildManifest.js +0 -1
- package/dist/.next/.next/static/chunks/422-6fa3c14fc64ad67b.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/cloudflare/route-3458d78022185d7f.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/cloudflare/route-5133155a604f2719.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/databases/route-63a31080b565794e.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/databases/route-64255424877a9f72.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/migrations/sync/route-03766b3afcf043ba.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/migrations/sync/route-d97667565b4a59b6.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/migrations/sync-files/route-02fa291c8000dadf.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/migrations/sync-files/route-7089bcbfeb6b5260.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/pull-remote/confirm/route-7e05bb8920127abe.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/pull-remote/confirm/route-9143e6e4c3f05162.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/pull-remote/preview/route-0fa15f783e8a306c.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/pull-remote/preview/route-c963d143a51aed66.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/push-remote/confirm/route-072132c0a6cb3df3.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/push-remote/confirm/route-96691f1880e4ed14.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/push-remote/preview/route-a798679c67374552.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/push-remote/preview/route-ca6bf35aa72661ee.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/query/route-1466f6b7ffd8b6c0.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/query/route-e90d0030a5083e20.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/tables/[name]/route-1efe63e73b480e58.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/tables/[name]/route-898d3f85fc8544c4.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/tables/route-3772b4f480c4b4a4.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/tables/route-91650359fc3735cb.js +0 -1
- package/dist/.next/.next/static/chunks/app/api/update/route-504d663df9124f97.js +0 -1
- package/dist/.next/.next/static/chunks/app/layout-8360fab69b848283.js +0 -1
- package/dist/.next/.next/static/chunks/app/page-2c28a255a4ecd8d4.js +0 -1
- package/dist/.next/.next/static/chunks/app/page-3db7feef57019055.js +0 -1
- package/dist/.next/.next/static/chunks/app/page-79049bfa6cc07e11.js +0 -1
- package/dist/.next/.next/static/css/4957328384ed5c42.css +0 -3
- package/dist/.next/.next/static/css/cf41da7a0d47f779.css +0 -3
- package/dist/.next/.next/static/gc8l1G6KXOeLLOM7VJip6/_buildManifest.js +0 -1
- package/dist/.next/.next/static/kYsJoni86CJWDuTkc1xU6/_buildManifest.js +0 -1
- package/dist/.next/.next/static/scC5qwQC9H7rR1groM0Q-/_buildManifest.js +0 -1
- package/dist/.next/.next/static/scC5qwQC9H7rR1groM0Q-/_ssgManifest.js +0 -1
- package/dist/.next/.next/static/tEHOI_-t-iqfJClNzuo9m/_buildManifest.js +0 -1
- package/dist/.next/.next/static/tEHOI_-t-iqfJClNzuo9m/_ssgManifest.js +0 -1
- package/dist/.next/.next/static/vin2VQs5pM_dH2e2_I7AN/_buildManifest.js +0 -1
- package/dist/.next/.next/static/vin2VQs5pM_dH2e2_I7AN/_ssgManifest.js +0 -1
- package/dist/.next/.next/static/wHKwQhaxin5_i06GFVDHb/_buildManifest.js +0 -1
- package/dist/.next/.next/static/wHKwQhaxin5_i06GFVDHb/_ssgManifest.js +0 -1
- package/dist/.next/.next/static/xW4MspD8XibrhXDi_q2IO/_buildManifest.js +0 -1
- package/dist/.next/.next/static/xW4MspD8XibrhXDi_q2IO/_ssgManifest.js +0 -1
- package/dist/.next/server/chunks/336.js +0 -1
- package/dist/.next/server/chunks/686.js +0 -23
- package/dist/.next/server/chunks/801.js +0 -55
- package/dist/.next/static/ZwNOdZJ0LOtE0AJMNWwzY/_buildManifest.js +0 -1
- package/dist/.next/static/ZwNOdZJ0LOtE0AJMNWwzY/_ssgManifest.js +0 -1
- package/dist/.next/static/chunks/422-6fa3c14fc64ad67b.js +0 -1
- package/dist/.next/static/chunks/app/api/cloudflare/route-3458d78022185d7f.js +0 -1
- package/dist/.next/static/chunks/app/api/databases/route-64255424877a9f72.js +0 -1
- package/dist/.next/static/chunks/app/api/migrations/sync/route-03766b3afcf043ba.js +0 -1
- package/dist/.next/static/chunks/app/api/migrations/sync-files/route-02fa291c8000dadf.js +0 -1
- package/dist/.next/static/chunks/app/api/pull-remote/confirm/route-7e05bb8920127abe.js +0 -1
- package/dist/.next/static/chunks/app/api/pull-remote/preview/route-0fa15f783e8a306c.js +0 -1
- package/dist/.next/static/chunks/app/api/push-remote/confirm/route-96691f1880e4ed14.js +0 -1
- package/dist/.next/static/chunks/app/api/push-remote/preview/route-a798679c67374552.js +0 -1
- package/dist/.next/static/chunks/app/api/query/route-e90d0030a5083e20.js +0 -1
- package/dist/.next/static/chunks/app/api/tables/[name]/route-1efe63e73b480e58.js +0 -1
- package/dist/.next/static/chunks/app/api/tables/route-3772b4f480c4b4a4.js +0 -1
- package/dist/.next/static/chunks/app/layout-8360fab69b848283.js +0 -1
- package/dist/.next/static/chunks/app/page-79049bfa6cc07e11.js +0 -1
- package/dist/.next/static/css/cf41da7a0d47f779.css +0 -3
- /package/dist/.next/.next/static/{IWRJZhjf8U8mjzz4h0VNE → 5dBGGUmK5q7of4h5Rahrg}/_ssgManifest.js +0 -0
- /package/dist/.next/.next/static/{JrwgdSDcipr0Zh7k19Cj_ → PflNFnmFsNegSqhzjI6lA}/_ssgManifest.js +0 -0
- /package/dist/.next/.next/static/{gc8l1G6KXOeLLOM7VJip6 → p8875OZM4iDNsPzmoyLe7}/_ssgManifest.js +0 -0
- /package/dist/.next/{.next/static/kYsJoni86CJWDuTkc1xU6 → static 2/5dBGGUmK5q7of4h5Rahrg}/_ssgManifest.js +0 -0
package/dist/.next/.next/trace
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
[{"name":"generate-buildid","duration":87,"timestamp":269664993915,"id":4,"parentId":1,"tags":{},"startTime":1740208843827,"traceId":"788afba67d8ea06e"},{"name":"load-custom-routes","duration":115,"timestamp":269664994040,"id":5,"parentId":1,"tags":{},"startTime":1740208843827,"traceId":"788afba67d8ea06e"},{"name":"create-dist-dir","duration":173,"timestamp":269665016856,"id":6,"parentId":1,"tags":{},"startTime":1740208843850,"traceId":"788afba67d8ea06e"},{"name":"create-pages-mapping","duration":92,"timestamp":269665024881,"id":7,"parentId":1,"tags":{},"startTime":1740208843858,"traceId":"788afba67d8ea06e"},{"name":"collect-app-paths","duration":1643,"timestamp":269665024992,"id":8,"parentId":1,"tags":{},"startTime":1740208843858,"traceId":"788afba67d8ea06e"},{"name":"create-app-mapping","duration":554,"timestamp":269665026649,"id":9,"parentId":1,"tags":{},"startTime":1740208843859,"traceId":"788afba67d8ea06e"},{"name":"public-dir-conflict-check","duration":23565,"timestamp":269665027377,"id":10,"parentId":1,"tags":{},"startTime":1740208843860,"traceId":"788afba67d8ea06e"},{"name":"generate-routes-manifest","duration":1002,"timestamp":269665051050,"id":11,"parentId":1,"tags":{},"startTime":1740208843884,"traceId":"788afba67d8ea06e"},{"name":"create-entrypoints","duration":12727,"timestamp":269665055675,"id":14,"parentId":1,"tags":{},"startTime":1740208843888,"traceId":"788afba67d8ea06e"},{"name":"generate-webpack-config","duration":137817,"timestamp":269665068503,"id":15,"parentId":13,"tags":{},"startTime":1740208843901,"traceId":"788afba67d8ea06e"},{"name":"next-trace-entrypoint-plugin","duration":963,"timestamp":269665253168,"id":17,"parentId":16,"tags":{},"startTime":1740208844086,"traceId":"788afba67d8ea06e"},{"name":"build-module-json","duration":1537,"timestamp":269665497900,"id":36,"parentId":16,"tags":{"name":"/Users/karenredona/Desktop/d1studio/package.json","layer":"rsc"},"startTime":1740208844331,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":313141,"timestamp":269665256784,"id":32,"parentId":18,"tags":{"request":"next/dist/pages/_app"},"startTime":1740208844089,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":313154,"timestamp":269665256793,"id":35,"parentId":18,"tags":{"request":"next/dist/pages/_document"},"startTime":1740208844090,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":313186,"timestamp":269665256774,"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":1740208844089,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":332028,"timestamp":269665256713,"id":30,"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":1740208844089,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":331962,"timestamp":269665256790,"id":34,"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":1740208844089,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":480945,"timestamp":269665256449,"id":19,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcloudflare%2Froute&name=app%2Fapi%2Fcloudflare%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcloudflare%2Froute.js&appDir=%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":1740208844089,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":480765,"timestamp":269665256639,"id":20,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdatabases%2Froute&name=app%2Fapi%2Fdatabases%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdatabases%2Froute.js&appDir=%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":1740208844089,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":480725,"timestamp":269665256683,"id":27,"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":1740208844089,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":480718,"timestamp":269665256692,"id":28,"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":1740208844089,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":480631,"timestamp":269665256787,"id":33,"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":1740208844089,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":480770,"timestamp":269665256651,"id":21,"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":1740208844089,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":480767,"timestamp":269665256657,"id":22,"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":1740208844089,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":480764,"timestamp":269665256663,"id":23,"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":1740208844089,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":480762,"timestamp":269665256667,"id":24,"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":1740208844089,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":480761,"timestamp":269665256672,"id":25,"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":1740208844089,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":480759,"timestamp":269665256677,"id":26,"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":1740208844089,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":488074,"timestamp":269665256704,"id":29,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fupdate%2Froute&name=app%2Fapi%2Fupdate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fupdate%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fupdate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740208844089,"traceId":"788afba67d8ea06e"},{"name":"make","duration":746901,"timestamp":269665256359,"id":18,"parentId":16,"tags":{},"startTime":1740208844089,"traceId":"788afba67d8ea06e"},{"name":"get-entries","duration":565,"timestamp":269666003926,"id":96,"parentId":95,"tags":{},"startTime":1740208844837,"traceId":"788afba67d8ea06e"},{"name":"node-file-trace-plugin","duration":89206,"timestamp":269666006454,"id":97,"parentId":95,"tags":{"traceEntryCount":"30"},"startTime":1740208844839,"traceId":"788afba67d8ea06e"},{"name":"collect-traced-files","duration":613,"timestamp":269666095672,"id":98,"parentId":95,"tags":{},"startTime":1740208844928,"traceId":"788afba67d8ea06e"},{"name":"finish-modules","duration":92452,"timestamp":269666003836,"id":95,"parentId":17,"tags":{},"startTime":1740208844837,"traceId":"788afba67d8ea06e"},{"name":"chunk-graph","duration":10568,"timestamp":269666129384,"id":100,"parentId":99,"tags":{},"startTime":1740208844962,"traceId":"788afba67d8ea06e"},{"name":"optimize-modules","duration":11,"timestamp":269666140018,"id":102,"parentId":99,"tags":{},"startTime":1740208844973,"traceId":"788afba67d8ea06e"},{"name":"optimize-chunks","duration":10349,"timestamp":269666140065,"id":103,"parentId":99,"tags":{},"startTime":1740208844973,"traceId":"788afba67d8ea06e"},{"name":"optimize-tree","duration":65,"timestamp":269666150463,"id":104,"parentId":99,"tags":{},"startTime":1740208844983,"traceId":"788afba67d8ea06e"},{"name":"optimize-chunk-modules","duration":13414,"timestamp":269666150568,"id":105,"parentId":99,"tags":{},"startTime":1740208844983,"traceId":"788afba67d8ea06e"},{"name":"optimize","duration":24036,"timestamp":269666139994,"id":101,"parentId":99,"tags":{},"startTime":1740208844973,"traceId":"788afba67d8ea06e"},{"name":"module-hash","duration":17146,"timestamp":269666174084,"id":106,"parentId":99,"tags":{},"startTime":1740208845007,"traceId":"788afba67d8ea06e"},{"name":"code-generation","duration":61695,"timestamp":269666191269,"id":107,"parentId":99,"tags":{},"startTime":1740208845024,"traceId":"788afba67d8ea06e"},{"name":"hash","duration":6464,"timestamp":269666255654,"id":108,"parentId":99,"tags":{},"startTime":1740208845088,"traceId":"788afba67d8ea06e"},{"name":"code-generation-jobs","duration":184,"timestamp":269666262116,"id":109,"parentId":99,"tags":{},"startTime":1740208845095,"traceId":"788afba67d8ea06e"},{"name":"module-assets","duration":381,"timestamp":269666262241,"id":110,"parentId":99,"tags":{},"startTime":1740208845095,"traceId":"788afba67d8ea06e"},{"name":"create-chunk-assets","duration":19949,"timestamp":269666262628,"id":111,"parentId":99,"tags":{},"startTime":1740208845095,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":18946,"timestamp":269666374760,"id":113,"parentId":112,"tags":{"name":"../app/api/cloudflare/route.js","cache":"HIT"},"startTime":1740208845207,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":18838,"timestamp":269666374881,"id":114,"parentId":112,"tags":{"name":"../app/api/databases/route.js","cache":"HIT"},"startTime":1740208845208,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":18829,"timestamp":269666374892,"id":115,"parentId":112,"tags":{"name":"../app/api/migrations/sync-files/route.js","cache":"HIT"},"startTime":1740208845208,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":18825,"timestamp":269666374898,"id":116,"parentId":112,"tags":{"name":"../app/api/migrations/sync/route.js","cache":"HIT"},"startTime":1740208845208,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":18810,"timestamp":269666374915,"id":117,"parentId":112,"tags":{"name":"../app/api/pull-remote/confirm/route.js","cache":"HIT"},"startTime":1740208845208,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":18808,"timestamp":269666374918,"id":118,"parentId":112,"tags":{"name":"../app/api/pull-remote/preview/route.js","cache":"HIT"},"startTime":1740208845208,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":18806,"timestamp":269666374921,"id":119,"parentId":112,"tags":{"name":"../app/api/push-remote/confirm/route.js","cache":"HIT"},"startTime":1740208845208,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":18805,"timestamp":269666374924,"id":120,"parentId":112,"tags":{"name":"../app/api/push-remote/preview/route.js","cache":"HIT"},"startTime":1740208845208,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":18804,"timestamp":269666374927,"id":121,"parentId":112,"tags":{"name":"../app/api/query/route.js","cache":"HIT"},"startTime":1740208845208,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":18733,"timestamp":269666374999,"id":122,"parentId":112,"tags":{"name":"../app/api/tables/route.js","cache":"HIT"},"startTime":1740208845208,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":185,"timestamp":269666393547,"id":124,"parentId":112,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1740208845226,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":148,"timestamp":269666393585,"id":125,"parentId":112,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1740208845226,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":128,"timestamp":269666393606,"id":126,"parentId":112,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1740208845226,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":122,"timestamp":269666393613,"id":127,"parentId":112,"tags":{"name":"../app/api/tables/[name]/route.js","cache":"HIT"},"startTime":1740208845226,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":78,"timestamp":269666393658,"id":128,"parentId":112,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1740208845226,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":65,"timestamp":269666393672,"id":129,"parentId":112,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1740208845226,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":59,"timestamp":269666393679,"id":130,"parentId":112,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1740208845226,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":57,"timestamp":269666393682,"id":131,"parentId":112,"tags":{"name":"638.js","cache":"HIT"},"startTime":1740208845226,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":54,"timestamp":269666393686,"id":132,"parentId":112,"tags":{"name":"452.js","cache":"HIT"},"startTime":1740208845226,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":52,"timestamp":269666393689,"id":133,"parentId":112,"tags":{"name":"391.js","cache":"HIT"},"startTime":1740208845226,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":50,"timestamp":269666393692,"id":134,"parentId":112,"tags":{"name":"992.js","cache":"HIT"},"startTime":1740208845226,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":48,"timestamp":269666393695,"id":135,"parentId":112,"tags":{"name":"627.js","cache":"HIT"},"startTime":1740208845226,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":45,"timestamp":269666393698,"id":136,"parentId":112,"tags":{"name":"801.js","cache":"HIT"},"startTime":1740208845226,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":43,"timestamp":269666393701,"id":137,"parentId":112,"tags":{"name":"336.js","cache":"HIT"},"startTime":1740208845226,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":571472,"timestamp":269666375009,"id":123,"parentId":112,"tags":{"name":"../app/api/update/route.js","cache":"MISS"},"startTime":1740208845208,"traceId":"788afba67d8ea06e"},{"name":"minify-webpack-plugin-optimize","duration":606948,"timestamp":269666339548,"id":112,"parentId":16,"tags":{"compilationName":"server"},"startTime":1740208845172,"traceId":"788afba67d8ea06e"},{"name":"css-minimizer-plugin","duration":117,"timestamp":269666946566,"id":138,"parentId":16,"tags":{},"startTime":1740208845779,"traceId":"788afba67d8ea06e"},{"name":"create-trace-assets","duration":1295,"timestamp":269666946773,"id":139,"parentId":17,"tags":{},"startTime":1740208845779,"traceId":"788afba67d8ea06e"},{"name":"seal","duration":837476,"timestamp":269666115661,"id":99,"parentId":16,"tags":{},"startTime":1740208844948,"traceId":"788afba67d8ea06e"},{"name":"webpack-compilation","duration":1706468,"timestamp":269665252338,"id":16,"parentId":13,"tags":{"name":"server"},"startTime":1740208844085,"traceId":"788afba67d8ea06e"},{"name":"emit","duration":4894,"timestamp":269666958990,"id":140,"parentId":13,"tags":{},"startTime":1740208845792,"traceId":"788afba67d8ea06e"},{"name":"webpack-close","duration":105925,"timestamp":269666964796,"id":141,"parentId":13,"tags":{"name":"server"},"startTime":1740208845798,"traceId":"788afba67d8ea06e"},{"name":"webpack-generate-error-stats","duration":1931,"timestamp":269667070755,"id":142,"parentId":141,"tags":{},"startTime":1740208845903,"traceId":"788afba67d8ea06e"},{"name":"make","duration":82,"timestamp":269667078468,"id":144,"parentId":143,"tags":{},"startTime":1740208845911,"traceId":"788afba67d8ea06e"},{"name":"chunk-graph","duration":16,"timestamp":269667078831,"id":146,"parentId":145,"tags":{},"startTime":1740208845912,"traceId":"788afba67d8ea06e"},{"name":"optimize-modules","duration":9,"timestamp":269667078864,"id":148,"parentId":145,"tags":{},"startTime":1740208845912,"traceId":"788afba67d8ea06e"},{"name":"optimize-chunks","duration":28,"timestamp":269667078898,"id":149,"parentId":145,"tags":{},"startTime":1740208845912,"traceId":"788afba67d8ea06e"},{"name":"optimize-tree","duration":3,"timestamp":269667078943,"id":150,"parentId":145,"tags":{},"startTime":1740208845912,"traceId":"788afba67d8ea06e"},{"name":"optimize-chunk-modules","duration":27,"timestamp":269667078971,"id":151,"parentId":145,"tags":{},"startTime":1740208845912,"traceId":"788afba67d8ea06e"},{"name":"optimize","duration":157,"timestamp":269667078854,"id":147,"parentId":145,"tags":{},"startTime":1740208845912,"traceId":"788afba67d8ea06e"},{"name":"module-hash","duration":7,"timestamp":269667079087,"id":152,"parentId":145,"tags":{},"startTime":1740208845912,"traceId":"788afba67d8ea06e"},{"name":"code-generation","duration":5,"timestamp":269667079099,"id":153,"parentId":145,"tags":{},"startTime":1740208845912,"traceId":"788afba67d8ea06e"},{"name":"hash","duration":22,"timestamp":269667079127,"id":154,"parentId":145,"tags":{},"startTime":1740208845912,"traceId":"788afba67d8ea06e"},{"name":"code-generation-jobs","duration":15,"timestamp":269667079149,"id":155,"parentId":145,"tags":{},"startTime":1740208845912,"traceId":"788afba67d8ea06e"},{"name":"module-assets","duration":8,"timestamp":269667079160,"id":156,"parentId":145,"tags":{},"startTime":1740208845912,"traceId":"788afba67d8ea06e"},{"name":"create-chunk-assets","duration":8,"timestamp":269667079172,"id":157,"parentId":145,"tags":{},"startTime":1740208845912,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":63,"timestamp":269667084502,"id":159,"parentId":158,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1740208845917,"traceId":"788afba67d8ea06e"},{"name":"minify-webpack-plugin-optimize","duration":4410,"timestamp":269667080163,"id":158,"parentId":143,"tags":{"compilationName":"edge-server"},"startTime":1740208845913,"traceId":"788afba67d8ea06e"},{"name":"css-minimizer-plugin","duration":4,"timestamp":269667084608,"id":160,"parentId":143,"tags":{},"startTime":1740208845917,"traceId":"788afba67d8ea06e"},{"name":"seal","duration":8780,"timestamp":269667078772,"id":145,"parentId":143,"tags":{},"startTime":1740208845911,"traceId":"788afba67d8ea06e"},{"name":"webpack-compilation","duration":10244,"timestamp":269667077668,"id":143,"parentId":13,"tags":{"name":"edge-server"},"startTime":1740208845910,"traceId":"788afba67d8ea06e"},{"name":"emit","duration":1835,"timestamp":269667088046,"id":161,"parentId":13,"tags":{},"startTime":1740208845921,"traceId":"788afba67d8ea06e"},{"name":"webpack-close","duration":392,"timestamp":269667090556,"id":162,"parentId":13,"tags":{"name":"edge-server"},"startTime":1740208845923,"traceId":"788afba67d8ea06e"},{"name":"webpack-generate-error-stats","duration":1106,"timestamp":269667090963,"id":163,"parentId":162,"tags":{},"startTime":1740208845924,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":64386,"timestamp":269667110013,"id":173,"parentId":165,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740208845943,"traceId":"788afba67d8ea06e"}]
|
|
2
|
-
[{"name":"add-entry","duration":64451,"timestamp":269667110015,"id":174,"parentId":165,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740208845943,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":64448,"timestamp":269667110020,"id":175,"parentId":165,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740208845943,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":64448,"timestamp":269667110022,"id":176,"parentId":165,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740208845943,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":64447,"timestamp":269667110023,"id":177,"parentId":165,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740208845943,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":64446,"timestamp":269667110025,"id":178,"parentId":165,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740208845943,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":64445,"timestamp":269667110027,"id":179,"parentId":165,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740208845943,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":64443,"timestamp":269667110031,"id":180,"parentId":165,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740208845943,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":64441,"timestamp":269667110033,"id":181,"parentId":165,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740208845943,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":64442,"timestamp":269667110035,"id":182,"parentId":165,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740208845943,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":64442,"timestamp":269667110036,"id":183,"parentId":165,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740208845943,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":64438,"timestamp":269667110041,"id":185,"parentId":165,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740208845943,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":113597,"timestamp":269667110004,"id":171,"parentId":165,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1740208845943,"traceId":"788afba67d8ea06e"},{"name":"postcss-process","duration":208609,"timestamp":269667433337,"id":190,"parentId":189,"tags":{},"startTime":1740208846266,"traceId":"788afba67d8ea06e"},{"name":"postcss-loader","duration":346892,"timestamp":269667295105,"id":189,"parentId":188,"tags":{},"startTime":1740208846128,"traceId":"788afba67d8ea06e"},{"name":"css-loader","duration":20794,"timestamp":269667642119,"id":191,"parentId":188,"tags":{"astUsed":"true"},"startTime":1740208846475,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":567112,"timestamp":269667110011,"id":172,"parentId":165,"tags":{"request":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/router.js"},"startTime":1740208845943,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":567271,"timestamp":269667109861,"id":166,"parentId":165,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1740208845943,"traceId":"788afba67d8ea06e"},{"name":"build-module-css","duration":384832,"timestamp":269667292920,"id":188,"parentId":187,"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":1740208846126,"traceId":"788afba67d8ea06e"},{"name":"build-module-css","duration":413166,"timestamp":269667275812,"id":187,"parentId":164,"tags":{"name":"/Users/karenredona/Desktop/d1studio/src/app/globals.css","layer":"app-pages-browser"},"startTime":1740208846109,"traceId":"788afba67d8ea06e"},{"name":"build-module","duration":49,"timestamp":269667689393,"id":192,"parentId":187,"tags":{},"startTime":1740208846522,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":580945,"timestamp":269667110000,"id":170,"parentId":165,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1740208845943,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":580957,"timestamp":269667109993,"id":169,"parentId":165,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1740208845943,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":581059,"timestamp":269667109895,"id":167,"parentId":165,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1740208845943,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":581051,"timestamp":269667109906,"id":168,"parentId":165,"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":1740208845943,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":580920,"timestamp":269667110038,"id":184,"parentId":165,"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":1740208845943,"traceId":"788afba67d8ea06e"},{"name":"add-entry","duration":580917,"timestamp":269667110043,"id":186,"parentId":165,"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":1740208845943,"traceId":"788afba67d8ea06e"},{"name":"make","duration":581291,"timestamp":269667109687,"id":165,"parentId":164,"tags":{},"startTime":1740208845942,"traceId":"788afba67d8ea06e"},{"name":"chunk-graph","duration":3917,"timestamp":269667703042,"id":194,"parentId":193,"tags":{},"startTime":1740208846536,"traceId":"788afba67d8ea06e"},{"name":"optimize-modules","duration":3,"timestamp":269667706990,"id":196,"parentId":193,"tags":{},"startTime":1740208846540,"traceId":"788afba67d8ea06e"},{"name":"optimize-chunks","duration":4772,"timestamp":269667707539,"id":198,"parentId":193,"tags":{},"startTime":1740208846540,"traceId":"788afba67d8ea06e"},{"name":"optimize-tree","duration":5,"timestamp":269667712341,"id":199,"parentId":193,"tags":{},"startTime":1740208846545,"traceId":"788afba67d8ea06e"},{"name":"optimize-chunk-modules","duration":6333,"timestamp":269667712360,"id":200,"parentId":193,"tags":{},"startTime":1740208846545,"traceId":"788afba67d8ea06e"},{"name":"optimize","duration":11734,"timestamp":269667706981,"id":195,"parentId":193,"tags":{},"startTime":1740208846540,"traceId":"788afba67d8ea06e"},{"name":"module-hash","duration":6840,"timestamp":269667723729,"id":201,"parentId":193,"tags":{},"startTime":1740208846556,"traceId":"788afba67d8ea06e"},{"name":"code-generation","duration":1534,"timestamp":269667730591,"id":202,"parentId":193,"tags":{},"startTime":1740208846563,"traceId":"788afba67d8ea06e"},{"name":"hash","duration":2490,"timestamp":269667733538,"id":203,"parentId":193,"tags":{},"startTime":1740208846566,"traceId":"788afba67d8ea06e"},{"name":"code-generation-jobs","duration":73,"timestamp":269667736028,"id":204,"parentId":193,"tags":{},"startTime":1740208846569,"traceId":"788afba67d8ea06e"},{"name":"module-assets","duration":151,"timestamp":269667736090,"id":205,"parentId":193,"tags":{},"startTime":1740208846569,"traceId":"788afba67d8ea06e"},{"name":"create-chunk-assets","duration":1160,"timestamp":269667736246,"id":206,"parentId":193,"tags":{},"startTime":1740208846569,"traceId":"788afba67d8ea06e"},{"name":"NextJsBuildManifest-generateClientManifest","duration":746,"timestamp":269667738234,"id":208,"parentId":164,"tags":{},"startTime":1740208846571,"traceId":"788afba67d8ea06e"},{"name":"NextJsBuildManifest-createassets","duration":1128,"timestamp":269667737856,"id":207,"parentId":164,"tags":{},"startTime":1740208846571,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":210,"timestamp":269667741009,"id":210,"parentId":209,"tags":{"name":"static/chunks/main-8d0ab17774ffa031.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":191,"timestamp":269667741030,"id":211,"parentId":209,"tags":{"name":"static/chunks/main-app-d36cdfb402b40f13.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":182,"timestamp":269667741040,"id":212,"parentId":209,"tags":{"name":"static/chunks/app/_not-found/page-b786c3dd79ad15a5.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":177,"timestamp":269667741046,"id":213,"parentId":209,"tags":{"name":"static/chunks/pages/_error-9b7125ad1a1e68fa.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":172,"timestamp":269667741051,"id":214,"parentId":209,"tags":{"name":"static/chunks/pages/_app-d23763e3e6c904ff.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":169,"timestamp":269667741055,"id":215,"parentId":209,"tags":{"name":"static/chunks/app/api/cloudflare/route-5133155a604f2719.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":165,"timestamp":269667741060,"id":216,"parentId":209,"tags":{"name":"static/chunks/app/api/databases/route-63a31080b565794e.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":162,"timestamp":269667741064,"id":217,"parentId":209,"tags":{"name":"static/chunks/app/api/migrations/sync-files/route-7089bcbfeb6b5260.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":158,"timestamp":269667741068,"id":218,"parentId":209,"tags":{"name":"static/chunks/app/api/migrations/sync/route-d97667565b4a59b6.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":155,"timestamp":269667741072,"id":219,"parentId":209,"tags":{"name":"static/chunks/app/api/pull-remote/confirm/route-9143e6e4c3f05162.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":152,"timestamp":269667741076,"id":220,"parentId":209,"tags":{"name":"static/chunks/app/api/pull-remote/preview/route-c963d143a51aed66.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":149,"timestamp":269667741080,"id":221,"parentId":209,"tags":{"name":"static/chunks/app/api/push-remote/confirm/route-072132c0a6cb3df3.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":145,"timestamp":269667741084,"id":222,"parentId":209,"tags":{"name":"static/chunks/app/api/push-remote/preview/route-ca6bf35aa72661ee.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":140,"timestamp":269667741090,"id":223,"parentId":209,"tags":{"name":"static/chunks/app/api/query/route-1466f6b7ffd8b6c0.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":136,"timestamp":269667741094,"id":224,"parentId":209,"tags":{"name":"static/chunks/app/api/tables/route-91650359fc3735cb.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":133,"timestamp":269667741098,"id":225,"parentId":209,"tags":{"name":"static/chunks/app/api/update/route-504d663df9124f97.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":130,"timestamp":269667741102,"id":226,"parentId":209,"tags":{"name":"static/chunks/app/layout-8360fab69b848283.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":127,"timestamp":269667741106,"id":227,"parentId":209,"tags":{"name":"static/chunks/app/api/tables/[name]/route-898d3f85fc8544c4.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":124,"timestamp":269667741109,"id":228,"parentId":209,"tags":{"name":"static/chunks/app/page-2c28a255a4ecd8d4.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":121,"timestamp":269667741113,"id":229,"parentId":209,"tags":{"name":"static/chunks/webpack-c76ac1e586b2802a.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":118,"timestamp":269667741117,"id":230,"parentId":209,"tags":{"name":"static/chunks/framework-d29117d969504448.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":115,"timestamp":269667741121,"id":231,"parentId":209,"tags":{"name":"static/chunks/4bd1b696-8c908eb707f85a27.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":111,"timestamp":269667741125,"id":232,"parentId":209,"tags":{"name":"static/chunks/692-ede418e1d28a1394.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":106,"timestamp":269667741130,"id":233,"parentId":209,"tags":{"name":"static/chunks/517-3b698a5d3da06ff7.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":102,"timestamp":269667741135,"id":234,"parentId":209,"tags":{"name":"static/chunks/958-98887928efebfdf7.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":99,"timestamp":269667741139,"id":235,"parentId":209,"tags":{"name":"static/chunks/92-c4466e0f1ca8a3a8.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":96,"timestamp":269667741143,"id":236,"parentId":209,"tags":{"name":"static/chunks/735-c9144179c6bd7d06.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":93,"timestamp":269667741147,"id":237,"parentId":209,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":44,"timestamp":269667741197,"id":239,"parentId":209,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":25,"timestamp":269667741216,"id":241,"parentId":209,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":486,"timestamp":269667741151,"id":238,"parentId":209,"tags":{"name":"static/kYsJoni86CJWDuTkc1xU6/_ssgManifest.js","cache":"MISS"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-js","duration":1251,"timestamp":269667741199,"id":240,"parentId":209,"tags":{"name":"static/kYsJoni86CJWDuTkc1xU6/_buildManifest.js","cache":"MISS"},"startTime":1740208846574,"traceId":"788afba67d8ea06e"},{"name":"minify-webpack-plugin-optimize","duration":2865,"timestamp":269667739590,"id":209,"parentId":164,"tags":{"compilationName":"client"},"startTime":1740208846572,"traceId":"788afba67d8ea06e"},{"name":"minify-css","duration":41,"timestamp":269667742510,"id":243,"parentId":242,"tags":{"file":"static/css/5c49a0e0b74c878e.css","cache":"HIT"},"startTime":1740208846575,"traceId":"788afba67d8ea06e"},{"name":"css-minimizer-plugin","duration":67,"timestamp":269667742486,"id":242,"parentId":164,"tags":{},"startTime":1740208846575,"traceId":"788afba67d8ea06e"},{"name":"seal","duration":50081,"timestamp":269667696635,"id":193,"parentId":164,"tags":{},"startTime":1740208846529,"traceId":"788afba67d8ea06e"},{"name":"webpack-compilation","duration":638282,"timestamp":269667108473,"id":164,"parentId":13,"tags":{"name":"client"},"startTime":1740208845941,"traceId":"788afba67d8ea06e"},{"name":"emit","duration":6998,"timestamp":269667746773,"id":244,"parentId":13,"tags":{},"startTime":1740208846579,"traceId":"788afba67d8ea06e"},{"name":"webpack-close","duration":33920,"timestamp":269667754519,"id":245,"parentId":13,"tags":{"name":"client"},"startTime":1740208846587,"traceId":"788afba67d8ea06e"},{"name":"webpack-generate-error-stats","duration":558,"timestamp":269667788451,"id":246,"parentId":245,"tags":{},"startTime":1740208846621,"traceId":"788afba67d8ea06e"},{"name":"run-webpack-compiler","duration":2733514,"timestamp":269665055674,"id":13,"parentId":1,"tags":{},"startTime":1740208843888,"traceId":"788afba67d8ea06e"},{"name":"format-webpack-messages","duration":534,"timestamp":269667789191,"id":247,"parentId":1,"tags":{},"startTime":1740208846622,"traceId":"788afba67d8ea06e"},{"name":"verify-and-lint","duration":847325,"timestamp":269667796837,"id":250,"parentId":1,"tags":{},"startTime":1740208846630,"traceId":"788afba67d8ea06e"},{"name":"verify-typescript-setup","duration":2787263,"timestamp":269667794119,"id":249,"parentId":1,"tags":{},"startTime":1740208846627,"traceId":"788afba67d8ea06e"},{"name":"check-static-error-page","duration":1608,"timestamp":269670589595,"id":253,"parentId":252,"tags":{},"startTime":1740208849422,"traceId":"788afba67d8ea06e"},{"name":"check-page","duration":1663,"timestamp":269670602148,"id":254,"parentId":252,"tags":{"page":"/_app"},"startTime":1740208849435,"traceId":"788afba67d8ea06e"},{"name":"check-page","duration":1144,"timestamp":269670602689,"id":256,"parentId":252,"tags":{"page":"/_document"},"startTime":1740208849435,"traceId":"788afba67d8ea06e"},{"name":"check-page","duration":2440,"timestamp":269670602635,"id":255,"parentId":252,"tags":{"page":"/_error"},"startTime":1740208849435,"traceId":"788afba67d8ea06e"},{"name":"is-page-static","duration":226821,"timestamp":269670606268,"id":274,"parentId":261,"tags":{},"startTime":1740208849439,"traceId":"788afba67d8ea06e"},{"name":"check-page","duration":230163,"timestamp":269670603069,"id":261,"parentId":252,"tags":{"page":"/api/migrations/sync"},"startTime":1740208849436,"traceId":"788afba67d8ea06e"},{"name":"is-page-static","duration":228046,"timestamp":269670607742,"id":281,"parentId":268,"tags":{},"startTime":1740208849440,"traceId":"788afba67d8ea06e"},{"name":"check-page","duration":232509,"timestamp":269670603325,"id":268,"parentId":252,"tags":{"page":"/api/tables"},"startTime":1740208849436,"traceId":"788afba67d8ea06e"},{"name":"is-page-static","duration":244297,"timestamp":269670606133,"id":272,"parentId":259,"tags":{},"startTime":1740208849439,"traceId":"788afba67d8ea06e"},{"name":"check-page","duration":247493,"timestamp":269670603006,"id":259,"parentId":252,"tags":{"page":"/api/databases"},"startTime":1740208849436,"traceId":"788afba67d8ea06e"},{"name":"is-page-static","duration":243043,"timestamp":269670607781,"id":282,"parentId":257,"tags":{},"startTime":1740208849440,"traceId":"788afba67d8ea06e"},{"name":"check-page","duration":248138,"timestamp":269670602710,"id":257,"parentId":252,"tags":{"page":"/_not-found"},"startTime":1740208849435,"traceId":"788afba67d8ea06e"},{"name":"is-page-static","duration":245417,"timestamp":269670606207,"id":273,"parentId":260,"tags":{},"startTime":1740208849439,"traceId":"788afba67d8ea06e"},{"name":"check-page","duration":248615,"timestamp":269670603038,"id":260,"parentId":252,"tags":{"page":"/api/migrations/sync-files"},"startTime":1740208849436,"traceId":"788afba67d8ea06e"},{"name":"is-page-static","duration":251377,"timestamp":269670606352,"id":275,"parentId":262,"tags":{},"startTime":1740208849439,"traceId":"788afba67d8ea06e"},{"name":"check-page","duration":254657,"timestamp":269670603098,"id":262,"parentId":252,"tags":{"page":"/api/pull-remote/confirm"},"startTime":1740208849436,"traceId":"788afba67d8ea06e"}]
|
|
3
|
-
[{"name":"
|
|
1
|
+
[{"name":"generate-buildid","duration":109,"timestamp":95958600574,"id":4,"parentId":1,"tags":{},"startTime":1742013254644,"traceId":"fe8125f44c040ef0"},{"name":"load-custom-routes","duration":167,"timestamp":95958600723,"id":5,"parentId":1,"tags":{},"startTime":1742013254644,"traceId":"fe8125f44c040ef0"},{"name":"create-dist-dir","duration":151,"timestamp":95958627333,"id":6,"parentId":1,"tags":{},"startTime":1742013254671,"traceId":"fe8125f44c040ef0"},{"name":"create-pages-mapping","duration":94,"timestamp":95958637552,"id":7,"parentId":1,"tags":{},"startTime":1742013254681,"traceId":"fe8125f44c040ef0"},{"name":"collect-app-paths","duration":1220,"timestamp":95958637666,"id":8,"parentId":1,"tags":{},"startTime":1742013254681,"traceId":"fe8125f44c040ef0"},{"name":"create-app-mapping","duration":581,"timestamp":95958638899,"id":9,"parentId":1,"tags":{},"startTime":1742013254682,"traceId":"fe8125f44c040ef0"},{"name":"public-dir-conflict-check","duration":29623,"timestamp":95958639662,"id":10,"parentId":1,"tags":{},"startTime":1742013254683,"traceId":"fe8125f44c040ef0"},{"name":"generate-routes-manifest","duration":1460,"timestamp":95958669416,"id":11,"parentId":1,"tags":{},"startTime":1742013254713,"traceId":"fe8125f44c040ef0"},{"name":"create-entrypoints","duration":36914,"timestamp":95958676029,"id":14,"parentId":1,"tags":{},"startTime":1742013254720,"traceId":"fe8125f44c040ef0"},{"name":"generate-webpack-config","duration":148753,"timestamp":95958712974,"id":15,"parentId":13,"tags":{},"startTime":1742013254757,"traceId":"fe8125f44c040ef0"},{"name":"next-trace-entrypoint-plugin","duration":1018,"timestamp":95958908234,"id":17,"parentId":16,"tags":{},"startTime":1742013254952,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":155350,"timestamp":95958912055,"id":32,"parentId":18,"tags":{"request":"next/dist/pages/_app"},"startTime":1742013254956,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":164366,"timestamp":95958912068,"id":36,"parentId":18,"tags":{"request":"next/dist/pages/_document"},"startTime":1742013254956,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":181655,"timestamp":95958912059,"id":33,"parentId":18,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1742013254956,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":208012,"timestamp":95958911697,"id":19,"parentId":18,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2FUsers%2Fkona%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":1742013254955,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":207654,"timestamp":95958912065,"id":35,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.jsx&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1742013254956,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":223446,"timestamp":95958911979,"id":30,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fupdate%2Froute&name=app%2Fapi%2Fupdate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fupdate%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fupdate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1742013254956,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":240829,"timestamp":95958911909,"id":21,"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%2Fkona%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":1742013254955,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":240780,"timestamp":95958911970,"id":29,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush-remote%2Fpreview%2Froute&name=app%2Fapi%2Fpush-remote%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fpreview%2Froute.js&appDir=%2FUsers%2Fkona%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":1742013254956,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":240856,"timestamp":95958911898,"id":20,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdatabases%2Froute&name=app%2Fapi%2Fdatabases%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdatabases%2Froute.js&appDir=%2FUsers%2Fkona%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":1742013254955,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":240838,"timestamp":95958911922,"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%2Fkona%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":1742013254956,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":240836,"timestamp":95958911928,"id":24,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpull-data%2Fconfirm%2Froute&name=app%2Fapi%2Fpull-data%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-data%2Fconfirm%2Froute.js&appDir=%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-data%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1742013254956,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":240833,"timestamp":95958911933,"id":25,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpull-remote%2Fconfirm%2Froute&name=app%2Fapi%2Fpull-remote%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-remote%2Fconfirm%2Froute.js&appDir=%2FUsers%2Fkona%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":1742013254956,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":240829,"timestamp":95958911938,"id":26,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpull-remote%2Fpreview%2Froute&name=app%2Fapi%2Fpull-remote%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-remote%2Fpreview%2Froute.js&appDir=%2FUsers%2Fkona%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":1742013254956,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":240814,"timestamp":95958911955,"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%2Fkona%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":1742013254956,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":240728,"timestamp":95958912044,"id":31,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftables%2Froute&name=app%2Fapi%2Ftables%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2Froute.js&appDir=%2FUsers%2Fkona%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":1742013254956,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":240715,"timestamp":95958912062,"id":34,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftables%2F%5Bname%5D%2Froute&name=app%2Fapi%2Ftables%2F%5Bname%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2F%5Bname%5D%2Froute.js&appDir=%2FUsers%2Fkona%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":1742013254956,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":240862,"timestamp":95958911917,"id":22,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmigrations%2Fsync-files%2Froute&name=app%2Fapi%2Fmigrations%2Fsync-files%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Fsync-files%2Froute.js&appDir=%2FUsers%2Fkona%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":1742013254956,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":240835,"timestamp":95958911945,"id":27,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush-remote%2Fconfirm%2Froute&name=app%2Fapi%2Fpush-remote%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fconfirm%2Froute.js&appDir=%2FUsers%2Fkona%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":1742013254956,"traceId":"fe8125f44c040ef0"},{"name":"make","duration":422116,"timestamp":95958911600,"id":18,"parentId":16,"tags":{},"startTime":1742013254955,"traceId":"fe8125f44c040ef0"},{"name":"get-entries","duration":1174,"timestamp":95959334582,"id":100,"parentId":99,"tags":{},"startTime":1742013255378,"traceId":"fe8125f44c040ef0"},{"name":"node-file-trace-plugin","duration":103378,"timestamp":95959338020,"id":101,"parentId":99,"tags":{"traceEntryCount":"32"},"startTime":1742013255382,"traceId":"fe8125f44c040ef0"},{"name":"collect-traced-files","duration":666,"timestamp":95959441410,"id":102,"parentId":99,"tags":{},"startTime":1742013255485,"traceId":"fe8125f44c040ef0"},{"name":"finish-modules","duration":107752,"timestamp":95959334329,"id":99,"parentId":17,"tags":{},"startTime":1742013255378,"traceId":"fe8125f44c040ef0"},{"name":"chunk-graph","duration":11609,"timestamp":95959476441,"id":104,"parentId":103,"tags":{},"startTime":1742013255520,"traceId":"fe8125f44c040ef0"},{"name":"optimize-modules","duration":11,"timestamp":95959488114,"id":106,"parentId":103,"tags":{},"startTime":1742013255532,"traceId":"fe8125f44c040ef0"},{"name":"optimize-chunks","duration":10322,"timestamp":95959488161,"id":107,"parentId":103,"tags":{},"startTime":1742013255532,"traceId":"fe8125f44c040ef0"},{"name":"optimize-tree","duration":68,"timestamp":95959498546,"id":108,"parentId":103,"tags":{},"startTime":1742013255542,"traceId":"fe8125f44c040ef0"},{"name":"optimize-chunk-modules","duration":22327,"timestamp":95959498658,"id":109,"parentId":103,"tags":{},"startTime":1742013255542,"traceId":"fe8125f44c040ef0"},{"name":"optimize","duration":32956,"timestamp":95959488091,"id":105,"parentId":103,"tags":{},"startTime":1742013255532,"traceId":"fe8125f44c040ef0"},{"name":"module-hash","duration":21136,"timestamp":95959532228,"id":110,"parentId":103,"tags":{},"startTime":1742013255576,"traceId":"fe8125f44c040ef0"},{"name":"code-generation","duration":4072,"timestamp":95959553423,"id":111,"parentId":103,"tags":{},"startTime":1742013255597,"traceId":"fe8125f44c040ef0"},{"name":"hash","duration":5051,"timestamp":95959560458,"id":112,"parentId":103,"tags":{},"startTime":1742013255604,"traceId":"fe8125f44c040ef0"},{"name":"code-generation-jobs","duration":194,"timestamp":95959565508,"id":113,"parentId":103,"tags":{},"startTime":1742013255609,"traceId":"fe8125f44c040ef0"},{"name":"module-assets","duration":301,"timestamp":95959565645,"id":114,"parentId":103,"tags":{},"startTime":1742013255609,"traceId":"fe8125f44c040ef0"},{"name":"create-chunk-assets","duration":1006,"timestamp":95959565952,"id":115,"parentId":103,"tags":{},"startTime":1742013255610,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":154,"timestamp":95959574565,"id":117,"parentId":116,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":77,"timestamp":95959574650,"id":118,"parentId":116,"tags":{"name":"../app/api/databases/route.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":73,"timestamp":95959574655,"id":119,"parentId":116,"tags":{"name":"../app/api/cloudflare/route.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":71,"timestamp":95959574659,"id":120,"parentId":116,"tags":{"name":"../app/api/migrations/sync-files/route.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":63,"timestamp":95959574667,"id":121,"parentId":116,"tags":{"name":"../app/api/migrations/sync/route.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":62,"timestamp":95959574669,"id":122,"parentId":116,"tags":{"name":"../app/api/pull-data/confirm/route.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":60,"timestamp":95959574671,"id":123,"parentId":116,"tags":{"name":"../app/api/pull-remote/confirm/route.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":59,"timestamp":95959574673,"id":124,"parentId":116,"tags":{"name":"../app/api/pull-remote/preview/route.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":58,"timestamp":95959574675,"id":125,"parentId":116,"tags":{"name":"../app/api/push-remote/confirm/route.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":56,"timestamp":95959574677,"id":126,"parentId":116,"tags":{"name":"../app/api/query/route.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":53,"timestamp":95959574681,"id":127,"parentId":116,"tags":{"name":"../app/api/push-remote/preview/route.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":50,"timestamp":95959574684,"id":128,"parentId":116,"tags":{"name":"../app/api/update/route.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":48,"timestamp":95959574687,"id":129,"parentId":116,"tags":{"name":"../app/api/tables/route.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":47,"timestamp":95959574689,"id":130,"parentId":116,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":45,"timestamp":95959574691,"id":131,"parentId":116,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":40,"timestamp":95959574697,"id":132,"parentId":116,"tags":{"name":"../app/api/tables/[name]/route.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":37,"timestamp":95959574700,"id":133,"parentId":116,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":36,"timestamp":95959574702,"id":134,"parentId":116,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":35,"timestamp":95959574704,"id":135,"parentId":116,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":34,"timestamp":95959574706,"id":136,"parentId":116,"tags":{"name":"638.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":33,"timestamp":95959574708,"id":137,"parentId":116,"tags":{"name":"452.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":31,"timestamp":95959574710,"id":138,"parentId":116,"tags":{"name":"391.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":30,"timestamp":95959574711,"id":139,"parentId":116,"tags":{"name":"992.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":29,"timestamp":95959574713,"id":140,"parentId":116,"tags":{"name":"627.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":28,"timestamp":95959574715,"id":141,"parentId":116,"tags":{"name":"226.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":27,"timestamp":95959574717,"id":142,"parentId":116,"tags":{"name":"90.js","cache":"HIT"},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"minify-webpack-plugin-optimize","duration":5029,"timestamp":95959569720,"id":116,"parentId":16,"tags":{"compilationName":"server"},"startTime":1742013255613,"traceId":"fe8125f44c040ef0"},{"name":"css-minimizer-plugin","duration":83,"timestamp":95959574870,"id":143,"parentId":16,"tags":{},"startTime":1742013255618,"traceId":"fe8125f44c040ef0"},{"name":"create-trace-assets","duration":1272,"timestamp":95959575051,"id":144,"parentId":17,"tags":{},"startTime":1742013255619,"traceId":"fe8125f44c040ef0"},{"name":"seal","duration":118461,"timestamp":95959463294,"id":103,"parentId":16,"tags":{},"startTime":1742013255507,"traceId":"fe8125f44c040ef0"},{"name":"webpack-compilation","duration":680288,"timestamp":95958907153,"id":16,"parentId":13,"tags":{"name":"server"},"startTime":1742013254951,"traceId":"fe8125f44c040ef0"},{"name":"emit","duration":8927,"timestamp":95959587689,"id":145,"parentId":13,"tags":{},"startTime":1742013255631,"traceId":"fe8125f44c040ef0"},{"name":"webpack-close","duration":341,"timestamp":95959597563,"id":146,"parentId":13,"tags":{"name":"server"},"startTime":1742013255641,"traceId":"fe8125f44c040ef0"},{"name":"webpack-generate-error-stats","duration":1305,"timestamp":95959597928,"id":147,"parentId":146,"tags":{},"startTime":1742013255642,"traceId":"fe8125f44c040ef0"},{"name":"make","duration":110,"timestamp":95959605329,"id":149,"parentId":148,"tags":{},"startTime":1742013255649,"traceId":"fe8125f44c040ef0"},{"name":"chunk-graph","duration":21,"timestamp":95959605752,"id":151,"parentId":150,"tags":{},"startTime":1742013255649,"traceId":"fe8125f44c040ef0"},{"name":"optimize-modules","duration":3,"timestamp":95959605794,"id":153,"parentId":150,"tags":{},"startTime":1742013255649,"traceId":"fe8125f44c040ef0"},{"name":"optimize-chunks","duration":35,"timestamp":95959605826,"id":154,"parentId":150,"tags":{},"startTime":1742013255649,"traceId":"fe8125f44c040ef0"},{"name":"optimize-tree","duration":3,"timestamp":95959605877,"id":155,"parentId":150,"tags":{},"startTime":1742013255649,"traceId":"fe8125f44c040ef0"},{"name":"optimize-chunk-modules","duration":26,"timestamp":95959605908,"id":156,"parentId":150,"tags":{},"startTime":1742013255649,"traceId":"fe8125f44c040ef0"},{"name":"optimize","duration":166,"timestamp":95959605783,"id":152,"parentId":150,"tags":{},"startTime":1742013255649,"traceId":"fe8125f44c040ef0"},{"name":"module-hash","duration":8,"timestamp":95959606038,"id":157,"parentId":150,"tags":{},"startTime":1742013255650,"traceId":"fe8125f44c040ef0"},{"name":"code-generation","duration":7,"timestamp":95959606052,"id":158,"parentId":150,"tags":{},"startTime":1742013255650,"traceId":"fe8125f44c040ef0"},{"name":"hash","duration":27,"timestamp":95959606084,"id":159,"parentId":150,"tags":{},"startTime":1742013255650,"traceId":"fe8125f44c040ef0"},{"name":"code-generation-jobs","duration":17,"timestamp":95959606111,"id":160,"parentId":150,"tags":{},"startTime":1742013255650,"traceId":"fe8125f44c040ef0"},{"name":"module-assets","duration":9,"timestamp":95959606125,"id":161,"parentId":150,"tags":{},"startTime":1742013255650,"traceId":"fe8125f44c040ef0"},{"name":"create-chunk-assets","duration":8,"timestamp":95959606137,"id":162,"parentId":150,"tags":{},"startTime":1742013255650,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":39,"timestamp":95959610142,"id":164,"parentId":163,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1742013255654,"traceId":"fe8125f44c040ef0"},{"name":"minify-webpack-plugin-optimize","duration":756,"timestamp":95959609432,"id":163,"parentId":148,"tags":{"compilationName":"edge-server"},"startTime":1742013255653,"traceId":"fe8125f44c040ef0"},{"name":"css-minimizer-plugin","duration":4,"timestamp":95959610208,"id":165,"parentId":148,"tags":{},"startTime":1742013255654,"traceId":"fe8125f44c040ef0"},{"name":"seal","duration":5393,"timestamp":95959605687,"id":150,"parentId":148,"tags":{},"startTime":1742013255649,"traceId":"fe8125f44c040ef0"},{"name":"webpack-compilation","duration":6581,"timestamp":95959604549,"id":148,"parentId":13,"tags":{"name":"edge-server"},"startTime":1742013255648,"traceId":"fe8125f44c040ef0"},{"name":"emit","duration":400,"timestamp":95959611157,"id":166,"parentId":13,"tags":{},"startTime":1742013255655,"traceId":"fe8125f44c040ef0"},{"name":"webpack-close","duration":80,"timestamp":95959611674,"id":167,"parentId":13,"tags":{"name":"edge-server"},"startTime":1742013255655,"traceId":"fe8125f44c040ef0"},{"name":"webpack-generate-error-stats","duration":343,"timestamp":95959611757,"id":168,"parentId":167,"tags":{},"startTime":1742013255655,"traceId":"fe8125f44c040ef0"}]
|
|
2
|
+
[{"name":"add-entry","duration":73337,"timestamp":95959617128,"id":179,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742013255661,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":73358,"timestamp":95959617131,"id":180,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742013255661,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":73361,"timestamp":95959617133,"id":181,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742013255661,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":73363,"timestamp":95959617134,"id":182,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742013255661,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":73364,"timestamp":95959617135,"id":183,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742013255661,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":73365,"timestamp":95959617137,"id":184,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742013255661,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":73365,"timestamp":95959617140,"id":185,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742013255661,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":73366,"timestamp":95959617141,"id":186,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742013255661,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":73367,"timestamp":95959617143,"id":187,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742013255661,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":73374,"timestamp":95959617144,"id":188,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742013255661,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":73376,"timestamp":95959617145,"id":189,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742013255661,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":73377,"timestamp":95959617147,"id":190,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742013255661,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":73378,"timestamp":95959617148,"id":191,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1742013255661,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":111006,"timestamp":95959617109,"id":174,"parentId":170,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1742013255661,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":114466,"timestamp":95959617115,"id":175,"parentId":170,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1742013255661,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":134037,"timestamp":95959617124,"id":177,"parentId":170,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1742013255661,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":149891,"timestamp":95959617044,"id":173,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fkona%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%2Fkona%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%2Fkona%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%2Fkona%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%2Fkona%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%2Fkona%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%2Fkona%2FDesktop%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1742013255661,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":151538,"timestamp":95959617038,"id":172,"parentId":170,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1742013255661,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":166816,"timestamp":95959617122,"id":176,"parentId":170,"tags":{"request":"/Users/kona/Desktop/d1studio/node_modules/next/dist/client/router.js"},"startTime":1742013255661,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":166936,"timestamp":95959617013,"id":171,"parentId":170,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1742013255661,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":177837,"timestamp":95959617126,"id":178,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fkona%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%2Fkona%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%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fcomponents%2Fui%2Ftoaster.jsx%22%2C%22ids%22%3A%5B%22Toaster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fcontext%2Fdatabase-context.js%22%2C%22ids%22%3A%5B%22DatabaseProvider%22%5D%7D&server=false!"},"startTime":1742013255661,"traceId":"fe8125f44c040ef0"},{"name":"add-entry","duration":192198,"timestamp":95959617149,"id":192,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fkona%2FDesktop%2Fd1studio%2Fsrc%2Fapp%2Fpage.jsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1742013255661,"traceId":"fe8125f44c040ef0"},{"name":"make","duration":192519,"timestamp":95959616890,"id":170,"parentId":169,"tags":{},"startTime":1742013255660,"traceId":"fe8125f44c040ef0"},{"name":"chunk-graph","duration":3461,"timestamp":95959819480,"id":194,"parentId":193,"tags":{},"startTime":1742013255863,"traceId":"fe8125f44c040ef0"},{"name":"optimize-modules","duration":4,"timestamp":95959822970,"id":196,"parentId":193,"tags":{},"startTime":1742013255867,"traceId":"fe8125f44c040ef0"},{"name":"optimize-chunks","duration":2395,"timestamp":95959823482,"id":198,"parentId":193,"tags":{},"startTime":1742013255867,"traceId":"fe8125f44c040ef0"},{"name":"optimize-tree","duration":4,"timestamp":95959825895,"id":199,"parentId":193,"tags":{},"startTime":1742013255869,"traceId":"fe8125f44c040ef0"},{"name":"optimize-chunk-modules","duration":4654,"timestamp":95959825913,"id":200,"parentId":193,"tags":{},"startTime":1742013255870,"traceId":"fe8125f44c040ef0"},{"name":"optimize","duration":7623,"timestamp":95959822961,"id":195,"parentId":193,"tags":{},"startTime":1742013255867,"traceId":"fe8125f44c040ef0"},{"name":"module-hash","duration":5396,"timestamp":95959837197,"id":201,"parentId":193,"tags":{},"startTime":1742013255881,"traceId":"fe8125f44c040ef0"},{"name":"code-generation","duration":2212,"timestamp":95959842608,"id":202,"parentId":193,"tags":{},"startTime":1742013255886,"traceId":"fe8125f44c040ef0"},{"name":"hash","duration":2126,"timestamp":95959846253,"id":203,"parentId":193,"tags":{},"startTime":1742013255890,"traceId":"fe8125f44c040ef0"},{"name":"code-generation-jobs","duration":54,"timestamp":95959848379,"id":204,"parentId":193,"tags":{},"startTime":1742013255892,"traceId":"fe8125f44c040ef0"},{"name":"module-assets","duration":129,"timestamp":95959848426,"id":205,"parentId":193,"tags":{},"startTime":1742013255892,"traceId":"fe8125f44c040ef0"},{"name":"create-chunk-assets","duration":963,"timestamp":95959848558,"id":206,"parentId":193,"tags":{},"startTime":1742013255892,"traceId":"fe8125f44c040ef0"},{"name":"NextJsBuildManifest-generateClientManifest","duration":686,"timestamp":95959850253,"id":208,"parentId":169,"tags":{},"startTime":1742013255894,"traceId":"fe8125f44c040ef0"},{"name":"NextJsBuildManifest-createassets","duration":1025,"timestamp":95959849917,"id":207,"parentId":169,"tags":{},"startTime":1742013255894,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":286,"timestamp":95959852853,"id":210,"parentId":209,"tags":{"name":"static/chunks/main-8d0ab17774ffa031.js","cache":"HIT"},"startTime":1742013255896,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":270,"timestamp":95959852871,"id":211,"parentId":209,"tags":{"name":"static/chunks/main-app-fa35024de9bd9284.js","cache":"HIT"},"startTime":1742013255896,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":265,"timestamp":95959852878,"id":212,"parentId":209,"tags":{"name":"static/chunks/app/_not-found/page-b786c3dd79ad15a5.js","cache":"HIT"},"startTime":1742013255896,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":262,"timestamp":95959852882,"id":213,"parentId":209,"tags":{"name":"static/chunks/pages/_app-d23763e3e6c904ff.js","cache":"HIT"},"startTime":1742013255896,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":259,"timestamp":95959852885,"id":214,"parentId":209,"tags":{"name":"static/chunks/pages/_error-9b7125ad1a1e68fa.js","cache":"HIT"},"startTime":1742013255896,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":256,"timestamp":95959852889,"id":215,"parentId":209,"tags":{"name":"static/chunks/app/layout-be6ee67cf0c92654.js","cache":"HIT"},"startTime":1742013255896,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":254,"timestamp":95959852892,"id":216,"parentId":209,"tags":{"name":"static/chunks/app/api/databases/route-407794f8145d9a0b.js","cache":"HIT"},"startTime":1742013255896,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":252,"timestamp":95959852895,"id":217,"parentId":209,"tags":{"name":"static/chunks/app/api/cloudflare/route-b77846f372b01f38.js","cache":"HIT"},"startTime":1742013255896,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":249,"timestamp":95959852898,"id":218,"parentId":209,"tags":{"name":"static/chunks/app/api/migrations/sync-files/route-92010db279b4dd8e.js","cache":"HIT"},"startTime":1742013255896,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":247,"timestamp":95959852901,"id":219,"parentId":209,"tags":{"name":"static/chunks/app/api/migrations/sync/route-9f480f5590369a8f.js","cache":"HIT"},"startTime":1742013255896,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":245,"timestamp":95959852904,"id":220,"parentId":209,"tags":{"name":"static/chunks/app/api/pull-data/confirm/route-a02fe6d3cdd0a535.js","cache":"HIT"},"startTime":1742013255896,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":243,"timestamp":95959852907,"id":221,"parentId":209,"tags":{"name":"static/chunks/app/api/pull-remote/confirm/route-f401a03507d1da50.js","cache":"HIT"},"startTime":1742013255896,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":240,"timestamp":95959852910,"id":222,"parentId":209,"tags":{"name":"static/chunks/app/api/pull-remote/preview/route-3c53814b5cb8b6b0.js","cache":"HIT"},"startTime":1742013255897,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":238,"timestamp":95959852913,"id":223,"parentId":209,"tags":{"name":"static/chunks/app/api/push-remote/confirm/route-8f359249e907c63b.js","cache":"HIT"},"startTime":1742013255897,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":236,"timestamp":95959852916,"id":224,"parentId":209,"tags":{"name":"static/chunks/app/api/query/route-87bae2d4aebaf859.js","cache":"HIT"},"startTime":1742013255897,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":234,"timestamp":95959852918,"id":225,"parentId":209,"tags":{"name":"static/chunks/app/api/push-remote/preview/route-b51bf94f39c17a9d.js","cache":"HIT"},"startTime":1742013255897,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":231,"timestamp":95959852921,"id":226,"parentId":209,"tags":{"name":"static/chunks/app/api/update/route-14edc1917760bce0.js","cache":"HIT"},"startTime":1742013255897,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":229,"timestamp":95959852924,"id":227,"parentId":209,"tags":{"name":"static/chunks/app/api/tables/route-0f46f911562abcdf.js","cache":"HIT"},"startTime":1742013255897,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":227,"timestamp":95959852927,"id":228,"parentId":209,"tags":{"name":"static/chunks/app/api/tables/[name]/route-d20ca163b9c03e7c.js","cache":"HIT"},"startTime":1742013255897,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":225,"timestamp":95959852930,"id":229,"parentId":209,"tags":{"name":"static/chunks/app/page-16ec561fc8bebb5d.js","cache":"HIT"},"startTime":1742013255897,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":223,"timestamp":95959852933,"id":230,"parentId":209,"tags":{"name":"static/chunks/webpack-c76ac1e586b2802a.js","cache":"HIT"},"startTime":1742013255897,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":221,"timestamp":95959852935,"id":231,"parentId":209,"tags":{"name":"static/chunks/framework-d29117d969504448.js","cache":"HIT"},"startTime":1742013255897,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":219,"timestamp":95959852938,"id":232,"parentId":209,"tags":{"name":"static/chunks/4bd1b696-8c908eb707f85a27.js","cache":"HIT"},"startTime":1742013255897,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":217,"timestamp":95959852941,"id":233,"parentId":209,"tags":{"name":"static/chunks/692-ede418e1d28a1394.js","cache":"HIT"},"startTime":1742013255897,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":214,"timestamp":95959852944,"id":234,"parentId":209,"tags":{"name":"static/chunks/517-3b698a5d3da06ff7.js","cache":"HIT"},"startTime":1742013255897,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":211,"timestamp":95959852948,"id":235,"parentId":209,"tags":{"name":"static/chunks/700-dc8f9f08b166c5e6.js","cache":"HIT"},"startTime":1742013255897,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":208,"timestamp":95959852952,"id":236,"parentId":209,"tags":{"name":"static/chunks/92-c4466e0f1ca8a3a8.js","cache":"HIT"},"startTime":1742013255897,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":205,"timestamp":95959852955,"id":237,"parentId":209,"tags":{"name":"static/chunks/735-b885dfec6353171d.js","cache":"HIT"},"startTime":1742013255897,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":202,"timestamp":95959852959,"id":238,"parentId":209,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1742013255897,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":45,"timestamp":95959853116,"id":240,"parentId":209,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1742013255897,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":25,"timestamp":95959853137,"id":242,"parentId":209,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1742013255897,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":11062,"timestamp":95959852962,"id":239,"parentId":209,"tags":{"name":"static/p8875OZM4iDNsPzmoyLe7/_ssgManifest.js","cache":"MISS"},"startTime":1742013255897,"traceId":"fe8125f44c040ef0"},{"name":"minify-js","duration":10925,"timestamp":95959853120,"id":241,"parentId":209,"tags":{"name":"static/p8875OZM4iDNsPzmoyLe7/_buildManifest.js","cache":"MISS"},"startTime":1742013255897,"traceId":"fe8125f44c040ef0"},{"name":"minify-webpack-plugin-optimize","duration":12569,"timestamp":95959851478,"id":209,"parentId":169,"tags":{"compilationName":"client"},"startTime":1742013255895,"traceId":"fe8125f44c040ef0"},{"name":"minify-css","duration":51,"timestamp":95959864095,"id":244,"parentId":243,"tags":{"file":"static/css/cb924136b1c1cbc4.css","cache":"HIT"},"startTime":1742013255908,"traceId":"fe8125f44c040ef0"},{"name":"css-minimizer-plugin","duration":76,"timestamp":95959864073,"id":243,"parentId":169,"tags":{},"startTime":1742013255908,"traceId":"fe8125f44c040ef0"},{"name":"seal","duration":54874,"timestamp":95959813664,"id":193,"parentId":169,"tags":{},"startTime":1742013255857,"traceId":"fe8125f44c040ef0"},{"name":"webpack-compilation","duration":252431,"timestamp":95959616140,"id":169,"parentId":13,"tags":{"name":"client"},"startTime":1742013255660,"traceId":"fe8125f44c040ef0"},{"name":"emit","duration":3842,"timestamp":95959868589,"id":245,"parentId":13,"tags":{},"startTime":1742013255912,"traceId":"fe8125f44c040ef0"},{"name":"webpack-close","duration":23880,"timestamp":95959872666,"id":246,"parentId":13,"tags":{"name":"client"},"startTime":1742013255916,"traceId":"fe8125f44c040ef0"},{"name":"webpack-generate-error-stats","duration":575,"timestamp":95959896560,"id":247,"parentId":246,"tags":{},"startTime":1742013255940,"traceId":"fe8125f44c040ef0"},{"name":"run-webpack-compiler","duration":1221264,"timestamp":95958676026,"id":13,"parentId":1,"tags":{},"startTime":1742013254720,"traceId":"fe8125f44c040ef0"},{"name":"format-webpack-messages","duration":52,"timestamp":95959897293,"id":248,"parentId":1,"tags":{},"startTime":1742013255941,"traceId":"fe8125f44c040ef0"},{"name":"verify-and-lint","duration":805372,"timestamp":95959904634,"id":251,"parentId":1,"tags":{},"startTime":1742013255948,"traceId":"fe8125f44c040ef0"},{"name":"verify-typescript-setup","duration":2811167,"timestamp":95959901470,"id":250,"parentId":1,"tags":{},"startTime":1742013255945,"traceId":"fe8125f44c040ef0"},{"name":"check-static-error-page","duration":2158,"timestamp":95962725641,"id":254,"parentId":253,"tags":{},"startTime":1742013258769,"traceId":"fe8125f44c040ef0"},{"name":"check-page","duration":2249,"timestamp":95962758520,"id":255,"parentId":253,"tags":{"page":"/_app"},"startTime":1742013258802,"traceId":"fe8125f44c040ef0"},{"name":"check-page","duration":1546,"timestamp":95962759248,"id":257,"parentId":253,"tags":{"page":"/_document"},"startTime":1742013258803,"traceId":"fe8125f44c040ef0"},{"name":"check-page","duration":3194,"timestamp":95962759197,"id":256,"parentId":253,"tags":{"page":"/_error"},"startTime":1742013258803,"traceId":"fe8125f44c040ef0"},{"name":"is-page-static","duration":224529,"timestamp":95962763311,"id":273,"parentId":258,"tags":{},"startTime":1742013258807,"traceId":"fe8125f44c040ef0"},{"name":"check-page","duration":228650,"timestamp":95962759279,"id":258,"parentId":253,"tags":{"page":"/_not-found"},"startTime":1742013258803,"traceId":"fe8125f44c040ef0"},{"name":"is-page-static","duration":251029,"timestamp":95962763949,"id":282,"parentId":259,"tags":{},"startTime":1742013258808,"traceId":"fe8125f44c040ef0"},{"name":"check-page","duration":255427,"timestamp":95962759587,"id":259,"parentId":253,"tags":{"page":"/api/cloudflare"},"startTime":1742013258803,"traceId":"fe8125f44c040ef0"},{"name":"is-page-static","duration":252902,"timestamp":95962763862,"id":279,"parentId":265,"tags":{},"startTime":1742013258807,"traceId":"fe8125f44c040ef0"},{"name":"check-page","duration":256894,"timestamp":95962759886,"id":265,"parentId":253,"tags":{"page":"/api/pull-remote/preview"},"startTime":1742013258804,"traceId":"fe8125f44c040ef0"},{"name":"is-page-static","duration":258229,"timestamp":95962763562,"id":275,"parentId":261,"tags":{},"startTime":1742013258807,"traceId":"fe8125f44c040ef0"},{"name":"check-page","duration":262114,"timestamp":95962759701,"id":261,"parentId":253,"tags":{"page":"/api/migrations/sync-files"},"startTime":1742013258803,"traceId":"fe8125f44c040ef0"},{"name":"is-page-static","duration":259868,"timestamp":95962764496,"id":286,"parentId":271,"tags":{},"startTime":1742013258808,"traceId":"fe8125f44c040ef0"},{"name":"check-page","duration":264100,"timestamp":95962760305,"id":271,"parentId":253,"tags":{"page":"/api/update"},"startTime":1742013258804,"traceId":"fe8125f44c040ef0"},{"name":"is-page-static","duration":270217,"timestamp":95962763979,"id":283,"parentId":268,"tags":{},"startTime":1742013258808,"traceId":"fe8125f44c040ef0"},{"name":"check-page","duration":274237,"timestamp":95962760002,"id":268,"parentId":253,"tags":{"page":"/api/query"},"startTime":1742013258804,"traceId":"fe8125f44c040ef0"},{"name":"is-page-static","duration":286606,"timestamp":95962763601,"id":276,"parentId":262,"tags":{},"startTime":1742013258807,"traceId":"fe8125f44c040ef0"},{"name":"check-page","duration":290515,"timestamp":95962759739,"id":262,"parentId":253,"tags":{"page":"/api/migrations/sync"},"startTime":1742013258803,"traceId":"fe8125f44c040ef0"},{"name":"is-page-static","duration":295600,"timestamp":95962763928,"id":281,"parentId":267,"tags":{},"startTime":1742013258808,"traceId":"fe8125f44c040ef0"}]
|
|
3
|
+
[{"name":"check-page","duration":299891,"timestamp":95962759965,"id":267,"parentId":253,"tags":{"page":"/api/push-remote/preview"},"startTime":1742013258804,"traceId":"fe8125f44c040ef0"},{"name":"is-page-static","duration":296730,"timestamp":95962763518,"id":274,"parentId":260,"tags":{},"startTime":1742013258807,"traceId":"fe8125f44c040ef0"},{"name":"check-page","duration":300622,"timestamp":95962759654,"id":260,"parentId":253,"tags":{"page":"/api/databases"},"startTime":1742013258803,"traceId":"fe8125f44c040ef0"},{"name":"is-page-static","duration":297305,"timestamp":95962763900,"id":280,"parentId":266,"tags":{},"startTime":1742013258808,"traceId":"fe8125f44c040ef0"},{"name":"check-page","duration":301307,"timestamp":95962759926,"id":266,"parentId":253,"tags":{"page":"/api/push-remote/confirm"},"startTime":1742013258804,"traceId":"fe8125f44c040ef0"},{"name":"is-page-static","duration":301162,"timestamp":95962763818,"id":278,"parentId":264,"tags":{},"startTime":1742013258807,"traceId":"fe8125f44c040ef0"},{"name":"check-page","duration":305163,"timestamp":95962759842,"id":264,"parentId":253,"tags":{"page":"/api/pull-remote/confirm"},"startTime":1742013258803,"traceId":"fe8125f44c040ef0"},{"name":"is-page-static","duration":305328,"timestamp":95962763644,"id":277,"parentId":263,"tags":{},"startTime":1742013258807,"traceId":"fe8125f44c040ef0"},{"name":"check-page","duration":309225,"timestamp":95962759795,"id":263,"parentId":253,"tags":{"page":"/api/pull-data/confirm"},"startTime":1742013258803,"traceId":"fe8125f44c040ef0"},{"name":"is-page-static","duration":312100,"timestamp":95962764066,"id":284,"parentId":270,"tags":{},"startTime":1742013258808,"traceId":"fe8125f44c040ef0"},{"name":"check-page","duration":316104,"timestamp":95962760087,"id":270,"parentId":253,"tags":{"page":"/api/tables"},"startTime":1742013258804,"traceId":"fe8125f44c040ef0"},{"name":"is-page-static","duration":315864,"timestamp":95962766099,"id":287,"parentId":272,"tags":{},"startTime":1742013258810,"traceId":"fe8125f44c040ef0"},{"name":"check-page","duration":321610,"timestamp":95962760376,"id":272,"parentId":253,"tags":{"page":"/"},"startTime":1742013258804,"traceId":"fe8125f44c040ef0"},{"name":"is-page-static","duration":323507,"timestamp":95962764408,"id":285,"parentId":269,"tags":{},"startTime":1742013258808,"traceId":"fe8125f44c040ef0"},{"name":"check-page","duration":327904,"timestamp":95962760043,"id":269,"parentId":253,"tags":{"page":"/api/tables/[name]"},"startTime":1742013258804,"traceId":"fe8125f44c040ef0"},{"name":"static-check","duration":362610,"timestamp":95962725365,"id":253,"parentId":1,"tags":{},"startTime":1742013258769,"traceId":"fe8125f44c040ef0"},{"name":"generate-required-server-files","duration":191,"timestamp":95963088194,"id":289,"parentId":1,"tags":{},"startTime":1742013259132,"traceId":"fe8125f44c040ef0"},{"name":"write-routes-manifest","duration":1356,"timestamp":95963091863,"id":291,"parentId":1,"tags":{},"startTime":1742013259135,"traceId":"fe8125f44c040ef0"},{"name":"load-dotenv","duration":13,"timestamp":95963407593,"id":294,"parentId":293,"tags":{},"startTime":1742013259451,"traceId":"fe8125f44c040ef0"},{"name":"run-export-path-map","duration":185,"timestamp":95964010973,"id":295,"parentId":293,"tags":{},"startTime":1742013260055,"traceId":"fe8125f44c040ef0"},{"name":"next-export","duration":1076123,"timestamp":95963407237,"id":293,"parentId":1,"tags":{},"startTime":1742013259451,"traceId":"fe8125f44c040ef0"},{"name":"move-exported-app-not-found-","duration":3315,"timestamp":95964484031,"id":296,"parentId":292,"tags":{},"startTime":1742013260528,"traceId":"fe8125f44c040ef0"},{"name":"move-exported-page","duration":13149,"timestamp":95964487461,"id":297,"parentId":292,"tags":{},"startTime":1742013260531,"traceId":"fe8125f44c040ef0"},{"name":"static-generation","duration":1128897,"timestamp":95963405665,"id":292,"parentId":1,"tags":{},"startTime":1742013259449,"traceId":"fe8125f44c040ef0"},{"name":"node-file-trace-build","duration":3767742,"timestamp":95963089504,"id":290,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1742013259133,"traceId":"fe8125f44c040ef0"},{"name":"apply-include-excludes","duration":441,"timestamp":95966857260,"id":298,"parentId":1,"tags":{},"startTime":1742013262901,"traceId":"fe8125f44c040ef0"},{"name":"print-tree-view","duration":1376,"timestamp":95966858002,"id":299,"parentId":1,"tags":{},"startTime":1742013262902,"traceId":"fe8125f44c040ef0"},{"name":"telemetry-flush","duration":15,"timestamp":95966859384,"id":300,"parentId":1,"tags":{},"startTime":1742013262903,"traceId":"fe8125f44c040ef0"},{"name":"next-build","duration":8310999,"timestamp":95958548402,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.1.6","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1742013254592,"traceId":"fe8125f44c040ef0"}]
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// File: /Users/
|
|
1
|
+
// File: /Users/kona/Desktop/d1studio/src/app/api/cloudflare/route.js
|
|
2
2
|
import * as entry from '../../../../../src/app/api/cloudflare/route.js'
|
|
3
3
|
import type { NextRequest } from 'next/server.js'
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// File: /Users/
|
|
1
|
+
// File: /Users/kona/Desktop/d1studio/src/app/api/databases/route.js
|
|
2
2
|
import * as entry from '../../../../../src/app/api/databases/route.js'
|
|
3
3
|
import type { NextRequest } from 'next/server.js'
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// File: /Users/
|
|
1
|
+
// File: /Users/kona/Desktop/d1studio/src/app/api/migrations/sync/route.js
|
|
2
2
|
import * as entry from '../../../../../../src/app/api/migrations/sync/route.js'
|
|
3
3
|
import type { NextRequest } from 'next/server.js'
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// File: /Users/
|
|
1
|
+
// File: /Users/kona/Desktop/d1studio/src/app/api/migrations/sync-files/route.js
|
|
2
2
|
import * as entry from '../../../../../../src/app/api/migrations/sync-files/route.js'
|
|
3
3
|
import type { NextRequest } from 'next/server.js'
|
|
4
4
|
|