d1s 0.2.6 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/.next/.next/BUILD_ID +1 -1
- package/dist/.next/.next/app-build-manifest.json +38 -24
- package/dist/.next/.next/app-path-routes-manifest.json +1 -1
- package/dist/.next/.next/build-manifest.json +2 -2
- 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/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/index.pack +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/server/app/_not-found/page.js +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.js.nft.json +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.js.nft.json +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.js.nft.json +1 -1
- 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.js.nft.json +1 -1
- 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 +5 -0
- package/dist/.next/.next/server/app/api/update/route.js.nft.json +1 -0
- package/dist/.next/.next/server/app/api/update/route_client-reference-manifest.js +1 -0
- 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 +13 -11
- package/dist/.next/.next/server/app/page_client-reference-manifest.js +1 -1
- package/dist/.next/.next/server/app-paths-manifest.json +5 -3
- package/dist/.next/.next/server/chunks/226.js +30 -0
- package/dist/.next/.next/server/chunks/336.js +1 -1
- package/dist/.next/.next/server/chunks/391.js +23 -0
- package/dist/.next/.next/server/chunks/452.js +1 -0
- package/dist/.next/.next/server/chunks/627.js +3 -3
- package/dist/.next/.next/server/chunks/638.js +3 -3
- package/dist/.next/.next/server/chunks/992.js +3 -3
- 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/_app.js +1 -1
- package/dist/.next/.next/server/pages/_document.js +1 -1
- package/dist/.next/.next/server/pages/_error.js +1 -1
- package/dist/.next/.next/server/server-reference-manifest.json +1 -1
- package/dist/.next/.next/static/7XBqETNmhSxMXhw8iUpEa/_buildManifest.js +1 -0
- package/dist/.next/.next/static/chunks/176-9146975ef8699719.js +1 -0
- 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/page-5990cb23b8bd27c4.js +1 -0
- package/dist/.next/.next/static/css/674bee6608c638e4.css +3 -0
- package/dist/.next/.next/trace +3 -3
- package/dist/.next/.next/types/app/api/pull-data/confirm/route.ts +347 -0
- package/dist/.next/.next/types/app/api/update/route.ts +347 -0
- package/dist/.next/BUILD_ID +1 -1
- package/dist/.next/app-build-manifest.json +36 -22
- package/dist/.next/app-path-routes-manifest.json +1 -1
- package/dist/.next/build-manifest.json +2 -2
- 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/server/app/_not-found/page.js +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 +4 -4
- 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 +5 -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_client-reference-manifest.js +1 -1
- package/dist/.next/server/app-paths-manifest.json +8 -6
- package/dist/.next/server/chunks/226.js +30 -0
- package/dist/.next/server/chunks/336.js +1 -1
- 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/992.js +3 -3
- 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/MoZBULXFiTFzrY1JVK_Df/_buildManifest.js +1 -0
- package/dist/.next/static/chunks/176-9146975ef8699719.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/page-5990cb23b8bd27c4.js +1 -0
- package/dist/.next/static/css/674bee6608c638e4.css +3 -0
- package/dist/.next/trace +17 -14
- package/dist/.next/types/app/api/pull-data/confirm/route.ts +347 -0
- package/dist/.next/types/app/api/update/route.ts +347 -0
- package/dist/app/api/cloudflare/route.js +5 -1
- package/dist/app/api/databases/route.js +3 -4
- package/dist/app/api/migrations/sync/route.js +5 -3
- package/dist/app/api/pull-data/confirm/route.js +230 -0
- package/dist/app/api/pull-remote/confirm/route.js +24 -23
- package/dist/app/api/pull-remote/preview/route.js +4 -3
- package/dist/app/api/push-remote/preview/route.js +3 -2
- package/dist/app/api/query/route.js +11 -3
- package/dist/app/api/tables/[name]/route.js +3 -2
- package/dist/app/api/tables/route.js +6 -2
- package/dist/app/api/update/route.js +36 -0
- package/dist/app/app/api/cloudflare/route.js +5 -1
- package/dist/app/app/api/databases/route.js +3 -4
- package/dist/app/app/api/migrations/sync/route.js +5 -3
- package/dist/app/app/api/pull-data/confirm/route.js +230 -0
- package/dist/app/app/api/pull-remote/confirm/route.js +24 -23
- package/dist/app/app/api/pull-remote/preview/route.js +4 -3
- package/dist/app/app/api/push-remote/preview/route.js +3 -2
- package/dist/app/app/api/query/route.js +11 -3
- package/dist/app/app/api/tables/[name]/route.js +3 -2
- package/dist/app/app/api/tables/route.js +6 -2
- package/dist/app/app/api/update/route.js +36 -0
- package/dist/app/app/page.jsx +24 -14
- package/dist/app/page.jsx +24 -14
- package/dist/d1-studio.js +101 -58
- package/dist/lib/database-queue.js +34 -30
- package/dist/lib/find-wrangler-config.js +14 -8
- package/dist/lib/logger.js +44 -5
- package/dist/lib/migrations.js +4 -4
- package/dist/lib/schema-operations.js +4 -1
- package/dist/lib/sql-operations.js +85 -1
- package/package.json +3 -1
- package/scripts/studio.js +101 -58
- package/scripts/test.js +280 -82
- package/src/app/api/cloudflare/route.js +5 -1
- package/src/app/api/databases/route.js +3 -4
- package/src/app/api/migrations/sync/route.js +5 -3
- package/src/app/api/pull-data/confirm/route.js +230 -0
- package/src/app/api/pull-remote/confirm/route.js +24 -23
- package/src/app/api/pull-remote/preview/route.js +4 -3
- package/src/app/api/push-remote/preview/route.js +3 -2
- package/src/app/api/query/route.js +11 -3
- package/src/app/api/tables/[name]/route.js +3 -2
- package/src/app/api/tables/route.js +6 -2
- package/src/app/api/update/route.js +36 -0
- package/src/app/page.jsx +24 -14
- 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 +25 -24
- package/src/components/update-banner.jsx +62 -0
- package/src/context/database-context.js +4 -4
- package/src/lib/database-queue.js +34 -30
- package/src/lib/find-wrangler-config.js +14 -8
- package/src/lib/logger.js +44 -5
- package/src/lib/migrations.js +4 -4
- package/src/lib/schema-operations.js +4 -1
- package/src/lib/sql-operations.js +85 -1
- package/dist/.next/.next/cache/webpack/client-production/3.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.old +0 -0
- package/dist/.next/.next/server/chunks/603.js +0 -55
- package/dist/.next/.next/server/chunks/686.js +0 -23
- package/dist/.next/.next/static/HsZ8OanS5v86DqC9rErO-/_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/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-files/route-02fa291c8000dadf.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/preview/route-0fa15f783e8a306c.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/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/route-3772b4f480c4b4a4.js +0 -1
- package/dist/.next/.next/static/chunks/app/page-79049bfa6cc07e11.js +0 -1
- package/dist/.next/.next/static/css/cf41da7a0d47f779.css +0 -3
- package/dist/.next/.next/static/q6WmQmyONe88bMN0_jrC2/_buildManifest.js +0 -1
- package/dist/.next/server/chunks/603.js +0 -55
- package/dist/.next/server/chunks/686.js +0 -23
- package/dist/.next/static/Tk1fnz_CXLavm23ZEeChG/_buildManifest.js +0 -1
- package/dist/.next/static/Tk1fnz_CXLavm23ZEeChG/_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/page-79049bfa6cc07e11.js +0 -1
- package/dist/.next/static/css/cf41da7a0d47f779.css +0 -3
- /package/dist/.next/.next/static/{HsZ8OanS5v86DqC9rErO- → 7XBqETNmhSxMXhw8iUpEa}/_ssgManifest.js +0 -0
- /package/dist/.next/{.next/static/q6WmQmyONe88bMN0_jrC2 → static/MoZBULXFiTFzrY1JVK_Df}/_ssgManifest.js +0 -0
package/dist/.next/.next/trace
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
[{"name":"generate-buildid","duration":85,"timestamp":102834857307,"id":4,"parentId":1,"tags":{},"startTime":1740042014046,"traceId":"cfb22c50e1d783cf"},{"name":"load-custom-routes","duration":115,"timestamp":102834857428,"id":5,"parentId":1,"tags":{},"startTime":1740042014046,"traceId":"cfb22c50e1d783cf"},{"name":"create-dist-dir","duration":391,"timestamp":102834880431,"id":6,"parentId":1,"tags":{},"startTime":1740042014070,"traceId":"cfb22c50e1d783cf"},{"name":"create-pages-mapping","duration":144,"timestamp":102834887118,"id":7,"parentId":1,"tags":{},"startTime":1740042014076,"traceId":"cfb22c50e1d783cf"},{"name":"collect-app-paths","duration":1303,"timestamp":102834887284,"id":8,"parentId":1,"tags":{},"startTime":1740042014076,"traceId":"cfb22c50e1d783cf"},{"name":"create-app-mapping","duration":547,"timestamp":102834888600,"id":9,"parentId":1,"tags":{},"startTime":1740042014078,"traceId":"cfb22c50e1d783cf"},{"name":"public-dir-conflict-check","duration":28847,"timestamp":102834889373,"id":10,"parentId":1,"tags":{},"startTime":1740042014078,"traceId":"cfb22c50e1d783cf"},{"name":"generate-routes-manifest","duration":1002,"timestamp":102834918313,"id":11,"parentId":1,"tags":{},"startTime":1740042014107,"traceId":"cfb22c50e1d783cf"},{"name":"create-entrypoints","duration":37593,"timestamp":102834922979,"id":14,"parentId":1,"tags":{},"startTime":1740042014112,"traceId":"cfb22c50e1d783cf"},{"name":"generate-webpack-config","duration":156200,"timestamp":102834960601,"id":15,"parentId":13,"tags":{},"startTime":1740042014150,"traceId":"cfb22c50e1d783cf"},{"name":"next-trace-entrypoint-plugin","duration":951,"timestamp":102835162838,"id":17,"parentId":16,"tags":{},"startTime":1740042014352,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":204084,"timestamp":102835166461,"id":29,"parentId":18,"tags":{"request":"next/dist/pages/_app"},"startTime":1740042014356,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":204007,"timestamp":102835166554,"id":34,"parentId":18,"tags":{"request":"next/dist/pages/_document"},"startTime":1740042014356,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":204035,"timestamp":102835166536,"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":1740042014356,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":215382,"timestamp":102835166399,"id":21,"parentId":18,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740042014355,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":215236,"timestamp":102835166551,"id":33,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.jsx&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740042014356,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":274070,"timestamp":102835166182,"id":19,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdatabases%2Froute&name=app%2Fapi%2Fdatabases%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdatabases%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdatabases%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740042014355,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":273859,"timestamp":102835166405,"id":22,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcloudflare%2Froute&name=app%2Fapi%2Fcloudflare%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcloudflare%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcloudflare%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740042014355,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":273822,"timestamp":102835166446,"id":28,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fquery%2Froute&name=app%2Fapi%2Fquery%2Froute&pagePath=private-next-app-dir%2Fapi%2Fquery%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fquery%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740042014355,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":273802,"timestamp":102835166468,"id":30,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftables%2Froute&name=app%2Fapi%2Ftables%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740042014356,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":273807,"timestamp":102835166547,"id":32,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftables%2F%5Bname%5D%2Froute&name=app%2Fapi%2Ftables%2F%5Bname%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2F%5Bname%5D%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2F%5Bname%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740042014356,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":273971,"timestamp":102835166386,"id":20,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmigrations%2Fsync-files%2Froute&name=app%2Fapi%2Fmigrations%2Fsync-files%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Fsync-files%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Fsync-files%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740042014355,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":273949,"timestamp":102835166410,"id":23,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmigrations%2Fsync%2Froute&name=app%2Fapi%2Fmigrations%2Fsync%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Fsync%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Fsync%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740042014355,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":273953,"timestamp":102835166416,"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":1740042014355,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":273949,"timestamp":102835166421,"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%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":1740042014355,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":273946,"timestamp":102835166427,"id":26,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush-remote%2Fconfirm%2Froute&name=app%2Fapi%2Fpush-remote%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fconfirm%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush-remote%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740042014355,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":273943,"timestamp":102835166434,"id":27,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush-remote%2Fpreview%2Froute&name=app%2Fapi%2Fpush-remote%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fpreview%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush-remote%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740042014355,"traceId":"cfb22c50e1d783cf"},{"name":"make","duration":490125,"timestamp":102835166085,"id":18,"parentId":16,"tags":{},"startTime":1740042014355,"traceId":"cfb22c50e1d783cf"},{"name":"get-entries","duration":500,"timestamp":102835656779,"id":90,"parentId":89,"tags":{},"startTime":1740042014846,"traceId":"cfb22c50e1d783cf"},{"name":"node-file-trace-plugin","duration":80497,"timestamp":102835658758,"id":91,"parentId":89,"tags":{"traceEntryCount":"28"},"startTime":1740042014848,"traceId":"cfb22c50e1d783cf"},{"name":"collect-traced-files","duration":550,"timestamp":102835739265,"id":92,"parentId":89,"tags":{},"startTime":1740042014928,"traceId":"cfb22c50e1d783cf"},{"name":"finish-modules","duration":83119,"timestamp":102835656699,"id":89,"parentId":17,"tags":{},"startTime":1740042014846,"traceId":"cfb22c50e1d783cf"},{"name":"chunk-graph","duration":9969,"timestamp":102835754957,"id":94,"parentId":93,"tags":{},"startTime":1740042014944,"traceId":"cfb22c50e1d783cf"},{"name":"optimize-modules","duration":11,"timestamp":102835764981,"id":96,"parentId":93,"tags":{},"startTime":1740042014954,"traceId":"cfb22c50e1d783cf"},{"name":"optimize-chunks","duration":7378,"timestamp":102835765026,"id":97,"parentId":93,"tags":{},"startTime":1740042014954,"traceId":"cfb22c50e1d783cf"},{"name":"optimize-tree","duration":56,"timestamp":102835772439,"id":98,"parentId":93,"tags":{},"startTime":1740042014961,"traceId":"cfb22c50e1d783cf"},{"name":"optimize-chunk-modules","duration":8490,"timestamp":102835772529,"id":99,"parentId":93,"tags":{},"startTime":1740042014962,"traceId":"cfb22c50e1d783cf"},{"name":"optimize","duration":16098,"timestamp":102835764959,"id":95,"parentId":93,"tags":{},"startTime":1740042014954,"traceId":"cfb22c50e1d783cf"},{"name":"module-hash","duration":9593,"timestamp":102835789438,"id":100,"parentId":93,"tags":{},"startTime":1740042014978,"traceId":"cfb22c50e1d783cf"},{"name":"code-generation","duration":119202,"timestamp":102835799057,"id":101,"parentId":93,"tags":{},"startTime":1740042014988,"traceId":"cfb22c50e1d783cf"},{"name":"hash","duration":3984,"timestamp":102835920819,"id":102,"parentId":93,"tags":{},"startTime":1740042015110,"traceId":"cfb22c50e1d783cf"},{"name":"code-generation-jobs","duration":126,"timestamp":102835924802,"id":103,"parentId":93,"tags":{},"startTime":1740042015114,"traceId":"cfb22c50e1d783cf"},{"name":"module-assets","duration":175,"timestamp":102835924908,"id":104,"parentId":93,"tags":{},"startTime":1740042015114,"traceId":"cfb22c50e1d783cf"},{"name":"create-chunk-assets","duration":3936,"timestamp":102835925088,"id":105,"parentId":93,"tags":{},"startTime":1740042015114,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":15419,"timestamp":102835939062,"id":109,"parentId":106,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1740042015128,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":14448,"timestamp":102835940043,"id":117,"parentId":106,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1740042015129,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":14370,"timestamp":102835940122,"id":119,"parentId":106,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1740042015129,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":3190,"timestamp":102835951304,"id":122,"parentId":106,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1740042015140,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":3182,"timestamp":102835951313,"id":123,"parentId":106,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1740042015140,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":3180,"timestamp":102835951315,"id":124,"parentId":106,"tags":{"name":"638.js","cache":"HIT"},"startTime":1740042015140,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":179,"timestamp":102835954317,"id":127,"parentId":106,"tags":{"name":"627.js","cache":"HIT"},"startTime":1740042015143,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":175,"timestamp":102835954321,"id":128,"parentId":106,"tags":{"name":"603.js","cache":"HIT"},"startTime":1740042015143,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":38428,"timestamp":102835937703,"id":107,"parentId":106,"tags":{"name":"../app/api/databases/route.js","cache":"MISS"},"startTime":1740042015127,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":36813,"timestamp":102835939346,"id":111,"parentId":106,"tags":{"name":"../app/api/migrations/sync/route.js","cache":"MISS"},"startTime":1740042015128,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":37338,"timestamp":102835938834,"id":108,"parentId":106,"tags":{"name":"../app/api/migrations/sync-files/route.js","cache":"MISS"},"startTime":1740042015128,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":37086,"timestamp":102835939094,"id":110,"parentId":106,"tags":{"name":"../app/api/cloudflare/route.js","cache":"MISS"},"startTime":1740042015128,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":37436,"timestamp":102835939552,"id":112,"parentId":106,"tags":{"name":"../app/api/pull-remote/preview/route.js","cache":"MISS"},"startTime":1740042015129,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":37432,"timestamp":102835939917,"id":115,"parentId":106,"tags":{"name":"../app/api/push-remote/preview/route.js","cache":"MISS"},"startTime":1740042015129,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":37693,"timestamp":102835939856,"id":114,"parentId":106,"tags":{"name":"../app/api/push-remote/confirm/route.js","cache":"MISS"},"startTime":1740042015129,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":37938,"timestamp":102835939788,"id":113,"parentId":106,"tags":{"name":"../app/api/pull-remote/confirm/route.js","cache":"MISS"},"startTime":1740042015129,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":38946,"timestamp":102835940049,"id":118,"parentId":106,"tags":{"name":"../app/api/tables/route.js","cache":"MISS"},"startTime":1740042015129,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":39067,"timestamp":102835939974,"id":116,"parentId":106,"tags":{"name":"../app/api/query/route.js","cache":"MISS"},"startTime":1740042015129,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":39480,"timestamp":102835940126,"id":120,"parentId":106,"tags":{"name":"../app/api/tables/[name]/route.js","cache":"MISS"},"startTime":1740042015129,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":29748,"timestamp":102835954324,"id":129,"parentId":106,"tags":{"name":"336.js","cache":"MISS"},"startTime":1740042015143,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":105785,"timestamp":102835952509,"id":126,"parentId":106,"tags":{"name":"992.js","cache":"MISS"},"startTime":1740042015142,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":121171,"timestamp":102835940260,"id":121,"parentId":106,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1740042015129,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":132812,"timestamp":102835951318,"id":125,"parentId":106,"tags":{"name":"686.js","cache":"MISS"},"startTime":1740042015140,"traceId":"cfb22c50e1d783cf"},{"name":"minify-webpack-plugin-optimize","duration":152718,"timestamp":102835931420,"id":106,"parentId":16,"tags":{"compilationName":"server"},"startTime":1740042015120,"traceId":"cfb22c50e1d783cf"},{"name":"css-minimizer-plugin","duration":99,"timestamp":102836084235,"id":130,"parentId":16,"tags":{},"startTime":1740042015273,"traceId":"cfb22c50e1d783cf"},{"name":"create-trace-assets","duration":1132,"timestamp":102836084429,"id":131,"parentId":17,"tags":{},"startTime":1740042015273,"traceId":"cfb22c50e1d783cf"},{"name":"seal","duration":341972,"timestamp":102835747331,"id":93,"parentId":16,"tags":{},"startTime":1740042014936,"traceId":"cfb22c50e1d783cf"},{"name":"webpack-compilation","duration":932361,"timestamp":102835161652,"id":16,"parentId":13,"tags":{"name":"server"},"startTime":1740042014351,"traceId":"cfb22c50e1d783cf"},{"name":"emit","duration":7276,"timestamp":102836094185,"id":132,"parentId":13,"tags":{},"startTime":1740042015283,"traceId":"cfb22c50e1d783cf"},{"name":"webpack-close","duration":154305,"timestamp":102836102169,"id":133,"parentId":13,"tags":{"name":"server"},"startTime":1740042015291,"traceId":"cfb22c50e1d783cf"},{"name":"webpack-generate-error-stats","duration":1401,"timestamp":102836256584,"id":134,"parentId":133,"tags":{},"startTime":1740042015446,"traceId":"cfb22c50e1d783cf"},{"name":"make","duration":118,"timestamp":102836264134,"id":136,"parentId":135,"tags":{},"startTime":1740042015453,"traceId":"cfb22c50e1d783cf"},{"name":"chunk-graph","duration":44,"timestamp":102836264529,"id":138,"parentId":137,"tags":{},"startTime":1740042015454,"traceId":"cfb22c50e1d783cf"},{"name":"optimize-modules","duration":3,"timestamp":102836264593,"id":140,"parentId":137,"tags":{},"startTime":1740042015454,"traceId":"cfb22c50e1d783cf"},{"name":"optimize-chunks","duration":29,"timestamp":102836264621,"id":141,"parentId":137,"tags":{},"startTime":1740042015454,"traceId":"cfb22c50e1d783cf"},{"name":"optimize-tree","duration":8,"timestamp":102836264668,"id":142,"parentId":137,"tags":{},"startTime":1740042015454,"traceId":"cfb22c50e1d783cf"},{"name":"optimize-chunk-modules","duration":24,"timestamp":102836264702,"id":143,"parentId":137,"tags":{},"startTime":1740042015454,"traceId":"cfb22c50e1d783cf"},{"name":"optimize","duration":176,"timestamp":102836264582,"id":139,"parentId":137,"tags":{},"startTime":1740042015454,"traceId":"cfb22c50e1d783cf"},{"name":"module-hash","duration":8,"timestamp":102836264838,"id":144,"parentId":137,"tags":{},"startTime":1740042015454,"traceId":"cfb22c50e1d783cf"},{"name":"code-generation","duration":6,"timestamp":102836264851,"id":145,"parentId":137,"tags":{},"startTime":1740042015454,"traceId":"cfb22c50e1d783cf"},{"name":"hash","duration":46,"timestamp":102836264891,"id":146,"parentId":137,"tags":{},"startTime":1740042015454,"traceId":"cfb22c50e1d783cf"},{"name":"code-generation-jobs","duration":16,"timestamp":102836264937,"id":147,"parentId":137,"tags":{},"startTime":1740042015454,"traceId":"cfb22c50e1d783cf"},{"name":"module-assets","duration":8,"timestamp":102836264949,"id":148,"parentId":137,"tags":{},"startTime":1740042015454,"traceId":"cfb22c50e1d783cf"},{"name":"create-chunk-assets","duration":7,"timestamp":102836264961,"id":149,"parentId":137,"tags":{},"startTime":1740042015454,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":29,"timestamp":102836272171,"id":151,"parentId":150,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1740042015461,"traceId":"cfb22c50e1d783cf"},{"name":"minify-webpack-plugin-optimize","duration":1272,"timestamp":102836270935,"id":150,"parentId":135,"tags":{"compilationName":"edge-server"},"startTime":1740042015460,"traceId":"cfb22c50e1d783cf"},{"name":"css-minimizer-plugin","duration":4,"timestamp":102836272240,"id":152,"parentId":135,"tags":{},"startTime":1740042015461,"traceId":"cfb22c50e1d783cf"},{"name":"seal","duration":8868,"timestamp":102836264471,"id":137,"parentId":135,"tags":{},"startTime":1740042015454,"traceId":"cfb22c50e1d783cf"},{"name":"webpack-compilation","duration":10019,"timestamp":102836263363,"id":135,"parentId":13,"tags":{"name":"edge-server"},"startTime":1740042015452,"traceId":"cfb22c50e1d783cf"},{"name":"emit","duration":313,"timestamp":102836273406,"id":153,"parentId":13,"tags":{},"startTime":1740042015462,"traceId":"cfb22c50e1d783cf"},{"name":"webpack-close","duration":73,"timestamp":102836273816,"id":154,"parentId":13,"tags":{"name":"edge-server"},"startTime":1740042015463,"traceId":"cfb22c50e1d783cf"},{"name":"webpack-generate-error-stats","duration":293,"timestamp":102836273892,"id":155,"parentId":154,"tags":{},"startTime":1740042015463,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":57116,"timestamp":102836278516,"id":165,"parentId":157,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740042015468,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":57121,"timestamp":102836278518,"id":166,"parentId":157,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740042015468,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":57117,"timestamp":102836278524,"id":168,"parentId":157,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740042015468,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":57117,"timestamp":102836278525,"id":169,"parentId":157,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740042015468,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":57116,"timestamp":102836278526,"id":170,"parentId":157,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740042015468,"traceId":"cfb22c50e1d783cf"}]
|
|
2
|
-
[{"name":"add-entry","duration":57155,"timestamp":102836278528,"id":171,"parentId":157,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740042015468,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":57155,"timestamp":102836278531,"id":172,"parentId":157,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740042015468,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":57155,"timestamp":102836278532,"id":173,"parentId":157,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740042015468,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":57154,"timestamp":102836278533,"id":174,"parentId":157,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740042015468,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":57199,"timestamp":102836278534,"id":175,"parentId":157,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740042015468,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":57199,"timestamp":102836278536,"id":176,"parentId":157,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740042015468,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":113761,"timestamp":102836278503,"id":162,"parentId":157,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1740042015468,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":136087,"timestamp":102836278511,"id":163,"parentId":157,"tags":{"request":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/router.js"},"startTime":1740042015468,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":217077,"timestamp":102836278514,"id":164,"parentId":157,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1740042015468,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":217192,"timestamp":102836278409,"id":158,"parentId":157,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1740042015467,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":217165,"timestamp":102836278439,"id":161,"parentId":157,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1740042015467,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":217178,"timestamp":102836278428,"id":159,"parentId":157,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1740042015467,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":217174,"timestamp":102836278434,"id":160,"parentId":157,"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":1740042015467,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":217073,"timestamp":102836278537,"id":177,"parentId":157,"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":1740042015468,"traceId":"cfb22c50e1d783cf"},{"name":"add-entry","duration":217090,"timestamp":102836278522,"id":167,"parentId":157,"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":1740042015468,"traceId":"cfb22c50e1d783cf"},{"name":"make","duration":217337,"timestamp":102836278297,"id":157,"parentId":156,"tags":{},"startTime":1740042015467,"traceId":"cfb22c50e1d783cf"},{"name":"chunk-graph","duration":3043,"timestamp":102836505226,"id":179,"parentId":178,"tags":{},"startTime":1740042015694,"traceId":"cfb22c50e1d783cf"},{"name":"optimize-modules","duration":3,"timestamp":102836508292,"id":181,"parentId":178,"tags":{},"startTime":1740042015697,"traceId":"cfb22c50e1d783cf"},{"name":"optimize-chunks","duration":2612,"timestamp":102836508766,"id":183,"parentId":178,"tags":{},"startTime":1740042015698,"traceId":"cfb22c50e1d783cf"},{"name":"optimize-tree","duration":4,"timestamp":102836511400,"id":184,"parentId":178,"tags":{},"startTime":1740042015700,"traceId":"cfb22c50e1d783cf"},{"name":"optimize-chunk-modules","duration":5276,"timestamp":102836511419,"id":185,"parentId":178,"tags":{},"startTime":1740042015700,"traceId":"cfb22c50e1d783cf"},{"name":"optimize","duration":8432,"timestamp":102836508284,"id":180,"parentId":178,"tags":{},"startTime":1740042015697,"traceId":"cfb22c50e1d783cf"},{"name":"module-hash","duration":5302,"timestamp":102836522706,"id":186,"parentId":178,"tags":{},"startTime":1740042015712,"traceId":"cfb22c50e1d783cf"},{"name":"code-generation","duration":959,"timestamp":102836528025,"id":187,"parentId":178,"tags":{},"startTime":1740042015717,"traceId":"cfb22c50e1d783cf"},{"name":"hash","duration":2140,"timestamp":102836530519,"id":188,"parentId":178,"tags":{},"startTime":1740042015720,"traceId":"cfb22c50e1d783cf"},{"name":"code-generation-jobs","duration":54,"timestamp":102836532660,"id":189,"parentId":178,"tags":{},"startTime":1740042015722,"traceId":"cfb22c50e1d783cf"},{"name":"module-assets","duration":112,"timestamp":102836532707,"id":190,"parentId":178,"tags":{},"startTime":1740042015722,"traceId":"cfb22c50e1d783cf"},{"name":"create-chunk-assets","duration":1065,"timestamp":102836532823,"id":191,"parentId":178,"tags":{},"startTime":1740042015722,"traceId":"cfb22c50e1d783cf"},{"name":"NextJsBuildManifest-generateClientManifest","duration":659,"timestamp":102836534632,"id":193,"parentId":156,"tags":{},"startTime":1740042015724,"traceId":"cfb22c50e1d783cf"},{"name":"NextJsBuildManifest-createassets","duration":1002,"timestamp":102836534293,"id":192,"parentId":156,"tags":{},"startTime":1740042015723,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":169,"timestamp":102836537057,"id":195,"parentId":194,"tags":{"name":"static/chunks/main-8d0ab17774ffa031.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":155,"timestamp":102836537074,"id":196,"parentId":194,"tags":{"name":"static/chunks/main-app-d36cdfb402b40f13.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":151,"timestamp":102836537079,"id":197,"parentId":194,"tags":{"name":"static/chunks/app/_not-found/page-b786c3dd79ad15a5.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":147,"timestamp":102836537084,"id":198,"parentId":194,"tags":{"name":"static/chunks/pages/_app-d23763e3e6c904ff.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":144,"timestamp":102836537087,"id":199,"parentId":194,"tags":{"name":"static/chunks/pages/_error-9b7125ad1a1e68fa.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":142,"timestamp":102836537089,"id":200,"parentId":194,"tags":{"name":"static/chunks/app/api/databases/route-64255424877a9f72.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":140,"timestamp":102836537093,"id":201,"parentId":194,"tags":{"name":"static/chunks/app/api/migrations/sync-files/route-02fa291c8000dadf.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":138,"timestamp":102836537095,"id":202,"parentId":194,"tags":{"name":"static/chunks/app/layout-8360fab69b848283.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":136,"timestamp":102836537098,"id":203,"parentId":194,"tags":{"name":"static/chunks/app/api/cloudflare/route-3458d78022185d7f.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":134,"timestamp":102836537101,"id":204,"parentId":194,"tags":{"name":"static/chunks/app/api/migrations/sync/route-03766b3afcf043ba.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":132,"timestamp":102836537103,"id":205,"parentId":194,"tags":{"name":"static/chunks/app/api/pull-remote/preview/route-0fa15f783e8a306c.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":130,"timestamp":102836537106,"id":206,"parentId":194,"tags":{"name":"static/chunks/app/api/pull-remote/confirm/route-7e05bb8920127abe.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":128,"timestamp":102836537109,"id":207,"parentId":194,"tags":{"name":"static/chunks/app/api/push-remote/confirm/route-96691f1880e4ed14.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":126,"timestamp":102836537112,"id":208,"parentId":194,"tags":{"name":"static/chunks/app/api/push-remote/preview/route-a798679c67374552.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":124,"timestamp":102836537115,"id":209,"parentId":194,"tags":{"name":"static/chunks/app/api/query/route-e90d0030a5083e20.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":122,"timestamp":102836537118,"id":210,"parentId":194,"tags":{"name":"static/chunks/app/api/tables/route-3772b4f480c4b4a4.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":120,"timestamp":102836537120,"id":211,"parentId":194,"tags":{"name":"static/chunks/app/api/tables/[name]/route-1efe63e73b480e58.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":118,"timestamp":102836537123,"id":212,"parentId":194,"tags":{"name":"static/chunks/app/page-79049bfa6cc07e11.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":116,"timestamp":102836537126,"id":213,"parentId":194,"tags":{"name":"static/chunks/webpack-c76ac1e586b2802a.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":114,"timestamp":102836537128,"id":214,"parentId":194,"tags":{"name":"static/chunks/framework-d29117d969504448.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":112,"timestamp":102836537131,"id":215,"parentId":194,"tags":{"name":"static/chunks/4bd1b696-8c908eb707f85a27.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":110,"timestamp":102836537134,"id":216,"parentId":194,"tags":{"name":"static/chunks/692-ede418e1d28a1394.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":108,"timestamp":102836537136,"id":217,"parentId":194,"tags":{"name":"static/chunks/517-3b698a5d3da06ff7.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":106,"timestamp":102836537139,"id":218,"parentId":194,"tags":{"name":"static/chunks/422-6fa3c14fc64ad67b.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":104,"timestamp":102836537143,"id":219,"parentId":194,"tags":{"name":"static/chunks/92-c4466e0f1ca8a3a8.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":102,"timestamp":102836537145,"id":220,"parentId":194,"tags":{"name":"static/chunks/735-c9144179c6bd7d06.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":100,"timestamp":102836537148,"id":221,"parentId":194,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":43,"timestamp":102836537205,"id":223,"parentId":194,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":25,"timestamp":102836537224,"id":225,"parentId":194,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":1410,"timestamp":102836537153,"id":222,"parentId":194,"tags":{"name":"static/HsZ8OanS5v86DqC9rErO-/_ssgManifest.js","cache":"MISS"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-js","duration":1365,"timestamp":102836537208,"id":224,"parentId":194,"tags":{"name":"static/HsZ8OanS5v86DqC9rErO-/_buildManifest.js","cache":"MISS"},"startTime":1740042015726,"traceId":"cfb22c50e1d783cf"},{"name":"minify-webpack-plugin-optimize","duration":2810,"timestamp":102836535765,"id":194,"parentId":156,"tags":{"compilationName":"client"},"startTime":1740042015725,"traceId":"cfb22c50e1d783cf"},{"name":"minify-css","duration":47,"timestamp":102836538631,"id":227,"parentId":226,"tags":{"file":"static/css/b60ec8ee0c6f1e4f.css","cache":"HIT"},"startTime":1740042015728,"traceId":"cfb22c50e1d783cf"},{"name":"css-minimizer-plugin","duration":73,"timestamp":102836538607,"id":226,"parentId":156,"tags":{},"startTime":1740042015728,"traceId":"cfb22c50e1d783cf"},{"name":"seal","duration":44458,"timestamp":102836499847,"id":178,"parentId":156,"tags":{},"startTime":1740042015689,"traceId":"cfb22c50e1d783cf"},{"name":"webpack-compilation","duration":266722,"timestamp":102836277626,"id":156,"parentId":13,"tags":{"name":"client"},"startTime":1740042015467,"traceId":"cfb22c50e1d783cf"},{"name":"emit","duration":6262,"timestamp":102836544368,"id":228,"parentId":13,"tags":{},"startTime":1740042015733,"traceId":"cfb22c50e1d783cf"},{"name":"webpack-close","duration":76019,"timestamp":102836550895,"id":229,"parentId":13,"tags":{"name":"client"},"startTime":1740042015740,"traceId":"cfb22c50e1d783cf"},{"name":"webpack-generate-error-stats","duration":464,"timestamp":102836626924,"id":230,"parentId":229,"tags":{},"startTime":1740042015816,"traceId":"cfb22c50e1d783cf"},{"name":"run-webpack-compiler","duration":1704576,"timestamp":102834922977,"id":13,"parentId":1,"tags":{},"startTime":1740042014112,"traceId":"cfb22c50e1d783cf"},{"name":"format-webpack-messages","duration":50,"timestamp":102836627556,"id":231,"parentId":1,"tags":{},"startTime":1740042015817,"traceId":"cfb22c50e1d783cf"},{"name":"verify-and-lint","duration":818146,"timestamp":102836634894,"id":234,"parentId":1,"tags":{},"startTime":1740042015824,"traceId":"cfb22c50e1d783cf"},{"name":"verify-typescript-setup","duration":2613674,"timestamp":102836631999,"id":233,"parentId":1,"tags":{},"startTime":1740042015821,"traceId":"cfb22c50e1d783cf"},{"name":"check-static-error-page","duration":2118,"timestamp":102839252657,"id":237,"parentId":236,"tags":{},"startTime":1740042018442,"traceId":"cfb22c50e1d783cf"},{"name":"check-page","duration":907,"timestamp":102839262791,"id":238,"parentId":236,"tags":{"page":"/_app"},"startTime":1740042018452,"traceId":"cfb22c50e1d783cf"},{"name":"check-page","duration":569,"timestamp":102839263140,"id":240,"parentId":236,"tags":{"page":"/_document"},"startTime":1740042018452,"traceId":"cfb22c50e1d783cf"},{"name":"check-page","duration":777,"timestamp":102839263119,"id":239,"parentId":236,"tags":{"page":"/_error"},"startTime":1740042018452,"traceId":"cfb22c50e1d783cf"},{"name":"is-page-static","duration":223024,"timestamp":102839265472,"id":262,"parentId":250,"tags":{},"startTime":1740042018455,"traceId":"cfb22c50e1d783cf"},{"name":"check-page","duration":225133,"timestamp":102839263442,"id":250,"parentId":236,"tags":{"page":"/api/query"},"startTime":1740042018452,"traceId":"cfb22c50e1d783cf"},{"name":"is-page-static","duration":223930,"timestamp":102839266068,"id":263,"parentId":243,"tags":{},"startTime":1740042018455,"traceId":"cfb22c50e1d783cf"},{"name":"check-page","duration":226726,"timestamp":102839263323,"id":243,"parentId":236,"tags":{"page":"/api/databases"},"startTime":1740042018452,"traceId":"cfb22c50e1d783cf"},{"name":"is-page-static","duration":232447,"timestamp":102839264568,"id":254,"parentId":241,"tags":{},"startTime":1740042018454,"traceId":"cfb22c50e1d783cf"},{"name":"check-page","duration":233902,"timestamp":102839263150,"id":241,"parentId":236,"tags":{"page":"/_not-found"},"startTime":1740042018452,"traceId":"cfb22c50e1d783cf"},{"name":"is-page-static","duration":233660,"timestamp":102839265012,"id":257,"parentId":245,"tags":{},"startTime":1740042018454,"traceId":"cfb22c50e1d783cf"},{"name":"check-page","duration":235340,"timestamp":102839263368,"id":245,"parentId":236,"tags":{"page":"/api/migrations/sync"},"startTime":1740042018452,"traceId":"cfb22c50e1d783cf"},{"name":"is-page-static","duration":232241,"timestamp":102839266684,"id":265,"parentId":252,"tags":{},"startTime":1740042018456,"traceId":"cfb22c50e1d783cf"},{"name":"check-page","duration":235491,"timestamp":102839263466,"id":252,"parentId":236,"tags":{"page":"/api/tables"},"startTime":1740042018453,"traceId":"cfb22c50e1d783cf"},{"name":"is-page-static","duration":235360,"timestamp":102839264850,"id":255,"parentId":242,"tags":{},"startTime":1740042018454,"traceId":"cfb22c50e1d783cf"},{"name":"check-page","duration":236963,"timestamp":102839263266,"id":242,"parentId":236,"tags":{"page":"/api/cloudflare"},"startTime":1740042018452,"traceId":"cfb22c50e1d783cf"},{"name":"is-page-static","duration":233642,"timestamp":102839266639,"id":264,"parentId":251,"tags":{},"startTime":1740042018456,"traceId":"cfb22c50e1d783cf"},{"name":"check-page","duration":236835,"timestamp":102839263453,"id":251,"parentId":236,"tags":{"page":"/api/tables/[name]"},"startTime":1740042018453,"traceId":"cfb22c50e1d783cf"},{"name":"is-page-static","duration":236898,"timestamp":102839267129,"id":266,"parentId":253,"tags":{},"startTime":1740042018456,"traceId":"cfb22c50e1d783cf"},{"name":"check-page","duration":240584,"timestamp":102839263478,"id":253,"parentId":236,"tags":{"page":"/"},"startTime":1740042018453,"traceId":"cfb22c50e1d783cf"},{"name":"is-page-static","duration":244749,"timestamp":102839264929,"id":256,"parentId":244,"tags":{},"startTime":1740042018454,"traceId":"cfb22c50e1d783cf"},{"name":"check-page","duration":246367,"timestamp":102839263351,"id":244,"parentId":236,"tags":{"page":"/api/migrations/sync-files"},"startTime":1740042018452,"traceId":"cfb22c50e1d783cf"},{"name":"is-page-static","duration":246667,"timestamp":102839265151,"id":259,"parentId":246,"tags":{},"startTime":1740042018454,"traceId":"cfb22c50e1d783cf"},{"name":"check-page","duration":248483,"timestamp":102839263382,"id":246,"parentId":236,"tags":{"page":"/api/pull-remote/confirm"},"startTime":1740042018452,"traceId":"cfb22c50e1d783cf"},{"name":"is-page-static","duration":247874,"timestamp":102839265418,"id":261,"parentId":249,"tags":{},"startTime":1740042018454,"traceId":"cfb22c50e1d783cf"},{"name":"check-page","duration":249887,"timestamp":102839263429,"id":249,"parentId":236,"tags":{"page":"/api/push-remote/preview"},"startTime":1740042018452,"traceId":"cfb22c50e1d783cf"},{"name":"is-page-static","duration":251755,"timestamp":102839265081,"id":258,"parentId":247,"tags":{},"startTime":1740042018454,"traceId":"cfb22c50e1d783cf"},{"name":"check-page","duration":253856,"timestamp":102839263400,"id":247,"parentId":236,"tags":{"page":"/api/pull-remote/preview"},"startTime":1740042018452,"traceId":"cfb22c50e1d783cf"}]
|
|
3
|
-
[{"name":"is-page-static","duration":
|
|
1
|
+
[{"name":"generate-buildid","duration":91,"timestamp":688770211185,"id":4,"parentId":1,"tags":{},"startTime":1740627948158,"traceId":"53b21072d482b776"},{"name":"load-custom-routes","duration":152,"timestamp":688770211316,"id":5,"parentId":1,"tags":{},"startTime":1740627948159,"traceId":"53b21072d482b776"},{"name":"create-dist-dir","duration":171,"timestamp":688770235915,"id":6,"parentId":1,"tags":{},"startTime":1740627948183,"traceId":"53b21072d482b776"},{"name":"create-pages-mapping","duration":75,"timestamp":688770270608,"id":7,"parentId":1,"tags":{},"startTime":1740627948218,"traceId":"53b21072d482b776"},{"name":"collect-app-paths","duration":1230,"timestamp":688770270699,"id":8,"parentId":1,"tags":{},"startTime":1740627948218,"traceId":"53b21072d482b776"},{"name":"create-app-mapping","duration":575,"timestamp":688770271942,"id":9,"parentId":1,"tags":{},"startTime":1740627948219,"traceId":"53b21072d482b776"},{"name":"public-dir-conflict-check","duration":233,"timestamp":688770272683,"id":10,"parentId":1,"tags":{},"startTime":1740627948220,"traceId":"53b21072d482b776"},{"name":"generate-routes-manifest","duration":1001,"timestamp":688770272985,"id":11,"parentId":1,"tags":{},"startTime":1740627948220,"traceId":"53b21072d482b776"},{"name":"create-entrypoints","duration":1001716,"timestamp":688770277184,"id":14,"parentId":1,"tags":{},"startTime":1740627948224,"traceId":"53b21072d482b776"},{"name":"generate-webpack-config","duration":154516,"timestamp":688771279064,"id":15,"parentId":13,"tags":{},"startTime":1740627949226,"traceId":"53b21072d482b776"},{"name":"next-trace-entrypoint-plugin","duration":953,"timestamp":688771482061,"id":17,"parentId":16,"tags":{},"startTime":1740627949429,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":154411,"timestamp":688771485714,"id":32,"parentId":18,"tags":{"request":"next/dist/pages/_app"},"startTime":1740627949433,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":177727,"timestamp":688771485727,"id":36,"parentId":18,"tags":{"request":"next/dist/pages/_document"},"startTime":1740627949433,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":185410,"timestamp":688771485718,"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":1740627949433,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":227495,"timestamp":688771485376,"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%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":1740627949433,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":227156,"timestamp":688771485725,"id":35,"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":1740627949433,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":300011,"timestamp":688771485567,"id":20,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcloudflare%2Froute&name=app%2Fapi%2Fcloudflare%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcloudflare%2Froute.js&appDir=%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":1740627949433,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":300012,"timestamp":688771485578,"id":21,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdatabases%2Froute&name=app%2Fapi%2Fdatabases%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdatabases%2Froute.js&appDir=%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":1740627949433,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":300010,"timestamp":688771485584,"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%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":1740627949433,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":300006,"timestamp":688771485589,"id":23,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmigrations%2Fsync%2Froute&name=app%2Fapi%2Fmigrations%2Fsync%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Fsync%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Fsync%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740627949433,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":300008,"timestamp":688771485594,"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%2Fkarenredona%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":1740627949433,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":300000,"timestamp":688771485605,"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%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":1740627949433,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":299995,"timestamp":688771485611,"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%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":1740627949433,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":299987,"timestamp":688771485621,"id":28,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush-remote%2Fpreview%2Froute&name=app%2Fapi%2Fpush-remote%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fpreview%2Froute.js&appDir=%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":1740627949433,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":299976,"timestamp":688771485634,"id":29,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fquery%2Froute&name=app%2Fapi%2Fquery%2Froute&pagePath=private-next-app-dir%2Fapi%2Fquery%2Froute.js&appDir=%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":1740627949433,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":299972,"timestamp":688771485641,"id":30,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftables%2Froute&name=app%2Fapi%2Ftables%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2Froute.js&appDir=%2FUsers%2Fkarenredona%2FDesktop%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1740627949433,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":300020,"timestamp":688771485598,"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%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":1740627949433,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":299900,"timestamp":688771485722,"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%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":1740627949433,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":313522,"timestamp":688771485704,"id":31,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fupdate%2Froute&name=app%2Fapi%2Fupdate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fupdate%2Froute.js&appDir=%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":1740627949433,"traceId":"53b21072d482b776"},{"name":"make","duration":490176,"timestamp":688771485287,"id":18,"parentId":16,"tags":{},"startTime":1740627949433,"traceId":"53b21072d482b776"},{"name":"get-entries","duration":733,"timestamp":688771976142,"id":100,"parentId":99,"tags":{},"startTime":1740627949923,"traceId":"53b21072d482b776"},{"name":"node-file-trace-plugin","duration":88545,"timestamp":688771979603,"id":101,"parentId":99,"tags":{"traceEntryCount":"32"},"startTime":1740627949927,"traceId":"53b21072d482b776"},{"name":"collect-traced-files","duration":589,"timestamp":688772068159,"id":102,"parentId":99,"tags":{},"startTime":1740627950015,"traceId":"53b21072d482b776"},{"name":"finish-modules","duration":92700,"timestamp":688771976051,"id":99,"parentId":17,"tags":{},"startTime":1740627949923,"traceId":"53b21072d482b776"},{"name":"chunk-graph","duration":13744,"timestamp":688772099660,"id":104,"parentId":103,"tags":{},"startTime":1740627950047,"traceId":"53b21072d482b776"},{"name":"optimize-modules","duration":11,"timestamp":688772113469,"id":106,"parentId":103,"tags":{},"startTime":1740627950061,"traceId":"53b21072d482b776"},{"name":"optimize-chunks","duration":9243,"timestamp":688772113515,"id":107,"parentId":103,"tags":{},"startTime":1740627950061,"traceId":"53b21072d482b776"},{"name":"optimize-tree","duration":71,"timestamp":688772122804,"id":108,"parentId":103,"tags":{},"startTime":1740627950070,"traceId":"53b21072d482b776"},{"name":"optimize-chunk-modules","duration":13189,"timestamp":688772122911,"id":109,"parentId":103,"tags":{},"startTime":1740627950070,"traceId":"53b21072d482b776"},{"name":"optimize","duration":22702,"timestamp":688772113444,"id":105,"parentId":103,"tags":{},"startTime":1740627950061,"traceId":"53b21072d482b776"},{"name":"module-hash","duration":17186,"timestamp":688772145859,"id":110,"parentId":103,"tags":{},"startTime":1740627950093,"traceId":"53b21072d482b776"},{"name":"code-generation","duration":3196,"timestamp":688772163084,"id":111,"parentId":103,"tags":{},"startTime":1740627950110,"traceId":"53b21072d482b776"},{"name":"hash","duration":4329,"timestamp":688772168922,"id":112,"parentId":103,"tags":{},"startTime":1740627950116,"traceId":"53b21072d482b776"},{"name":"code-generation-jobs","duration":141,"timestamp":688772173250,"id":113,"parentId":103,"tags":{},"startTime":1740627950120,"traceId":"53b21072d482b776"},{"name":"module-assets","duration":291,"timestamp":688772173341,"id":114,"parentId":103,"tags":{},"startTime":1740627950121,"traceId":"53b21072d482b776"},{"name":"create-chunk-assets","duration":771,"timestamp":688772173636,"id":115,"parentId":103,"tags":{},"startTime":1740627950121,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":137,"timestamp":688772179531,"id":117,"parentId":116,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":81,"timestamp":688772179593,"id":118,"parentId":116,"tags":{"name":"../app/api/cloudflare/route.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":78,"timestamp":688772179597,"id":119,"parentId":116,"tags":{"name":"../app/api/databases/route.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":75,"timestamp":688772179601,"id":120,"parentId":116,"tags":{"name":"../app/api/migrations/sync-files/route.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":74,"timestamp":688772179603,"id":121,"parentId":116,"tags":{"name":"../app/api/migrations/sync/route.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":72,"timestamp":688772179605,"id":122,"parentId":116,"tags":{"name":"../app/api/pull-data/confirm/route.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":70,"timestamp":688772179608,"id":123,"parentId":116,"tags":{"name":"../app/api/pull-remote/confirm/route.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":68,"timestamp":688772179611,"id":124,"parentId":116,"tags":{"name":"../app/api/pull-remote/preview/route.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":66,"timestamp":688772179613,"id":125,"parentId":116,"tags":{"name":"../app/api/push-remote/confirm/route.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":65,"timestamp":688772179615,"id":126,"parentId":116,"tags":{"name":"../app/api/push-remote/preview/route.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":62,"timestamp":688772179620,"id":127,"parentId":116,"tags":{"name":"../app/api/query/route.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":59,"timestamp":688772179623,"id":128,"parentId":116,"tags":{"name":"../app/api/tables/route.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":57,"timestamp":688772179627,"id":129,"parentId":116,"tags":{"name":"../app/api/update/route.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":55,"timestamp":688772179629,"id":130,"parentId":116,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":53,"timestamp":688772179632,"id":131,"parentId":116,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":48,"timestamp":688772179637,"id":132,"parentId":116,"tags":{"name":"../app/api/tables/[name]/route.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":45,"timestamp":688772179641,"id":133,"parentId":116,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":43,"timestamp":688772179644,"id":134,"parentId":116,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":41,"timestamp":688772179647,"id":135,"parentId":116,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":39,"timestamp":688772179649,"id":136,"parentId":116,"tags":{"name":"638.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":36,"timestamp":688772179653,"id":137,"parentId":116,"tags":{"name":"452.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":34,"timestamp":688772179656,"id":138,"parentId":116,"tags":{"name":"391.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":32,"timestamp":688772179659,"id":139,"parentId":116,"tags":{"name":"992.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":30,"timestamp":688772179661,"id":140,"parentId":116,"tags":{"name":"627.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":28,"timestamp":688772179664,"id":141,"parentId":116,"tags":{"name":"226.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":26,"timestamp":688772179666,"id":142,"parentId":116,"tags":{"name":"336.js","cache":"HIT"},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"minify-webpack-plugin-optimize","duration":4035,"timestamp":688772175663,"id":116,"parentId":16,"tags":{"compilationName":"server"},"startTime":1740627950123,"traceId":"53b21072d482b776"},{"name":"css-minimizer-plugin","duration":61,"timestamp":688772179799,"id":143,"parentId":16,"tags":{},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"create-trace-assets","duration":1374,"timestamp":688772179944,"id":144,"parentId":17,"tags":{},"startTime":1740627950127,"traceId":"53b21072d482b776"},{"name":"seal","duration":100126,"timestamp":688772086412,"id":103,"parentId":16,"tags":{},"startTime":1740627950034,"traceId":"53b21072d482b776"},{"name":"webpack-compilation","duration":710983,"timestamp":688771481250,"id":16,"parentId":13,"tags":{"name":"server"},"startTime":1740627949428,"traceId":"53b21072d482b776"},{"name":"emit","duration":5106,"timestamp":688772192407,"id":145,"parentId":13,"tags":{},"startTime":1740627950140,"traceId":"53b21072d482b776"},{"name":"webpack-close","duration":310,"timestamp":688772198338,"id":146,"parentId":13,"tags":{"name":"server"},"startTime":1740627950146,"traceId":"53b21072d482b776"},{"name":"webpack-generate-error-stats","duration":1794,"timestamp":688772198669,"id":147,"parentId":146,"tags":{},"startTime":1740627950146,"traceId":"53b21072d482b776"},{"name":"make","duration":74,"timestamp":688772206014,"id":149,"parentId":148,"tags":{},"startTime":1740627950153,"traceId":"53b21072d482b776"},{"name":"chunk-graph","duration":18,"timestamp":688772206359,"id":151,"parentId":150,"tags":{},"startTime":1740627950154,"traceId":"53b21072d482b776"},{"name":"optimize-modules","duration":3,"timestamp":688772206396,"id":153,"parentId":150,"tags":{},"startTime":1740627950154,"traceId":"53b21072d482b776"},{"name":"optimize-chunks","duration":28,"timestamp":688772206425,"id":154,"parentId":150,"tags":{},"startTime":1740627950154,"traceId":"53b21072d482b776"},{"name":"optimize-tree","duration":3,"timestamp":688772206468,"id":155,"parentId":150,"tags":{},"startTime":1740627950154,"traceId":"53b21072d482b776"},{"name":"optimize-chunk-modules","duration":22,"timestamp":688772206496,"id":156,"parentId":150,"tags":{},"startTime":1740627950154,"traceId":"53b21072d482b776"},{"name":"optimize","duration":147,"timestamp":688772206385,"id":152,"parentId":150,"tags":{},"startTime":1740627950154,"traceId":"53b21072d482b776"},{"name":"module-hash","duration":8,"timestamp":688772206608,"id":157,"parentId":150,"tags":{},"startTime":1740627950154,"traceId":"53b21072d482b776"},{"name":"code-generation","duration":6,"timestamp":688772206621,"id":158,"parentId":150,"tags":{},"startTime":1740627950154,"traceId":"53b21072d482b776"},{"name":"hash","duration":24,"timestamp":688772206650,"id":159,"parentId":150,"tags":{},"startTime":1740627950154,"traceId":"53b21072d482b776"},{"name":"code-generation-jobs","duration":15,"timestamp":688772206674,"id":160,"parentId":150,"tags":{},"startTime":1740627950154,"traceId":"53b21072d482b776"},{"name":"module-assets","duration":8,"timestamp":688772206686,"id":161,"parentId":150,"tags":{},"startTime":1740627950154,"traceId":"53b21072d482b776"},{"name":"create-chunk-assets","duration":7,"timestamp":688772206697,"id":162,"parentId":150,"tags":{},"startTime":1740627950154,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":11,"timestamp":688772208526,"id":164,"parentId":163,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1740627950156,"traceId":"53b21072d482b776"},{"name":"minify-webpack-plugin-optimize","duration":1092,"timestamp":688772207449,"id":163,"parentId":148,"tags":{"compilationName":"edge-server"},"startTime":1740627950155,"traceId":"53b21072d482b776"},{"name":"css-minimizer-plugin","duration":3,"timestamp":688772208559,"id":165,"parentId":148,"tags":{},"startTime":1740627950156,"traceId":"53b21072d482b776"},{"name":"seal","duration":3062,"timestamp":688772206302,"id":150,"parentId":148,"tags":{},"startTime":1740627950154,"traceId":"53b21072d482b776"},{"name":"webpack-compilation","duration":4088,"timestamp":688772205317,"id":148,"parentId":13,"tags":{"name":"edge-server"},"startTime":1740627950153,"traceId":"53b21072d482b776"},{"name":"emit","duration":260,"timestamp":688772209427,"id":166,"parentId":13,"tags":{},"startTime":1740627950157,"traceId":"53b21072d482b776"},{"name":"webpack-close","duration":69,"timestamp":688772209771,"id":167,"parentId":13,"tags":{"name":"edge-server"},"startTime":1740627950157,"traceId":"53b21072d482b776"},{"name":"webpack-generate-error-stats","duration":211,"timestamp":688772209843,"id":168,"parentId":167,"tags":{},"startTime":1740627950157,"traceId":"53b21072d482b776"}]
|
|
2
|
+
[{"name":"add-entry","duration":66301,"timestamp":688772214471,"id":179,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740627950162,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":66306,"timestamp":688772214474,"id":180,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740627950162,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":66306,"timestamp":688772214476,"id":181,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740627950162,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":66306,"timestamp":688772214477,"id":182,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740627950162,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":66306,"timestamp":688772214478,"id":183,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740627950162,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":66305,"timestamp":688772214480,"id":184,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740627950162,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":66304,"timestamp":688772214483,"id":185,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740627950162,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":66303,"timestamp":688772214484,"id":186,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740627950162,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":66303,"timestamp":688772214485,"id":187,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740627950162,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":66304,"timestamp":688772214487,"id":188,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740627950162,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":66303,"timestamp":688772214488,"id":189,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740627950162,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":66303,"timestamp":688772214489,"id":190,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740627950162,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":66303,"timestamp":688772214490,"id":191,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1740627950162,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":99676,"timestamp":688772214454,"id":174,"parentId":170,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1740627950162,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":102959,"timestamp":688772214460,"id":175,"parentId":170,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1740627950162,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":119876,"timestamp":688772214469,"id":177,"parentId":170,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1740627950162,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":135986,"timestamp":688772214390,"id":173,"parentId":170,"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":1740627950162,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":137819,"timestamp":688772214385,"id":172,"parentId":170,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1740627950162,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":153815,"timestamp":688772214467,"id":176,"parentId":170,"tags":{"request":"/Users/karenredona/Desktop/d1studio/node_modules/next/dist/client/router.js"},"startTime":1740627950162,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":153931,"timestamp":688772214363,"id":171,"parentId":170,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1740627950162,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":164464,"timestamp":688772214470,"id":178,"parentId":170,"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":1740627950162,"traceId":"53b21072d482b776"},{"name":"add-entry","duration":177413,"timestamp":688772214491,"id":192,"parentId":170,"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":1740627950162,"traceId":"53b21072d482b776"},{"name":"make","duration":177714,"timestamp":688772214248,"id":170,"parentId":169,"tags":{},"startTime":1740627950161,"traceId":"53b21072d482b776"},{"name":"chunk-graph","duration":3337,"timestamp":688772401673,"id":194,"parentId":193,"tags":{},"startTime":1740627950349,"traceId":"53b21072d482b776"},{"name":"optimize-modules","duration":3,"timestamp":688772405030,"id":196,"parentId":193,"tags":{},"startTime":1740627950352,"traceId":"53b21072d482b776"},{"name":"optimize-chunks","duration":3944,"timestamp":688772405533,"id":198,"parentId":193,"tags":{},"startTime":1740627950353,"traceId":"53b21072d482b776"},{"name":"optimize-tree","duration":5,"timestamp":688772409500,"id":199,"parentId":193,"tags":{},"startTime":1740627950357,"traceId":"53b21072d482b776"},{"name":"optimize-chunk-modules","duration":5052,"timestamp":688772409521,"id":200,"parentId":193,"tags":{},"startTime":1740627950357,"traceId":"53b21072d482b776"},{"name":"optimize","duration":9568,"timestamp":688772405023,"id":195,"parentId":193,"tags":{},"startTime":1740627950352,"traceId":"53b21072d482b776"},{"name":"module-hash","duration":7256,"timestamp":688772419140,"id":201,"parentId":193,"tags":{},"startTime":1740627950366,"traceId":"53b21072d482b776"},{"name":"code-generation","duration":3763,"timestamp":688772426414,"id":202,"parentId":193,"tags":{},"startTime":1740627950374,"traceId":"53b21072d482b776"},{"name":"hash","duration":2551,"timestamp":688772431726,"id":203,"parentId":193,"tags":{},"startTime":1740627950379,"traceId":"53b21072d482b776"},{"name":"code-generation-jobs","duration":71,"timestamp":688772434276,"id":204,"parentId":193,"tags":{},"startTime":1740627950382,"traceId":"53b21072d482b776"},{"name":"module-assets","duration":138,"timestamp":688772434332,"id":205,"parentId":193,"tags":{},"startTime":1740627950382,"traceId":"53b21072d482b776"},{"name":"create-chunk-assets","duration":913,"timestamp":688772434475,"id":206,"parentId":193,"tags":{},"startTime":1740627950382,"traceId":"53b21072d482b776"},{"name":"NextJsBuildManifest-generateClientManifest","duration":646,"timestamp":688772436073,"id":208,"parentId":169,"tags":{},"startTime":1740627950383,"traceId":"53b21072d482b776"},{"name":"NextJsBuildManifest-createassets","duration":981,"timestamp":688772435742,"id":207,"parentId":169,"tags":{},"startTime":1740627950383,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":310,"timestamp":688772438565,"id":210,"parentId":209,"tags":{"name":"static/chunks/main-8d0ab17774ffa031.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":297,"timestamp":688772438581,"id":211,"parentId":209,"tags":{"name":"static/chunks/main-app-d36cdfb402b40f13.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":293,"timestamp":688772438586,"id":212,"parentId":209,"tags":{"name":"static/chunks/app/_not-found/page-b786c3dd79ad15a5.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":290,"timestamp":688772438590,"id":213,"parentId":209,"tags":{"name":"static/chunks/pages/_app-d23763e3e6c904ff.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":287,"timestamp":688772438593,"id":214,"parentId":209,"tags":{"name":"static/chunks/pages/_error-9b7125ad1a1e68fa.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":285,"timestamp":688772438596,"id":215,"parentId":209,"tags":{"name":"static/chunks/app/layout-8360fab69b848283.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":282,"timestamp":688772438599,"id":216,"parentId":209,"tags":{"name":"static/chunks/app/api/cloudflare/route-b77846f372b01f38.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":281,"timestamp":688772438602,"id":217,"parentId":209,"tags":{"name":"static/chunks/app/api/databases/route-407794f8145d9a0b.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":279,"timestamp":688772438605,"id":218,"parentId":209,"tags":{"name":"static/chunks/app/api/migrations/sync-files/route-92010db279b4dd8e.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":274,"timestamp":688772438610,"id":219,"parentId":209,"tags":{"name":"static/chunks/app/api/migrations/sync/route-9f480f5590369a8f.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":272,"timestamp":688772438613,"id":220,"parentId":209,"tags":{"name":"static/chunks/app/api/pull-data/confirm/route-a02fe6d3cdd0a535.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":270,"timestamp":688772438616,"id":221,"parentId":209,"tags":{"name":"static/chunks/app/api/pull-remote/confirm/route-f401a03507d1da50.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":267,"timestamp":688772438619,"id":222,"parentId":209,"tags":{"name":"static/chunks/app/api/pull-remote/preview/route-3c53814b5cb8b6b0.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":265,"timestamp":688772438622,"id":223,"parentId":209,"tags":{"name":"static/chunks/app/api/push-remote/confirm/route-8f359249e907c63b.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":263,"timestamp":688772438625,"id":224,"parentId":209,"tags":{"name":"static/chunks/app/api/push-remote/preview/route-b51bf94f39c17a9d.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":261,"timestamp":688772438627,"id":225,"parentId":209,"tags":{"name":"static/chunks/app/api/query/route-87bae2d4aebaf859.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":259,"timestamp":688772438630,"id":226,"parentId":209,"tags":{"name":"static/chunks/app/api/tables/route-0f46f911562abcdf.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":257,"timestamp":688772438633,"id":227,"parentId":209,"tags":{"name":"static/chunks/app/api/update/route-14edc1917760bce0.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":255,"timestamp":688772438636,"id":228,"parentId":209,"tags":{"name":"static/chunks/app/api/tables/[name]/route-d20ca163b9c03e7c.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":253,"timestamp":688772438638,"id":229,"parentId":209,"tags":{"name":"static/chunks/app/page-5990cb23b8bd27c4.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":251,"timestamp":688772438641,"id":230,"parentId":209,"tags":{"name":"static/chunks/webpack-c76ac1e586b2802a.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":249,"timestamp":688772438644,"id":231,"parentId":209,"tags":{"name":"static/chunks/framework-d29117d969504448.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":247,"timestamp":688772438646,"id":232,"parentId":209,"tags":{"name":"static/chunks/4bd1b696-8c908eb707f85a27.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":245,"timestamp":688772438649,"id":233,"parentId":209,"tags":{"name":"static/chunks/692-ede418e1d28a1394.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":235,"timestamp":688772438660,"id":234,"parentId":209,"tags":{"name":"static/chunks/517-3b698a5d3da06ff7.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":236,"timestamp":688772438664,"id":235,"parentId":209,"tags":{"name":"static/chunks/176-9146975ef8699719.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":222,"timestamp":688772438679,"id":236,"parentId":209,"tags":{"name":"static/chunks/92-c4466e0f1ca8a3a8.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":218,"timestamp":688772438683,"id":237,"parentId":209,"tags":{"name":"static/chunks/735-b885dfec6353171d.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":215,"timestamp":688772438687,"id":238,"parentId":209,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":53,"timestamp":688772438850,"id":240,"parentId":209,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":30,"timestamp":688772438873,"id":242,"parentId":209,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":2688,"timestamp":688772438692,"id":239,"parentId":209,"tags":{"name":"static/7XBqETNmhSxMXhw8iUpEa/_ssgManifest.js","cache":"MISS"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-js","duration":3161,"timestamp":688772438855,"id":241,"parentId":209,"tags":{"name":"static/7XBqETNmhSxMXhw8iUpEa/_buildManifest.js","cache":"MISS"},"startTime":1740627950386,"traceId":"53b21072d482b776"},{"name":"minify-webpack-plugin-optimize","duration":4792,"timestamp":688772437226,"id":209,"parentId":169,"tags":{"compilationName":"client"},"startTime":1740627950384,"traceId":"53b21072d482b776"},{"name":"minify-css","duration":41,"timestamp":688772442069,"id":244,"parentId":243,"tags":{"file":"static/css/67faba79be15807e.css","cache":"HIT"},"startTime":1740627950389,"traceId":"53b21072d482b776"},{"name":"css-minimizer-plugin","duration":68,"timestamp":688772442044,"id":243,"parentId":169,"tags":{},"startTime":1740627950389,"traceId":"53b21072d482b776"},{"name":"seal","duration":49723,"timestamp":688772396307,"id":193,"parentId":169,"tags":{},"startTime":1740627950344,"traceId":"53b21072d482b776"},{"name":"webpack-compilation","duration":232514,"timestamp":688772213552,"id":169,"parentId":13,"tags":{"name":"client"},"startTime":1740627950161,"traceId":"53b21072d482b776"},{"name":"emit","duration":3482,"timestamp":688772446084,"id":245,"parentId":13,"tags":{},"startTime":1740627950393,"traceId":"53b21072d482b776"},{"name":"webpack-close","duration":94280,"timestamp":688772449750,"id":246,"parentId":13,"tags":{"name":"client"},"startTime":1740627950397,"traceId":"53b21072d482b776"},{"name":"webpack-generate-error-stats","duration":546,"timestamp":688772544044,"id":247,"parentId":246,"tags":{},"startTime":1740627950491,"traceId":"53b21072d482b776"},{"name":"run-webpack-compiler","duration":2267557,"timestamp":688770277182,"id":13,"parentId":1,"tags":{},"startTime":1740627948224,"traceId":"53b21072d482b776"},{"name":"format-webpack-messages","duration":539,"timestamp":688772544743,"id":248,"parentId":1,"tags":{},"startTime":1740627950492,"traceId":"53b21072d482b776"},{"name":"verify-and-lint","duration":904953,"timestamp":688772552125,"id":251,"parentId":1,"tags":{},"startTime":1740627950499,"traceId":"53b21072d482b776"},{"name":"verify-typescript-setup","duration":2740192,"timestamp":688772549600,"id":250,"parentId":1,"tags":{},"startTime":1740627950497,"traceId":"53b21072d482b776"},{"name":"check-static-error-page","duration":1941,"timestamp":688775298092,"id":254,"parentId":253,"tags":{},"startTime":1740627953245,"traceId":"53b21072d482b776"},{"name":"check-page","duration":2696,"timestamp":688775317764,"id":255,"parentId":253,"tags":{"page":"/_app"},"startTime":1740627953265,"traceId":"53b21072d482b776"},{"name":"check-page","duration":1927,"timestamp":688775318547,"id":257,"parentId":253,"tags":{"page":"/_document"},"startTime":1740627953266,"traceId":"53b21072d482b776"},{"name":"check-page","duration":3920,"timestamp":688775318447,"id":256,"parentId":253,"tags":{"page":"/_error"},"startTime":1740627953266,"traceId":"53b21072d482b776"},{"name":"is-page-static","duration":200909,"timestamp":688775337195,"id":273,"parentId":258,"tags":{},"startTime":1740627953284,"traceId":"53b21072d482b776"},{"name":"check-page","duration":219584,"timestamp":688775318571,"id":258,"parentId":253,"tags":{"page":"/_not-found"},"startTime":1740627953266,"traceId":"53b21072d482b776"},{"name":"is-page-static","duration":229829,"timestamp":688775337789,"id":277,"parentId":266,"tags":{},"startTime":1740627953285,"traceId":"53b21072d482b776"},{"name":"check-page","duration":248229,"timestamp":688775319440,"id":266,"parentId":253,"tags":{"page":"/api/push-remote/confirm"},"startTime":1740627953267,"traceId":"53b21072d482b776"},{"name":"is-page-static","duration":233286,"timestamp":688775338564,"id":284,"parentId":261,"tags":{},"startTime":1740627953286,"traceId":"53b21072d482b776"},{"name":"check-page","duration":252755,"timestamp":688775319120,"id":261,"parentId":253,"tags":{"page":"/api/migrations/sync-files"},"startTime":1740627953266,"traceId":"53b21072d482b776"},{"name":"is-page-static","duration":239307,"timestamp":688775338577,"id":285,"parentId":260,"tags":{},"startTime":1740627953286,"traceId":"53b21072d482b776"},{"name":"check-page","duration":259010,"timestamp":688775318915,"id":260,"parentId":253,"tags":{"page":"/api/databases"},"startTime":1740627953266,"traceId":"53b21072d482b776"},{"name":"is-page-static","duration":241655,"timestamp":688775338589,"id":286,"parentId":259,"tags":{},"startTime":1740627953286,"traceId":"53b21072d482b776"},{"name":"check-page","duration":261436,"timestamp":688775318851,"id":259,"parentId":253,"tags":{"page":"/api/cloudflare"},"startTime":1740627953266,"traceId":"53b21072d482b776"},{"name":"is-page-static","duration":244540,"timestamp":688775337529,"id":274,"parentId":262,"tags":{},"startTime":1740627953285,"traceId":"53b21072d482b776"},{"name":"check-page","duration":262931,"timestamp":688775319179,"id":262,"parentId":253,"tags":{"page":"/api/migrations/sync"},"startTime":1740627953266,"traceId":"53b21072d482b776"},{"name":"is-page-static","duration":245258,"timestamp":688775337968,"id":279,"parentId":268,"tags":{},"startTime":1740627953285,"traceId":"53b21072d482b776"},{"name":"check-page","duration":263741,"timestamp":688775319512,"id":268,"parentId":253,"tags":{"page":"/api/query"},"startTime":1740627953267,"traceId":"53b21072d482b776"},{"name":"is-page-static","duration":247618,"timestamp":688775338482,"id":283,"parentId":265,"tags":{},"startTime":1740627953286,"traceId":"53b21072d482b776"}]
|
|
3
|
+
[{"name":"check-page","duration":267077,"timestamp":688775319399,"id":265,"parentId":253,"tags":{"page":"/api/pull-remote/preview"},"startTime":1740627953267,"traceId":"53b21072d482b776"},{"name":"is-page-static","duration":249425,"timestamp":688775337693,"id":275,"parentId":264,"tags":{},"startTime":1740627953285,"traceId":"53b21072d482b776"},{"name":"check-page","duration":267882,"timestamp":688775319269,"id":264,"parentId":253,"tags":{"page":"/api/pull-remote/confirm"},"startTime":1740627953267,"traceId":"53b21072d482b776"},{"name":"is-page-static","duration":255561,"timestamp":688775337922,"id":278,"parentId":267,"tags":{},"startTime":1740627953285,"traceId":"53b21072d482b776"},{"name":"check-page","duration":274054,"timestamp":688775319478,"id":267,"parentId":253,"tags":{"page":"/api/push-remote/preview"},"startTime":1740627953267,"traceId":"53b21072d482b776"},{"name":"is-page-static","duration":254620,"timestamp":688775339057,"id":287,"parentId":272,"tags":{},"startTime":1740627953286,"traceId":"53b21072d482b776"},{"name":"check-page","duration":273539,"timestamp":688775320154,"id":272,"parentId":253,"tags":{"page":"/"},"startTime":1740627953267,"traceId":"53b21072d482b776"},{"name":"is-page-static","duration":259658,"timestamp":688775337749,"id":276,"parentId":263,"tags":{},"startTime":1740627953285,"traceId":"53b21072d482b776"},{"name":"check-page","duration":278226,"timestamp":688775319220,"id":263,"parentId":253,"tags":{"page":"/api/pull-data/confirm"},"startTime":1740627953266,"traceId":"53b21072d482b776"},{"name":"is-page-static","duration":259563,"timestamp":688775338334,"id":280,"parentId":269,"tags":{},"startTime":1740627953286,"traceId":"53b21072d482b776"},{"name":"check-page","duration":278265,"timestamp":688775319704,"id":269,"parentId":253,"tags":{"page":"/api/tables/[name]"},"startTime":1740627953267,"traceId":"53b21072d482b776"},{"name":"is-page-static","duration":260304,"timestamp":688775338372,"id":281,"parentId":270,"tags":{},"startTime":1740627953286,"traceId":"53b21072d482b776"},{"name":"check-page","duration":278952,"timestamp":688775319743,"id":270,"parentId":253,"tags":{"page":"/api/tables"},"startTime":1740627953267,"traceId":"53b21072d482b776"},{"name":"is-page-static","duration":279068,"timestamp":688775338391,"id":282,"parentId":271,"tags":{},"startTime":1740627953286,"traceId":"53b21072d482b776"},{"name":"check-page","duration":297495,"timestamp":688775319987,"id":271,"parentId":253,"tags":{"page":"/api/update"},"startTime":1740627953267,"traceId":"53b21072d482b776"},{"name":"static-check","duration":319770,"timestamp":688775297744,"id":253,"parentId":1,"tags":{},"startTime":1740627953245,"traceId":"53b21072d482b776"},{"name":"generate-required-server-files","duration":181,"timestamp":688775617847,"id":289,"parentId":1,"tags":{},"startTime":1740627953565,"traceId":"53b21072d482b776"},{"name":"write-routes-manifest","duration":994,"timestamp":688775621590,"id":291,"parentId":1,"tags":{},"startTime":1740627953569,"traceId":"53b21072d482b776"},{"name":"load-dotenv","duration":10,"timestamp":688775935553,"id":294,"parentId":293,"tags":{},"startTime":1740627953883,"traceId":"53b21072d482b776"},{"name":"run-export-path-map","duration":254,"timestamp":688776461578,"id":295,"parentId":293,"tags":{},"startTime":1740627954409,"traceId":"53b21072d482b776"},{"name":"next-export","duration":1011215,"timestamp":688775935226,"id":293,"parentId":1,"tags":{},"startTime":1740627953882,"traceId":"53b21072d482b776"},{"name":"move-exported-app-not-found-","duration":9435,"timestamp":688776946955,"id":296,"parentId":292,"tags":{},"startTime":1740627954894,"traceId":"53b21072d482b776"},{"name":"move-exported-page","duration":22973,"timestamp":688776956484,"id":297,"parentId":292,"tags":{},"startTime":1740627954904,"traceId":"53b21072d482b776"},{"name":"static-generation","duration":1125760,"timestamp":688775933616,"id":292,"parentId":1,"tags":{},"startTime":1740627953881,"traceId":"53b21072d482b776"},{"name":"node-file-trace-build","duration":3650680,"timestamp":688775619252,"id":290,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1740627953566,"traceId":"53b21072d482b776"},{"name":"apply-include-excludes","duration":284,"timestamp":688779269946,"id":298,"parentId":1,"tags":{},"startTime":1740627957217,"traceId":"53b21072d482b776"},{"name":"print-tree-view","duration":1465,"timestamp":688779270542,"id":299,"parentId":1,"tags":{},"startTime":1740627957218,"traceId":"53b21072d482b776"},{"name":"telemetry-flush","duration":19,"timestamp":688779272015,"id":300,"parentId":1,"tags":{},"startTime":1740627957219,"traceId":"53b21072d482b776"},{"name":"next-build","duration":9107818,"timestamp":688770164219,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.1.6","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1740627948111,"traceId":"53b21072d482b776"}]
|