diff --git a/.next/app-build-manifest.json b/.next/app-build-manifest.json index 02835d4..dd21252 100644 --- a/.next/app-build-manifest.json +++ b/.next/app-build-manifest.json @@ -25,46 +25,6 @@ "static/chunks/webpack.js", "static/chunks/main-app.js", "static/chunks/app/_not-found/page.js" - ], - "/about/page": [ - "static/chunks/webpack.js", - "static/chunks/main-app.js", - "static/chunks/app/about/page.js" - ], - "/about/layout": [ - "static/chunks/webpack.js", - "static/chunks/main-app.js", - "static/chunks/app/about/layout.js" - ], - "/features/page": [ - "static/chunks/webpack.js", - "static/chunks/main-app.js", - "static/chunks/app/features/page.js" - ], - "/features/layout": [ - "static/chunks/webpack.js", - "static/chunks/main-app.js", - "static/chunks/app/features/layout.js" - ], - "/usecases/page": [ - "static/chunks/webpack.js", - "static/chunks/main-app.js", - "static/chunks/app/usecases/page.js" - ], - "/usecases/layout": [ - "static/chunks/webpack.js", - "static/chunks/main-app.js", - "static/chunks/app/usecases/layout.js" - ], - "/community/page": [ - "static/chunks/webpack.js", - "static/chunks/main-app.js", - "static/chunks/app/community/page.js" - ], - "/community/layout": [ - "static/chunks/webpack.js", - "static/chunks/main-app.js", - "static/chunks/app/community/layout.js" ] } } \ No newline at end of file diff --git a/.next/cache/webpack/client-development-fallback/0.pack.gz b/.next/cache/webpack/client-development-fallback/0.pack.gz index 4e76eb6..ef61756 100644 Binary files a/.next/cache/webpack/client-development-fallback/0.pack.gz and b/.next/cache/webpack/client-development-fallback/0.pack.gz differ diff --git a/.next/cache/webpack/client-development/1.pack.gz b/.next/cache/webpack/client-development/1.pack.gz index b4e630f..355e2fe 100644 Binary files a/.next/cache/webpack/client-development/1.pack.gz and b/.next/cache/webpack/client-development/1.pack.gz differ diff --git a/.next/cache/webpack/client-development/11.pack.gz b/.next/cache/webpack/client-development/11.pack.gz index 90ae32e..05ccbb4 100644 Binary files a/.next/cache/webpack/client-development/11.pack.gz and b/.next/cache/webpack/client-development/11.pack.gz differ diff --git a/.next/cache/webpack/client-development/8.pack.gz b/.next/cache/webpack/client-development/8.pack.gz index 83ce7e8..6d864e7 100644 Binary files a/.next/cache/webpack/client-development/8.pack.gz and b/.next/cache/webpack/client-development/8.pack.gz differ diff --git a/.next/cache/webpack/client-development/index.pack.gz b/.next/cache/webpack/client-development/index.pack.gz index ecd404d..990497e 100644 Binary files a/.next/cache/webpack/client-development/index.pack.gz and b/.next/cache/webpack/client-development/index.pack.gz differ diff --git a/.next/cache/webpack/client-development/index.pack.gz.old b/.next/cache/webpack/client-development/index.pack.gz.old index 814ba23..3a47365 100644 Binary files a/.next/cache/webpack/client-development/index.pack.gz.old and b/.next/cache/webpack/client-development/index.pack.gz.old differ diff --git a/.next/cache/webpack/server-development/0.pack.gz b/.next/cache/webpack/server-development/0.pack.gz index c47af7c..2069c13 100644 Binary files a/.next/cache/webpack/server-development/0.pack.gz and b/.next/cache/webpack/server-development/0.pack.gz differ diff --git a/.next/cache/webpack/server-development/2.pack.gz b/.next/cache/webpack/server-development/2.pack.gz index e2e50b7..b496740 100644 Binary files a/.next/cache/webpack/server-development/2.pack.gz and b/.next/cache/webpack/server-development/2.pack.gz differ diff --git a/.next/cache/webpack/server-development/3.pack.gz b/.next/cache/webpack/server-development/3.pack.gz index 3dfb7ed..51799a2 100644 Binary files a/.next/cache/webpack/server-development/3.pack.gz and b/.next/cache/webpack/server-development/3.pack.gz differ diff --git a/.next/cache/webpack/server-development/4.pack.gz b/.next/cache/webpack/server-development/4.pack.gz index de81275..5fd1db1 100644 Binary files a/.next/cache/webpack/server-development/4.pack.gz and b/.next/cache/webpack/server-development/4.pack.gz differ diff --git a/.next/cache/webpack/server-development/5.pack.gz b/.next/cache/webpack/server-development/5.pack.gz index a732561..4237c4e 100644 Binary files a/.next/cache/webpack/server-development/5.pack.gz and b/.next/cache/webpack/server-development/5.pack.gz differ diff --git a/.next/cache/webpack/server-development/6.pack.gz b/.next/cache/webpack/server-development/6.pack.gz index d947529..49f486e 100644 Binary files a/.next/cache/webpack/server-development/6.pack.gz and b/.next/cache/webpack/server-development/6.pack.gz differ diff --git a/.next/cache/webpack/server-development/index.pack.gz b/.next/cache/webpack/server-development/index.pack.gz index f1b6e08..1f41905 100644 Binary files a/.next/cache/webpack/server-development/index.pack.gz and b/.next/cache/webpack/server-development/index.pack.gz differ diff --git a/.next/cache/webpack/server-development/index.pack.gz.old b/.next/cache/webpack/server-development/index.pack.gz.old index 80f6ae7..413b8dc 100644 Binary files a/.next/cache/webpack/server-development/index.pack.gz.old and b/.next/cache/webpack/server-development/index.pack.gz.old differ diff --git a/.next/server/app-paths-manifest.json b/.next/server/app-paths-manifest.json index 1f29e06..2e38d5f 100644 --- a/.next/server/app-paths-manifest.json +++ b/.next/server/app-paths-manifest.json @@ -1,8 +1,4 @@ { "/_not-found/page": "app/_not-found/page.js", - "/usecases/page": "app/usecases/page.js", - "/about/page": "app/about/page.js", - "/(main)/page": "app/(main)/page.js", - "/community/page": "app/community/page.js", - "/features/page": "app/features/page.js" + "/(main)/page": "app/(main)/page.js" } \ No newline at end of file diff --git a/.next/server/app/(main)/page.js b/.next/server/app/(main)/page.js index a075175..e38bbde 100644 --- a/.next/server/app/(main)/page.js +++ b/.next/server/app/(main)/page.js @@ -425,7 +425,7 @@ const e0 = (0,next_dist_build_webpack_loaders_next_flight_loader_module_proxy__W /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Hero: () => (/* binding */ Hero)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_BackgroundImage__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/BackgroundImage */ \"(rsc)/./src/components/BackgroundImage.jsx\");\n/* harmony import */ var _components_Button__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/Button */ \"(rsc)/./src/components/Button.jsx\");\n/* harmony import */ var _components_Container__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/Container */ \"(rsc)/./src/components/Container.jsx\");\n\n\n\n\nfunction Hero() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative lg:py-12 mt-20 pb-12 pt-12\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_BackgroundImage__WEBPACK_IMPORTED_MODULE_1__.BackgroundImage, {\n className: \"-bottom-14 -top-20\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 10,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_3__.Container, {\n className: \"relative\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-2xl lg:max-w-4xl lg:px-12\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"font-display lg:text-6xl text-4xl font-semibold leading-normal tracking-tighter text-gradient-dark\",\n children: \"OurVerse\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 13,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h1\", {\n className: \"lg:mt-2 mt-0 font-display lg:text-2xl text-lg font-semibold tracking-tight text-gradient-dark\",\n children: \"Powered by ThreeFold\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 16,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-4 space-y-6 mx-4 font-display section-text\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"emphasis\",\n children: \"OurVerse\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 21,\n columnNumber: 13\n }, this),\n \" is a fully immersive metaverse platform, offering a space where virtual interactions feel real, engaging, and limitless.\"\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 20,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n children: \"Our mission is to break down the barriers to meaningful connection and collaboration. We believe that everyone, regardless of location or resources, should have access to immersive and engaging spaces where they can meet, create, and innovate together.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 23,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 19,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dl\", {\n className: \"mt-10 grid grid-cols-2 gap-x-10 gap-y-4 lg:auto-cols-auto lg:grid-flow-col lg:grid-cols-none lg:justify-start text-center lg:text-left\",\n children: [\n [\n \"3D Assets\",\n \"100000+\"\n ],\n [\n \"Users\",\n \"5000+\"\n ],\n [\n \"Verses\",\n \"2000+\"\n ],\n [\n \"Countries\",\n \"15\"\n ]\n ].map(([name, value])=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dt\", {\n className: \"text-intro\",\n children: name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 36,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dd\", {\n className: \"mt-0.5 text-2xl font-semibold tracking-tight text-gradient-dark\",\n children: value\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 37,\n columnNumber: 17\n }, this)\n ]\n }, name, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 35,\n columnNumber: 15\n }, this))\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 28,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 12,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 11,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 9,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9IZXJvLmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7O0FBQThEO0FBQ2xCO0FBQ007QUFJM0MsU0FBU0c7SUFDZCxxQkFDRSw4REFBQ0M7UUFBSUMsV0FBVTs7MEJBQ2IsOERBQUNMLHdFQUFlQTtnQkFBQ0ssV0FBVTs7Ozs7OzBCQUMzQiw4REFBQ0gsNERBQVNBO2dCQUFDRyxXQUFVOzBCQUNuQiw0RUFBQ0Q7b0JBQUlDLFdBQVU7O3NDQUNiLDhEQUFDQzs0QkFBR0QsV0FBVTtzQ0FBcUc7Ozs7OztzQ0FHbkgsOERBQUNFOzRCQUFHRixXQUFVO3NDQUFnRzs7Ozs7O3NDQUc5Ryw4REFBQ0Q7NEJBQUlDLFdBQVU7OzhDQUNiLDhEQUFDRzs7c0RBQ0QsOERBQUNDOzRDQUFLSixXQUFVO3NEQUFXOzs7Ozs7d0NBQWU7Ozs7Ozs7OENBRTFDLDhEQUFDRzs4Q0FBRTs7Ozs7Ozs7Ozs7O3NDQUtMLDhEQUFDRTs0QkFBR0wsV0FBVTtzQ0FDWDtnQ0FDQztvQ0FBQztvQ0FBYTtpQ0FBVTtnQ0FDeEI7b0NBQUM7b0NBQVM7aUNBQVE7Z0NBQ2xCO29DQUFDO29DQUFVO2lDQUFRO2dDQUNuQjtvQ0FBQztvQ0FBYTtpQ0FBSzs2QkFDcEIsQ0FBQ00sR0FBRyxDQUFDLENBQUMsQ0FBQ0MsTUFBTUMsTUFBTSxpQkFDbEIsOERBQUNUOztzREFDQyw4REFBQ1U7NENBQUdULFdBQVU7c0RBQWNPOzs7Ozs7c0RBQzVCLDhEQUFDRzs0Q0FBR1YsV0FBVTtzREFDWFE7Ozs7Ozs7bUNBSEtEOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFZeEIiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvY29tcG9uZW50cy9IZXJvLmpzeD9iMGQzIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhY2tncm91bmRJbWFnZSB9IGZyb20gJ0AvY29tcG9uZW50cy9CYWNrZ3JvdW5kSW1hZ2UnXG5pbXBvcnQgeyBCdXR0b24gfSBmcm9tICdAL2NvbXBvbmVudHMvQnV0dG9uJ1xuaW1wb3J0IHsgQ29udGFpbmVyIH0gZnJvbSAnQC9jb21wb25lbnRzL0NvbnRhaW5lcidcblxuXG5cbmV4cG9ydCBmdW5jdGlvbiBIZXJvKCkge1xuICByZXR1cm4gKFxuICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgbGc6cHktMTIgbXQtMjAgcGItMTIgcHQtMTJcIj5cbiAgICAgIDxCYWNrZ3JvdW5kSW1hZ2UgY2xhc3NOYW1lPVwiLWJvdHRvbS0xNCAtdG9wLTIwXCIgLz5cbiAgICAgIDxDb250YWluZXIgY2xhc3NOYW1lPVwicmVsYXRpdmVcIj5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJteC1hdXRvIG1heC13LTJ4bCBsZzptYXgtdy00eGwgbGc6cHgtMTJcIj5cbiAgICAgICAgICA8aDIgY2xhc3NOYW1lPVwiZm9udC1kaXNwbGF5IGxnOnRleHQtNnhsIHRleHQtNHhsIGZvbnQtc2VtaWJvbGQgbGVhZGluZy1ub3JtYWwgdHJhY2tpbmctdGlnaHRlciB0ZXh0LWdyYWRpZW50LWRhcmtcIj5cbiAgICAgICAgICAgIE91clZlcnNlXG4gICAgICAgICAgPC9oMj5cbiAgICAgICAgICA8aDEgY2xhc3NOYW1lPVwibGc6bXQtMiBtdC0wIGZvbnQtZGlzcGxheSBsZzp0ZXh0LTJ4bCB0ZXh0LWxnIGZvbnQtc2VtaWJvbGQgdHJhY2tpbmctdGlnaHQgdGV4dC1ncmFkaWVudC1kYXJrXCI+XG4gICAgICAgICAgICBQb3dlcmVkIGJ5IFRocmVlRm9sZFxuICAgICAgICAgIDwvaDE+XG4gICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC00IHNwYWNlLXktNiBteC00IGZvbnQtZGlzcGxheSBzZWN0aW9uLXRleHRcIj5cbiAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgPHNwYW4gY2xhc3NOYW1lPSdlbXBoYXNpcyc+T3VyVmVyc2U8L3NwYW4+IGlzIGEgZnVsbHkgaW1tZXJzaXZlIG1ldGF2ZXJzZSBwbGF0Zm9ybSwgb2ZmZXJpbmcgYSBzcGFjZSB3aGVyZSB2aXJ0dWFsIGludGVyYWN0aW9ucyBcbiAgICAgICAgICAgIGZlZWwgcmVhbCwgZW5nYWdpbmcsIGFuZCBsaW1pdGxlc3MuPC9wPlxuICAgICAgICAgICAgPHA+T3VyIG1pc3Npb24gaXMgdG8gYnJlYWsgZG93biB0aGUgYmFycmllcnMgdG8gbWVhbmluZ2Z1bCBjb25uZWN0aW9uIGFuZCBjb2xsYWJvcmF0aW9uLiBXZSBiZWxpZXZlIHRoYXQgZXZlcnlvbmUsIHJlZ2FyZGxlc3Mgb2YgbG9jYXRpb24gb3IgcmVzb3VyY2VzLCBcbiAgICAgICAgICAgICAgc2hvdWxkIGhhdmUgYWNjZXNzIHRvIGltbWVyc2l2ZSBhbmQgZW5nYWdpbmcgc3BhY2VzIHdoZXJlIHRoZXkgY2FuIG1lZXQsIGNyZWF0ZSwgYW5kIGlubm92YXRlIHRvZ2V0aGVyLjwvcD5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICBcblxuICAgICAgICAgIDxkbCBjbGFzc05hbWU9XCJtdC0xMCBncmlkIGdyaWQtY29scy0yIGdhcC14LTEwIGdhcC15LTQgbGc6YXV0by1jb2xzLWF1dG8gbGc6Z3JpZC1mbG93LWNvbCBsZzpncmlkLWNvbHMtbm9uZSBsZzpqdXN0aWZ5LXN0YXJ0IHRleHQtY2VudGVyIGxnOnRleHQtbGVmdFwiPlxuICAgICAgICAgICAge1tcbiAgICAgICAgICAgICAgWyczRCBBc3NldHMnLCAnMTAwMDAwKyddLFxuICAgICAgICAgICAgICBbJ1VzZXJzJywgJzUwMDArJ10sXG4gICAgICAgICAgICAgIFsnVmVyc2VzJywgJzIwMDArJ10sXG4gICAgICAgICAgICAgIFsnQ291bnRyaWVzJywgJzE1J10sXG4gICAgICAgICAgICBdLm1hcCgoW25hbWUsIHZhbHVlXSkgPT4gKFxuICAgICAgICAgICAgICA8ZGl2IGtleT17bmFtZX0+XG4gICAgICAgICAgICAgICAgPGR0IGNsYXNzTmFtZT1cInRleHQtaW50cm9cIj57bmFtZX08L2R0PlxuICAgICAgICAgICAgICAgIDxkZCBjbGFzc05hbWU9XCJtdC0wLjUgdGV4dC0yeGwgZm9udC1zZW1pYm9sZCB0cmFja2luZy10aWdodCB0ZXh0LWdyYWRpZW50LWRhcmtcIj5cbiAgICAgICAgICAgICAgICAgIHt2YWx1ZX1cbiAgICAgICAgICAgICAgICA8L2RkPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICkpfVxuICAgICAgICAgIDwvZGw+XG4gICAgICA8L2Rpdj5cbiAgICAgIDwvQ29udGFpbmVyPlxuICAgIDwvZGl2PlxuICApXG59XG4iXSwibmFtZXMiOlsiQmFja2dyb3VuZEltYWdlIiwiQnV0dG9uIiwiQ29udGFpbmVyIiwiSGVybyIsImRpdiIsImNsYXNzTmFtZSIsImgyIiwiaDEiLCJwIiwic3BhbiIsImRsIiwibWFwIiwibmFtZSIsInZhbHVlIiwiZHQiLCJkZCJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Hero.jsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Hero: () => (/* binding */ Hero)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_BackgroundImage__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/BackgroundImage */ \"(rsc)/./src/components/BackgroundImage.jsx\");\n/* harmony import */ var _components_Button__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/Button */ \"(rsc)/./src/components/Button.jsx\");\n/* harmony import */ var _components_Container__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/Container */ \"(rsc)/./src/components/Container.jsx\");\n\n\n\n\nfunction Hero() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative lg:py-12 mt-20 pb-12 pt-12\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_BackgroundImage__WEBPACK_IMPORTED_MODULE_1__.BackgroundImage, {\n className: \"-bottom-14 -top-20\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 10,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Container__WEBPACK_IMPORTED_MODULE_3__.Container, {\n className: \"relative\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-2xl lg:max-w-4xl lg:px-12\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"font-display lg:text-6xl text-4xl font-semibold leading-normal tracking-tighter text-gradient-dark\",\n children: \"OurVerse\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 13,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h1\", {\n className: \"lg:mt-2 mt-0 font-display lg:text-2xl text-lg font-semibold tracking-tight text-gradient-dark\",\n children: \"Powered by ThreeFold\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 16,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-4 space-y-6 mx-4 font-display section-text\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"emphasis\",\n children: \"OurVerse\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 21,\n columnNumber: 13\n }, this),\n \" is a fully immersive metaverse platform, offering a space where virtual interactions feel real, engaging, and limitless. Our metaverse is fully decentralized and powered by the ThreeFold Grid, enabling global collaboration with enhanced security, flexibility and freedom.\"\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 20,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n children: \"Our mission is to break down the barriers to meaningful connection and collaboration. We believe that everyone, regardless of location or resources, should have access to immersive and engaging spaces where they can meet, create, and innovate together.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 24,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"br\", {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 27,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"/about\",\n className: \"lg:text-base pt-4 text-sm font-mono text-cyan-600 hover:text-purple-600\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"u\", {\n children: [\n \"Learn More about OurVerse\",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n \"aria-hidden\": \"true\",\n children: \"→\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 29,\n columnNumber: 49\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 29,\n columnNumber: 21\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 28,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 19,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dl\", {\n className: \"mt-10 grid grid-cols-2 gap-x-10 gap-y-4 lg:auto-cols-auto lg:grid-flow-col lg:grid-cols-none lg:justify-start text-center lg:text-left\",\n children: [\n [\n \"3D Assets\",\n \"100000+\"\n ],\n [\n \"Users\",\n \"5000+\"\n ],\n [\n \"Verses\",\n \"2000+\"\n ],\n [\n \"Countries\",\n \"15\"\n ]\n ].map(([name, value])=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dt\", {\n className: \"text-intro\",\n children: name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 42,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dd\", {\n className: \"mt-0.5 text-2xl font-semibold tracking-tight text-gradient-dark\",\n children: value\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 43,\n columnNumber: 17\n }, this)\n ]\n }, name, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 41,\n columnNumber: 15\n }, this))\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 34,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 12,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 11,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx\",\n lineNumber: 9,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9IZXJvLmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7O0FBQThEO0FBQ2xCO0FBQ007QUFJM0MsU0FBU0c7SUFDZCxxQkFDRSw4REFBQ0M7UUFBSUMsV0FBVTs7MEJBQ2IsOERBQUNMLHdFQUFlQTtnQkFBQ0ssV0FBVTs7Ozs7OzBCQUMzQiw4REFBQ0gsNERBQVNBO2dCQUFDRyxXQUFVOzBCQUNuQiw0RUFBQ0Q7b0JBQUlDLFdBQVU7O3NDQUNiLDhEQUFDQzs0QkFBR0QsV0FBVTtzQ0FBcUc7Ozs7OztzQ0FHbkgsOERBQUNFOzRCQUFHRixXQUFVO3NDQUFnRzs7Ozs7O3NDQUc5Ryw4REFBQ0Q7NEJBQUlDLFdBQVU7OzhDQUNiLDhEQUFDRzs7c0RBQ0QsOERBQUNDOzRDQUFLSixXQUFVO3NEQUFXOzs7Ozs7d0NBQWU7Ozs7Ozs7OENBRzFDLDhEQUFDRzs4Q0FBRTs7Ozs7OzhDQUdILDhEQUFDRTs7Ozs7OENBQ0QsOERBQUNDO29DQUFFQyxNQUFLO29DQUFTUCxXQUFVOzhDQUNuQiw0RUFBQ1E7OzRDQUFFOzBEQUF5Qiw4REFBQ0o7Z0RBQUtLLGVBQVk7MERBQU87Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O3NDQUsvRCw4REFBQ0M7NEJBQUdWLFdBQVU7c0NBQ1g7Z0NBQ0M7b0NBQUM7b0NBQWE7aUNBQVU7Z0NBQ3hCO29DQUFDO29DQUFTO2lDQUFRO2dDQUNsQjtvQ0FBQztvQ0FBVTtpQ0FBUTtnQ0FDbkI7b0NBQUM7b0NBQWE7aUNBQUs7NkJBQ3BCLENBQUNXLEdBQUcsQ0FBQyxDQUFDLENBQUNDLE1BQU1DLE1BQU0saUJBQ2xCLDhEQUFDZDs7c0RBQ0MsOERBQUNlOzRDQUFHZCxXQUFVO3NEQUFjWTs7Ozs7O3NEQUM1Qiw4REFBQ0c7NENBQUdmLFdBQVU7c0RBQ1hhOzs7Ozs7O21DQUhLRDs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBWXhCIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLy4vc3JjL2NvbXBvbmVudHMvSGVyby5qc3g/YjBkMyJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBCYWNrZ3JvdW5kSW1hZ2UgfSBmcm9tICdAL2NvbXBvbmVudHMvQmFja2dyb3VuZEltYWdlJ1xuaW1wb3J0IHsgQnV0dG9uIH0gZnJvbSAnQC9jb21wb25lbnRzL0J1dHRvbidcbmltcG9ydCB7IENvbnRhaW5lciB9IGZyb20gJ0AvY29tcG9uZW50cy9Db250YWluZXInXG5cblxuXG5leHBvcnQgZnVuY3Rpb24gSGVybygpIHtcbiAgcmV0dXJuIChcbiAgICA8ZGl2IGNsYXNzTmFtZT1cInJlbGF0aXZlIGxnOnB5LTEyIG10LTIwIHBiLTEyIHB0LTEyXCI+XG4gICAgICA8QmFja2dyb3VuZEltYWdlIGNsYXNzTmFtZT1cIi1ib3R0b20tMTQgLXRvcC0yMFwiIC8+XG4gICAgICA8Q29udGFpbmVyIGNsYXNzTmFtZT1cInJlbGF0aXZlXCI+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXgtYXV0byBtYXgtdy0yeGwgbGc6bWF4LXctNHhsIGxnOnB4LTEyXCI+XG4gICAgICAgICAgPGgyIGNsYXNzTmFtZT1cImZvbnQtZGlzcGxheSBsZzp0ZXh0LTZ4bCB0ZXh0LTR4bCBmb250LXNlbWlib2xkIGxlYWRpbmctbm9ybWFsIHRyYWNraW5nLXRpZ2h0ZXIgdGV4dC1ncmFkaWVudC1kYXJrXCI+XG4gICAgICAgICAgICBPdXJWZXJzZVxuICAgICAgICAgIDwvaDI+XG4gICAgICAgICAgPGgxIGNsYXNzTmFtZT1cImxnOm10LTIgbXQtMCBmb250LWRpc3BsYXkgbGc6dGV4dC0yeGwgdGV4dC1sZyBmb250LXNlbWlib2xkIHRyYWNraW5nLXRpZ2h0IHRleHQtZ3JhZGllbnQtZGFya1wiPlxuICAgICAgICAgICAgUG93ZXJlZCBieSBUaHJlZUZvbGRcbiAgICAgICAgICA8L2gxPlxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXQtNCBzcGFjZS15LTYgbXgtNCBmb250LWRpc3BsYXkgc2VjdGlvbi10ZXh0XCI+XG4gICAgICAgICAgICA8cD5cbiAgICAgICAgICAgIDxzcGFuIGNsYXNzTmFtZT0nZW1waGFzaXMnPk91clZlcnNlPC9zcGFuPiBpcyBhIGZ1bGx5IGltbWVyc2l2ZSBtZXRhdmVyc2UgcGxhdGZvcm0sIG9mZmVyaW5nIGEgc3BhY2Ugd2hlcmUgdmlydHVhbCBpbnRlcmFjdGlvbnMgXG4gICAgICAgICAgICBmZWVsIHJlYWwsIGVuZ2FnaW5nLCBhbmQgbGltaXRsZXNzLiBPdXIgbWV0YXZlcnNlIGlzIGZ1bGx5IGRlY2VudHJhbGl6ZWQgYW5kIHBvd2VyZWQgYnkgdGhlIFRocmVlRm9sZCBHcmlkLCBlbmFibGluZyBnbG9iYWwgY29sbGFib3JhdGlvbiB3aXRoIGVuaGFuY2VkIHNlY3VyaXR5LCBmbGV4aWJpbGl0eSBhbmQgZnJlZWRvbS4gIFxuICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICBPdXIgbWlzc2lvbiBpcyB0byBicmVhayBkb3duIHRoZSBiYXJyaWVycyB0byBtZWFuaW5nZnVsIGNvbm5lY3Rpb24gYW5kIGNvbGxhYm9yYXRpb24uIFdlIGJlbGlldmUgdGhhdCBldmVyeW9uZSwgcmVnYXJkbGVzcyBvZiBsb2NhdGlvbiBvciByZXNvdXJjZXMsIHNob3VsZCBoYXZlIGFjY2VzcyB0byBpbW1lcnNpdmUgYW5kIGVuZ2FnaW5nIHNwYWNlcyB3aGVyZSB0aGV5IGNhbiBtZWV0LCBjcmVhdGUsIGFuZCBpbm5vdmF0ZSB0b2dldGhlci5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICAgIDxici8+XG4gICAgICAgICAgICA8YSBocmVmPVwiL2Fib3V0XCIgY2xhc3NOYW1lPVwibGc6dGV4dC1iYXNlIHB0LTQgdGV4dC1zbSBmb250LW1vbm8gdGV4dC1jeWFuLTYwMCAgaG92ZXI6dGV4dC1wdXJwbGUtNjAwXCI+XG4gICAgICAgICAgICAgICAgICAgIDx1PkxlYXJuIE1vcmUgYWJvdXQgT3VyVmVyc2U8c3BhbiBhcmlhLWhpZGRlbj1cInRydWVcIj7ihpI8L3NwYW4+PC91PlxuICAgICAgICAgPC9hPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIFxuXG4gICAgICAgICAgPGRsIGNsYXNzTmFtZT1cIm10LTEwIGdyaWQgZ3JpZC1jb2xzLTIgZ2FwLXgtMTAgZ2FwLXktNCBsZzphdXRvLWNvbHMtYXV0byBsZzpncmlkLWZsb3ctY29sIGxnOmdyaWQtY29scy1ub25lIGxnOmp1c3RpZnktc3RhcnQgdGV4dC1jZW50ZXIgbGc6dGV4dC1sZWZ0XCI+XG4gICAgICAgICAgICB7W1xuICAgICAgICAgICAgICBbJzNEIEFzc2V0cycsICcxMDAwMDArJ10sXG4gICAgICAgICAgICAgIFsnVXNlcnMnLCAnNTAwMCsnXSxcbiAgICAgICAgICAgICAgWydWZXJzZXMnLCAnMjAwMCsnXSxcbiAgICAgICAgICAgICAgWydDb3VudHJpZXMnLCAnMTUnXSxcbiAgICAgICAgICAgIF0ubWFwKChbbmFtZSwgdmFsdWVdKSA9PiAoXG4gICAgICAgICAgICAgIDxkaXYga2V5PXtuYW1lfT5cbiAgICAgICAgICAgICAgICA8ZHQgY2xhc3NOYW1lPVwidGV4dC1pbnRyb1wiPntuYW1lfTwvZHQ+XG4gICAgICAgICAgICAgICAgPGRkIGNsYXNzTmFtZT1cIm10LTAuNSB0ZXh0LTJ4bCBmb250LXNlbWlib2xkIHRyYWNraW5nLXRpZ2h0IHRleHQtZ3JhZGllbnQtZGFya1wiPlxuICAgICAgICAgICAgICAgICAge3ZhbHVlfVxuICAgICAgICAgICAgICAgIDwvZGQ+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgKSl9XG4gICAgICAgICAgPC9kbD5cbiAgICAgIDwvZGl2PlxuICAgICAgPC9Db250YWluZXI+XG4gICAgPC9kaXY+XG4gIClcbn1cbiJdLCJuYW1lcyI6WyJCYWNrZ3JvdW5kSW1hZ2UiLCJCdXR0b24iLCJDb250YWluZXIiLCJIZXJvIiwiZGl2IiwiY2xhc3NOYW1lIiwiaDIiLCJoMSIsInAiLCJzcGFuIiwiYnIiLCJhIiwiaHJlZiIsInUiLCJhcmlhLWhpZGRlbiIsImRsIiwibWFwIiwibmFtZSIsInZhbHVlIiwiZHQiLCJkZCJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Hero.jsx\n"); /***/ }), diff --git a/.next/server/app/(main)/page_client-reference-manifest.js b/.next/server/app/(main)/page_client-reference-manifest.js index 665a3b7..b16154c 100644 --- a/.next/server/app/(main)/page_client-reference-manifest.js +++ b/.next/server/app/(main)/page_client-reference-manifest.js @@ -1 +1 @@ -globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(main)/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"(app-pages-browser)/./node_modules/next/dist/client/image-component.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/image-component.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/link.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/link.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/components/Bentosection.jsx":{"*":{"id":"(ssr)/./src/components/Bentosection.jsx","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/components/Product.jsx":{"*":{"id":"(ssr)/./src/components/Product.jsx","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/images/background3.jpg":{"*":{"id":"(ssr)/./src/images/background3.jpg","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/images/logos/mirage.svg":{"*":{"id":"(ssr)/./src/images/logos/mirage.svg","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/images/logos/statickit.svg":{"*":{"id":"(ssr)/./src/images/logos/statickit.svg","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/images/logos/transistor.svg":{"*":{"id":"(ssr)/./src/images/logos/transistor.svg","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/images/logos/tuple.svg":{"*":{"id":"(ssr)/./src/images/logos/tuple.svg","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/components/Header.jsx":{"*":{"id":"(ssr)/./src/components/Header.jsx","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/components/app-router.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/components/app-router.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/components/client-page.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/components/client-page.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/components/error-boundary.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/components/error-boundary.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/components/layout-router.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/components/layout-router.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/components/not-found-boundary.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/components/not-found-boundary.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/components/render-from-template-context.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/components/render-from-template-context.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/@headlessui/react/dist/components/disclosure/disclosure.js":{"*":{"id":"(ssr)/./node_modules/@headlessui/react/dist/components/disclosure/disclosure.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/@headlessui/react/dist/components/popover/popover.js":{"*":{"id":"(ssr)/./node_modules/@headlessui/react/dist/components/popover/popover.js","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/image-component.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/image-component.js","name":"*","chunks":["app/not-found","static/chunks/app/not-found.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/esm/client/image-component.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/image-component.js","name":"*","chunks":["app/not-found","static/chunks/app/not-found.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/link.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/link.js","name":"*","chunks":["app/not-found","static/chunks/app/not-found.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/esm/client/link.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/link.js","name":"*","chunks":["app/not-found","static/chunks/app/not-found.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx":{"id":"(app-pages-browser)/./src/components/Bentosection.jsx","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx":{"id":"(app-pages-browser)/./src/components/Product.jsx","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/background3.jpg":{"id":"(app-pages-browser)/./src/images/background3.jpg","name":"*","chunks":["app/not-found","static/chunks/app/not-found.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/mirage.svg":{"id":"(app-pages-browser)/./src/images/logos/mirage.svg","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/statickit.svg":{"id":"(app-pages-browser)/./src/images/logos/statickit.svg","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/transistor.svg":{"id":"(app-pages-browser)/./src/images/logos/transistor.svg","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/tuple.svg":{"id":"(app-pages-browser)/./src/images/logos/tuple.svg","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx":{"id":"(app-pages-browser)/./src/components/Header.jsx","name":"*","chunks":["app/not-found","static/chunks/app/not-found.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"display\":\"swap\",\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":"(app-pages-browser)/./node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"display\":\"swap\",\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}","name":"*","chunks":["app/layout","static/chunks/app/layout.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"DM_Sans\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"700\"],\"display\":\"swap\",\"variable\":\"--font-dm-sans\"}],\"variableName\":\"dmSans\"}":{"id":"(app-pages-browser)/./node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"DM_Sans\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"700\"],\"display\":\"swap\",\"variable\":\"--font-dm-sans\"}],\"variableName\":\"dmSans\"}","name":"*","chunks":["app/layout","static/chunks/app/layout.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css":{"id":"(app-pages-browser)/./src/styles/tailwind.css","name":"*","chunks":["app/layout","static/chunks/app/layout.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/app-router.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/app-router.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/esm/client/components/app-router.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/app-router.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/client-page.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/client-page.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/esm/client/components/client-page.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/client-page.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/error-boundary.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/error-boundary.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/error-boundary.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/layout-router.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/layout-router.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/esm/client/components/layout-router.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/layout-router.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/not-found-boundary.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/not-found-boundary.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/not-found-boundary.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/render-from-template-context.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/render-from-template-context.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/render-from-template-context.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/components/disclosure/disclosure.js":{"id":"(app-pages-browser)/./node_modules/@headlessui/react/dist/components/disclosure/disclosure.js","name":"*","chunks":[],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/components/popover/popover.js":{"id":"(app-pages-browser)/./node_modules/@headlessui/react/dist/components/popover/popover.js","name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/":[],"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/(main)/page":[],"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/(main)/layout":[],"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/layout":["static/css/app/layout.css"],"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/not-found":[]}} \ No newline at end of file +globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(main)/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"(app-pages-browser)/./node_modules/next/dist/client/image-component.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/image-component.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/link.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/link.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/components/Bentosection.jsx":{"*":{"id":"(ssr)/./src/components/Bentosection.jsx","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/components/Product.jsx":{"*":{"id":"(ssr)/./src/components/Product.jsx","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/images/background3.jpg":{"*":{"id":"(ssr)/./src/images/background3.jpg","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/images/logos/mirage.svg":{"*":{"id":"(ssr)/./src/images/logos/mirage.svg","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/images/logos/statickit.svg":{"*":{"id":"(ssr)/./src/images/logos/statickit.svg","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/images/logos/transistor.svg":{"*":{"id":"(ssr)/./src/images/logos/transistor.svg","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/images/logos/tuple.svg":{"*":{"id":"(ssr)/./src/images/logos/tuple.svg","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./src/components/Header.jsx":{"*":{"id":"(ssr)/./src/components/Header.jsx","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/components/app-router.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/components/app-router.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/components/client-page.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/components/client-page.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/components/error-boundary.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/components/error-boundary.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/components/layout-router.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/components/layout-router.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/components/not-found-boundary.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/components/not-found-boundary.js","name":"*","chunks":[],"async":false}},"(app-pages-browser)/./node_modules/next/dist/client/components/render-from-template-context.js":{"*":{"id":"(ssr)/./node_modules/next/dist/client/components/render-from-template-context.js","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/image-component.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/image-component.js","name":"*","chunks":["app/not-found","static/chunks/app/not-found.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/esm/client/image-component.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/image-component.js","name":"*","chunks":["app/not-found","static/chunks/app/not-found.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/link.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/link.js","name":"*","chunks":["app/not-found","static/chunks/app/not-found.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/esm/client/link.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/link.js","name":"*","chunks":["app/not-found","static/chunks/app/not-found.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx":{"id":"(app-pages-browser)/./src/components/Bentosection.jsx","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx":{"id":"(app-pages-browser)/./src/components/Product.jsx","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/background3.jpg":{"id":"(app-pages-browser)/./src/images/background3.jpg","name":"*","chunks":["app/not-found","static/chunks/app/not-found.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/mirage.svg":{"id":"(app-pages-browser)/./src/images/logos/mirage.svg","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/statickit.svg":{"id":"(app-pages-browser)/./src/images/logos/statickit.svg","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/transistor.svg":{"id":"(app-pages-browser)/./src/images/logos/transistor.svg","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/tuple.svg":{"id":"(app-pages-browser)/./src/images/logos/tuple.svg","name":"*","chunks":["app/(main)/page","static/chunks/app/(main)/page.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx":{"id":"(app-pages-browser)/./src/components/Header.jsx","name":"*","chunks":["app/not-found","static/chunks/app/not-found.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"display\":\"swap\",\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":"(app-pages-browser)/./node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"display\":\"swap\",\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}","name":"*","chunks":["app/layout","static/chunks/app/layout.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"DM_Sans\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"700\"],\"display\":\"swap\",\"variable\":\"--font-dm-sans\"}],\"variableName\":\"dmSans\"}":{"id":"(app-pages-browser)/./node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"DM_Sans\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"700\"],\"display\":\"swap\",\"variable\":\"--font-dm-sans\"}],\"variableName\":\"dmSans\"}","name":"*","chunks":["app/layout","static/chunks/app/layout.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css":{"id":"(app-pages-browser)/./src/styles/tailwind.css","name":"*","chunks":["app/layout","static/chunks/app/layout.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/app-router.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/app-router.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/esm/client/components/app-router.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/app-router.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/client-page.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/client-page.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/esm/client/components/client-page.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/client-page.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/error-boundary.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/error-boundary.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/error-boundary.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/layout-router.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/layout-router.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/esm/client/components/layout-router.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/layout-router.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/not-found-boundary.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/not-found-boundary.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/not-found-boundary.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/render-from-template-context.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/render-from-template-context.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false},"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":"(app-pages-browser)/./node_modules/next/dist/client/components/render-from-template-context.js","name":"*","chunks":["app-pages-internals","static/chunks/app-pages-internals.js"],"async":false}},"entryCSSFiles":{"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/":[],"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/(main)/page":[],"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/(main)/layout":[],"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/layout":["static/css/app/layout.css"],"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/not-found":[]}} \ No newline at end of file diff --git a/.next/server/server-reference-manifest.json b/.next/server/server-reference-manifest.json index 0f08cea..22a1294 100644 --- a/.next/server/server-reference-manifest.json +++ b/.next/server/server-reference-manifest.json @@ -1,5 +1,5 @@ { "node": {}, "edge": {}, - "encryptionKey": "4fXYsoskwpWuQelJwC7hOD1NDMSxh+G4gpRcJqBz0Qk=" + "encryptionKey": "oSv3VltPL5IHZ7Y9PD7GWK0xVMSrl0JMyVRP8W1vB5M=" } \ No newline at end of file diff --git a/.next/server/webpack-runtime.js b/.next/server/webpack-runtime.js index dd2b53a..33fa21c 100644 --- a/.next/server/webpack-runtime.js +++ b/.next/server/webpack-runtime.js @@ -125,7 +125,7 @@ /******/ /******/ /* webpack/runtime/getFullHash */ /******/ (() => { -/******/ __webpack_require__.h = () => ("4abbaf3946044274") +/******/ __webpack_require__.h = () => ("f63619ab0f4ff1a5") /******/ })(); /******/ /******/ /* webpack/runtime/hasOwnProperty shorthand */ diff --git a/.next/trace b/.next/trace index 7459ea0..400af09 100644 --- a/.next/trace +++ b/.next/trace @@ -1,161 +1,67 @@ -[{"name":"hot-reloader","duration":41,"timestamp":1482391433528,"id":3,"tags":{"version":"14.2.11","isTurbopack":false},"startTime":1728048937288,"traceId":"b09007848b46e699"},{"name":"start","duration":1,"timestamp":1482391434228,"id":4,"parentId":3,"tags":{},"startTime":1728048937288,"traceId":"b09007848b46e699"},{"name":"get-version-info","duration":619050,"timestamp":1482391434335,"id":5,"parentId":4,"tags":{},"startTime":1728048937289,"traceId":"b09007848b46e699"},{"name":"clean","duration":46988,"timestamp":1482392053458,"id":6,"parentId":4,"tags":{},"startTime":1728048937908,"traceId":"b09007848b46e699"},{"name":"create-pages-mapping","duration":188,"timestamp":1482392101902,"id":8,"parentId":7,"tags":{},"startTime":1728048937956,"traceId":"b09007848b46e699"},{"name":"create-entrypoints","duration":130233,"timestamp":1482392102117,"id":9,"parentId":7,"tags":{},"startTime":1728048937956,"traceId":"b09007848b46e699"},{"name":"generate-webpack-config","duration":147888,"timestamp":1482392232399,"id":10,"parentId":7,"tags":{},"startTime":1728048938087,"traceId":"b09007848b46e699"},{"name":"get-webpack-config","duration":278475,"timestamp":1482392101834,"id":7,"parentId":4,"tags":{},"startTime":1728048937956,"traceId":"b09007848b46e699"},{"name":"make","duration":1057,"timestamp":1482392454473,"id":12,"parentId":11,"tags":{},"startTime":1728048938309,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":591,"timestamp":1482392459724,"id":14,"parentId":13,"tags":{},"startTime":1728048938314,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":16,"timestamp":1482392460405,"id":16,"parentId":13,"tags":{},"startTime":1728048938315,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":180,"timestamp":1482392460632,"id":17,"parentId":13,"tags":{},"startTime":1728048938315,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":102,"timestamp":1482392460863,"id":18,"parentId":13,"tags":{},"startTime":1728048938315,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":103,"timestamp":1482392461110,"id":19,"parentId":13,"tags":{},"startTime":1728048938315,"traceId":"b09007848b46e699"},{"name":"optimize","duration":958,"timestamp":1482392460371,"id":15,"parentId":13,"tags":{},"startTime":1728048938315,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":69,"timestamp":1482392462008,"id":20,"parentId":13,"tags":{},"startTime":1728048938316,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":172,"timestamp":1482392462095,"id":21,"parentId":13,"tags":{},"startTime":1728048938316,"traceId":"b09007848b46e699"},{"name":"hash","duration":447,"timestamp":1482392462472,"id":22,"parentId":13,"tags":{},"startTime":1728048938317,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":103,"timestamp":1482392462917,"id":23,"parentId":13,"tags":{},"startTime":1728048938317,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":59,"timestamp":1482392463000,"id":24,"parentId":13,"tags":{},"startTime":1728048938317,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":166,"timestamp":1482392463072,"id":25,"parentId":13,"tags":{},"startTime":1728048938317,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":760,"timestamp":1482392599184,"id":27,"parentId":11,"tags":{},"startTime":1728048938453,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":1154,"timestamp":1482392598806,"id":26,"parentId":11,"tags":{},"startTime":1728048938453,"traceId":"b09007848b46e699"},{"name":"seal","duration":141477,"timestamp":1482392459461,"id":13,"parentId":11,"tags":{},"startTime":1728048938314,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":152262,"timestamp":1482392448911,"id":11,"parentId":3,"tags":{"name":"client"},"startTime":1728048938303,"traceId":"b09007848b46e699"},{"name":"emit","duration":5272,"timestamp":1482392601505,"id":28,"parentId":3,"tags":{},"startTime":1728048938456,"traceId":"b09007848b46e699"},{"name":"make","duration":1197,"timestamp":1482392615526,"id":30,"parentId":29,"tags":{},"startTime":1728048938470,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":25,"timestamp":1482392617085,"id":32,"parentId":31,"tags":{},"startTime":1728048938471,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1482392617130,"id":34,"parentId":31,"tags":{},"startTime":1728048938471,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":643,"timestamp":1482392617186,"id":35,"parentId":31,"tags":{},"startTime":1728048938471,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":7,"timestamp":1482392617864,"id":36,"parentId":31,"tags":{},"startTime":1728048938472,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":28,"timestamp":1482392617917,"id":37,"parentId":31,"tags":{},"startTime":1728048938472,"traceId":"b09007848b46e699"},{"name":"optimize","duration":871,"timestamp":1482392617123,"id":33,"parentId":31,"tags":{},"startTime":1728048938471,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":8,"timestamp":1482392618103,"id":38,"parentId":31,"tags":{},"startTime":1728048938472,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":7,"timestamp":1482392618120,"id":39,"parentId":31,"tags":{},"startTime":1728048938472,"traceId":"b09007848b46e699"},{"name":"hash","duration":68,"timestamp":1482392618161,"id":40,"parentId":31,"tags":{},"startTime":1728048938472,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":37,"timestamp":1482392618230,"id":41,"parentId":31,"tags":{},"startTime":1728048938472,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":14,"timestamp":1482392618259,"id":42,"parentId":31,"tags":{},"startTime":1728048938472,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":13,"timestamp":1482392618279,"id":43,"parentId":31,"tags":{},"startTime":1728048938472,"traceId":"b09007848b46e699"},{"name":"seal","duration":1972,"timestamp":1482392617030,"id":31,"parentId":29,"tags":{},"startTime":1728048938471,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":4718,"timestamp":1482392614411,"id":29,"parentId":3,"tags":{"name":"server"},"startTime":1728048938469,"traceId":"b09007848b46e699"},{"name":"emit","duration":4168,"timestamp":1482392619188,"id":44,"parentId":3,"tags":{},"startTime":1728048938473,"traceId":"b09007848b46e699"},{"name":"make","duration":148,"timestamp":1482392627856,"id":46,"parentId":45,"tags":{},"startTime":1728048938482,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":22,"timestamp":1482392628441,"id":48,"parentId":47,"tags":{},"startTime":1728048938483,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1482392628478,"id":50,"parentId":47,"tags":{},"startTime":1728048938483,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":9,"timestamp":1482392628526,"id":51,"parentId":47,"tags":{},"startTime":1728048938483,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":5,"timestamp":1482392628546,"id":52,"parentId":47,"tags":{},"startTime":1728048938483,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1482392628571,"id":53,"parentId":47,"tags":{},"startTime":1728048938483,"traceId":"b09007848b46e699"},{"name":"optimize","duration":117,"timestamp":1482392628473,"id":49,"parentId":47,"tags":{},"startTime":1728048938483,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":7,"timestamp":1482392628678,"id":54,"parentId":47,"tags":{},"startTime":1728048938483,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":6,"timestamp":1482392628693,"id":55,"parentId":47,"tags":{},"startTime":1728048938483,"traceId":"b09007848b46e699"},{"name":"hash","duration":56,"timestamp":1482392628728,"id":56,"parentId":47,"tags":{},"startTime":1728048938483,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":15,"timestamp":1482392628784,"id":57,"parentId":47,"tags":{},"startTime":1728048938483,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":7,"timestamp":1482392628794,"id":58,"parentId":47,"tags":{},"startTime":1728048938483,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":10,"timestamp":1482392628805,"id":59,"parentId":47,"tags":{},"startTime":1728048938483,"traceId":"b09007848b46e699"},{"name":"seal","duration":874,"timestamp":1482392628412,"id":47,"parentId":45,"tags":{},"startTime":1728048938483,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":2881,"timestamp":1482392626435,"id":45,"parentId":3,"tags":{"name":"edge-server"},"startTime":1728048938481,"traceId":"b09007848b46e699"},{"name":"emit","duration":960,"timestamp":1482392629347,"id":60,"parentId":3,"tags":{},"startTime":1728048938484,"traceId":"b09007848b46e699"}] -[{"name":"make","duration":333,"timestamp":1482392856086,"id":65,"parentId":64,"tags":{},"startTime":1728048938710,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":22,"timestamp":1482392856570,"id":67,"parentId":66,"tags":{},"startTime":1728048938711,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1482392856606,"id":69,"parentId":66,"tags":{},"startTime":1728048938711,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":7,"timestamp":1482392856629,"id":70,"parentId":66,"tags":{},"startTime":1728048938711,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":6,"timestamp":1482392856646,"id":71,"parentId":66,"tags":{},"startTime":1728048938711,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1482392856667,"id":72,"parentId":66,"tags":{},"startTime":1728048938711,"traceId":"b09007848b46e699"},{"name":"optimize","duration":97,"timestamp":1482392856601,"id":68,"parentId":66,"tags":{},"startTime":1728048938711,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":7,"timestamp":1482392856787,"id":73,"parentId":66,"tags":{},"startTime":1728048938711,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":6,"timestamp":1482392856802,"id":74,"parentId":66,"tags":{},"startTime":1728048938711,"traceId":"b09007848b46e699"},{"name":"hash","duration":55,"timestamp":1482392856836,"id":75,"parentId":66,"tags":{},"startTime":1728048938711,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":16,"timestamp":1482392856892,"id":76,"parentId":66,"tags":{},"startTime":1728048938711,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":7,"timestamp":1482392856903,"id":77,"parentId":66,"tags":{},"startTime":1728048938711,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":12,"timestamp":1482392856914,"id":78,"parentId":66,"tags":{},"startTime":1728048938711,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":229,"timestamp":1482392857284,"id":80,"parentId":64,"tags":{},"startTime":1728048938711,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":274,"timestamp":1482392857243,"id":79,"parentId":64,"tags":{},"startTime":1728048938711,"traceId":"b09007848b46e699"},{"name":"seal","duration":1095,"timestamp":1482392856541,"id":66,"parentId":64,"tags":{},"startTime":1728048938711,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":2314,"timestamp":1482392855346,"id":64,"parentId":61,"tags":{"name":"client"},"startTime":1728048938710,"traceId":"b09007848b46e699"},{"name":"setup-dev-bundler","duration":1471248,"timestamp":1482391427485,"id":2,"parentId":1,"tags":{},"startTime":1728048937282,"traceId":"b09007848b46e699"},{"name":"run-instrumentation-hook","duration":43,"timestamp":1482392927221,"id":82,"parentId":1,"tags":{},"startTime":1728048938781,"traceId":"b09007848b46e699"},{"name":"emit","duration":70179,"timestamp":1482392857680,"id":81,"parentId":61,"tags":{},"startTime":1728048938712,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":78977,"timestamp":1482392850637,"id":61,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728048938705,"traceId":"b09007848b46e699"},{"name":"make","duration":374,"timestamp":1482392931512,"id":84,"parentId":83,"tags":{},"startTime":1728048938786,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":26,"timestamp":1482392932034,"id":86,"parentId":85,"tags":{},"startTime":1728048938786,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1482392932075,"id":88,"parentId":85,"tags":{},"startTime":1728048938786,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":154,"timestamp":1482392932140,"id":89,"parentId":85,"tags":{},"startTime":1728048938786,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":5,"timestamp":1482392932306,"id":90,"parentId":85,"tags":{},"startTime":1728048938786,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1482392932327,"id":91,"parentId":85,"tags":{},"startTime":1728048938787,"traceId":"b09007848b46e699"},{"name":"optimize","duration":283,"timestamp":1482392932070,"id":87,"parentId":85,"tags":{},"startTime":1728048938786,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":7,"timestamp":1482392932593,"id":92,"parentId":85,"tags":{},"startTime":1728048938787,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":6,"timestamp":1482392932607,"id":93,"parentId":85,"tags":{},"startTime":1728048938787,"traceId":"b09007848b46e699"},{"name":"hash","duration":53,"timestamp":1482392932641,"id":94,"parentId":85,"tags":{},"startTime":1728048938787,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":16,"timestamp":1482392932693,"id":95,"parentId":85,"tags":{},"startTime":1728048938787,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":7,"timestamp":1482392932704,"id":96,"parentId":85,"tags":{},"startTime":1728048938787,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":11,"timestamp":1482392932716,"id":97,"parentId":85,"tags":{},"startTime":1728048938787,"traceId":"b09007848b46e699"},{"name":"seal","duration":1079,"timestamp":1482392932006,"id":85,"parentId":83,"tags":{},"startTime":1728048938786,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":2283,"timestamp":1482392930839,"id":83,"parentId":62,"tags":{"name":"server"},"startTime":1728048938785,"traceId":"b09007848b46e699"},{"name":"start-dev-server","duration":1899853,"timestamp":1482391037345,"id":1,"tags":{"cpus":"8","platform":"darwin","memory.freeMem":"76300288","memory.totalMem":"8589934592","memory.heapSizeLimit":"4345298944","isTurbopack":false,"memory.rss":"177225728","memory.heapTotal":"104873984","memory.heapUsed":"79029600"},"startTime":1728048936892,"traceId":"b09007848b46e699"},{"name":"emit","duration":4597,"timestamp":1482392933146,"id":98,"parentId":62,"tags":{},"startTime":1728048938787,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":87445,"timestamp":1482392850921,"id":62,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728048938705,"traceId":"b09007848b46e699"},{"name":"make","duration":541,"timestamp":1482392940329,"id":100,"parentId":99,"tags":{},"startTime":1728048938795,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":21,"timestamp":1482392941101,"id":102,"parentId":101,"tags":{},"startTime":1728048938795,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1482392941140,"id":104,"parentId":101,"tags":{},"startTime":1728048938795,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":9,"timestamp":1482392941160,"id":105,"parentId":101,"tags":{},"startTime":1728048938795,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":6,"timestamp":1482392941179,"id":106,"parentId":101,"tags":{},"startTime":1728048938795,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1482392941201,"id":107,"parentId":101,"tags":{},"startTime":1728048938795,"traceId":"b09007848b46e699"},{"name":"optimize","duration":92,"timestamp":1482392941132,"id":103,"parentId":101,"tags":{},"startTime":1728048938795,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":7,"timestamp":1482392941307,"id":108,"parentId":101,"tags":{},"startTime":1728048938795,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":6,"timestamp":1482392941321,"id":109,"parentId":101,"tags":{},"startTime":1728048938796,"traceId":"b09007848b46e699"},{"name":"hash","duration":44,"timestamp":1482392941354,"id":110,"parentId":101,"tags":{},"startTime":1728048938796,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":16,"timestamp":1482392941397,"id":111,"parentId":101,"tags":{},"startTime":1728048938796,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":7,"timestamp":1482392941408,"id":112,"parentId":101,"tags":{},"startTime":1728048938796,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":12,"timestamp":1482392941419,"id":113,"parentId":101,"tags":{},"startTime":1728048938796,"traceId":"b09007848b46e699"},{"name":"seal","duration":655,"timestamp":1482392941074,"id":101,"parentId":99,"tags":{},"startTime":1728048938795,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":2065,"timestamp":1482392939689,"id":99,"parentId":63,"tags":{"name":"edge-server"},"startTime":1728048938794,"traceId":"b09007848b46e699"},{"name":"emit","duration":7245,"timestamp":1482392941769,"id":114,"parentId":63,"tags":{},"startTime":1728048938796,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-edge-server","duration":98833,"timestamp":1482392850955,"id":63,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728048938705,"traceId":"b09007848b46e699"}] -[{"name":"add-entry","duration":427575,"timestamp":1482396822971,"id":120,"parentId":119,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728048942677,"traceId":"b09007848b46e699"},{"name":"make","duration":732692,"timestamp":1482396814542,"id":119,"parentId":118,"tags":{},"startTime":1728048942669,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":9637,"timestamp":1482397582075,"id":128,"parentId":127,"tags":{},"startTime":1728048943436,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1482397591752,"id":130,"parentId":127,"tags":{},"startTime":1728048943446,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":6917,"timestamp":1482397591784,"id":131,"parentId":127,"tags":{},"startTime":1728048943446,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1482397598735,"id":132,"parentId":127,"tags":{},"startTime":1728048943453,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1482397598765,"id":133,"parentId":127,"tags":{},"startTime":1728048943453,"traceId":"b09007848b46e699"},{"name":"optimize","duration":9882,"timestamp":1482397591739,"id":129,"parentId":127,"tags":{},"startTime":1728048943446,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":12987,"timestamp":1482397615866,"id":134,"parentId":127,"tags":{},"startTime":1728048943470,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":10102,"timestamp":1482397628909,"id":135,"parentId":127,"tags":{},"startTime":1728048943483,"traceId":"b09007848b46e699"},{"name":"hash","duration":6472,"timestamp":1482397644119,"id":136,"parentId":127,"tags":{},"startTime":1728048943498,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":258,"timestamp":1482397650590,"id":137,"parentId":127,"tags":{},"startTime":1728048943505,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":652,"timestamp":1482397650821,"id":138,"parentId":127,"tags":{},"startTime":1728048943505,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":10931,"timestamp":1482397651481,"id":139,"parentId":127,"tags":{},"startTime":1728048943506,"traceId":"b09007848b46e699"},{"name":"seal","duration":90313,"timestamp":1482397575670,"id":127,"parentId":118,"tags":{},"startTime":1728048943430,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":856452,"timestamp":1482396813660,"id":118,"parentId":116,"tags":{"name":"server"},"startTime":1728048942668,"traceId":"b09007848b46e699"},{"name":"emit","duration":6635,"timestamp":1482397670375,"id":140,"parentId":116,"tags":{},"startTime":1728048943525,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":866244,"timestamp":1482396812244,"id":116,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728048942666,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":275762,"timestamp":1482397696583,"id":143,"parentId":142,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728048943551,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":438093,"timestamp":1482397696874,"id":146,"parentId":142,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728048943551,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":515150,"timestamp":1482397696999,"id":148,"parentId":142,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728048943551,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":540182,"timestamp":1482397696699,"id":144,"parentId":142,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728048943551,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":539889,"timestamp":1482397697008,"id":149,"parentId":142,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728048943551,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":545542,"timestamp":1482397696981,"id":147,"parentId":142,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728048943551,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":563261,"timestamp":1482397696730,"id":145,"parentId":142,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728048943551,"traceId":"b09007848b46e699"},{"name":"make","duration":572610,"timestamp":1482397687513,"id":142,"parentId":141,"tags":{},"startTime":1728048943542,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":7602,"timestamp":1482398288155,"id":151,"parentId":150,"tags":{},"startTime":1728048944142,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":10,"timestamp":1482398295829,"id":153,"parentId":150,"tags":{},"startTime":1728048944150,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":144,"timestamp":1482398297703,"id":154,"parentId":150,"tags":{},"startTime":1728048944152,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":11,"timestamp":1482398297910,"id":155,"parentId":150,"tags":{},"startTime":1728048944152,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1482398298042,"id":156,"parentId":150,"tags":{},"startTime":1728048944152,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4918,"timestamp":1482398295807,"id":152,"parentId":150,"tags":{},"startTime":1728048944150,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":9529,"timestamp":1482398305532,"id":157,"parentId":150,"tags":{},"startTime":1728048944160,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":8837,"timestamp":1482398315095,"id":158,"parentId":150,"tags":{},"startTime":1728048944169,"traceId":"b09007848b46e699"},{"name":"hash","duration":11912,"timestamp":1482398328909,"id":159,"parentId":150,"tags":{},"startTime":1728048944183,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":328,"timestamp":1482398340820,"id":160,"parentId":150,"tags":{},"startTime":1728048944195,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":302,"timestamp":1482398341131,"id":161,"parentId":150,"tags":{},"startTime":1728048944195,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4104,"timestamp":1482398341443,"id":162,"parentId":150,"tags":{},"startTime":1728048944196,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":420,"timestamp":1482398348243,"id":164,"parentId":141,"tags":{},"startTime":1728048944202,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":1013,"timestamp":1482398347661,"id":163,"parentId":141,"tags":{},"startTime":1728048944202,"traceId":"b09007848b46e699"},{"name":"seal","duration":70147,"timestamp":1482398283797,"id":150,"parentId":141,"tags":{},"startTime":1728048944138,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":670115,"timestamp":1482397683920,"id":141,"parentId":126,"tags":{"name":"client"},"startTime":1728048943538,"traceId":"b09007848b46e699"},{"name":"emit","duration":14473,"timestamp":1482398354116,"id":165,"parentId":126,"tags":{},"startTime":1728048944208,"traceId":"b09007848b46e699"},{"name":"compile-path","duration":1557727,"timestamp":1482396812280,"id":117,"tags":{"trigger":"/","isTurbopack":false},"startTime":1728048942666,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1101658,"timestamp":1482397269009,"id":126,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728048943123,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":1841966,"timestamp":1482396802470,"id":115,"tags":{"url":"/","isTurbopack":false},"startTime":1728048942657,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1482398644519,"id":166,"parentId":115,"tags":{"url":"/","memory.rss":"346013696","memory.heapUsed":"185757736","memory.heapTotal":"214794240"},"startTime":1728048944499,"traceId":"b09007848b46e699"},{"name":"client-success","duration":17,"timestamp":1482400312729,"id":167,"parentId":3,"tags":{},"startTime":1728048946167,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":120081,"timestamp":1482400977655,"id":173,"parentId":172,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728048946832,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":120831,"timestamp":1482400977869,"id":174,"parentId":172,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728048946832,"traceId":"b09007848b46e699"},{"name":"make","duration":217451,"timestamp":1482400974782,"id":172,"parentId":171,"tags":{},"startTime":1728048946829,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":8076,"timestamp":1482401206802,"id":188,"parentId":187,"tags":{},"startTime":1728048947061,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":17,"timestamp":1482401214954,"id":190,"parentId":187,"tags":{},"startTime":1728048947069,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":5929,"timestamp":1482401215181,"id":191,"parentId":187,"tags":{},"startTime":1728048947069,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":18,"timestamp":1482401221189,"id":192,"parentId":187,"tags":{},"startTime":1728048947075,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":9,"timestamp":1482401221265,"id":193,"parentId":187,"tags":{},"startTime":1728048947075,"traceId":"b09007848b46e699"},{"name":"optimize","duration":9175,"timestamp":1482401214929,"id":189,"parentId":187,"tags":{},"startTime":1728048947069,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1402,"timestamp":1482401229440,"id":194,"parentId":187,"tags":{},"startTime":1728048947084,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":2964,"timestamp":1482401230876,"id":195,"parentId":187,"tags":{},"startTime":1728048947085,"traceId":"b09007848b46e699"},{"name":"hash","duration":3454,"timestamp":1482401236331,"id":196,"parentId":187,"tags":{},"startTime":1728048947090,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":202,"timestamp":1482401239784,"id":197,"parentId":187,"tags":{},"startTime":1728048947094,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":313,"timestamp":1482401239961,"id":198,"parentId":187,"tags":{},"startTime":1728048947094,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3754,"timestamp":1482401240282,"id":199,"parentId":187,"tags":{},"startTime":1728048947094,"traceId":"b09007848b46e699"},{"name":"seal","duration":46066,"timestamp":1482401201590,"id":187,"parentId":171,"tags":{},"startTime":1728048947056,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":277555,"timestamp":1482400973847,"id":171,"parentId":169,"tags":{"name":"server"},"startTime":1728048946828,"traceId":"b09007848b46e699"},{"name":"emit","duration":3987,"timestamp":1482401251527,"id":200,"parentId":169,"tags":{},"startTime":1728048947106,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":289660,"timestamp":1482400966568,"id":169,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728048946821,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7403,"timestamp":1482401272264,"id":208,"parentId":202,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728048947126,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14343,"timestamp":1482401272152,"id":203,"parentId":202,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728048947126,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17711,"timestamp":1482401272258,"id":207,"parentId":202,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728048947126,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":24816,"timestamp":1482401272254,"id":206,"parentId":202,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728048947126,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":85875,"timestamp":1482401272268,"id":209,"parentId":202,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728048947126,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":89199,"timestamp":1482401272220,"id":204,"parentId":202,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728048947126,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":96251,"timestamp":1482401272272,"id":210,"parentId":202,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728048947126,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":96632,"timestamp":1482401272246,"id":205,"parentId":202,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728048947126,"traceId":"b09007848b46e699"},{"name":"make","duration":103668,"timestamp":1482401265440,"id":202,"parentId":201,"tags":{},"startTime":1728048947120,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5589,"timestamp":1482401381595,"id":212,"parentId":211,"tags":{},"startTime":1728048947236,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":10,"timestamp":1482401387236,"id":214,"parentId":211,"tags":{},"startTime":1728048947241,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":115,"timestamp":1482401387348,"id":215,"parentId":211,"tags":{},"startTime":1728048947241,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1482401387491,"id":216,"parentId":211,"tags":{},"startTime":1728048947242,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1482401387528,"id":217,"parentId":211,"tags":{},"startTime":1728048947242,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4041,"timestamp":1482401387221,"id":213,"parentId":211,"tags":{},"startTime":1728048947241,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":696,"timestamp":1482401393922,"id":218,"parentId":211,"tags":{},"startTime":1728048947248,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":2997,"timestamp":1482401394642,"id":219,"parentId":211,"tags":{},"startTime":1728048947249,"traceId":"b09007848b46e699"},{"name":"hash","duration":6834,"timestamp":1482401401426,"id":220,"parentId":211,"tags":{},"startTime":1728048947256,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":186,"timestamp":1482401408257,"id":221,"parentId":211,"tags":{},"startTime":1728048947262,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":257,"timestamp":1482401408427,"id":222,"parentId":211,"tags":{},"startTime":1728048947263,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5326,"timestamp":1482401408692,"id":223,"parentId":211,"tags":{},"startTime":1728048947263,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":198,"timestamp":1482401417241,"id":225,"parentId":201,"tags":{},"startTime":1728048947271,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":606,"timestamp":1482401416885,"id":224,"parentId":201,"tags":{},"startTime":1728048947271,"traceId":"b09007848b46e699"},{"name":"seal","duration":46727,"timestamp":1482401376264,"id":211,"parentId":201,"tags":{},"startTime":1728048947230,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":161609,"timestamp":1482401261441,"id":201,"parentId":186,"tags":{"name":"client"},"startTime":1728048947116,"traceId":"b09007848b46e699"},{"name":"emit","duration":5140,"timestamp":1482401423084,"id":226,"parentId":186,"tags":{},"startTime":1728048947277,"traceId":"b09007848b46e699"},{"name":"compile-path","duration":462561,"timestamp":1482400966805,"id":170,"tags":{"trigger":"/_not-found","isTurbopack":false},"startTime":1728048946821,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":324477,"timestamp":1482401105542,"id":186,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728048946960,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":12,"timestamp":1482401433886,"id":227,"parentId":3,"tags":{},"startTime":1728048947288,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":499000,"timestamp":1482401106147,"id":228,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1728048947467,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":685337,"timestamp":1482400961449,"id":168,"tags":{"url":"/about.html","isTurbopack":false},"startTime":1728048946816,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":3,"timestamp":1482401646881,"id":229,"parentId":168,"tags":{"url":"/about.html","memory.rss":"374636544","memory.heapUsed":"175372384","memory.heapTotal":"214827008"},"startTime":1728048947501,"traceId":"b09007848b46e699"},{"name":"client-success","duration":3,"timestamp":1482402032782,"id":230,"parentId":3,"tags":{},"startTime":1728048947887,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33406,"timestamp":1482403490600,"id":237,"parentId":235,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728048949345,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33482,"timestamp":1482403490537,"id":236,"parentId":235,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728048949345,"traceId":"b09007848b46e699"},{"name":"build-module","duration":42131,"timestamp":1482403505700,"id":239,"parentId":238,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1728048949360,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":78770,"timestamp":1482403557952,"id":242,"parentId":241,"tags":{},"startTime":1728048949412,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":79795,"timestamp":1482403556956,"id":241,"parentId":240,"tags":{},"startTime":1728048949411,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":85454,"timestamp":1482403554755,"id":240,"parentId":239,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/about/layout.jsx","layer":"rsc"},"startTime":1728048949409,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":73448,"timestamp":1482403567317,"id":245,"parentId":244,"tags":{},"startTime":1728048949421,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":73665,"timestamp":1482403567104,"id":244,"parentId":243,"tags":{},"startTime":1728048949421,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":75741,"timestamp":1482403566741,"id":243,"parentId":239,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/about/page.jsx","layer":"rsc"},"startTime":1728048949421,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6474,"timestamp":1482403660358,"id":248,"parentId":247,"tags":{},"startTime":1728048949514,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6753,"timestamp":1482403660094,"id":247,"parentId":246,"tags":{},"startTime":1728048949514,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":13247,"timestamp":1482403659240,"id":246,"parentId":243,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutvalues.jsx","layer":"rsc"},"startTime":1728048949513,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3237,"timestamp":1482403678852,"id":251,"parentId":250,"tags":{},"startTime":1728048949533,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3906,"timestamp":1482403678196,"id":250,"parentId":249,"tags":{},"startTime":1728048949532,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":10952,"timestamp":1482403675899,"id":249,"parentId":243,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutco.jsx","layer":"rsc"},"startTime":1728048949530,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":197428,"timestamp":1482403490606,"id":238,"parentId":235,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728048949345,"traceId":"b09007848b46e699"},{"name":"make","duration":281310,"timestamp":1482403488770,"id":235,"parentId":234,"tags":{},"startTime":1728048949343,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":7356,"timestamp":1482403790247,"id":270,"parentId":269,"tags":{},"startTime":1728048949644,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":14,"timestamp":1482403797672,"id":272,"parentId":269,"tags":{},"startTime":1728048949652,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":8491,"timestamp":1482403797716,"id":273,"parentId":269,"tags":{},"startTime":1728048949652,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":22,"timestamp":1482403806263,"id":274,"parentId":269,"tags":{},"startTime":1728048949660,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":11,"timestamp":1482403806329,"id":275,"parentId":269,"tags":{},"startTime":1728048949660,"traceId":"b09007848b46e699"},{"name":"optimize","duration":13415,"timestamp":1482403797651,"id":271,"parentId":269,"tags":{},"startTime":1728048949652,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1763,"timestamp":1482403821290,"id":276,"parentId":269,"tags":{},"startTime":1728048949675,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":13530,"timestamp":1482403823086,"id":277,"parentId":269,"tags":{},"startTime":1728048949677,"traceId":"b09007848b46e699"},{"name":"hash","duration":2875,"timestamp":1482403839651,"id":278,"parentId":269,"tags":{},"startTime":1728048949694,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":191,"timestamp":1482403842523,"id":279,"parentId":269,"tags":{},"startTime":1728048949697,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":426,"timestamp":1482403842695,"id":280,"parentId":269,"tags":{},"startTime":1728048949697,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":9864,"timestamp":1482403843146,"id":281,"parentId":269,"tags":{},"startTime":1728048949697,"traceId":"b09007848b46e699"},{"name":"seal","duration":73762,"timestamp":1482403782984,"id":269,"parentId":234,"tags":{},"startTime":1728048949637,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":375228,"timestamp":1482403488356,"id":234,"parentId":232,"tags":{"name":"server"},"startTime":1728048949342,"traceId":"b09007848b46e699"},{"name":"emit","duration":4664,"timestamp":1482403863654,"id":282,"parentId":232,"tags":{},"startTime":1728048949718,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":384476,"timestamp":1482403485130,"id":232,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728048949339,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10243,"timestamp":1482403886676,"id":290,"parentId":284,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728048949741,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10343,"timestamp":1482403886688,"id":292,"parentId":284,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728048949741,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10340,"timestamp":1482403886695,"id":293,"parentId":284,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728048949741,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":12968,"timestamp":1482403886560,"id":285,"parentId":284,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728048949741,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16144,"timestamp":1482403886668,"id":289,"parentId":284,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728048949741,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":21650,"timestamp":1482403886661,"id":288,"parentId":284,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728048949741,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":21607,"timestamp":1482403886718,"id":294,"parentId":284,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728048949741,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25808,"timestamp":1482403886682,"id":291,"parentId":284,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728048949741,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26763,"timestamp":1482403886640,"id":286,"parentId":284,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728048949741,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":28556,"timestamp":1482403886654,"id":287,"parentId":284,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728048949741,"traceId":"b09007848b46e699"},{"name":"make","duration":40820,"timestamp":1482403874457,"id":284,"parentId":283,"tags":{},"startTime":1728048949729,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":10117,"timestamp":1482403930769,"id":296,"parentId":295,"tags":{},"startTime":1728048949785,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":11,"timestamp":1482403940954,"id":298,"parentId":295,"tags":{},"startTime":1728048949795,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":252,"timestamp":1482403940998,"id":299,"parentId":295,"tags":{},"startTime":1728048949795,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1482403941284,"id":300,"parentId":295,"tags":{},"startTime":1728048949795,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":9,"timestamp":1482403941318,"id":301,"parentId":295,"tags":{},"startTime":1728048949795,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4877,"timestamp":1482403940933,"id":297,"parentId":295,"tags":{},"startTime":1728048949795,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":802,"timestamp":1482403951260,"id":302,"parentId":295,"tags":{},"startTime":1728048949805,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":5672,"timestamp":1482403952098,"id":303,"parentId":295,"tags":{},"startTime":1728048949806,"traceId":"b09007848b46e699"},{"name":"hash","duration":21862,"timestamp":1482403966421,"id":304,"parentId":295,"tags":{},"startTime":1728048949821,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":192,"timestamp":1482403988281,"id":305,"parentId":295,"tags":{},"startTime":1728048949842,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":450,"timestamp":1482403988454,"id":306,"parentId":295,"tags":{},"startTime":1728048949843,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":15793,"timestamp":1482403988927,"id":307,"parentId":295,"tags":{},"startTime":1728048949843,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":111,"timestamp":1482404007503,"id":309,"parentId":283,"tags":{},"startTime":1728048949862,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":229,"timestamp":1482404007398,"id":308,"parentId":283,"tags":{},"startTime":1728048949861,"traceId":"b09007848b46e699"},{"name":"seal","duration":90222,"timestamp":1482403922307,"id":295,"parentId":283,"tags":{},"startTime":1728048949776,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":138735,"timestamp":1482403873917,"id":283,"parentId":268,"tags":{"name":"client"},"startTime":1728048949728,"traceId":"b09007848b46e699"},{"name":"emit","duration":8782,"timestamp":1482404012717,"id":310,"parentId":268,"tags":{},"startTime":1728048949867,"traceId":"b09007848b46e699"},{"name":"compile-path","duration":537221,"timestamp":1482403485176,"id":233,"tags":{"trigger":"/about","isTurbopack":false},"startTime":1728048949339,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":327878,"timestamp":1482403695233,"id":268,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728048949549,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":16,"timestamp":1482404029921,"id":311,"parentId":3,"tags":{},"startTime":1728048949884,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":467000,"timestamp":1482403696082,"id":312,"parentId":3,"tags":{"updatedModules":[],"page":"/about.html","isPageHidden":false},"startTime":1728048950022,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":718990,"timestamp":1482403478916,"id":231,"tags":{"url":"/about","isTurbopack":false},"startTime":1728048949333,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1482404197992,"id":313,"parentId":231,"tags":{"url":"/about","memory.rss":"296321024","memory.heapUsed":"189160208","memory.heapTotal":"216858624"},"startTime":1728048950052,"traceId":"b09007848b46e699"},{"name":"client-success","duration":4,"timestamp":1482404754359,"id":314,"parentId":3,"tags":{},"startTime":1728048950608,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9611,"timestamp":1482410391697,"id":324,"parentId":318,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728048956246,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9754,"timestamp":1482410391704,"id":326,"parentId":318,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728048956246,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9735,"timestamp":1482410391726,"id":327,"parentId":318,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728048956246,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36900,"timestamp":1482410391290,"id":319,"parentId":318,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728048956245,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":52796,"timestamp":1482410391700,"id":325,"parentId":318,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728048956246,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":64789,"timestamp":1482410391683,"id":322,"parentId":318,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728048956246,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":64761,"timestamp":1482410391730,"id":328,"parentId":318,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728048956246,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":65862,"timestamp":1482410391661,"id":320,"parentId":318,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728048956246,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":5662,"timestamp":1482410476650,"id":331,"parentId":330,"tags":{},"startTime":1728048956331,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":791465,"timestamp":1482410391674,"id":321,"parentId":318,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728048956246,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":670667,"timestamp":1482410984561,"id":333,"parentId":332,"tags":{},"startTime":1728048956839,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":1176685,"timestamp":1482410482561,"id":332,"parentId":330,"tags":{},"startTime":1728048956337,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":66987,"timestamp":1482411659526,"id":334,"parentId":330,"tags":{"astUsed":"true"},"startTime":1728048957514,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":1267704,"timestamp":1482410470109,"id":330,"parentId":329,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728048956324,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":1345387,"timestamp":1482410402026,"id":329,"parentId":317,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728048956256,"traceId":"b09007848b46e699"},{"name":"build-module","duration":103,"timestamp":1482411747631,"id":335,"parentId":329,"tags":{},"startTime":1728048957602,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":1356093,"timestamp":1482410391687,"id":323,"parentId":318,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728048956246,"traceId":"b09007848b46e699"},{"name":"make","duration":1358700,"timestamp":1482410389112,"id":318,"parentId":317,"tags":{},"startTime":1728048956243,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2472,"timestamp":1482411759604,"id":337,"parentId":336,"tags":{},"startTime":1728048957614,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1482411762111,"id":339,"parentId":336,"tags":{},"startTime":1728048957616,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":131,"timestamp":1482411762139,"id":340,"parentId":336,"tags":{},"startTime":1728048957616,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":10,"timestamp":1482411762294,"id":341,"parentId":336,"tags":{},"startTime":1728048957616,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":25,"timestamp":1482411762335,"id":342,"parentId":336,"tags":{},"startTime":1728048957616,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3307,"timestamp":1482411762099,"id":338,"parentId":336,"tags":{},"startTime":1728048957616,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":766,"timestamp":1482411775642,"id":343,"parentId":336,"tags":{},"startTime":1728048957630,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":3073,"timestamp":1482411776432,"id":344,"parentId":336,"tags":{},"startTime":1728048957630,"traceId":"b09007848b46e699"},{"name":"hash","duration":4962,"timestamp":1482411781534,"id":345,"parentId":336,"tags":{},"startTime":1728048957636,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":146,"timestamp":1482411786495,"id":346,"parentId":336,"tags":{},"startTime":1728048957641,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":169,"timestamp":1482411786625,"id":347,"parentId":336,"tags":{},"startTime":1728048957641,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3895,"timestamp":1482411786801,"id":348,"parentId":336,"tags":{},"startTime":1728048957641,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":66,"timestamp":1482411792028,"id":350,"parentId":317,"tags":{},"startTime":1728048957646,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":376,"timestamp":1482411791947,"id":349,"parentId":317,"tags":{},"startTime":1728048957646,"traceId":"b09007848b46e699"},{"name":"seal","duration":40169,"timestamp":1482411754652,"id":336,"parentId":317,"tags":{},"startTime":1728048957609,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1407527,"timestamp":1482410387336,"id":317,"parentId":315,"tags":{"name":"client"},"startTime":1728048956241,"traceId":"b09007848b46e699"},{"name":"emit","duration":4396,"timestamp":1482411794887,"id":351,"parentId":315,"tags":{},"startTime":1728048957649,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1438738,"timestamp":1482410361597,"id":315,"parentId":3,"tags":{"trigger":"src/app/about/page.jsx"},"startTime":1728048956216,"traceId":"b09007848b46e699"},{"name":"client-success","duration":8,"timestamp":1482411807561,"id":354,"parentId":3,"tags":{},"startTime":1728048957662,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3513,"timestamp":1482411825391,"id":360,"parentId":359,"tags":{},"startTime":1728048957679,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3811,"timestamp":1482411825105,"id":359,"parentId":358,"tags":{},"startTime":1728048957679,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":6823,"timestamp":1482411824644,"id":358,"parentId":352,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/about/page.jsx","layer":"rsc"},"startTime":1728048957679,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23120,"timestamp":1482411813095,"id":357,"parentId":353,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728048957667,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23615,"timestamp":1482411813030,"id":355,"parentId":353,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728048957667,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1477000,"timestamp":1482410366136,"id":361,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728048957761,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":207133,"timestamp":1482411813087,"id":356,"parentId":353,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728048957667,"traceId":"b09007848b46e699"},{"name":"make","duration":336625,"timestamp":1482411804357,"id":353,"parentId":352,"tags":{},"startTime":1728048957658,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3461,"timestamp":1482412156774,"id":379,"parentId":378,"tags":{},"startTime":1728048958011,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":9,"timestamp":1482412160287,"id":381,"parentId":378,"tags":{},"startTime":1728048958014,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":5953,"timestamp":1482412160331,"id":382,"parentId":378,"tags":{},"startTime":1728048958014,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":14,"timestamp":1482412166331,"id":383,"parentId":378,"tags":{},"startTime":1728048958020,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":18,"timestamp":1482412166370,"id":384,"parentId":378,"tags":{},"startTime":1728048958020,"traceId":"b09007848b46e699"},{"name":"optimize","duration":11305,"timestamp":1482412160269,"id":380,"parentId":378,"tags":{},"startTime":1728048958014,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2073,"timestamp":1482412175363,"id":385,"parentId":378,"tags":{},"startTime":1728048958029,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":3191,"timestamp":1482412177517,"id":386,"parentId":378,"tags":{},"startTime":1728048958032,"traceId":"b09007848b46e699"},{"name":"hash","duration":2832,"timestamp":1482412185517,"id":387,"parentId":378,"tags":{},"startTime":1728048958040,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":192,"timestamp":1482412188347,"id":388,"parentId":378,"tags":{},"startTime":1728048958042,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":216,"timestamp":1482412188520,"id":389,"parentId":378,"tags":{},"startTime":1728048958043,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":225,"timestamp":1482412188745,"id":390,"parentId":378,"tags":{},"startTime":1728048958043,"traceId":"b09007848b46e699"},{"name":"seal","duration":44882,"timestamp":1482412150498,"id":378,"parentId":352,"tags":{},"startTime":1728048958005,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":399192,"timestamp":1482411803950,"id":352,"parentId":316,"tags":{"name":"server"},"startTime":1728048957658,"traceId":"b09007848b46e699"},{"name":"emit","duration":5117,"timestamp":1482412203238,"id":391,"parentId":316,"tags":{},"startTime":1728048958057,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":1844444,"timestamp":1482410365651,"id":316,"parentId":3,"tags":{"trigger":"src/app/about/page.jsx"},"startTime":1728048956220,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":90615,"timestamp":1482412224084,"id":392,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728048958078,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":3,"timestamp":1482412314812,"id":393,"parentId":392,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"221102080","memory.heapUsed":"226316680","memory.heapTotal":"257048576"},"startTime":1728048958169,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":53238,"timestamp":1482427858590,"id":399,"parentId":397,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728048973699,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":53595,"timestamp":1482427858277,"id":398,"parentId":397,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728048973699,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4762,"timestamp":1482427908189,"id":403,"parentId":402,"tags":{},"startTime":1728048973749,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5139,"timestamp":1482427907820,"id":402,"parentId":401,"tags":{},"startTime":1728048973748,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":10780,"timestamp":1482427906772,"id":401,"parentId":396,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutco.jsx","layer":"rsc"},"startTime":1728048973747,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":60928,"timestamp":1482427858607,"id":400,"parentId":397,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728048973699,"traceId":"b09007848b46e699"},{"name":"make","duration":130895,"timestamp":1482427853147,"id":397,"parentId":396,"tags":{},"startTime":1728048973694,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5038,"timestamp":1482427993981,"id":421,"parentId":420,"tags":{},"startTime":1728048973834,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":23,"timestamp":1482427999250,"id":423,"parentId":420,"tags":{},"startTime":1728048973840,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":3876,"timestamp":1482427999320,"id":424,"parentId":420,"tags":{},"startTime":1728048973840,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":11,"timestamp":1482428003235,"id":425,"parentId":420,"tags":{},"startTime":1728048973844,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":34,"timestamp":1482428003274,"id":426,"parentId":420,"tags":{},"startTime":1728048973844,"traceId":"b09007848b46e699"},{"name":"optimize","duration":6553,"timestamp":1482427999135,"id":422,"parentId":420,"tags":{},"startTime":1728048973839,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":934,"timestamp":1482428008515,"id":427,"parentId":420,"tags":{},"startTime":1728048973849,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":2947,"timestamp":1482428009467,"id":428,"parentId":420,"tags":{},"startTime":1728048973850,"traceId":"b09007848b46e699"},{"name":"hash","duration":1965,"timestamp":1482428014503,"id":429,"parentId":420,"tags":{},"startTime":1728048973855,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":93,"timestamp":1482428016466,"id":430,"parentId":420,"tags":{},"startTime":1728048973857,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":182,"timestamp":1482428016545,"id":431,"parentId":420,"tags":{},"startTime":1728048973857,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":220,"timestamp":1482428016734,"id":432,"parentId":420,"tags":{},"startTime":1728048973857,"traceId":"b09007848b46e699"},{"name":"seal","duration":29747,"timestamp":1482427990013,"id":420,"parentId":396,"tags":{},"startTime":1728048973830,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":172096,"timestamp":1482427851661,"id":396,"parentId":394,"tags":{"name":"server"},"startTime":1728048973692,"traceId":"b09007848b46e699"},{"name":"emit","duration":3495,"timestamp":1482428023825,"id":433,"parentId":394,"tags":{},"startTime":1728048973864,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":198389,"timestamp":1482427830408,"id":394,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728048973671,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3416,"timestamp":1482428045132,"id":441,"parentId":435,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728048973885,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3508,"timestamp":1482428045140,"id":443,"parentId":435,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728048973885,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3506,"timestamp":1482428045144,"id":444,"parentId":435,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728048973885,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6838,"timestamp":1482428045058,"id":436,"parentId":435,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728048973885,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14036,"timestamp":1482428045123,"id":439,"parentId":435,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728048973885,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14020,"timestamp":1482428045149,"id":445,"parentId":435,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728048973885,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17180,"timestamp":1482428045136,"id":442,"parentId":435,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728048973885,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":5906,"timestamp":1482428056534,"id":448,"parentId":447,"tags":{},"startTime":1728048973897,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33499,"timestamp":1482428045108,"id":437,"parentId":435,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728048973885,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":245687,"timestamp":1482428062561,"id":450,"parentId":449,"tags":{},"startTime":1728048973903,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":246767,"timestamp":1482428062497,"id":449,"parentId":447,"tags":{},"startTime":1728048973903,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":61056,"timestamp":1482428309336,"id":451,"parentId":447,"tags":{"astUsed":"true"},"startTime":1728048974149,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":318775,"timestamp":1482428056254,"id":447,"parentId":446,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728048973897,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":334646,"timestamp":1482428045118,"id":438,"parentId":435,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728048973885,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":335282,"timestamp":1482428048854,"id":446,"parentId":434,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728048973889,"traceId":"b09007848b46e699"},{"name":"build-module","duration":68,"timestamp":1482428384371,"id":452,"parentId":446,"tags":{},"startTime":1728048974224,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":339503,"timestamp":1482428045128,"id":440,"parentId":435,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728048973885,"traceId":"b09007848b46e699"},{"name":"make","duration":347382,"timestamp":1482428037282,"id":435,"parentId":434,"tags":{},"startTime":1728048973878,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2045,"timestamp":1482428397479,"id":454,"parentId":453,"tags":{},"startTime":1728048974237,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":6,"timestamp":1482428399569,"id":456,"parentId":453,"tags":{},"startTime":1728048974239,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":176,"timestamp":1482428399600,"id":457,"parentId":453,"tags":{},"startTime":1728048974239,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":8,"timestamp":1482428399808,"id":458,"parentId":453,"tags":{},"startTime":1728048974240,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1482428399844,"id":459,"parentId":453,"tags":{},"startTime":1728048974240,"traceId":"b09007848b46e699"},{"name":"optimize","duration":2700,"timestamp":1482428399554,"id":455,"parentId":453,"tags":{},"startTime":1728048974239,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":644,"timestamp":1482428404475,"id":460,"parentId":453,"tags":{},"startTime":1728048974244,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":2785,"timestamp":1482428405134,"id":461,"parentId":453,"tags":{},"startTime":1728048974245,"traceId":"b09007848b46e699"},{"name":"hash","duration":7204,"timestamp":1482428410301,"id":462,"parentId":453,"tags":{},"startTime":1728048974250,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":187,"timestamp":1482428417504,"id":463,"parentId":453,"tags":{},"startTime":1728048974257,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":192,"timestamp":1482428417673,"id":464,"parentId":453,"tags":{},"startTime":1728048974257,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":7031,"timestamp":1482428417874,"id":465,"parentId":453,"tags":{},"startTime":1728048974258,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":113,"timestamp":1482428427764,"id":467,"parentId":434,"tags":{},"startTime":1728048974268,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":457,"timestamp":1482428427437,"id":466,"parentId":434,"tags":{},"startTime":1728048974267,"traceId":"b09007848b46e699"},{"name":"seal","duration":39860,"timestamp":1482428391597,"id":453,"parentId":434,"tags":{},"startTime":1728048974231,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":396482,"timestamp":1482428035094,"id":434,"parentId":395,"tags":{"name":"client"},"startTime":1728048973875,"traceId":"b09007848b46e699"},{"name":"emit","duration":5998,"timestamp":1482428431632,"id":468,"parentId":395,"tags":{},"startTime":1728048974271,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":608060,"timestamp":1482427832655,"id":395,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728048973673,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":6,"timestamp":1482428446507,"id":469,"parentId":3,"tags":{},"startTime":1728048974286,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":90923,"timestamp":1482428448633,"id":470,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728048974288,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1482428539593,"id":471,"parentId":470,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"271237120","memory.heapUsed":"257049128","memory.heapTotal":"289570816"},"startTime":1728048974379,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":714000,"timestamp":1482427835159,"id":472,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728048974390,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":24382,"timestamp":1482444929919,"id":478,"parentId":476,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728048990757,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":24599,"timestamp":1482444929719,"id":477,"parentId":476,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728048990757,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3615,"timestamp":1482444950776,"id":482,"parentId":481,"tags":{},"startTime":1728048990778,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3939,"timestamp":1482444950454,"id":481,"parentId":480,"tags":{},"startTime":1728048990778,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":9108,"timestamp":1482444949989,"id":480,"parentId":475,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutco.jsx","layer":"rsc"},"startTime":1728048990777,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":31461,"timestamp":1482444929930,"id":479,"parentId":476,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728048990757,"traceId":"b09007848b46e699"},{"name":"make","duration":104318,"timestamp":1482444922790,"id":476,"parentId":475,"tags":{},"startTime":1728048990750,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5948,"timestamp":1482445040894,"id":500,"parentId":499,"tags":{},"startTime":1728048990868,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":7,"timestamp":1482445046969,"id":502,"parentId":499,"tags":{},"startTime":1728048990874,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":7065,"timestamp":1482445047116,"id":503,"parentId":499,"tags":{},"startTime":1728048990875,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":22,"timestamp":1482445054250,"id":504,"parentId":499,"tags":{},"startTime":1728048990882,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":13,"timestamp":1482445054309,"id":505,"parentId":499,"tags":{},"startTime":1728048990882,"traceId":"b09007848b46e699"},{"name":"optimize","duration":11035,"timestamp":1482445046954,"id":501,"parentId":499,"tags":{},"startTime":1728048990874,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":730,"timestamp":1482445061853,"id":506,"parentId":499,"tags":{},"startTime":1728048990889,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":2524,"timestamp":1482445062600,"id":507,"parentId":499,"tags":{},"startTime":1728048990890,"traceId":"b09007848b46e699"},{"name":"hash","duration":2707,"timestamp":1482445066930,"id":508,"parentId":499,"tags":{},"startTime":1728048990894,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":130,"timestamp":1482445069635,"id":509,"parentId":499,"tags":{},"startTime":1728048990897,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":188,"timestamp":1482445069753,"id":510,"parentId":499,"tags":{},"startTime":1728048990897,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1733,"timestamp":1482445069948,"id":511,"parentId":499,"tags":{},"startTime":1728048990897,"traceId":"b09007848b46e699"},{"name":"seal","duration":38445,"timestamp":1482445036409,"id":499,"parentId":475,"tags":{},"startTime":1728048990864,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":160522,"timestamp":1482444920914,"id":475,"parentId":473,"tags":{"name":"server"},"startTime":1728048990748,"traceId":"b09007848b46e699"},{"name":"emit","duration":7003,"timestamp":1482445081521,"id":512,"parentId":473,"tags":{},"startTime":1728048990909,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":180950,"timestamp":1482444908300,"id":473,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728048990736,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9174,"timestamp":1482445097775,"id":520,"parentId":514,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728048990925,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9363,"timestamp":1482445097782,"id":522,"parentId":514,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728048990925,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9367,"timestamp":1482445097786,"id":523,"parentId":514,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728048990925,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14072,"timestamp":1482445097706,"id":515,"parentId":514,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728048990925,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":34363,"timestamp":1482445097766,"id":518,"parentId":514,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728048990925,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":34354,"timestamp":1482445097790,"id":524,"parentId":514,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728048990925,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":44418,"timestamp":1482445097779,"id":521,"parentId":514,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728048990925,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":14475,"timestamp":1482445127964,"id":527,"parentId":526,"tags":{},"startTime":1728048990955,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":184115,"timestamp":1482445097755,"id":516,"parentId":514,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728048990925,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":188509,"timestamp":1482445097762,"id":517,"parentId":514,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728048990925,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":347630,"timestamp":1482445142731,"id":529,"parentId":528,"tags":{},"startTime":1728048990970,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":350298,"timestamp":1482445142607,"id":528,"parentId":526,"tags":{},"startTime":1728048990970,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":50451,"timestamp":1482445493059,"id":530,"parentId":526,"tags":{"astUsed":"true"},"startTime":1728048991320,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":423093,"timestamp":1482445127783,"id":526,"parentId":525,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728048990955,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":447309,"timestamp":1482445107379,"id":525,"parentId":513,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728048990935,"traceId":"b09007848b46e699"},{"name":"build-module","duration":47,"timestamp":1482445555010,"id":531,"parentId":525,"tags":{},"startTime":1728048991382,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":457360,"timestamp":1482445097770,"id":519,"parentId":514,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728048990925,"traceId":"b09007848b46e699"},{"name":"make","duration":463572,"timestamp":1482445091588,"id":514,"parentId":513,"tags":{},"startTime":1728048990919,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4303,"timestamp":1482445566926,"id":533,"parentId":532,"tags":{},"startTime":1728048991394,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":16,"timestamp":1482445571333,"id":535,"parentId":532,"tags":{},"startTime":1728048991399,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":496,"timestamp":1482445571417,"id":536,"parentId":532,"tags":{},"startTime":1728048991399,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":30,"timestamp":1482445572035,"id":537,"parentId":532,"tags":{},"startTime":1728048991399,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":20,"timestamp":1482445572148,"id":538,"parentId":532,"tags":{},"startTime":1728048991399,"traceId":"b09007848b46e699"},{"name":"optimize","duration":18725,"timestamp":1482445571263,"id":534,"parentId":532,"tags":{},"startTime":1728048991398,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":489,"timestamp":1482445591839,"id":539,"parentId":532,"tags":{},"startTime":1728048991419,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":5097,"timestamp":1482445592342,"id":540,"parentId":532,"tags":{},"startTime":1728048991420,"traceId":"b09007848b46e699"},{"name":"hash","duration":8907,"timestamp":1482445601960,"id":541,"parentId":532,"tags":{},"startTime":1728048991429,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":502,"timestamp":1482445610865,"id":542,"parentId":532,"tags":{},"startTime":1728048991438,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":287,"timestamp":1482445611343,"id":543,"parentId":532,"tags":{},"startTime":1728048991439,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3449,"timestamp":1482445611639,"id":544,"parentId":532,"tags":{},"startTime":1728048991439,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":75,"timestamp":1482445616281,"id":546,"parentId":513,"tags":{},"startTime":1728048991443,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":143,"timestamp":1482445616219,"id":545,"parentId":513,"tags":{},"startTime":1728048991443,"traceId":"b09007848b46e699"},{"name":"seal","duration":57799,"timestamp":1482445560727,"id":532,"parentId":513,"tags":{},"startTime":1728048991388,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":527330,"timestamp":1482445091229,"id":513,"parentId":474,"tags":{"name":"client"},"startTime":1728048990919,"traceId":"b09007848b46e699"},{"name":"emit","duration":4402,"timestamp":1482445618578,"id":547,"parentId":474,"tags":{},"startTime":1728048991446,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":715375,"timestamp":1482444908781,"id":474,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728048990736,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":4,"timestamp":1482445629378,"id":548,"parentId":3,"tags":{},"startTime":1728048991457,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":734000,"timestamp":1482444909470,"id":550,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728048991628,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":168139,"timestamp":1482445634589,"id":549,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728048991462,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1482445802782,"id":551,"parentId":549,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"260849664","memory.heapUsed":"184077424","memory.heapTotal":"221429760"},"startTime":1728048991630,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":114627,"timestamp":1482448949125,"id":552,"tags":{"url":"/about","isTurbopack":false},"startTime":1728048994775,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":4,"timestamp":1482449063894,"id":553,"parentId":552,"tags":{"url":"/about","memory.rss":"114491392","memory.heapUsed":"192231680","memory.heapTotal":"223526912"},"startTime":1728048994890,"traceId":"b09007848b46e699"},{"name":"client-success","duration":4,"timestamp":1482449523044,"id":554,"parentId":3,"tags":{},"startTime":1728048995349,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13507,"timestamp":1482455324736,"id":564,"parentId":558,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049001149,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13680,"timestamp":1482455324745,"id":566,"parentId":558,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049001149,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13679,"timestamp":1482455324749,"id":567,"parentId":558,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049001149,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33729,"timestamp":1482455324398,"id":559,"parentId":558,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049001149,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":44206,"timestamp":1482455324741,"id":565,"parentId":558,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049001149,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":5049,"timestamp":1482455364496,"id":571,"parentId":570,"tags":{},"startTime":1728049001189,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":76103,"timestamp":1482455324720,"id":562,"parentId":558,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049001149,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":76074,"timestamp":1482455324762,"id":568,"parentId":558,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049001149,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":76574,"timestamp":1482455324701,"id":560,"parentId":558,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049001149,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":216056,"timestamp":1482455369690,"id":573,"parentId":572,"tags":{},"startTime":1728049001194,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":217980,"timestamp":1482455369606,"id":572,"parentId":570,"tags":{},"startTime":1728049001194,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":52277,"timestamp":1482455587673,"id":574,"parentId":570,"tags":{"astUsed":"true"},"startTime":1728049001412,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":279984,"timestamp":1482455364032,"id":570,"parentId":569,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049001188,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":312510,"timestamp":1482455338858,"id":569,"parentId":557,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049001163,"traceId":"b09007848b46e699"},{"name":"build-module","duration":70,"timestamp":1482455651651,"id":575,"parentId":569,"tags":{},"startTime":1728049001476,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":327101,"timestamp":1482455324730,"id":563,"parentId":558,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049001149,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":332199,"timestamp":1482455324714,"id":561,"parentId":558,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049001149,"traceId":"b09007848b46e699"},{"name":"make","duration":334243,"timestamp":1482455322734,"id":558,"parentId":557,"tags":{},"startTime":1728049001147,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6767,"timestamp":1482455676987,"id":577,"parentId":576,"tags":{},"startTime":1728049001501,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":13,"timestamp":1482455683821,"id":579,"parentId":576,"tags":{},"startTime":1728049001508,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":269,"timestamp":1482455683859,"id":580,"parentId":576,"tags":{},"startTime":1728049001508,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":13,"timestamp":1482455684171,"id":581,"parentId":576,"tags":{},"startTime":1728049001508,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1482455684223,"id":582,"parentId":576,"tags":{},"startTime":1728049001508,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3087,"timestamp":1482455683803,"id":578,"parentId":576,"tags":{},"startTime":1728049001508,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":892,"timestamp":1482455690086,"id":583,"parentId":576,"tags":{},"startTime":1728049001514,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":4101,"timestamp":1482455690996,"id":584,"parentId":576,"tags":{},"startTime":1728049001515,"traceId":"b09007848b46e699"},{"name":"hash","duration":7618,"timestamp":1482455698972,"id":585,"parentId":576,"tags":{},"startTime":1728049001523,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":229,"timestamp":1482455706587,"id":586,"parentId":576,"tags":{},"startTime":1728049001531,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":262,"timestamp":1482455706797,"id":587,"parentId":576,"tags":{},"startTime":1728049001531,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4761,"timestamp":1482455707069,"id":588,"parentId":576,"tags":{},"startTime":1728049001531,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":120,"timestamp":1482455714289,"id":590,"parentId":557,"tags":{},"startTime":1728049001538,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":546,"timestamp":1482455713878,"id":589,"parentId":557,"tags":{},"startTime":1728049001538,"traceId":"b09007848b46e699"},{"name":"seal","duration":47667,"timestamp":1482455670939,"id":576,"parentId":557,"tags":{},"startTime":1728049001495,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":398140,"timestamp":1482455320670,"id":557,"parentId":555,"tags":{"name":"client"},"startTime":1728049001145,"traceId":"b09007848b46e699"},{"name":"emit","duration":15665,"timestamp":1482455718858,"id":591,"parentId":555,"tags":{},"startTime":1728049001543,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":430573,"timestamp":1482455305094,"id":555,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728049001129,"traceId":"b09007848b46e699"},{"name":"client-success","duration":5,"timestamp":1482455745915,"id":594,"parentId":3,"tags":{},"startTime":1728049001570,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":455000,"timestamp":1482455307803,"id":598,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728049001590,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":32942,"timestamp":1482455752600,"id":597,"parentId":593,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049001577,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33086,"timestamp":1482455752512,"id":595,"parentId":593,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049001577,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6128,"timestamp":1482455782611,"id":601,"parentId":600,"tags":{},"startTime":1728049001607,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6601,"timestamp":1482455782158,"id":600,"parentId":599,"tags":{},"startTime":1728049001606,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":15304,"timestamp":1482455781283,"id":599,"parentId":592,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutco.jsx","layer":"rsc"},"startTime":1728049001605,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":46229,"timestamp":1482455752589,"id":596,"parentId":593,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049001577,"traceId":"b09007848b46e699"},{"name":"make","duration":138267,"timestamp":1482455739394,"id":593,"parentId":592,"tags":{},"startTime":1728049001564,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2309,"timestamp":1482455895677,"id":619,"parentId":618,"tags":{},"startTime":1728049001720,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":6,"timestamp":1482455898028,"id":621,"parentId":618,"tags":{},"startTime":1728049001722,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":5203,"timestamp":1482455898082,"id":622,"parentId":618,"tags":{},"startTime":1728049001722,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":10,"timestamp":1482455903335,"id":623,"parentId":618,"tags":{},"startTime":1728049001727,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1482455903364,"id":624,"parentId":618,"tags":{},"startTime":1728049001727,"traceId":"b09007848b46e699"},{"name":"optimize","duration":10075,"timestamp":1482455898014,"id":620,"parentId":618,"tags":{},"startTime":1728049001722,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2806,"timestamp":1482455912677,"id":625,"parentId":618,"tags":{},"startTime":1728049001737,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":5958,"timestamp":1482455915539,"id":626,"parentId":618,"tags":{},"startTime":1728049001740,"traceId":"b09007848b46e699"},{"name":"hash","duration":2742,"timestamp":1482455926261,"id":627,"parentId":618,"tags":{},"startTime":1728049001750,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":129,"timestamp":1482455929001,"id":628,"parentId":618,"tags":{},"startTime":1728049001753,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":209,"timestamp":1482455929114,"id":629,"parentId":618,"tags":{},"startTime":1728049001753,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1896,"timestamp":1482455929332,"id":630,"parentId":618,"tags":{},"startTime":1728049001753,"traceId":"b09007848b46e699"},{"name":"seal","duration":45043,"timestamp":1482455890000,"id":618,"parentId":592,"tags":{},"startTime":1728049001714,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":201810,"timestamp":1482455738682,"id":592,"parentId":556,"tags":{"name":"server"},"startTime":1728049001563,"traceId":"b09007848b46e699"},{"name":"emit","duration":10251,"timestamp":1482455940558,"id":631,"parentId":556,"tags":{},"startTime":1728049001765,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":645300,"timestamp":1482455306750,"id":556,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728049001131,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":86493,"timestamp":1482455961154,"id":632,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049001785,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1482456047721,"id":633,"parentId":632,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"244301824","memory.heapUsed":"219454112","memory.heapTotal":"253001728"},"startTime":1728049001872,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3243,"timestamp":1482467748906,"id":641,"parentId":640,"tags":{},"startTime":1728049013571,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4162,"timestamp":1482467748044,"id":640,"parentId":639,"tags":{},"startTime":1728049013570,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":8803,"timestamp":1482467747112,"id":639,"parentId":636,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutco.jsx","layer":"rsc"},"startTime":1728049013569,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23751,"timestamp":1482467734491,"id":638,"parentId":637,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049013557,"traceId":"b09007848b46e699"},{"name":"make","duration":81595,"timestamp":1482467731132,"id":637,"parentId":636,"tags":{},"startTime":1728049013553,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":1247,"timestamp":1482467817611,"id":648,"parentId":647,"tags":{},"startTime":1728049013640,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1482467818897,"id":650,"parentId":647,"tags":{},"startTime":1728049013641,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":1404,"timestamp":1482467818929,"id":651,"parentId":647,"tags":{},"startTime":1728049013641,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":7,"timestamp":1482467820381,"id":652,"parentId":647,"tags":{},"startTime":1728049013643,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1482467820409,"id":653,"parentId":647,"tags":{},"startTime":1728049013643,"traceId":"b09007848b46e699"},{"name":"optimize","duration":2329,"timestamp":1482467818885,"id":649,"parentId":647,"tags":{},"startTime":1728049013641,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":704,"timestamp":1482467822861,"id":654,"parentId":647,"tags":{},"startTime":1728049013645,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":2053,"timestamp":1482467823582,"id":655,"parentId":647,"tags":{},"startTime":1728049013646,"traceId":"b09007848b46e699"},{"name":"hash","duration":1923,"timestamp":1482467826786,"id":656,"parentId":647,"tags":{},"startTime":1728049013649,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":254,"timestamp":1482467828707,"id":657,"parentId":647,"tags":{},"startTime":1728049013651,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":116,"timestamp":1482467828949,"id":658,"parentId":647,"tags":{},"startTime":1728049013651,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":80128,"timestamp":1482467829073,"id":659,"parentId":647,"tags":{},"startTime":1728049013651,"traceId":"b09007848b46e699"},{"name":"seal","duration":99090,"timestamp":1482467815803,"id":647,"parentId":636,"tags":{},"startTime":1728049013638,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":186834,"timestamp":1482467729698,"id":636,"parentId":634,"tags":{"name":"server"},"startTime":1728049013552,"traceId":"b09007848b46e699"},{"name":"emit","duration":43927,"timestamp":1482467916627,"id":660,"parentId":634,"tags":{},"startTime":1728049013739,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":255277,"timestamp":1482467706294,"id":634,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728049013529,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9055,"timestamp":1482467974682,"id":668,"parentId":662,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049013797,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9208,"timestamp":1482467974698,"id":670,"parentId":662,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049013797,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9208,"timestamp":1482467974705,"id":671,"parentId":662,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049013797,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14108,"timestamp":1482467974558,"id":663,"parentId":662,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049013797,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":20654,"timestamp":1482467974665,"id":666,"parentId":662,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049013797,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":20626,"timestamp":1482467974713,"id":672,"parentId":662,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049013797,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":24427,"timestamp":1482467974690,"id":669,"parentId":662,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049013797,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":5873,"timestamp":1482467993314,"id":675,"parentId":674,"tags":{},"startTime":1728049013816,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":41116,"timestamp":1482467974642,"id":664,"parentId":662,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049013797,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":413685,"timestamp":1482467999339,"id":677,"parentId":676,"tags":{},"startTime":1728049013822,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":414624,"timestamp":1482467999253,"id":676,"parentId":674,"tags":{},"startTime":1728049013821,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":36846,"timestamp":1482468413933,"id":678,"parentId":674,"tags":{"astUsed":"true"},"startTime":1728049014236,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":461703,"timestamp":1482467993052,"id":674,"parentId":673,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049013815,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":487205,"timestamp":1482467984089,"id":673,"parentId":661,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049013806,"traceId":"b09007848b46e699"},{"name":"build-module","duration":102,"timestamp":1482468471672,"id":679,"parentId":673,"tags":{},"startTime":1728049014294,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":497175,"timestamp":1482467974673,"id":667,"parentId":662,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049013797,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":508759,"timestamp":1482467974656,"id":665,"parentId":662,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049013797,"traceId":"b09007848b46e699"},{"name":"make","duration":517450,"timestamp":1482467966068,"id":662,"parentId":661,"tags":{},"startTime":1728049013788,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4337,"timestamp":1482468501910,"id":681,"parentId":680,"tags":{},"startTime":1728049014324,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":22,"timestamp":1482468506319,"id":683,"parentId":680,"tags":{},"startTime":1728049014328,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":195,"timestamp":1482468506367,"id":684,"parentId":680,"tags":{},"startTime":1728049014329,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":15,"timestamp":1482468506614,"id":685,"parentId":680,"tags":{},"startTime":1728049014329,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1482468506679,"id":686,"parentId":680,"tags":{},"startTime":1728049014329,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4156,"timestamp":1482468506299,"id":682,"parentId":680,"tags":{},"startTime":1728049014328,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":530,"timestamp":1482468514328,"id":687,"parentId":680,"tags":{},"startTime":1728049014336,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":2338,"timestamp":1482468514878,"id":688,"parentId":680,"tags":{},"startTime":1728049014337,"traceId":"b09007848b46e699"},{"name":"hash","duration":6008,"timestamp":1482468519473,"id":689,"parentId":680,"tags":{},"startTime":1728049014342,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":156,"timestamp":1482468525479,"id":690,"parentId":680,"tags":{},"startTime":1728049014348,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":216,"timestamp":1482468525621,"id":691,"parentId":680,"tags":{},"startTime":1728049014348,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":7618,"timestamp":1482468525844,"id":692,"parentId":680,"tags":{},"startTime":1728049014348,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":152,"timestamp":1482468535936,"id":694,"parentId":661,"tags":{},"startTime":1728049014358,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":294,"timestamp":1482468535813,"id":693,"parentId":661,"tags":{},"startTime":1728049014358,"traceId":"b09007848b46e699"},{"name":"seal","duration":47594,"timestamp":1482468492485,"id":680,"parentId":661,"tags":{},"startTime":1728049014315,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":575587,"timestamp":1482467964546,"id":661,"parentId":635,"tags":{"name":"client"},"startTime":1728049013787,"traceId":"b09007848b46e699"},{"name":"emit","duration":8991,"timestamp":1482468540169,"id":695,"parentId":635,"tags":{},"startTime":1728049014362,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":843316,"timestamp":1482467707282,"id":635,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728049013530,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":14,"timestamp":1482468554626,"id":696,"parentId":3,"tags":{},"startTime":1728049014377,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":892000,"timestamp":1482467708416,"id":698,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049014424,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":369348,"timestamp":1482468583967,"id":697,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049014406,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":3,"timestamp":1482468953503,"id":699,"parentId":697,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"243744768","memory.heapUsed":"212646144","memory.heapTotal":"267649024"},"startTime":1728049014776,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":110264,"timestamp":1482470472006,"id":700,"tags":{"url":"/about","isTurbopack":false},"startTime":1728049016294,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":3,"timestamp":1482470582770,"id":701,"parentId":700,"tags":{"url":"/about","memory.rss":"225280000","memory.heapUsed":"177560248","memory.heapTotal":"238436352"},"startTime":1728049016405,"traceId":"b09007848b46e699"},{"name":"client-success","duration":3,"timestamp":1482470944192,"id":702,"parentId":3,"tags":{},"startTime":1728049016766,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22678,"timestamp":1482496522491,"id":709,"parentId":707,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049042343,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25828,"timestamp":1482496522280,"id":708,"parentId":707,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049042343,"traceId":"b09007848b46e699"},{"name":"make","duration":67652,"timestamp":1482496517375,"id":707,"parentId":706,"tags":{},"startTime":1728049042338,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":7677,"timestamp":1482496601592,"id":721,"parentId":720,"tags":{},"startTime":1728049042422,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":9,"timestamp":1482496609308,"id":723,"parentId":720,"tags":{},"startTime":1728049042430,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":7873,"timestamp":1482496609334,"id":724,"parentId":720,"tags":{},"startTime":1728049042430,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":13,"timestamp":1482496617250,"id":725,"parentId":720,"tags":{},"startTime":1728049042438,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":12,"timestamp":1482496617278,"id":726,"parentId":720,"tags":{},"startTime":1728049042438,"traceId":"b09007848b46e699"},{"name":"optimize","duration":11333,"timestamp":1482496609297,"id":722,"parentId":720,"tags":{},"startTime":1728049042430,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":3042,"timestamp":1482496624246,"id":727,"parentId":720,"tags":{},"startTime":1728049042445,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":3761,"timestamp":1482496627318,"id":728,"parentId":720,"tags":{},"startTime":1728049042448,"traceId":"b09007848b46e699"},{"name":"hash","duration":2646,"timestamp":1482496634751,"id":729,"parentId":720,"tags":{},"startTime":1728049042455,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":200,"timestamp":1482496637395,"id":730,"parentId":720,"tags":{},"startTime":1728049042458,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":312,"timestamp":1482496637583,"id":731,"parentId":720,"tags":{},"startTime":1728049042458,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4082,"timestamp":1482496637903,"id":732,"parentId":720,"tags":{},"startTime":1728049042458,"traceId":"b09007848b46e699"},{"name":"seal","duration":46862,"timestamp":1482496597607,"id":720,"parentId":706,"tags":{},"startTime":1728049042418,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":132377,"timestamp":1482496516092,"id":706,"parentId":704,"tags":{"name":"server"},"startTime":1728049042337,"traceId":"b09007848b46e699"},{"name":"emit","duration":8214,"timestamp":1482496648535,"id":733,"parentId":704,"tags":{},"startTime":1728049042469,"traceId":"b09007848b46e699"},{"name":"compile-path","duration":149139,"timestamp":1482496508620,"id":705,"tags":{"trigger":"/","isTurbopack":false},"startTime":1728049042329,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":150054,"timestamp":1482496508388,"id":704,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728049042329,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":431188,"timestamp":1482496493355,"id":703,"tags":{"url":"/","isTurbopack":false},"startTime":1728049042314,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1482496924625,"id":734,"parentId":703,"tags":{"url":"/","memory.rss":"247087104","memory.heapUsed":"187973208","memory.heapTotal":"227049472"},"startTime":1728049042745,"traceId":"b09007848b46e699"},{"name":"client-success","duration":5,"timestamp":1482497443240,"id":735,"parentId":3,"tags":{},"startTime":1728049043264,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15376,"timestamp":1482507478345,"id":741,"parentId":740,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049053299,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":19822,"timestamp":1482507478575,"id":743,"parentId":740,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049053299,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":19859,"timestamp":1482507478549,"id":742,"parentId":740,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049053299,"traceId":"b09007848b46e699"},{"name":"make","duration":77679,"timestamp":1482507473058,"id":740,"parentId":739,"tags":{},"startTime":1728049053293,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3073,"timestamp":1482507559876,"id":761,"parentId":760,"tags":{},"startTime":1728049053380,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":7,"timestamp":1482507562978,"id":763,"parentId":760,"tags":{},"startTime":1728049053383,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":6377,"timestamp":1482507563002,"id":764,"parentId":760,"tags":{},"startTime":1728049053383,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":10,"timestamp":1482507569412,"id":765,"parentId":760,"tags":{},"startTime":1728049053390,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1482507569434,"id":766,"parentId":760,"tags":{},"startTime":1728049053390,"traceId":"b09007848b46e699"},{"name":"optimize","duration":8961,"timestamp":1482507562970,"id":762,"parentId":760,"tags":{},"startTime":1728049053383,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":553,"timestamp":1482507573554,"id":767,"parentId":760,"tags":{},"startTime":1728049053394,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":2365,"timestamp":1482507574119,"id":768,"parentId":760,"tags":{},"startTime":1728049053394,"traceId":"b09007848b46e699"},{"name":"hash","duration":3439,"timestamp":1482507577726,"id":769,"parentId":760,"tags":{},"startTime":1728049053398,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":147,"timestamp":1482507581164,"id":770,"parentId":760,"tags":{},"startTime":1728049053401,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":204,"timestamp":1482507581299,"id":771,"parentId":760,"tags":{},"startTime":1728049053401,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":359,"timestamp":1482507581512,"id":772,"parentId":760,"tags":{},"startTime":1728049053402,"traceId":"b09007848b46e699"},{"name":"seal","duration":28828,"timestamp":1482507555681,"id":760,"parentId":739,"tags":{},"startTime":1728049053376,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":118948,"timestamp":1482507470963,"id":739,"parentId":737,"tags":{"name":"server"},"startTime":1728049053291,"traceId":"b09007848b46e699"},{"name":"emit","duration":3089,"timestamp":1482507589964,"id":773,"parentId":737,"tags":{},"startTime":1728049053410,"traceId":"b09007848b46e699"},{"name":"compile-path","duration":125275,"timestamp":1482507468444,"id":738,"tags":{"trigger":"/_not-found","isTurbopack":false},"startTime":1728049053289,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":125543,"timestamp":1482507468407,"id":737,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728049053289,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":308277,"timestamp":1482507463493,"id":736,"tags":{"url":"/about.html","isTurbopack":false},"startTime":1728049053284,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1482507771834,"id":774,"parentId":736,"tags":{"url":"/about.html","memory.rss":"234209280","memory.heapUsed":"188645256","memory.heapTotal":"228687872"},"startTime":1728049053592,"traceId":"b09007848b46e699"},{"name":"client-success","duration":4,"timestamp":1482508062702,"id":775,"parentId":3,"tags":{},"startTime":1728049053883,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":59531,"timestamp":1482511018656,"id":776,"tags":{"url":"/about","isTurbopack":false},"startTime":1728049056839,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1482511078230,"id":777,"parentId":776,"tags":{"url":"/about","memory.rss":"240828416","memory.heapUsed":"186340720","memory.heapTotal":"228966400"},"startTime":1728049056898,"traceId":"b09007848b46e699"},{"name":"client-success","duration":6,"timestamp":1482511374788,"id":778,"parentId":3,"tags":{},"startTime":1728049057195,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":104889,"timestamp":1482527294611,"id":784,"parentId":782,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049073114,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":105416,"timestamp":1482527294217,"id":783,"parentId":782,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049073114,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":45484,"timestamp":1482527367415,"id":788,"parentId":787,"tags":{},"startTime":1728049073187,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":61975,"timestamp":1482527350953,"id":787,"parentId":786,"tags":{},"startTime":1728049073171,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":106546,"timestamp":1482527338164,"id":786,"parentId":781,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutvalues.jsx","layer":"rsc"},"startTime":1728049073158,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":153540,"timestamp":1482527294653,"id":785,"parentId":782,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049073114,"traceId":"b09007848b46e699"},{"name":"make","duration":329039,"timestamp":1482527287374,"id":782,"parentId":781,"tags":{},"startTime":1728049073107,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":8044,"timestamp":1482527637527,"id":806,"parentId":805,"tags":{},"startTime":1728049073457,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":16,"timestamp":1482527645638,"id":808,"parentId":805,"tags":{},"startTime":1728049073465,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":25527,"timestamp":1482527645683,"id":809,"parentId":805,"tags":{},"startTime":1728049073465,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":36,"timestamp":1482527671297,"id":810,"parentId":805,"tags":{},"startTime":1728049073491,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":22,"timestamp":1482527671370,"id":811,"parentId":805,"tags":{},"startTime":1728049073491,"traceId":"b09007848b46e699"},{"name":"optimize","duration":31541,"timestamp":1482527645617,"id":807,"parentId":805,"tags":{},"startTime":1728049073465,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":879,"timestamp":1482527681361,"id":812,"parentId":805,"tags":{},"startTime":1728049073501,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":6019,"timestamp":1482527682268,"id":813,"parentId":805,"tags":{},"startTime":1728049073502,"traceId":"b09007848b46e699"},{"name":"hash","duration":5170,"timestamp":1482527690944,"id":814,"parentId":805,"tags":{},"startTime":1728049073511,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":198,"timestamp":1482527696111,"id":815,"parentId":805,"tags":{},"startTime":1728049073516,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":352,"timestamp":1482527696295,"id":816,"parentId":805,"tags":{},"startTime":1728049073516,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4372,"timestamp":1482527696683,"id":817,"parentId":805,"tags":{},"startTime":1728049073516,"traceId":"b09007848b46e699"},{"name":"seal","duration":75514,"timestamp":1482527629604,"id":805,"parentId":781,"tags":{},"startTime":1728049073449,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":425958,"timestamp":1482527284680,"id":781,"parentId":779,"tags":{"name":"server"},"startTime":1728049073104,"traceId":"b09007848b46e699"},{"name":"emit","duration":6540,"timestamp":1482527710729,"id":818,"parentId":779,"tags":{},"startTime":1728049073530,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":472540,"timestamp":1482527245608,"id":779,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049073065,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8157,"timestamp":1482527731959,"id":826,"parentId":820,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049073552,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8238,"timestamp":1482527731979,"id":828,"parentId":820,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049073552,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8230,"timestamp":1482527731990,"id":829,"parentId":820,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049073552,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16363,"timestamp":1482527731730,"id":821,"parentId":820,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049073551,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25927,"timestamp":1482527731846,"id":824,"parentId":820,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049073552,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25778,"timestamp":1482527732011,"id":830,"parentId":820,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049073552,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29293,"timestamp":1482527731971,"id":827,"parentId":820,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049073552,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":7390,"timestamp":1482527754061,"id":833,"parentId":832,"tags":{},"startTime":1728049073574,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":60893,"timestamp":1482527731822,"id":822,"parentId":820,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049073552,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":254582,"timestamp":1482527761640,"id":835,"parentId":834,"tags":{},"startTime":1728049073581,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":257359,"timestamp":1482527761557,"id":834,"parentId":832,"tags":{},"startTime":1728049073581,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":59173,"timestamp":1482528019017,"id":836,"parentId":832,"tags":{"astUsed":"true"},"startTime":1728049073839,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":334953,"timestamp":1482527753630,"id":832,"parentId":831,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049073573,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":361328,"timestamp":1482527740476,"id":831,"parentId":819,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049073560,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":370180,"timestamp":1482527731837,"id":823,"parentId":820,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049073552,"traceId":"b09007848b46e699"},{"name":"build-module","duration":119,"timestamp":1482528102091,"id":837,"parentId":831,"tags":{},"startTime":1728049073922,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":370382,"timestamp":1482527731854,"id":825,"parentId":820,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049073552,"traceId":"b09007848b46e699"},{"name":"make","duration":379216,"timestamp":1482527723075,"id":820,"parentId":819,"tags":{},"startTime":1728049073543,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2870,"timestamp":1482528122347,"id":839,"parentId":838,"tags":{},"startTime":1728049073942,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1482528125267,"id":841,"parentId":838,"tags":{},"startTime":1728049073945,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":111,"timestamp":1482528125421,"id":842,"parentId":838,"tags":{},"startTime":1728049073945,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1482528125568,"id":843,"parentId":838,"tags":{},"startTime":1728049073945,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1482528125610,"id":844,"parentId":838,"tags":{},"startTime":1728049073945,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5150,"timestamp":1482528125251,"id":840,"parentId":838,"tags":{},"startTime":1728049073945,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1010,"timestamp":1482528133129,"id":845,"parentId":838,"tags":{},"startTime":1728049073953,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":4223,"timestamp":1482528134201,"id":846,"parentId":838,"tags":{},"startTime":1728049073954,"traceId":"b09007848b46e699"},{"name":"hash","duration":9465,"timestamp":1482528142207,"id":847,"parentId":838,"tags":{},"startTime":1728049073962,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":243,"timestamp":1482528151670,"id":848,"parentId":838,"tags":{},"startTime":1728049073971,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":218,"timestamp":1482528151898,"id":849,"parentId":838,"tags":{},"startTime":1728049073972,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5493,"timestamp":1482528152126,"id":850,"parentId":838,"tags":{},"startTime":1728049073972,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":525,"timestamp":1482528168119,"id":852,"parentId":819,"tags":{},"startTime":1728049073988,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":824,"timestamp":1482528167836,"id":851,"parentId":819,"tags":{},"startTime":1728049073988,"traceId":"b09007848b46e699"},{"name":"seal","duration":64409,"timestamp":1482528116582,"id":838,"parentId":819,"tags":{},"startTime":1728049073936,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":459504,"timestamp":1482527721604,"id":819,"parentId":780,"tags":{"name":"client"},"startTime":1728049073541,"traceId":"b09007848b46e699"},{"name":"emit","duration":9041,"timestamp":1482528181225,"id":853,"parentId":780,"tags":{},"startTime":1728049074001,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":943632,"timestamp":1482527249331,"id":780,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049073069,"traceId":"b09007848b46e699"}] -[{"name":"client-hmr-latency","duration":957000,"timestamp":1482527257812,"id":856,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728049074113,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":104447,"timestamp":1482528202882,"id":855,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049074023,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1482528307362,"id":857,"parentId":855,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"276594688","memory.heapUsed":"190311208","memory.heapTotal":"245760000"},"startTime":1728049074127,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":15452,"timestamp":1482531955768,"id":867,"parentId":866,"tags":{},"startTime":1728049077775,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":21770,"timestamp":1482531949551,"id":866,"parentId":865,"tags":{},"startTime":1728049077769,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":63868,"timestamp":1482531945985,"id":865,"parentId":860,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutvalues.jsx","layer":"rsc"},"startTime":1728049077766,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":127225,"timestamp":1482531887344,"id":864,"parentId":861,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049077707,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":129649,"timestamp":1482531884956,"id":862,"parentId":861,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049077705,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":129133,"timestamp":1482531887313,"id":863,"parentId":861,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049077707,"traceId":"b09007848b46e699"},{"name":"make","duration":360311,"timestamp":1482531846396,"id":861,"parentId":860,"tags":{},"startTime":1728049077666,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":8533,"timestamp":1482532233126,"id":885,"parentId":884,"tags":{},"startTime":1728049078053,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":19,"timestamp":1482532241773,"id":887,"parentId":884,"tags":{},"startTime":1728049078061,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":13965,"timestamp":1482532241819,"id":888,"parentId":884,"tags":{},"startTime":1728049078061,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":24,"timestamp":1482532255853,"id":889,"parentId":884,"tags":{},"startTime":1728049078075,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":16,"timestamp":1482532255901,"id":890,"parentId":884,"tags":{},"startTime":1728049078076,"traceId":"b09007848b46e699"},{"name":"optimize","duration":20028,"timestamp":1482532241714,"id":886,"parentId":884,"tags":{},"startTime":1728049078061,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":985,"timestamp":1482532270208,"id":891,"parentId":884,"tags":{},"startTime":1728049078090,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":4706,"timestamp":1482532271225,"id":892,"parentId":884,"tags":{},"startTime":1728049078091,"traceId":"b09007848b46e699"},{"name":"hash","duration":2338,"timestamp":1482532278260,"id":893,"parentId":884,"tags":{},"startTime":1728049078098,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":170,"timestamp":1482532280596,"id":894,"parentId":884,"tags":{},"startTime":1728049078100,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":299,"timestamp":1482532280753,"id":895,"parentId":884,"tags":{},"startTime":1728049078100,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2611,"timestamp":1482532281062,"id":896,"parentId":884,"tags":{},"startTime":1728049078101,"traceId":"b09007848b46e699"},{"name":"seal","duration":69763,"timestamp":1482532218432,"id":884,"parentId":860,"tags":{},"startTime":1728049078038,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":450937,"timestamp":1482531843552,"id":860,"parentId":858,"tags":{"name":"server"},"startTime":1728049077663,"traceId":"b09007848b46e699"},{"name":"emit","duration":5679,"timestamp":1482532294566,"id":897,"parentId":858,"tags":{},"startTime":1728049078114,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":492251,"timestamp":1482531808882,"id":858,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049077629,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":11134,"timestamp":1482532314919,"id":905,"parentId":899,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049078135,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":11224,"timestamp":1482532314937,"id":907,"parentId":899,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049078135,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":11214,"timestamp":1482532314951,"id":908,"parentId":899,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049078135,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16882,"timestamp":1482532314766,"id":900,"parentId":899,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049078134,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26644,"timestamp":1482532314895,"id":903,"parentId":899,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049078135,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26590,"timestamp":1482532314974,"id":909,"parentId":899,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049078135,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33360,"timestamp":1482532314928,"id":906,"parentId":899,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049078135,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":11081,"timestamp":1482532337433,"id":912,"parentId":911,"tags":{},"startTime":1728049078157,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":56283,"timestamp":1482532314865,"id":901,"parentId":899,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049078134,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":315929,"timestamp":1482532348801,"id":914,"parentId":913,"tags":{},"startTime":1728049078168,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":317149,"timestamp":1482532348575,"id":913,"parentId":911,"tags":{},"startTime":1728049078168,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":82670,"timestamp":1482532665827,"id":915,"parentId":911,"tags":{"astUsed":"true"},"startTime":1728049078485,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":416408,"timestamp":1482532336996,"id":911,"parentId":910,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049078157,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":440700,"timestamp":1482532326374,"id":910,"parentId":898,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049078146,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":452410,"timestamp":1482532314884,"id":902,"parentId":899,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049078135,"traceId":"b09007848b46e699"},{"name":"build-module","duration":65,"timestamp":1482532767368,"id":916,"parentId":910,"tags":{},"startTime":1728049078587,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":452559,"timestamp":1482532314905,"id":904,"parentId":899,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049078135,"traceId":"b09007848b46e699"},{"name":"make","duration":463141,"timestamp":1482532304349,"id":899,"parentId":898,"tags":{},"startTime":1728049078124,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5693,"timestamp":1482532892830,"id":918,"parentId":917,"tags":{},"startTime":1728049078712,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":46,"timestamp":1482532898640,"id":920,"parentId":917,"tags":{},"startTime":1728049078718,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":295,"timestamp":1482532899022,"id":921,"parentId":917,"tags":{},"startTime":1728049078719,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":26,"timestamp":1482532899409,"id":922,"parentId":917,"tags":{},"startTime":1728049078719,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1482532899469,"id":923,"parentId":917,"tags":{},"startTime":1728049078719,"traceId":"b09007848b46e699"},{"name":"optimize","duration":9339,"timestamp":1482532898574,"id":919,"parentId":917,"tags":{},"startTime":1728049078718,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1040,"timestamp":1482532912273,"id":924,"parentId":917,"tags":{},"startTime":1728049078732,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":9495,"timestamp":1482532913439,"id":925,"parentId":917,"tags":{},"startTime":1728049078733,"traceId":"b09007848b46e699"},{"name":"hash","duration":12983,"timestamp":1482532927630,"id":926,"parentId":917,"tags":{},"startTime":1728049078747,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":320,"timestamp":1482532940610,"id":927,"parentId":917,"tags":{},"startTime":1728049078760,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":641,"timestamp":1482532940908,"id":928,"parentId":917,"tags":{},"startTime":1728049078761,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":16871,"timestamp":1482532941586,"id":929,"parentId":917,"tags":{},"startTime":1728049078761,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":207,"timestamp":1482532963995,"id":931,"parentId":898,"tags":{},"startTime":1728049078784,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":394,"timestamp":1482532963831,"id":930,"parentId":898,"tags":{},"startTime":1728049078783,"traceId":"b09007848b46e699"},{"name":"seal","duration":98199,"timestamp":1482532872091,"id":917,"parentId":898,"tags":{},"startTime":1728049078692,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":666568,"timestamp":1482532303828,"id":898,"parentId":859,"tags":{"name":"client"},"startTime":1728049078123,"traceId":"b09007848b46e699"},{"name":"emit","duration":21514,"timestamp":1482532970450,"id":932,"parentId":859,"tags":{},"startTime":1728049078790,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1180779,"timestamp":1482531817219,"id":859,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049077637,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":24,"timestamp":1482533019279,"id":933,"parentId":3,"tags":{},"startTime":1728049078839,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1241000,"timestamp":1482531821026,"id":935,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728049078885,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":484677,"timestamp":1482533035875,"id":934,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049078855,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":5,"timestamp":1482533521541,"id":936,"parentId":934,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"173277184","memory.heapUsed":"189308936","memory.heapTotal":"250085376"},"startTime":1728049079341,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":66007,"timestamp":1482601541353,"id":941,"parentId":940,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049147360,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":100703,"timestamp":1482601593237,"id":945,"parentId":944,"tags":{},"startTime":1728049147412,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":100997,"timestamp":1482601592957,"id":944,"parentId":943,"tags":{},"startTime":1728049147411,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":107694,"timestamp":1482601591760,"id":943,"parentId":939,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutvalues.jsx","layer":"rsc"},"startTime":1728049147410,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":160057,"timestamp":1482601541766,"id":942,"parentId":940,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049147360,"traceId":"b09007848b46e699"},{"name":"make","duration":234710,"timestamp":1482601519158,"id":940,"parentId":939,"tags":{},"startTime":1728049147338,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6916,"timestamp":1482601919496,"id":957,"parentId":956,"tags":{},"startTime":1728049147738,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":21,"timestamp":1482601926486,"id":959,"parentId":956,"tags":{},"startTime":1728049147745,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":14445,"timestamp":1482601926715,"id":960,"parentId":956,"tags":{},"startTime":1728049147745,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":25,"timestamp":1482601941305,"id":961,"parentId":956,"tags":{},"startTime":1728049147760,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":9,"timestamp":1482601941421,"id":962,"parentId":956,"tags":{},"startTime":1728049147760,"traceId":"b09007848b46e699"},{"name":"optimize","duration":32649,"timestamp":1482601926466,"id":958,"parentId":956,"tags":{},"startTime":1728049147745,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1336,"timestamp":1482601964999,"id":963,"parentId":956,"tags":{},"startTime":1728049147783,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":9286,"timestamp":1482601966391,"id":964,"parentId":956,"tags":{},"startTime":1728049147785,"traceId":"b09007848b46e699"},{"name":"hash","duration":6554,"timestamp":1482601983212,"id":965,"parentId":956,"tags":{},"startTime":1728049147802,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":332,"timestamp":1482601989763,"id":966,"parentId":956,"tags":{},"startTime":1728049147808,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":589,"timestamp":1482601990072,"id":967,"parentId":956,"tags":{},"startTime":1728049147808,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5084,"timestamp":1482601990678,"id":968,"parentId":956,"tags":{},"startTime":1728049147809,"traceId":"b09007848b46e699"},{"name":"seal","duration":94674,"timestamp":1482601909812,"id":956,"parentId":939,"tags":{},"startTime":1728049147728,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":495608,"timestamp":1482601516367,"id":939,"parentId":937,"tags":{"name":"server"},"startTime":1728049147335,"traceId":"b09007848b46e699"},{"name":"emit","duration":12324,"timestamp":1482602012408,"id":969,"parentId":937,"tags":{},"startTime":1728049147831,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":560782,"timestamp":1482601466126,"id":937,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049147285,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10552,"timestamp":1482602058553,"id":977,"parentId":971,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049147877,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10675,"timestamp":1482602058582,"id":979,"parentId":971,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049147877,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10668,"timestamp":1482602058595,"id":980,"parentId":971,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049147877,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":20493,"timestamp":1482602057292,"id":972,"parentId":971,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049147876,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":57029,"timestamp":1482602058524,"id":975,"parentId":971,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049147877,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":56911,"timestamp":1482602058672,"id":981,"parentId":971,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049147877,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":64606,"timestamp":1482602058565,"id":978,"parentId":971,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049147877,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":66363,"timestamp":1482602058457,"id":973,"parentId":971,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049147877,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":15287,"timestamp":1482602109942,"id":984,"parentId":983,"tags":{},"startTime":1728049147928,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":238887,"timestamp":1482602125569,"id":986,"parentId":985,"tags":{},"startTime":1728049147944,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":241972,"timestamp":1482602125476,"id":985,"parentId":983,"tags":{},"startTime":1728049147944,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":44418,"timestamp":1482602367587,"id":987,"parentId":983,"tags":{"astUsed":"true"},"startTime":1728049148186,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":310357,"timestamp":1482602109308,"id":983,"parentId":982,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049147928,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":361860,"timestamp":1482602058509,"id":974,"parentId":971,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049147877,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":356623,"timestamp":1482602069520,"id":982,"parentId":970,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049147888,"traceId":"b09007848b46e699"},{"name":"build-module","duration":80,"timestamp":1482602426290,"id":988,"parentId":982,"tags":{},"startTime":1728049148245,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":367861,"timestamp":1482602058537,"id":976,"parentId":971,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049147877,"traceId":"b09007848b46e699"},{"name":"make","duration":387025,"timestamp":1482602039413,"id":971,"parentId":970,"tags":{},"startTime":1728049147858,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2557,"timestamp":1482602498350,"id":990,"parentId":989,"tags":{},"startTime":1728049148317,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":10,"timestamp":1482602500946,"id":992,"parentId":989,"tags":{},"startTime":1728049148319,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":110,"timestamp":1482602501093,"id":993,"parentId":989,"tags":{},"startTime":1728049148319,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":11,"timestamp":1482602501243,"id":994,"parentId":989,"tags":{},"startTime":1728049148320,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1482602501273,"id":995,"parentId":989,"tags":{},"startTime":1728049148320,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3557,"timestamp":1482602500936,"id":991,"parentId":989,"tags":{},"startTime":1728049148319,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1117,"timestamp":1482602506877,"id":996,"parentId":989,"tags":{},"startTime":1728049148325,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":4994,"timestamp":1482602508039,"id":997,"parentId":989,"tags":{},"startTime":1728049148326,"traceId":"b09007848b46e699"},{"name":"hash","duration":7197,"timestamp":1482602519375,"id":998,"parentId":989,"tags":{},"startTime":1728049148338,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":181,"timestamp":1482602526571,"id":999,"parentId":989,"tags":{},"startTime":1728049148345,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":167,"timestamp":1482602526742,"id":1000,"parentId":989,"tags":{},"startTime":1728049148345,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4535,"timestamp":1482602526916,"id":1001,"parentId":989,"tags":{},"startTime":1728049148345,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":432,"timestamp":1482602533982,"id":1003,"parentId":970,"tags":{},"startTime":1728049148352,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":643,"timestamp":1482602533780,"id":1002,"parentId":970,"tags":{},"startTime":1728049148352,"traceId":"b09007848b46e699"},{"name":"seal","duration":51642,"timestamp":1482602485505,"id":989,"parentId":970,"tags":{},"startTime":1728049148304,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":499838,"timestamp":1482602037376,"id":970,"parentId":938,"tags":{"name":"client"},"startTime":1728049147856,"traceId":"b09007848b46e699"},{"name":"emit","duration":5176,"timestamp":1482602537283,"id":1004,"parentId":938,"tags":{},"startTime":1728049148356,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1075331,"timestamp":1482601468742,"id":938,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049147287,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":4,"timestamp":1482602551440,"id":1005,"parentId":3,"tags":{},"startTime":1728049148370,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1083000,"timestamp":1482601482944,"id":1007,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728049148459,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":101953,"timestamp":1482602553766,"id":1006,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049148372,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1482602655750,"id":1008,"parentId":1006,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"286769152","memory.heapUsed":"182908592","memory.heapTotal":"234192896"},"startTime":1728049148474,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25158,"timestamp":1482629631909,"id":1014,"parentId":1012,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049175450,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5878,"timestamp":1482629652911,"id":1017,"parentId":1016,"tags":{},"startTime":1728049175471,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6074,"timestamp":1482629652735,"id":1016,"parentId":1015,"tags":{},"startTime":1728049175471,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":10326,"timestamp":1482629652265,"id":1015,"parentId":1011,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutvalues.jsx","layer":"rsc"},"startTime":1728049175470,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":32633,"timestamp":1482629631761,"id":1013,"parentId":1012,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049175450,"traceId":"b09007848b46e699"},{"name":"make","duration":91874,"timestamp":1482629627033,"id":1012,"parentId":1011,"tags":{},"startTime":1728049175445,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5503,"timestamp":1482629728930,"id":1029,"parentId":1028,"tags":{},"startTime":1728049175547,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":15,"timestamp":1482629734502,"id":1031,"parentId":1028,"tags":{},"startTime":1728049175552,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":4055,"timestamp":1482629734544,"id":1032,"parentId":1028,"tags":{},"startTime":1728049175552,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":18,"timestamp":1482629738634,"id":1033,"parentId":1028,"tags":{},"startTime":1728049175557,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1482629738671,"id":1034,"parentId":1028,"tags":{},"startTime":1728049175557,"traceId":"b09007848b46e699"},{"name":"optimize","duration":7713,"timestamp":1482629734483,"id":1030,"parentId":1028,"tags":{},"startTime":1728049175552,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1088,"timestamp":1482629745918,"id":1035,"parentId":1028,"tags":{},"startTime":1728049175564,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":4533,"timestamp":1482629747035,"id":1036,"parentId":1028,"tags":{},"startTime":1728049175565,"traceId":"b09007848b46e699"},{"name":"hash","duration":2206,"timestamp":1482629754089,"id":1037,"parentId":1028,"tags":{},"startTime":1728049175572,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":124,"timestamp":1482629756294,"id":1038,"parentId":1028,"tags":{},"startTime":1728049175574,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":185,"timestamp":1482629756409,"id":1039,"parentId":1028,"tags":{},"startTime":1728049175574,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3080,"timestamp":1482629756599,"id":1040,"parentId":1028,"tags":{},"startTime":1728049175574,"traceId":"b09007848b46e699"},{"name":"seal","duration":37796,"timestamp":1482629724895,"id":1028,"parentId":1011,"tags":{},"startTime":1728049175543,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":140752,"timestamp":1482629626590,"id":1011,"parentId":1009,"tags":{"name":"server"},"startTime":1728049175444,"traceId":"b09007848b46e699"},{"name":"emit","duration":4863,"timestamp":1482629767410,"id":1041,"parentId":1009,"tags":{},"startTime":1728049175585,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":156730,"timestamp":1482629616026,"id":1009,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049175434,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7026,"timestamp":1482629785139,"id":1049,"parentId":1043,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049175603,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7154,"timestamp":1482629785176,"id":1051,"parentId":1043,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049175603,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7149,"timestamp":1482629785189,"id":1052,"parentId":1043,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049175603,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10633,"timestamp":1482629784954,"id":1044,"parentId":1043,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049175603,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":21897,"timestamp":1482629785083,"id":1047,"parentId":1043,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049175603,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":21792,"timestamp":1482629785205,"id":1053,"parentId":1043,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049175603,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33143,"timestamp":1482629785162,"id":1050,"parentId":1043,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049175603,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":15820,"timestamp":1482629802656,"id":1056,"parentId":1055,"tags":{},"startTime":1728049175621,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":58253,"timestamp":1482629785051,"id":1045,"parentId":1043,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049175603,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":274242,"timestamp":1482629818589,"id":1058,"parentId":1057,"tags":{},"startTime":1728049175636,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":276469,"timestamp":1482629818533,"id":1057,"parentId":1055,"tags":{},"startTime":1728049175636,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":54383,"timestamp":1482630095073,"id":1059,"parentId":1055,"tags":{"astUsed":"true"},"startTime":1728049175913,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":366252,"timestamp":1482629802391,"id":1055,"parentId":1054,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049175620,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":385155,"timestamp":1482629785069,"id":1046,"parentId":1043,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049175603,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":381858,"timestamp":1482629792705,"id":1054,"parentId":1042,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049175611,"traceId":"b09007848b46e699"},{"name":"build-module","duration":82,"timestamp":1482630174938,"id":1060,"parentId":1054,"tags":{},"startTime":1728049175993,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":390033,"timestamp":1482629785095,"id":1048,"parentId":1043,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049175603,"traceId":"b09007848b46e699"},{"name":"make","duration":400733,"timestamp":1482629774441,"id":1043,"parentId":1042,"tags":{},"startTime":1728049175592,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2524,"timestamp":1482630190186,"id":1062,"parentId":1061,"tags":{},"startTime":1728049176008,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":9,"timestamp":1482630192746,"id":1064,"parentId":1061,"tags":{},"startTime":1728049176011,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":88,"timestamp":1482630192773,"id":1065,"parentId":1061,"tags":{},"startTime":1728049176011,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":8,"timestamp":1482630192885,"id":1066,"parentId":1061,"tags":{},"startTime":1728049176011,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1482630192916,"id":1067,"parentId":1061,"tags":{},"startTime":1728049176011,"traceId":"b09007848b46e699"},{"name":"optimize","duration":8445,"timestamp":1482630192734,"id":1063,"parentId":1061,"tags":{},"startTime":1728049176011,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":481,"timestamp":1482630202969,"id":1068,"parentId":1061,"tags":{},"startTime":1728049176021,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":3509,"timestamp":1482630203470,"id":1069,"parentId":1061,"tags":{},"startTime":1728049176021,"traceId":"b09007848b46e699"},{"name":"hash","duration":5462,"timestamp":1482630208649,"id":1070,"parentId":1061,"tags":{},"startTime":1728049176027,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":197,"timestamp":1482630214110,"id":1071,"parentId":1061,"tags":{},"startTime":1728049176032,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":167,"timestamp":1482630214298,"id":1072,"parentId":1061,"tags":{},"startTime":1728049176032,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2930,"timestamp":1482630214470,"id":1073,"parentId":1061,"tags":{},"startTime":1728049176032,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":83,"timestamp":1482630218708,"id":1075,"parentId":1042,"tags":{},"startTime":1728049176037,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":160,"timestamp":1482630218637,"id":1074,"parentId":1042,"tags":{},"startTime":1728049176036,"traceId":"b09007848b46e699"},{"name":"seal","duration":35941,"timestamp":1482630185170,"id":1061,"parentId":1042,"tags":{},"startTime":1728049176003,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":446981,"timestamp":1482629774161,"id":1042,"parentId":1010,"tags":{"name":"client"},"startTime":1728049175592,"traceId":"b09007848b46e699"},{"name":"emit","duration":4272,"timestamp":1482630221166,"id":1076,"parentId":1010,"tags":{},"startTime":1728049176039,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":610797,"timestamp":1482629616592,"id":1010,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049175434,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":7,"timestamp":1482630240668,"id":1077,"parentId":3,"tags":{},"startTime":1728049176059,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":634000,"timestamp":1482629619282,"id":1079,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728049176071,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":77490,"timestamp":1482630245333,"id":1078,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049176063,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1482630322861,"id":1080,"parentId":1078,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"252067840","memory.heapUsed":"193953472","memory.heapTotal":"228687872"},"startTime":1728049176141,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":16271,"timestamp":1482655996473,"id":1089,"parentId":1088,"tags":{},"startTime":1728049201814,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":16944,"timestamp":1482655995867,"id":1088,"parentId":1087,"tags":{},"startTime":1728049201813,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":30010,"timestamp":1482655994450,"id":1087,"parentId":1083,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutvalues.jsx","layer":"rsc"},"startTime":1728049201812,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":52905,"timestamp":1482655974424,"id":1086,"parentId":1084,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049201792,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":53396,"timestamp":1482655974235,"id":1085,"parentId":1084,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049201792,"traceId":"b09007848b46e699"},{"name":"make","duration":120654,"timestamp":1482655969589,"id":1084,"parentId":1083,"tags":{},"startTime":1728049201787,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":7022,"timestamp":1482656101054,"id":1101,"parentId":1100,"tags":{},"startTime":1728049201918,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1482656108127,"id":1103,"parentId":1100,"tags":{},"startTime":1728049201926,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":12907,"timestamp":1482656108164,"id":1104,"parentId":1100,"tags":{},"startTime":1728049201926,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":10,"timestamp":1482656121133,"id":1105,"parentId":1100,"tags":{},"startTime":1728049201939,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":14,"timestamp":1482656121182,"id":1106,"parentId":1100,"tags":{},"startTime":1728049201939,"traceId":"b09007848b46e699"},{"name":"optimize","duration":20267,"timestamp":1482656108115,"id":1102,"parentId":1100,"tags":{},"startTime":1728049201926,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":542,"timestamp":1482656130274,"id":1107,"parentId":1100,"tags":{},"startTime":1728049201948,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":3562,"timestamp":1482656130830,"id":1108,"parentId":1100,"tags":{},"startTime":1728049201948,"traceId":"b09007848b46e699"},{"name":"hash","duration":1231,"timestamp":1482656135990,"id":1109,"parentId":1100,"tags":{},"startTime":1728049201953,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":102,"timestamp":1482656137220,"id":1110,"parentId":1100,"tags":{},"startTime":1728049201955,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":169,"timestamp":1482656137315,"id":1111,"parentId":1100,"tags":{},"startTime":1728049201955,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1240,"timestamp":1482656137491,"id":1112,"parentId":1100,"tags":{},"startTime":1728049201955,"traceId":"b09007848b46e699"},{"name":"seal","duration":45240,"timestamp":1482656096055,"id":1100,"parentId":1083,"tags":{},"startTime":1728049201913,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":176728,"timestamp":1482655968418,"id":1083,"parentId":1081,"tags":{"name":"server"},"startTime":1728049201786,"traceId":"b09007848b46e699"},{"name":"emit","duration":6135,"timestamp":1482656145213,"id":1113,"parentId":1081,"tags":{},"startTime":1728049201963,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":218140,"timestamp":1482655933622,"id":1081,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049201751,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4062,"timestamp":1482656160918,"id":1121,"parentId":1115,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049201978,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4128,"timestamp":1482656160931,"id":1123,"parentId":1115,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049201978,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4125,"timestamp":1482656160937,"id":1124,"parentId":1115,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049201978,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13786,"timestamp":1482656160822,"id":1116,"parentId":1115,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049201978,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26828,"timestamp":1482656160904,"id":1119,"parentId":1115,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049201978,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26801,"timestamp":1482656160947,"id":1125,"parentId":1115,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049201978,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29555,"timestamp":1482656160924,"id":1122,"parentId":1115,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049201978,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":5462,"timestamp":1482656185138,"id":1128,"parentId":1127,"tags":{},"startTime":1728049202003,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":39880,"timestamp":1482656160888,"id":1117,"parentId":1115,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049201978,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":279385,"timestamp":1482656190853,"id":1130,"parentId":1129,"tags":{},"startTime":1728049202008,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":281662,"timestamp":1482656190656,"id":1129,"parentId":1127,"tags":{},"startTime":1728049202008,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":70138,"timestamp":1482656472585,"id":1131,"parentId":1127,"tags":{"astUsed":"true"},"startTime":1728049202290,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":362220,"timestamp":1482656184938,"id":1127,"parentId":1126,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049202002,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":415174,"timestamp":1482656165256,"id":1126,"parentId":1114,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049201983,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":419926,"timestamp":1482656160898,"id":1118,"parentId":1115,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049201978,"traceId":"b09007848b46e699"},{"name":"build-module","duration":100,"timestamp":1482656580944,"id":1132,"parentId":1126,"tags":{},"startTime":1728049202398,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":420172,"timestamp":1482656160910,"id":1120,"parentId":1115,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049201978,"traceId":"b09007848b46e699"},{"name":"make","duration":426738,"timestamp":1482656154387,"id":1115,"parentId":1114,"tags":{},"startTime":1728049201972,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3684,"timestamp":1482656602940,"id":1134,"parentId":1133,"tags":{},"startTime":1728049202420,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":12,"timestamp":1482656606685,"id":1136,"parentId":1133,"tags":{},"startTime":1728049202424,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":131,"timestamp":1482656606719,"id":1137,"parentId":1133,"tags":{},"startTime":1728049202424,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":7,"timestamp":1482656606883,"id":1138,"parentId":1133,"tags":{},"startTime":1728049202424,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1482656606919,"id":1139,"parentId":1133,"tags":{},"startTime":1728049202424,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3039,"timestamp":1482656606666,"id":1135,"parentId":1133,"tags":{},"startTime":1728049202424,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":842,"timestamp":1482656620602,"id":1140,"parentId":1133,"tags":{},"startTime":1728049202438,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":3743,"timestamp":1482656621467,"id":1141,"parentId":1133,"tags":{},"startTime":1728049202439,"traceId":"b09007848b46e699"},{"name":"hash","duration":5654,"timestamp":1482656627710,"id":1142,"parentId":1133,"tags":{},"startTime":1728049202445,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":351,"timestamp":1482656633362,"id":1143,"parentId":1133,"tags":{},"startTime":1728049202451,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":273,"timestamp":1482656633693,"id":1144,"parentId":1133,"tags":{},"startTime":1728049202451,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5570,"timestamp":1482656633977,"id":1145,"parentId":1133,"tags":{},"startTime":1728049202451,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":80,"timestamp":1482656641036,"id":1147,"parentId":1114,"tags":{},"startTime":1728049202458,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":185,"timestamp":1482656640942,"id":1146,"parentId":1114,"tags":{},"startTime":1728049202458,"traceId":"b09007848b46e699"},{"name":"seal","duration":49448,"timestamp":1482656594543,"id":1133,"parentId":1114,"tags":{},"startTime":1728049202412,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":489947,"timestamp":1482656154089,"id":1114,"parentId":1082,"tags":{"name":"client"},"startTime":1728049201971,"traceId":"b09007848b46e699"},{"name":"emit","duration":7958,"timestamp":1482656644071,"id":1148,"parentId":1082,"tags":{},"startTime":1728049202461,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":718179,"timestamp":1482655935276,"id":1082,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049201753,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":5,"timestamp":1482656663555,"id":1149,"parentId":3,"tags":{},"startTime":1728049202481,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":736000,"timestamp":1482655939627,"id":1151,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728049202494,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":82460,"timestamp":1482656665580,"id":1150,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049202483,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1482656748072,"id":1152,"parentId":1150,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"266764288","memory.heapUsed":"182630976","memory.heapTotal":"249659392"},"startTime":1728049202565,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8385,"timestamp":1482671669456,"id":1161,"parentId":1160,"tags":{},"startTime":1728049217487,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8850,"timestamp":1482671669062,"id":1160,"parentId":1159,"tags":{},"startTime":1728049217486,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":19703,"timestamp":1482671668113,"id":1159,"parentId":1155,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutvalues.jsx","layer":"rsc"},"startTime":1728049217485,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":41655,"timestamp":1482671651322,"id":1157,"parentId":1156,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049217468,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":41635,"timestamp":1482671651708,"id":1158,"parentId":1156,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049217469,"traceId":"b09007848b46e699"},{"name":"make","duration":110620,"timestamp":1482671640328,"id":1156,"parentId":1155,"tags":{},"startTime":1728049217457,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3054,"timestamp":1482671761738,"id":1173,"parentId":1172,"tags":{},"startTime":1728049217579,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":10,"timestamp":1482671764831,"id":1175,"parentId":1172,"tags":{},"startTime":1728049217582,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":4361,"timestamp":1482671764863,"id":1176,"parentId":1172,"tags":{},"startTime":1728049217582,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":20,"timestamp":1482671769283,"id":1177,"parentId":1172,"tags":{},"startTime":1728049217586,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":15,"timestamp":1482671769367,"id":1178,"parentId":1172,"tags":{},"startTime":1728049217586,"traceId":"b09007848b46e699"},{"name":"optimize","duration":10449,"timestamp":1482671764820,"id":1174,"parentId":1172,"tags":{},"startTime":1728049217582,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":690,"timestamp":1482671791188,"id":1179,"parentId":1172,"tags":{},"startTime":1728049217608,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":2594,"timestamp":1482671791898,"id":1180,"parentId":1172,"tags":{},"startTime":1728049217609,"traceId":"b09007848b46e699"},{"name":"hash","duration":1111,"timestamp":1482671795794,"id":1181,"parentId":1172,"tags":{},"startTime":1728049217613,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":107,"timestamp":1482671796904,"id":1182,"parentId":1172,"tags":{},"startTime":1728049217614,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":183,"timestamp":1482671797004,"id":1183,"parentId":1172,"tags":{},"startTime":1728049217614,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1527,"timestamp":1482671797193,"id":1184,"parentId":1172,"tags":{},"startTime":1728049217614,"traceId":"b09007848b46e699"},{"name":"seal","duration":44030,"timestamp":1482671757502,"id":1172,"parentId":1155,"tags":{},"startTime":1728049217575,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":166428,"timestamp":1482671637975,"id":1155,"parentId":1153,"tags":{"name":"server"},"startTime":1728049217455,"traceId":"b09007848b46e699"},{"name":"emit","duration":3710,"timestamp":1482671804457,"id":1185,"parentId":1153,"tags":{},"startTime":1728049217622,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":203879,"timestamp":1482671605476,"id":1153,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049217423,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7522,"timestamp":1482671817760,"id":1193,"parentId":1187,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049217635,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7600,"timestamp":1482671817770,"id":1195,"parentId":1187,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049217635,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7597,"timestamp":1482671817776,"id":1196,"parentId":1187,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049217635,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9845,"timestamp":1482671817670,"id":1188,"parentId":1187,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049217635,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14916,"timestamp":1482671817748,"id":1191,"parentId":1187,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049217635,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14890,"timestamp":1482671817784,"id":1197,"parentId":1187,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049217635,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17197,"timestamp":1482671817765,"id":1194,"parentId":1187,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049217635,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":4541,"timestamp":1482671830509,"id":1200,"parentId":1199,"tags":{},"startTime":1728049217648,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23385,"timestamp":1482671817731,"id":1189,"parentId":1187,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049217635,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":152027,"timestamp":1482671835152,"id":1202,"parentId":1201,"tags":{},"startTime":1728049217652,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":152710,"timestamp":1482671835097,"id":1201,"parentId":1199,"tags":{},"startTime":1728049217652,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":24492,"timestamp":1482671987870,"id":1203,"parentId":1199,"tags":{"astUsed":"true"},"startTime":1728049217805,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":185133,"timestamp":1482671830392,"id":1199,"parentId":1198,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049217648,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":196873,"timestamp":1482671825499,"id":1198,"parentId":1186,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049217643,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":204772,"timestamp":1482671817742,"id":1190,"parentId":1187,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049217635,"traceId":"b09007848b46e699"},{"name":"build-module","duration":40,"timestamp":1482672022563,"id":1204,"parentId":1198,"tags":{},"startTime":1728049217840,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":204865,"timestamp":1482671817753,"id":1192,"parentId":1187,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049217635,"traceId":"b09007848b46e699"},{"name":"make","duration":210837,"timestamp":1482671811798,"id":1187,"parentId":1186,"tags":{},"startTime":1728049217629,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2877,"timestamp":1482672032918,"id":1206,"parentId":1205,"tags":{},"startTime":1728049217850,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1482672035836,"id":1208,"parentId":1205,"tags":{},"startTime":1728049217853,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":80,"timestamp":1482672035857,"id":1209,"parentId":1205,"tags":{},"startTime":1728049217853,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":5,"timestamp":1482672035964,"id":1210,"parentId":1205,"tags":{},"startTime":1728049217853,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1482672035990,"id":1211,"parentId":1205,"tags":{},"startTime":1728049217853,"traceId":"b09007848b46e699"},{"name":"optimize","duration":2859,"timestamp":1482672035824,"id":1207,"parentId":1205,"tags":{},"startTime":1728049217853,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":509,"timestamp":1482672040319,"id":1212,"parentId":1205,"tags":{},"startTime":1728049217857,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":2674,"timestamp":1482672040840,"id":1213,"parentId":1205,"tags":{},"startTime":1728049217858,"traceId":"b09007848b46e699"},{"name":"hash","duration":4761,"timestamp":1482672045052,"id":1214,"parentId":1205,"tags":{},"startTime":1728049217862,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":192,"timestamp":1482672049812,"id":1215,"parentId":1205,"tags":{},"startTime":1728049217867,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":175,"timestamp":1482672049992,"id":1216,"parentId":1205,"tags":{},"startTime":1728049217867,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":9155,"timestamp":1482672050174,"id":1217,"parentId":1205,"tags":{},"startTime":1728049217867,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":92,"timestamp":1482672060455,"id":1219,"parentId":1186,"tags":{},"startTime":1728049217878,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":166,"timestamp":1482672060390,"id":1218,"parentId":1186,"tags":{},"startTime":1728049217877,"traceId":"b09007848b46e699"},{"name":"seal","duration":35831,"timestamp":1482672027329,"id":1205,"parentId":1186,"tags":{},"startTime":1728049217844,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":251703,"timestamp":1482671811494,"id":1186,"parentId":1154,"tags":{"name":"client"},"startTime":1728049217629,"traceId":"b09007848b46e699"},{"name":"emit","duration":12099,"timestamp":1482672063223,"id":1220,"parentId":1154,"tags":{},"startTime":1728049217880,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":468225,"timestamp":1482671608316,"id":1154,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049217425,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":4,"timestamp":1482672080768,"id":1221,"parentId":3,"tags":{},"startTime":1728049217898,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":483000,"timestamp":1482671609422,"id":1223,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728049217911,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":147007,"timestamp":1482672085372,"id":1222,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049217902,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1482672232418,"id":1224,"parentId":1222,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"265158656","memory.heapUsed":"183021416","memory.heapTotal":"242319360"},"startTime":1728049218050,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4747,"timestamp":1482683551479,"id":1233,"parentId":1232,"tags":{},"startTime":1728049229368,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4974,"timestamp":1482683551269,"id":1232,"parentId":1231,"tags":{},"startTime":1728049229368,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":9967,"timestamp":1482683550852,"id":1231,"parentId":1227,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutvalues.jsx","layer":"rsc"},"startTime":1728049229368,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":54756,"timestamp":1482683511809,"id":1230,"parentId":1228,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049229329,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":56353,"timestamp":1482683511703,"id":1229,"parentId":1228,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049229329,"traceId":"b09007848b46e699"},{"name":"make","duration":128369,"timestamp":1482683507564,"id":1228,"parentId":1227,"tags":{},"startTime":1728049229324,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":13778,"timestamp":1482683681213,"id":1245,"parentId":1244,"tags":{},"startTime":1728049229498,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":21,"timestamp":1482683695061,"id":1247,"parentId":1244,"tags":{},"startTime":1728049229512,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":15130,"timestamp":1482683695111,"id":1248,"parentId":1244,"tags":{},"startTime":1728049229512,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":29,"timestamp":1482683710320,"id":1249,"parentId":1244,"tags":{},"startTime":1728049229527,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":310,"timestamp":1482683710425,"id":1250,"parentId":1244,"tags":{},"startTime":1728049229527,"traceId":"b09007848b46e699"},{"name":"optimize","duration":39418,"timestamp":1482683695042,"id":1246,"parentId":1244,"tags":{},"startTime":1728049229512,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1283,"timestamp":1482683741028,"id":1251,"parentId":1244,"tags":{},"startTime":1728049229558,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":8669,"timestamp":1482683742343,"id":1252,"parentId":1244,"tags":{},"startTime":1728049229559,"traceId":"b09007848b46e699"},{"name":"hash","duration":5309,"timestamp":1482683754180,"id":1253,"parentId":1244,"tags":{},"startTime":1728049229571,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":188,"timestamp":1482683759487,"id":1254,"parentId":1244,"tags":{},"startTime":1728049229576,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":252,"timestamp":1482683759661,"id":1255,"parentId":1244,"tags":{},"startTime":1728049229577,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2289,"timestamp":1482683759923,"id":1256,"parentId":1244,"tags":{},"startTime":1728049229577,"traceId":"b09007848b46e699"},{"name":"seal","duration":95030,"timestamp":1482683672146,"id":1244,"parentId":1227,"tags":{},"startTime":1728049229489,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":265856,"timestamp":1482683506828,"id":1227,"parentId":1225,"tags":{"name":"server"},"startTime":1728049229324,"traceId":"b09007848b46e699"},{"name":"emit","duration":18536,"timestamp":1482683772823,"id":1257,"parentId":1225,"tags":{},"startTime":1728049229590,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":297047,"timestamp":1482683495807,"id":1225,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049229313,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6019,"timestamp":1482683813752,"id":1265,"parentId":1259,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049229631,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6084,"timestamp":1482683813772,"id":1267,"parentId":1259,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049229631,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6078,"timestamp":1482683813782,"id":1268,"parentId":1259,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049229631,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10244,"timestamp":1482683813605,"id":1260,"parentId":1259,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049229631,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23399,"timestamp":1482683813729,"id":1263,"parentId":1259,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049229631,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23359,"timestamp":1482683813792,"id":1269,"parentId":1259,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049229631,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":32766,"timestamp":1482683813762,"id":1266,"parentId":1259,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049229631,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":17302,"timestamp":1482683829641,"id":1272,"parentId":1271,"tags":{},"startTime":1728049229647,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":169784,"timestamp":1482683813700,"id":1261,"parentId":1259,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049229631,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":441534,"timestamp":1482683847116,"id":1274,"parentId":1273,"tags":{},"startTime":1728049229664,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":446454,"timestamp":1482683847016,"id":1273,"parentId":1271,"tags":{},"startTime":1728049229664,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":56818,"timestamp":1482684293713,"id":1275,"parentId":1271,"tags":{"astUsed":"true"},"startTime":1728049230111,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":530721,"timestamp":1482683829429,"id":1271,"parentId":1270,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049229646,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":547998,"timestamp":1482683813718,"id":1262,"parentId":1259,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049229631,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":545927,"timestamp":1482683820000,"id":1270,"parentId":1258,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049229637,"traceId":"b09007848b46e699"},{"name":"build-module","duration":59,"timestamp":1482684366124,"id":1276,"parentId":1270,"tags":{},"startTime":1728049230183,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":552494,"timestamp":1482683813740,"id":1264,"parentId":1259,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049229631,"traceId":"b09007848b46e699"},{"name":"make","duration":569254,"timestamp":1482683797024,"id":1259,"parentId":1258,"tags":{},"startTime":1728049229614,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":8316,"timestamp":1482684380662,"id":1278,"parentId":1277,"tags":{},"startTime":1728049230198,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":14,"timestamp":1482684389108,"id":1280,"parentId":1277,"tags":{},"startTime":1728049230206,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":93,"timestamp":1482684389142,"id":1281,"parentId":1277,"tags":{},"startTime":1728049230206,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":11,"timestamp":1482684389259,"id":1282,"parentId":1277,"tags":{},"startTime":1728049230206,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1482684389297,"id":1283,"parentId":1277,"tags":{},"startTime":1728049230206,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3559,"timestamp":1482684389008,"id":1279,"parentId":1277,"tags":{},"startTime":1728049230206,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":451,"timestamp":1482684394438,"id":1284,"parentId":1277,"tags":{},"startTime":1728049230211,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":3467,"timestamp":1482684394906,"id":1285,"parentId":1277,"tags":{},"startTime":1728049230212,"traceId":"b09007848b46e699"},{"name":"hash","duration":6408,"timestamp":1482684400867,"id":1286,"parentId":1277,"tags":{},"startTime":1728049230218,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":172,"timestamp":1482684407274,"id":1287,"parentId":1277,"tags":{},"startTime":1728049230224,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":182,"timestamp":1482684407436,"id":1288,"parentId":1277,"tags":{},"startTime":1728049230224,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3189,"timestamp":1482684407626,"id":1289,"parentId":1277,"tags":{},"startTime":1728049230225,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":121,"timestamp":1482684412085,"id":1291,"parentId":1258,"tags":{},"startTime":1728049230229,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":221,"timestamp":1482684411992,"id":1290,"parentId":1258,"tags":{},"startTime":1728049230229,"traceId":"b09007848b46e699"},{"name":"seal","duration":40406,"timestamp":1482684374572,"id":1277,"parentId":1258,"tags":{},"startTime":1728049230191,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":618686,"timestamp":1482683796332,"id":1258,"parentId":1226,"tags":{"name":"client"},"startTime":1728049229613,"traceId":"b09007848b46e699"},{"name":"emit","duration":5130,"timestamp":1482684415042,"id":1292,"parentId":1226,"tags":{},"startTime":1728049230232,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":925331,"timestamp":1482683496278,"id":1226,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049229313,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":5,"timestamp":1482684426975,"id":1293,"parentId":3,"tags":{},"startTime":1728049230244,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":940000,"timestamp":1482683497809,"id":1295,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728049230317,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":72763,"timestamp":1482684429618,"id":1294,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049230247,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1482684502410,"id":1296,"parentId":1294,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"259522560","memory.heapUsed":"194865464","memory.heapTotal":"229752832"},"startTime":1728049230319,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7019,"timestamp":1482696361320,"id":1305,"parentId":1304,"tags":{},"startTime":1728049242178,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7345,"timestamp":1482696361024,"id":1304,"parentId":1303,"tags":{},"startTime":1728049242178,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":12783,"timestamp":1482696360187,"id":1303,"parentId":1299,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutvalues.jsx","layer":"rsc"},"startTime":1728049242177,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":43174,"timestamp":1482696331289,"id":1301,"parentId":1300,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049242148,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":44419,"timestamp":1482696331566,"id":1302,"parentId":1300,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049242148,"traceId":"b09007848b46e699"},{"name":"make","duration":99346,"timestamp":1482696326015,"id":1300,"parentId":1299,"tags":{},"startTime":1728049242143,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3075,"timestamp":1482696436992,"id":1317,"parentId":1316,"tags":{},"startTime":1728049242254,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1482696440106,"id":1319,"parentId":1316,"tags":{},"startTime":1728049242257,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":5105,"timestamp":1482696440129,"id":1320,"parentId":1316,"tags":{},"startTime":1728049242257,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":6,"timestamp":1482696445284,"id":1321,"parentId":1316,"tags":{},"startTime":1728049242262,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":11,"timestamp":1482696445313,"id":1322,"parentId":1316,"tags":{},"startTime":1728049242262,"traceId":"b09007848b46e699"},{"name":"optimize","duration":9587,"timestamp":1482696440095,"id":1318,"parentId":1316,"tags":{},"startTime":1728049242257,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2619,"timestamp":1482696455071,"id":1323,"parentId":1316,"tags":{},"startTime":1728049242272,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":6859,"timestamp":1482696457770,"id":1324,"parentId":1316,"tags":{},"startTime":1728049242274,"traceId":"b09007848b46e699"},{"name":"hash","duration":1376,"timestamp":1482696466608,"id":1325,"parentId":1316,"tags":{},"startTime":1728049242283,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":116,"timestamp":1482696467983,"id":1326,"parentId":1316,"tags":{},"startTime":1728049242285,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":190,"timestamp":1482696468092,"id":1327,"parentId":1316,"tags":{},"startTime":1728049242285,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1355,"timestamp":1482696468288,"id":1328,"parentId":1316,"tags":{},"startTime":1728049242285,"traceId":"b09007848b46e699"},{"name":"seal","duration":41143,"timestamp":1482696431096,"id":1316,"parentId":1299,"tags":{},"startTime":1728049242248,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":150892,"timestamp":1482696324644,"id":1299,"parentId":1297,"tags":{"name":"server"},"startTime":1728049242141,"traceId":"b09007848b46e699"},{"name":"emit","duration":5238,"timestamp":1482696475648,"id":1329,"parentId":1297,"tags":{},"startTime":1728049242292,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":181708,"timestamp":1482696299808,"id":1297,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049242116,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6894,"timestamp":1482696489468,"id":1337,"parentId":1331,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049242306,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6956,"timestamp":1482696489480,"id":1339,"parentId":1331,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049242306,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6952,"timestamp":1482696489486,"id":1340,"parentId":1331,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049242306,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10008,"timestamp":1482696489384,"id":1332,"parentId":1331,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049242306,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15963,"timestamp":1482696489454,"id":1335,"parentId":1331,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049242306,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15931,"timestamp":1482696489495,"id":1341,"parentId":1331,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049242306,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18728,"timestamp":1482696489474,"id":1338,"parentId":1331,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049242306,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":5282,"timestamp":1482696503070,"id":1344,"parentId":1343,"tags":{},"startTime":1728049242320,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25911,"timestamp":1482696489437,"id":1333,"parentId":1331,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049242306,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":238476,"timestamp":1482696508470,"id":1346,"parentId":1345,"tags":{},"startTime":1728049242325,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":239481,"timestamp":1482696508403,"id":1345,"parentId":1343,"tags":{},"startTime":1728049242325,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":44501,"timestamp":1482696748025,"id":1347,"parentId":1343,"tags":{"astUsed":"true"},"startTime":1728049242565,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":293200,"timestamp":1482696502929,"id":1343,"parentId":1342,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049242320,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":312488,"timestamp":1482696496580,"id":1342,"parentId":1330,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049242313,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":320858,"timestamp":1482696489447,"id":1334,"parentId":1331,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049242306,"traceId":"b09007848b46e699"},{"name":"build-module","duration":182,"timestamp":1482696810488,"id":1348,"parentId":1342,"tags":{},"startTime":1728049242627,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":321285,"timestamp":1482696489461,"id":1336,"parentId":1331,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049242306,"traceId":"b09007848b46e699"},{"name":"make","duration":327079,"timestamp":1482696483705,"id":1331,"parentId":1330,"tags":{},"startTime":1728049242300,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6500,"timestamp":1482696841668,"id":1350,"parentId":1349,"tags":{},"startTime":1728049242658,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":41,"timestamp":1482696848317,"id":1352,"parentId":1349,"tags":{},"startTime":1728049242665,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":919,"timestamp":1482696848386,"id":1353,"parentId":1349,"tags":{},"startTime":1728049242665,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":13,"timestamp":1482696849382,"id":1354,"parentId":1349,"tags":{},"startTime":1728049242666,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":40,"timestamp":1482696849511,"id":1355,"parentId":1349,"tags":{},"startTime":1728049242666,"traceId":"b09007848b46e699"},{"name":"optimize","duration":15876,"timestamp":1482696848289,"id":1351,"parentId":1349,"tags":{},"startTime":1728049242665,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2093,"timestamp":1482696876423,"id":1356,"parentId":1349,"tags":{},"startTime":1728049242693,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":15491,"timestamp":1482696878614,"id":1357,"parentId":1349,"tags":{},"startTime":1728049242695,"traceId":"b09007848b46e699"},{"name":"hash","duration":7681,"timestamp":1482696899547,"id":1358,"parentId":1349,"tags":{},"startTime":1728049242716,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":590,"timestamp":1482696907222,"id":1359,"parentId":1349,"tags":{},"startTime":1728049242724,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":511,"timestamp":1482696907791,"id":1360,"parentId":1349,"tags":{},"startTime":1728049242724,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5722,"timestamp":1482696908323,"id":1361,"parentId":1349,"tags":{},"startTime":1728049242725,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":160,"timestamp":1482696916822,"id":1363,"parentId":1330,"tags":{},"startTime":1728049242733,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":443,"timestamp":1482696916554,"id":1362,"parentId":1330,"tags":{},"startTime":1728049242733,"traceId":"b09007848b46e699"},{"name":"seal","duration":91025,"timestamp":1482696828603,"id":1349,"parentId":1330,"tags":{},"startTime":1728049242645,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":436341,"timestamp":1482696483337,"id":1330,"parentId":1298,"tags":{"name":"client"},"startTime":1728049242300,"traceId":"b09007848b46e699"},{"name":"emit","duration":4947,"timestamp":1482696919710,"id":1364,"parentId":1298,"tags":{},"startTime":1728049242736,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":624217,"timestamp":1482696301759,"id":1298,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049242118,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":4,"timestamp":1482696930453,"id":1365,"parentId":3,"tags":{},"startTime":1728049242747,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":639000,"timestamp":1482696304162,"id":1367,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728049242761,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":89294,"timestamp":1482696934646,"id":1366,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049242751,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1482697023976,"id":1368,"parentId":1366,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"239894528","memory.heapUsed":"228085032","memory.heapTotal":"258179072"},"startTime":1728049242841,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":27588,"timestamp":1482712171753,"id":1374,"parentId":1372,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049257988,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9394,"timestamp":1482712190626,"id":1377,"parentId":1376,"tags":{},"startTime":1728049258007,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":10581,"timestamp":1482712189447,"id":1376,"parentId":1375,"tags":{},"startTime":1728049258006,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":16175,"timestamp":1482712188479,"id":1375,"parentId":1371,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutvalues.jsx","layer":"rsc"},"startTime":1728049258005,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37277,"timestamp":1482712171544,"id":1373,"parentId":1372,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049257988,"traceId":"b09007848b46e699"},{"name":"make","duration":108523,"timestamp":1482712150652,"id":1372,"parentId":1371,"tags":{},"startTime":1728049257967,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":1947,"timestamp":1482712271439,"id":1389,"parentId":1388,"tags":{},"startTime":1728049258088,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1482712273419,"id":1391,"parentId":1388,"tags":{},"startTime":1728049258090,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":2526,"timestamp":1482712273455,"id":1392,"parentId":1388,"tags":{},"startTime":1728049258090,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":5,"timestamp":1482712276011,"id":1393,"parentId":1388,"tags":{},"startTime":1728049258092,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":11,"timestamp":1482712276039,"id":1394,"parentId":1388,"tags":{},"startTime":1728049258092,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4535,"timestamp":1482712273408,"id":1390,"parentId":1388,"tags":{},"startTime":1728049258090,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":823,"timestamp":1482712279973,"id":1395,"parentId":1388,"tags":{},"startTime":1728049258096,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":3220,"timestamp":1482712280813,"id":1396,"parentId":1388,"tags":{},"startTime":1728049258097,"traceId":"b09007848b46e699"},{"name":"hash","duration":1362,"timestamp":1482712287155,"id":1397,"parentId":1388,"tags":{},"startTime":1728049258104,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":123,"timestamp":1482712288516,"id":1398,"parentId":1388,"tags":{},"startTime":1728049258105,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":172,"timestamp":1482712288632,"id":1399,"parentId":1388,"tags":{},"startTime":1728049258105,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1441,"timestamp":1482712288810,"id":1400,"parentId":1388,"tags":{},"startTime":1728049258105,"traceId":"b09007848b46e699"},{"name":"seal","duration":25744,"timestamp":1482712267123,"id":1388,"parentId":1371,"tags":{},"startTime":1728049258084,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":148193,"timestamp":1482712148818,"id":1371,"parentId":1369,"tags":{"name":"server"},"startTime":1728049257965,"traceId":"b09007848b46e699"},{"name":"emit","duration":5166,"timestamp":1482712297081,"id":1401,"parentId":1369,"tags":{},"startTime":1728049258113,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":171632,"timestamp":1482712131107,"id":1369,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049257948,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3437,"timestamp":1482712314110,"id":1409,"parentId":1403,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049258130,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3499,"timestamp":1482712314132,"id":1411,"parentId":1403,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049258131,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3495,"timestamp":1482712314137,"id":1412,"parentId":1403,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049258131,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6809,"timestamp":1482712313971,"id":1404,"parentId":1403,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049258130,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15197,"timestamp":1482712314061,"id":1407,"parentId":1403,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049258130,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15121,"timestamp":1482712314147,"id":1413,"parentId":1403,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049258131,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17942,"timestamp":1482712314125,"id":1410,"parentId":1403,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049258131,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":5434,"timestamp":1482712326772,"id":1416,"parentId":1415,"tags":{},"startTime":1728049258143,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":24919,"timestamp":1482712314043,"id":1405,"parentId":1403,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049258130,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":157630,"timestamp":1482712332356,"id":1418,"parentId":1417,"tags":{},"startTime":1728049258149,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":158881,"timestamp":1482712332273,"id":1417,"parentId":1415,"tags":{},"startTime":1728049258149,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":72539,"timestamp":1482712491446,"id":1419,"parentId":1415,"tags":{"astUsed":"true"},"startTime":1728049258308,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":242236,"timestamp":1482712326586,"id":1415,"parentId":1414,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049258143,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":257914,"timestamp":1482712317812,"id":1414,"parentId":1402,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049258134,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":261927,"timestamp":1482712314054,"id":1406,"parentId":1403,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049258130,"traceId":"b09007848b46e699"},{"name":"build-module","duration":73,"timestamp":1482712576070,"id":1420,"parentId":1414,"tags":{},"startTime":1728049258392,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":262101,"timestamp":1482712314073,"id":1408,"parentId":1403,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049258130,"traceId":"b09007848b46e699"},{"name":"make","duration":270342,"timestamp":1482712305927,"id":1403,"parentId":1402,"tags":{},"startTime":1728049258122,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3578,"timestamp":1482712594679,"id":1422,"parentId":1421,"tags":{},"startTime":1728049258411,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":9,"timestamp":1482712598405,"id":1424,"parentId":1421,"tags":{},"startTime":1728049258415,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":195,"timestamp":1482712598447,"id":1425,"parentId":1421,"tags":{},"startTime":1728049258415,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":10,"timestamp":1482712598687,"id":1426,"parentId":1421,"tags":{},"startTime":1728049258415,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1482712598739,"id":1427,"parentId":1421,"tags":{},"startTime":1728049258415,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3526,"timestamp":1482712598380,"id":1423,"parentId":1421,"tags":{},"startTime":1728049258415,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1358,"timestamp":1482712605477,"id":1428,"parentId":1421,"tags":{},"startTime":1728049258422,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":7295,"timestamp":1482712606873,"id":1429,"parentId":1421,"tags":{},"startTime":1728049258423,"traceId":"b09007848b46e699"},{"name":"hash","duration":34524,"timestamp":1482712619749,"id":1430,"parentId":1421,"tags":{},"startTime":1728049258436,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":3857,"timestamp":1482712654269,"id":1431,"parentId":1421,"tags":{},"startTime":1728049258471,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":2635,"timestamp":1482712658025,"id":1432,"parentId":1421,"tags":{},"startTime":1728049258474,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":75578,"timestamp":1482712660831,"id":1433,"parentId":1421,"tags":{},"startTime":1728049258477,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":415,"timestamp":1482712741866,"id":1435,"parentId":1402,"tags":{},"startTime":1728049258558,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":881,"timestamp":1482712741427,"id":1434,"parentId":1402,"tags":{},"startTime":1728049258558,"traceId":"b09007848b46e699"},{"name":"seal","duration":164200,"timestamp":1482712586596,"id":1421,"parentId":1402,"tags":{},"startTime":1728049258403,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":445508,"timestamp":1482712305376,"id":1402,"parentId":1370,"tags":{"name":"client"},"startTime":1728049258122,"traceId":"b09007848b46e699"},{"name":"emit","duration":9629,"timestamp":1482712750939,"id":1436,"parentId":1370,"tags":{},"startTime":1728049258567,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":630478,"timestamp":1482712133670,"id":1370,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049257950,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":6,"timestamp":1482712771158,"id":1437,"parentId":3,"tags":{},"startTime":1728049258588,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":659000,"timestamp":1482712135801,"id":1439,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728049258612,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":104896,"timestamp":1482712774416,"id":1438,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049258591,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1482712879347,"id":1440,"parentId":1438,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"273678336","memory.heapUsed":"194918136","memory.heapTotal":"269238272"},"startTime":1728049258696,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":186046,"timestamp":1482721820759,"id":1441,"tags":{"url":"/about","isTurbopack":false},"startTime":1728049267637,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":3,"timestamp":1482722006965,"id":1442,"parentId":1441,"tags":{"url":"/about","memory.rss":"132087808","memory.heapUsed":"184327400","memory.heapTotal":"233455616"},"startTime":1728049267823,"traceId":"b09007848b46e699"},{"name":"client-success","duration":31,"timestamp":1482722472444,"id":1443,"parentId":3,"tags":{},"startTime":1728049268289,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9062,"timestamp":1482735807708,"id":1452,"parentId":1451,"tags":{},"startTime":1728049281624,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9826,"timestamp":1482735807395,"id":1451,"parentId":1450,"tags":{},"startTime":1728049281623,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":27813,"timestamp":1482735806434,"id":1450,"parentId":1446,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutvalues.jsx","layer":"rsc"},"startTime":1728049281622,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":49706,"timestamp":1482735786506,"id":1449,"parentId":1447,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049281602,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":51022,"timestamp":1482735786293,"id":1448,"parentId":1447,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049281602,"traceId":"b09007848b46e699"},{"name":"make","duration":109100,"timestamp":1482735776882,"id":1447,"parentId":1446,"tags":{},"startTime":1728049281593,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3694,"timestamp":1482735902226,"id":1464,"parentId":1463,"tags":{},"startTime":1728049281718,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1482735905956,"id":1466,"parentId":1463,"tags":{},"startTime":1728049281722,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":4282,"timestamp":1482735905984,"id":1467,"parentId":1463,"tags":{},"startTime":1728049281722,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":19,"timestamp":1482735910329,"id":1468,"parentId":1463,"tags":{},"startTime":1728049281726,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":229,"timestamp":1482735910379,"id":1469,"parentId":1463,"tags":{},"startTime":1728049281726,"traceId":"b09007848b46e699"},{"name":"optimize","duration":19100,"timestamp":1482735905946,"id":1465,"parentId":1463,"tags":{},"startTime":1728049281722,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1306,"timestamp":1482735928403,"id":1470,"parentId":1463,"tags":{},"startTime":1728049281744,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":5437,"timestamp":1482735929749,"id":1471,"parentId":1463,"tags":{},"startTime":1728049281746,"traceId":"b09007848b46e699"},{"name":"hash","duration":2123,"timestamp":1482735936510,"id":1472,"parentId":1463,"tags":{},"startTime":1728049281752,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":102,"timestamp":1482735938633,"id":1473,"parentId":1463,"tags":{},"startTime":1728049281755,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":210,"timestamp":1482735938729,"id":1474,"parentId":1463,"tags":{},"startTime":1728049281755,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1226,"timestamp":1482735938946,"id":1475,"parentId":1463,"tags":{},"startTime":1728049281755,"traceId":"b09007848b46e699"},{"name":"seal","duration":47770,"timestamp":1482735894693,"id":1463,"parentId":1446,"tags":{},"startTime":1728049281711,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":169528,"timestamp":1482735775795,"id":1446,"parentId":1444,"tags":{"name":"server"},"startTime":1728049281592,"traceId":"b09007848b46e699"},{"name":"emit","duration":3757,"timestamp":1482735945354,"id":1476,"parentId":1444,"tags":{},"startTime":1728049281761,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":196655,"timestamp":1482735752996,"id":1444,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049281569,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4046,"timestamp":1482735959698,"id":1484,"parentId":1478,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049281776,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4110,"timestamp":1482735959709,"id":1486,"parentId":1478,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049281776,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4108,"timestamp":1482735959715,"id":1487,"parentId":1478,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049281776,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7451,"timestamp":1482735959617,"id":1479,"parentId":1478,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049281776,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":19229,"timestamp":1482735959686,"id":1482,"parentId":1478,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049281776,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":19208,"timestamp":1482735959720,"id":1488,"parentId":1478,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049281776,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":24490,"timestamp":1482735959704,"id":1485,"parentId":1478,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049281776,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":13754,"timestamp":1482735970673,"id":1491,"parentId":1490,"tags":{},"startTime":1728049281787,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37058,"timestamp":1482735959671,"id":1480,"parentId":1478,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049281776,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":178407,"timestamp":1482735984607,"id":1493,"parentId":1492,"tags":{},"startTime":1728049281801,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":181346,"timestamp":1482735984506,"id":1492,"parentId":1490,"tags":{},"startTime":1728049281800,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":45970,"timestamp":1482736165957,"id":1494,"parentId":1490,"tags":{"astUsed":"true"},"startTime":1728049281982,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":258563,"timestamp":1482735970499,"id":1490,"parentId":1489,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049281786,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":288078,"timestamp":1482735963951,"id":1489,"parentId":1477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049281780,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":292576,"timestamp":1482735959681,"id":1481,"parentId":1478,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049281776,"traceId":"b09007848b46e699"},{"name":"build-module","duration":53,"timestamp":1482736252330,"id":1495,"parentId":1489,"tags":{},"startTime":1728049282068,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":292729,"timestamp":1482735959692,"id":1483,"parentId":1478,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049281776,"traceId":"b09007848b46e699"},{"name":"make","duration":300922,"timestamp":1482735951566,"id":1478,"parentId":1477,"tags":{},"startTime":1728049281768,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4363,"timestamp":1482736351741,"id":1497,"parentId":1496,"tags":{},"startTime":1728049282168,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":7,"timestamp":1482736356154,"id":1499,"parentId":1496,"tags":{},"startTime":1728049282172,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":150,"timestamp":1482736356306,"id":1500,"parentId":1496,"tags":{},"startTime":1728049282172,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1482736356494,"id":1501,"parentId":1496,"tags":{},"startTime":1728049282172,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1482736356524,"id":1502,"parentId":1496,"tags":{},"startTime":1728049282172,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3138,"timestamp":1482736356142,"id":1498,"parentId":1496,"tags":{},"startTime":1728049282172,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":422,"timestamp":1482736360910,"id":1503,"parentId":1496,"tags":{},"startTime":1728049282177,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":2723,"timestamp":1482736361345,"id":1504,"parentId":1496,"tags":{},"startTime":1728049282177,"traceId":"b09007848b46e699"},{"name":"hash","duration":8032,"timestamp":1482736368194,"id":1505,"parentId":1496,"tags":{},"startTime":1728049282184,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":174,"timestamp":1482736376224,"id":1506,"parentId":1496,"tags":{},"startTime":1728049282192,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":165,"timestamp":1482736376388,"id":1507,"parentId":1496,"tags":{},"startTime":1728049282192,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3343,"timestamp":1482736376559,"id":1508,"parentId":1496,"tags":{},"startTime":1728049282193,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":414,"timestamp":1482736381818,"id":1510,"parentId":1477,"tags":{},"startTime":1728049282198,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":626,"timestamp":1482736381619,"id":1509,"parentId":1477,"tags":{},"startTime":1728049282198,"traceId":"b09007848b46e699"},{"name":"seal","duration":39381,"timestamp":1482736346134,"id":1496,"parentId":1477,"tags":{},"startTime":1728049282162,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":434351,"timestamp":1482735951235,"id":1477,"parentId":1445,"tags":{"name":"client"},"startTime":1728049281767,"traceId":"b09007848b46e699"},{"name":"emit","duration":5069,"timestamp":1482736385657,"id":1511,"parentId":1445,"tags":{},"startTime":1728049282202,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":638378,"timestamp":1482735754779,"id":1445,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049281571,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":5,"timestamp":1482736398703,"id":1512,"parentId":3,"tags":{},"startTime":1728049282215,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":657000,"timestamp":1482735760894,"id":1514,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049282297,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":90777,"timestamp":1482736403098,"id":1513,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049282219,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1482736493902,"id":1515,"parentId":1513,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"271925248","memory.heapUsed":"186746952","memory.heapTotal":"228835328"},"startTime":1728049282310,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22432,"timestamp":1482756322777,"id":1520,"parentId":1519,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049302138,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5943,"timestamp":1482756340282,"id":1524,"parentId":1523,"tags":{},"startTime":1728049302156,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6121,"timestamp":1482756340110,"id":1523,"parentId":1522,"tags":{},"startTime":1728049302156,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":12485,"timestamp":1482756339720,"id":1522,"parentId":1518,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutvalues.jsx","layer":"rsc"},"startTime":1728049302155,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":30683,"timestamp":1482756322921,"id":1521,"parentId":1519,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049302139,"traceId":"b09007848b46e699"},{"name":"make","duration":91112,"timestamp":1482756317457,"id":1519,"parentId":1518,"tags":{},"startTime":1728049302133,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4852,"timestamp":1482756429622,"id":1536,"parentId":1535,"tags":{},"startTime":1728049302245,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":6,"timestamp":1482756434520,"id":1538,"parentId":1535,"tags":{},"startTime":1728049302250,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":3090,"timestamp":1482756434554,"id":1539,"parentId":1535,"tags":{},"startTime":1728049302250,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":10,"timestamp":1482756437684,"id":1540,"parentId":1535,"tags":{},"startTime":1728049302253,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1482756437710,"id":1541,"parentId":1535,"tags":{},"startTime":1728049302253,"traceId":"b09007848b46e699"},{"name":"optimize","duration":6441,"timestamp":1482756434509,"id":1537,"parentId":1535,"tags":{},"startTime":1728049302250,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":608,"timestamp":1482756442946,"id":1542,"parentId":1535,"tags":{},"startTime":1728049302259,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":3100,"timestamp":1482756443568,"id":1543,"parentId":1535,"tags":{},"startTime":1728049302259,"traceId":"b09007848b46e699"},{"name":"hash","duration":3375,"timestamp":1482756448160,"id":1544,"parentId":1535,"tags":{},"startTime":1728049302264,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":138,"timestamp":1482756451534,"id":1545,"parentId":1535,"tags":{},"startTime":1728049302267,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":2541,"timestamp":1482756451662,"id":1546,"parentId":1535,"tags":{},"startTime":1728049302267,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1352,"timestamp":1482756454231,"id":1547,"parentId":1535,"tags":{},"startTime":1728049302270,"traceId":"b09007848b46e699"},{"name":"seal","duration":33207,"timestamp":1482756424738,"id":1535,"parentId":1518,"tags":{},"startTime":1728049302240,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":144434,"timestamp":1482756317145,"id":1518,"parentId":1516,"tags":{"name":"server"},"startTime":1728049302133,"traceId":"b09007848b46e699"},{"name":"emit","duration":5562,"timestamp":1482756461682,"id":1548,"parentId":1516,"tags":{},"startTime":1728049302277,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":159257,"timestamp":1482756308492,"id":1516,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049302124,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4698,"timestamp":1482756478716,"id":1556,"parentId":1550,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049302294,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4755,"timestamp":1482756478727,"id":1558,"parentId":1550,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049302294,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4752,"timestamp":1482756478732,"id":1559,"parentId":1550,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049302294,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7471,"timestamp":1482756478630,"id":1551,"parentId":1550,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049302294,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13553,"timestamp":1482756478703,"id":1554,"parentId":1550,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049302294,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13534,"timestamp":1482756478738,"id":1560,"parentId":1550,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049302294,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":24851,"timestamp":1482756478721,"id":1557,"parentId":1550,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049302294,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":13994,"timestamp":1482756489789,"id":1563,"parentId":1562,"tags":{},"startTime":1728049302305,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36402,"timestamp":1482756478687,"id":1552,"parentId":1550,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049302294,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":303491,"timestamp":1482756503922,"id":1565,"parentId":1564,"tags":{},"startTime":1728049302320,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":305695,"timestamp":1482756503868,"id":1564,"parentId":1562,"tags":{},"startTime":1728049302319,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":33781,"timestamp":1482756809647,"id":1566,"parentId":1562,"tags":{"astUsed":"true"},"startTime":1728049302625,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":360081,"timestamp":1482756489575,"id":1562,"parentId":1561,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049302305,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":370492,"timestamp":1482756483578,"id":1561,"parentId":1549,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049302299,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":375587,"timestamp":1482756478697,"id":1553,"parentId":1550,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049302294,"traceId":"b09007848b46e699"},{"name":"build-module","duration":42,"timestamp":1482756854334,"id":1567,"parentId":1561,"tags":{},"startTime":1728049302670,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":375690,"timestamp":1482756478709,"id":1555,"parentId":1550,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049302294,"traceId":"b09007848b46e699"},{"name":"make","duration":384138,"timestamp":1482756470275,"id":1550,"parentId":1549,"tags":{},"startTime":1728049302286,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2183,"timestamp":1482756862622,"id":1569,"parentId":1568,"tags":{},"startTime":1728049302678,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":66,"timestamp":1482756864826,"id":1571,"parentId":1568,"tags":{},"startTime":1728049302680,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":65,"timestamp":1482756864985,"id":1572,"parentId":1568,"tags":{},"startTime":1728049302681,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":6,"timestamp":1482756865070,"id":1573,"parentId":1568,"tags":{},"startTime":1728049302681,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1482756865093,"id":1574,"parentId":1568,"tags":{},"startTime":1728049302681,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4480,"timestamp":1482756864819,"id":1570,"parentId":1568,"tags":{},"startTime":1728049302680,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":454,"timestamp":1482756878832,"id":1575,"parentId":1568,"tags":{},"startTime":1728049302694,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":2857,"timestamp":1482756879303,"id":1576,"parentId":1568,"tags":{},"startTime":1728049302695,"traceId":"b09007848b46e699"},{"name":"hash","duration":6224,"timestamp":1482756886096,"id":1577,"parentId":1568,"tags":{},"startTime":1728049302702,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":232,"timestamp":1482756892318,"id":1578,"parentId":1568,"tags":{},"startTime":1728049302708,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":321,"timestamp":1482756892538,"id":1579,"parentId":1568,"tags":{},"startTime":1728049302708,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5291,"timestamp":1482756892871,"id":1580,"parentId":1568,"tags":{},"startTime":1728049302708,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":117,"timestamp":1482756904199,"id":1582,"parentId":1549,"tags":{},"startTime":1728049302720,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":246,"timestamp":1482756904081,"id":1581,"parentId":1549,"tags":{},"startTime":1728049302720,"traceId":"b09007848b46e699"},{"name":"seal","duration":55486,"timestamp":1482756858546,"id":1568,"parentId":1549,"tags":{},"startTime":1728049302674,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":444673,"timestamp":1482756469592,"id":1549,"parentId":1517,"tags":{"name":"client"},"startTime":1728049302285,"traceId":"b09007848b46e699"},{"name":"emit","duration":12128,"timestamp":1482756914348,"id":1583,"parentId":1517,"tags":{},"startTime":1728049302730,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":621045,"timestamp":1482756308694,"id":1517,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049302124,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":3,"timestamp":1482756936027,"id":1584,"parentId":3,"tags":{},"startTime":1728049302752,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":660000,"timestamp":1482756309473,"id":1586,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728049302786,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":110068,"timestamp":1482756941810,"id":1585,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049302757,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1482757051912,"id":1587,"parentId":1585,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"256606208","memory.heapUsed":"194254264","memory.heapTotal":"229474304"},"startTime":1728049302868,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6141,"timestamp":1482860471071,"id":1596,"parentId":1595,"tags":{},"startTime":1728049406285,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6481,"timestamp":1482860470760,"id":1595,"parentId":1594,"tags":{},"startTime":1728049406284,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":14033,"timestamp":1482860469773,"id":1594,"parentId":1590,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutvalues.jsx","layer":"rsc"},"startTime":1728049406284,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":50752,"timestamp":1482860436792,"id":1593,"parentId":1591,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049406251,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":51008,"timestamp":1482860436559,"id":1592,"parentId":1591,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049406250,"traceId":"b09007848b46e699"},{"name":"make","duration":149156,"timestamp":1482860426516,"id":1591,"parentId":1590,"tags":{},"startTime":1728049406240,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4519,"timestamp":1482860706211,"id":1608,"parentId":1607,"tags":{},"startTime":1728049406520,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":7,"timestamp":1482860710774,"id":1610,"parentId":1607,"tags":{},"startTime":1728049406525,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":2821,"timestamp":1482860710921,"id":1611,"parentId":1607,"tags":{},"startTime":1728049406525,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":92,"timestamp":1482860713787,"id":1612,"parentId":1607,"tags":{},"startTime":1728049406528,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1482860713948,"id":1613,"parentId":1607,"tags":{},"startTime":1728049406528,"traceId":"b09007848b46e699"},{"name":"optimize","duration":6076,"timestamp":1482860710762,"id":1609,"parentId":1607,"tags":{},"startTime":1728049406524,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":771,"timestamp":1482860719494,"id":1614,"parentId":1607,"tags":{},"startTime":1728049406533,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":3915,"timestamp":1482860720290,"id":1615,"parentId":1607,"tags":{},"startTime":1728049406534,"traceId":"b09007848b46e699"},{"name":"hash","duration":2303,"timestamp":1482860726007,"id":1616,"parentId":1607,"tags":{},"startTime":1728049406540,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":109,"timestamp":1482860728309,"id":1617,"parentId":1607,"tags":{},"startTime":1728049406542,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":170,"timestamp":1482860728410,"id":1618,"parentId":1607,"tags":{},"startTime":1728049406542,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1216,"timestamp":1482860728587,"id":1619,"parentId":1607,"tags":{},"startTime":1728049406542,"traceId":"b09007848b46e699"},{"name":"seal","duration":36937,"timestamp":1482860696381,"id":1607,"parentId":1590,"tags":{},"startTime":1728049406510,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":315531,"timestamp":1482860425254,"id":1590,"parentId":1588,"tags":{"name":"server"},"startTime":1728049406239,"traceId":"b09007848b46e699"},{"name":"emit","duration":10594,"timestamp":1482860740896,"id":1620,"parentId":1588,"tags":{},"startTime":1728049406555,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":365181,"timestamp":1482860387408,"id":1588,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049406201,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4468,"timestamp":1482860763210,"id":1628,"parentId":1622,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049406577,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4531,"timestamp":1482860763223,"id":1630,"parentId":1622,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049406577,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4527,"timestamp":1482860763230,"id":1631,"parentId":1622,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049406577,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8014,"timestamp":1482860763075,"id":1623,"parentId":1622,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049406577,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18926,"timestamp":1482860763195,"id":1626,"parentId":1622,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049406577,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18897,"timestamp":1482860763248,"id":1632,"parentId":1622,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049406577,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23426,"timestamp":1482860763217,"id":1629,"parentId":1622,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049406577,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":9965,"timestamp":1482860776903,"id":1635,"parentId":1634,"tags":{},"startTime":1728049406591,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":40928,"timestamp":1482860763176,"id":1624,"parentId":1622,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049406577,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":324657,"timestamp":1482860786987,"id":1637,"parentId":1636,"tags":{},"startTime":1728049406601,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":336053,"timestamp":1482860786940,"id":1636,"parentId":1634,"tags":{},"startTime":1728049406601,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":120246,"timestamp":1482861123289,"id":1638,"parentId":1634,"tags":{"astUsed":"true"},"startTime":1728049406937,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":479583,"timestamp":1482860776474,"id":1634,"parentId":1633,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049406590,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":499140,"timestamp":1482860763188,"id":1625,"parentId":1622,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049406577,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":498816,"timestamp":1482860767881,"id":1633,"parentId":1621,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049406582,"traceId":"b09007848b46e699"},{"name":"build-module","duration":81,"timestamp":1482861267109,"id":1639,"parentId":1633,"tags":{},"startTime":1728049407081,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":504023,"timestamp":1482860763202,"id":1627,"parentId":1622,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049406577,"traceId":"b09007848b46e699"},{"name":"make","duration":512590,"timestamp":1482860754663,"id":1622,"parentId":1621,"tags":{},"startTime":1728049406568,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":31082,"timestamp":1482861441661,"id":1641,"parentId":1640,"tags":{},"startTime":1728049407255,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":9,"timestamp":1482861472844,"id":1643,"parentId":1640,"tags":{},"startTime":1728049407287,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":964,"timestamp":1482861473378,"id":1644,"parentId":1640,"tags":{},"startTime":1728049407287,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":28,"timestamp":1482861474621,"id":1645,"parentId":1640,"tags":{},"startTime":1728049407288,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":15,"timestamp":1482861475288,"id":1646,"parentId":1640,"tags":{},"startTime":1728049407289,"traceId":"b09007848b46e699"},{"name":"optimize","duration":13594,"timestamp":1482861472803,"id":1642,"parentId":1640,"tags":{},"startTime":1728049407287,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1949,"timestamp":1482861492496,"id":1647,"parentId":1640,"tags":{},"startTime":1728049407306,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":39521,"timestamp":1482861494583,"id":1648,"parentId":1640,"tags":{},"startTime":1728049407308,"traceId":"b09007848b46e699"},{"name":"hash","duration":18010,"timestamp":1482861557134,"id":1649,"parentId":1640,"tags":{},"startTime":1728049407371,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":1116,"timestamp":1482861575141,"id":1650,"parentId":1640,"tags":{},"startTime":1728049407389,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":1279,"timestamp":1482861576188,"id":1651,"parentId":1640,"tags":{},"startTime":1728049407390,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5769,"timestamp":1482861577500,"id":1652,"parentId":1640,"tags":{},"startTime":1728049407391,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":560,"timestamp":1482861590022,"id":1654,"parentId":1621,"tags":{},"startTime":1728049407404,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":895,"timestamp":1482861589704,"id":1653,"parentId":1621,"tags":{},"startTime":1728049407403,"traceId":"b09007848b46e699"},{"name":"seal","duration":173468,"timestamp":1482861422612,"id":1640,"parentId":1621,"tags":{},"startTime":1728049407236,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":841930,"timestamp":1482860754299,"id":1621,"parentId":1589,"tags":{"name":"client"},"startTime":1728049406568,"traceId":"b09007848b46e699"},{"name":"emit","duration":11140,"timestamp":1482861596465,"id":1655,"parentId":1589,"tags":{},"startTime":1728049407410,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1223039,"timestamp":1482860388626,"id":1589,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049406202,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":7,"timestamp":1482861636852,"id":1657,"parentId":3,"tags":{},"startTime":1728049407451,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1258000,"timestamp":1482860393034,"id":1658,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728049407620,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":177658,"timestamp":1482861633513,"id":1656,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049407447,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1482861811218,"id":1659,"parentId":1656,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"226017280","memory.heapUsed":"184948368","memory.heapTotal":"234979328"},"startTime":1728049407625,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18237,"timestamp":1482879798911,"id":1665,"parentId":1663,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049425612,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5038,"timestamp":1482879812612,"id":1668,"parentId":1667,"tags":{},"startTime":1728049425626,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5220,"timestamp":1482879812436,"id":1667,"parentId":1666,"tags":{},"startTime":1728049425626,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":12314,"timestamp":1482879811988,"id":1666,"parentId":1662,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutvalues.jsx","layer":"rsc"},"startTime":1728049425625,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26905,"timestamp":1482879798811,"id":1664,"parentId":1663,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049425612,"traceId":"b09007848b46e699"},{"name":"make","duration":96652,"timestamp":1482879790767,"id":1663,"parentId":1662,"tags":{},"startTime":1728049425604,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6067,"timestamp":1482879914662,"id":1680,"parentId":1679,"tags":{},"startTime":1728049425728,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":49,"timestamp":1482879921594,"id":1682,"parentId":1679,"tags":{},"startTime":1728049425735,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":3215,"timestamp":1482879921705,"id":1683,"parentId":1679,"tags":{},"startTime":1728049425735,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":15,"timestamp":1482879924960,"id":1684,"parentId":1679,"tags":{},"startTime":1728049425738,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1482879924989,"id":1685,"parentId":1679,"tags":{},"startTime":1728049425738,"traceId":"b09007848b46e699"},{"name":"optimize","duration":7651,"timestamp":1482879920760,"id":1681,"parentId":1679,"tags":{},"startTime":1728049425734,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1817,"timestamp":1482879932729,"id":1686,"parentId":1679,"tags":{},"startTime":1728049425746,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":10067,"timestamp":1482879934594,"id":1687,"parentId":1679,"tags":{},"startTime":1728049425748,"traceId":"b09007848b46e699"},{"name":"hash","duration":2681,"timestamp":1482879947404,"id":1688,"parentId":1679,"tags":{},"startTime":1728049425761,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":116,"timestamp":1482879950082,"id":1689,"parentId":1679,"tags":{},"startTime":1728049425763,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":186,"timestamp":1482879950188,"id":1690,"parentId":1679,"tags":{},"startTime":1728049425764,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2802,"timestamp":1482879950381,"id":1691,"parentId":1679,"tags":{},"startTime":1728049425764,"traceId":"b09007848b46e699"},{"name":"seal","duration":57030,"timestamp":1482879900625,"id":1679,"parentId":1662,"tags":{},"startTime":1728049425714,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":175156,"timestamp":1482879787801,"id":1662,"parentId":1660,"tags":{"name":"server"},"startTime":1728049425601,"traceId":"b09007848b46e699"},{"name":"emit","duration":5101,"timestamp":1482879963022,"id":1692,"parentId":1660,"tags":{},"startTime":1728049425776,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":193175,"timestamp":1482879775444,"id":1660,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049425589,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3908,"timestamp":1482879982637,"id":1700,"parentId":1694,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049425796,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3964,"timestamp":1482879982649,"id":1702,"parentId":1694,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049425796,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3960,"timestamp":1482879982655,"id":1703,"parentId":1694,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049425796,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8241,"timestamp":1482879982546,"id":1695,"parentId":1694,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049425796,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29151,"timestamp":1482879982624,"id":1698,"parentId":1694,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049425796,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29134,"timestamp":1482879982661,"id":1704,"parentId":1694,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049425796,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33381,"timestamp":1482879982643,"id":1701,"parentId":1694,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049425796,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":14455,"timestamp":1482880001710,"id":1707,"parentId":1706,"tags":{},"startTime":1728049425815,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":48270,"timestamp":1482879982608,"id":1696,"parentId":1694,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049425796,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":339915,"timestamp":1482880016263,"id":1709,"parentId":1708,"tags":{},"startTime":1728049425830,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":342433,"timestamp":1482880016211,"id":1708,"parentId":1706,"tags":{},"startTime":1728049425830,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":57878,"timestamp":1482880358757,"id":1710,"parentId":1706,"tags":{"astUsed":"true"},"startTime":1728049426172,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":423092,"timestamp":1482880001491,"id":1706,"parentId":1705,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049425815,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":442313,"timestamp":1482879986720,"id":1705,"parentId":1693,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049425800,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":446566,"timestamp":1482879982617,"id":1697,"parentId":1694,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049425796,"traceId":"b09007848b46e699"},{"name":"build-module","duration":41,"timestamp":1482880429247,"id":1711,"parentId":1705,"tags":{},"startTime":1728049426243,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":446681,"timestamp":1482879982630,"id":1699,"parentId":1694,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049425796,"traceId":"b09007848b46e699"},{"name":"make","duration":456964,"timestamp":1482879972369,"id":1694,"parentId":1693,"tags":{},"startTime":1728049425786,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2935,"timestamp":1482880439425,"id":1713,"parentId":1712,"tags":{},"startTime":1728049426253,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1482880442400,"id":1715,"parentId":1712,"tags":{},"startTime":1728049426256,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":97,"timestamp":1482880442430,"id":1716,"parentId":1712,"tags":{},"startTime":1728049426256,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":9,"timestamp":1482880442555,"id":1717,"parentId":1712,"tags":{},"startTime":1728049426256,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1482880442586,"id":1718,"parentId":1712,"tags":{},"startTime":1728049426256,"traceId":"b09007848b46e699"},{"name":"optimize","duration":8843,"timestamp":1482880442387,"id":1714,"parentId":1712,"tags":{},"startTime":1728049426256,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":410,"timestamp":1482880453101,"id":1719,"parentId":1712,"tags":{},"startTime":1728049426266,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":3740,"timestamp":1482880453524,"id":1720,"parentId":1712,"tags":{},"startTime":1728049426267,"traceId":"b09007848b46e699"},{"name":"hash","duration":8426,"timestamp":1482880462262,"id":1721,"parentId":1712,"tags":{},"startTime":1728049426276,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":224,"timestamp":1482880470685,"id":1722,"parentId":1712,"tags":{},"startTime":1728049426284,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":219,"timestamp":1482880470896,"id":1723,"parentId":1712,"tags":{},"startTime":1728049426284,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3913,"timestamp":1482880471123,"id":1724,"parentId":1712,"tags":{},"startTime":1728049426285,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":216,"timestamp":1482880477401,"id":1726,"parentId":1693,"tags":{},"startTime":1728049426291,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":367,"timestamp":1482880477267,"id":1725,"parentId":1693,"tags":{},"startTime":1728049426291,"traceId":"b09007848b46e699"},{"name":"seal","duration":47095,"timestamp":1482880434123,"id":1712,"parentId":1693,"tags":{},"startTime":1728049426248,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":510462,"timestamp":1482879970811,"id":1693,"parentId":1661,"tags":{"name":"client"},"startTime":1728049425784,"traceId":"b09007848b46e699"},{"name":"emit","duration":9054,"timestamp":1482880481317,"id":1727,"parentId":1661,"tags":{},"startTime":1728049426295,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":718362,"timestamp":1482879775704,"id":1661,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049425589,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":6,"timestamp":1482880508053,"id":1728,"parentId":3,"tags":{},"startTime":1728049426321,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":758000,"timestamp":1482879777681,"id":1730,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049426350,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":406900,"timestamp":1482880521403,"id":1729,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049426335,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":105,"timestamp":1482880930044,"id":1731,"parentId":1729,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"160022528","memory.heapUsed":"194002432","memory.heapTotal":"228950016"},"startTime":1728049426744,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":61536,"timestamp":1482899108650,"id":1737,"parentId":1735,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049444922,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":100241,"timestamp":1482899134373,"id":1740,"parentId":1739,"tags":{},"startTime":1728049444947,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":100691,"timestamp":1482899133941,"id":1739,"parentId":1738,"tags":{},"startTime":1728049444947,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":108356,"timestamp":1482899132277,"id":1738,"parentId":1734,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutco.jsx","layer":"rsc"},"startTime":1728049444945,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":134962,"timestamp":1482899108129,"id":1736,"parentId":1735,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049444921,"traceId":"b09007848b46e699"},{"name":"make","duration":219680,"timestamp":1482899095073,"id":1735,"parentId":1734,"tags":{},"startTime":1728049444908,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2791,"timestamp":1482899329558,"id":1752,"parentId":1751,"tags":{},"startTime":1728049445143,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":3,"timestamp":1482899332385,"id":1754,"parentId":1751,"tags":{},"startTime":1728049445145,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":2530,"timestamp":1482899332415,"id":1755,"parentId":1751,"tags":{},"startTime":1728049445145,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1482899335006,"id":1756,"parentId":1751,"tags":{},"startTime":1728049445148,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":29,"timestamp":1482899335043,"id":1757,"parentId":1751,"tags":{},"startTime":1728049445148,"traceId":"b09007848b46e699"},{"name":"optimize","duration":18453,"timestamp":1482899332372,"id":1753,"parentId":1751,"tags":{},"startTime":1728049445145,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1756,"timestamp":1482899353894,"id":1758,"parentId":1751,"tags":{},"startTime":1728049445167,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":7275,"timestamp":1482899355680,"id":1759,"parentId":1751,"tags":{},"startTime":1728049445169,"traceId":"b09007848b46e699"},{"name":"hash","duration":2472,"timestamp":1482899368280,"id":1760,"parentId":1751,"tags":{},"startTime":1728049445181,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":242,"timestamp":1482899370748,"id":1761,"parentId":1751,"tags":{},"startTime":1728049445184,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":592,"timestamp":1482899370952,"id":1762,"parentId":1751,"tags":{},"startTime":1728049445184,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2364,"timestamp":1482899371564,"id":1763,"parentId":1751,"tags":{},"startTime":1728049445185,"traceId":"b09007848b46e699"},{"name":"seal","duration":54939,"timestamp":1482899321578,"id":1751,"parentId":1734,"tags":{},"startTime":1728049445135,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":287283,"timestamp":1482899093412,"id":1734,"parentId":1732,"tags":{"name":"server"},"startTime":1728049444906,"traceId":"b09007848b46e699"},{"name":"emit","duration":17110,"timestamp":1482899380785,"id":1764,"parentId":1732,"tags":{},"startTime":1728049445194,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":338927,"timestamp":1482899060454,"id":1732,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728049444874,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3104,"timestamp":1482899430499,"id":1772,"parentId":1766,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049445244,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3187,"timestamp":1482899430511,"id":1774,"parentId":1766,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049445244,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3184,"timestamp":1482899430517,"id":1775,"parentId":1766,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049445244,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8037,"timestamp":1482899430388,"id":1767,"parentId":1766,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049445243,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14051,"timestamp":1482899430486,"id":1770,"parentId":1766,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049445244,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14026,"timestamp":1482899430527,"id":1776,"parentId":1766,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049445244,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16877,"timestamp":1482899430505,"id":1773,"parentId":1766,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049445244,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":5789,"timestamp":1482899441728,"id":1779,"parentId":1778,"tags":{},"startTime":1728049445255,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26653,"timestamp":1482899430467,"id":1768,"parentId":1766,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049445244,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":236910,"timestamp":1482899447664,"id":1781,"parentId":1780,"tags":{},"startTime":1728049445261,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":238907,"timestamp":1482899447600,"id":1780,"parentId":1778,"tags":{},"startTime":1728049445261,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":27146,"timestamp":1482899686672,"id":1782,"parentId":1778,"tags":{"astUsed":"true"},"startTime":1728049445500,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":276518,"timestamp":1482899441574,"id":1778,"parentId":1777,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049445255,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":296849,"timestamp":1482899433857,"id":1777,"parentId":1765,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049445247,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":300513,"timestamp":1482899430479,"id":1769,"parentId":1766,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049445244,"traceId":"b09007848b46e699"},{"name":"build-module","duration":72,"timestamp":1482899731189,"id":1783,"parentId":1777,"tags":{},"startTime":1728049445544,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":300805,"timestamp":1482899430492,"id":1771,"parentId":1766,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049445244,"traceId":"b09007848b46e699"},{"name":"make","duration":323950,"timestamp":1482899407380,"id":1766,"parentId":1765,"tags":{},"startTime":1728049445220,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2016,"timestamp":1482899741603,"id":1785,"parentId":1784,"tags":{},"startTime":1728049445555,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1482899743658,"id":1787,"parentId":1784,"tags":{},"startTime":1728049445557,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":76,"timestamp":1482899743676,"id":1788,"parentId":1784,"tags":{},"startTime":1728049445557,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":5,"timestamp":1482899743781,"id":1789,"parentId":1784,"tags":{},"startTime":1728049445557,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1482899743837,"id":1790,"parentId":1784,"tags":{},"startTime":1728049445557,"traceId":"b09007848b46e699"},{"name":"optimize","duration":2575,"timestamp":1482899743646,"id":1786,"parentId":1784,"tags":{},"startTime":1728049445557,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":571,"timestamp":1482899748071,"id":1791,"parentId":1784,"tags":{},"startTime":1728049445561,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":2328,"timestamp":1482899748664,"id":1792,"parentId":1784,"tags":{},"startTime":1728049445562,"traceId":"b09007848b46e699"},{"name":"hash","duration":3461,"timestamp":1482899752518,"id":1793,"parentId":1784,"tags":{},"startTime":1728049445566,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":136,"timestamp":1482899755978,"id":1794,"parentId":1784,"tags":{},"startTime":1728049445569,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":135,"timestamp":1482899756105,"id":1795,"parentId":1784,"tags":{},"startTime":1728049445569,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4990,"timestamp":1482899756246,"id":1796,"parentId":1784,"tags":{},"startTime":1728049445569,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":84,"timestamp":1482899762824,"id":1798,"parentId":1765,"tags":{},"startTime":1728049445576,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":168,"timestamp":1482899762751,"id":1797,"parentId":1765,"tags":{},"startTime":1728049445576,"traceId":"b09007848b46e699"},{"name":"seal","duration":27517,"timestamp":1482899737769,"id":1784,"parentId":1765,"tags":{},"startTime":1728049445551,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":358606,"timestamp":1482899406721,"id":1765,"parentId":1733,"tags":{"name":"client"},"startTime":1728049445220,"traceId":"b09007848b46e699"},{"name":"emit","duration":4265,"timestamp":1482899765356,"id":1799,"parentId":1733,"tags":{},"startTime":1728049445578,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":705472,"timestamp":1482899065165,"id":1733,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728049444878,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":5,"timestamp":1482899776401,"id":1800,"parentId":3,"tags":{},"startTime":1728049445589,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":719000,"timestamp":1482899077943,"id":1802,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049445669,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":82139,"timestamp":1482899784871,"id":1801,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049445598,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1482899867049,"id":1803,"parentId":1801,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"235307008","memory.heapUsed":"227854272","memory.heapTotal":"257900544"},"startTime":1728049445680,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36856,"timestamp":1482902935311,"id":1809,"parentId":1807,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049448748,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6147,"timestamp":1482902967372,"id":1812,"parentId":1811,"tags":{},"startTime":1728049448780,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6372,"timestamp":1482902967159,"id":1811,"parentId":1810,"tags":{},"startTime":1728049448780,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":10700,"timestamp":1482902966182,"id":1810,"parentId":1806,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutco.jsx","layer":"rsc"},"startTime":1728049448779,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":43264,"timestamp":1482902935095,"id":1808,"parentId":1807,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049448748,"traceId":"b09007848b46e699"},{"name":"make","duration":128581,"timestamp":1482902918465,"id":1807,"parentId":1806,"tags":{},"startTime":1728049448731,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2373,"timestamp":1482903062220,"id":1824,"parentId":1823,"tags":{},"startTime":1728049448875,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1482903064627,"id":1826,"parentId":1823,"tags":{},"startTime":1728049448878,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":2658,"timestamp":1482903064656,"id":1827,"parentId":1823,"tags":{},"startTime":1728049448878,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":6,"timestamp":1482903067346,"id":1828,"parentId":1823,"tags":{},"startTime":1728049448880,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1482903067366,"id":1829,"parentId":1823,"tags":{},"startTime":1728049448880,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4846,"timestamp":1482903064615,"id":1825,"parentId":1823,"tags":{},"startTime":1728049448878,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":631,"timestamp":1482903071165,"id":1830,"parentId":1823,"tags":{},"startTime":1728049448884,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":2509,"timestamp":1482903071807,"id":1831,"parentId":1823,"tags":{},"startTime":1728049448885,"traceId":"b09007848b46e699"},{"name":"hash","duration":1109,"timestamp":1482903075580,"id":1832,"parentId":1823,"tags":{},"startTime":1728049448889,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":100,"timestamp":1482903076688,"id":1833,"parentId":1823,"tags":{},"startTime":1728049448890,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":166,"timestamp":1482903076781,"id":1834,"parentId":1823,"tags":{},"startTime":1728049448890,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":149,"timestamp":1482903076952,"id":1835,"parentId":1823,"tags":{},"startTime":1728049448890,"traceId":"b09007848b46e699"},{"name":"seal","duration":23976,"timestamp":1482903055414,"id":1823,"parentId":1806,"tags":{},"startTime":1728049448868,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":164596,"timestamp":1482902917201,"id":1806,"parentId":1804,"tags":{"name":"server"},"startTime":1728049448730,"traceId":"b09007848b46e699"},{"name":"emit","duration":23765,"timestamp":1482903081839,"id":1836,"parentId":1804,"tags":{},"startTime":1728049448895,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":232081,"timestamp":1482902879257,"id":1804,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728049448692,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3627,"timestamp":1482903121831,"id":1844,"parentId":1838,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049448935,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3678,"timestamp":1482903121854,"id":1846,"parentId":1838,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049448935,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3673,"timestamp":1482903121862,"id":1847,"parentId":1838,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049448935,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7753,"timestamp":1482903121294,"id":1839,"parentId":1838,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049448934,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15398,"timestamp":1482903121754,"id":1842,"parentId":1838,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049448935,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15296,"timestamp":1482903121871,"id":1848,"parentId":1838,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049448935,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":20868,"timestamp":1482903121846,"id":1845,"parentId":1838,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049448935,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":8778,"timestamp":1482903134127,"id":1851,"parentId":1850,"tags":{},"startTime":1728049448947,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29040,"timestamp":1482903121509,"id":1840,"parentId":1838,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049448934,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":210247,"timestamp":1482903143014,"id":1853,"parentId":1852,"tags":{},"startTime":1728049448956,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":211482,"timestamp":1482903142955,"id":1852,"parentId":1850,"tags":{},"startTime":1728049448956,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":52794,"timestamp":1482903354528,"id":1854,"parentId":1850,"tags":{"astUsed":"true"},"startTime":1728049449167,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":277083,"timestamp":1482903133943,"id":1850,"parentId":1849,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049448947,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":290589,"timestamp":1482903125661,"id":1849,"parentId":1837,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049448939,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":294686,"timestamp":1482903121738,"id":1841,"parentId":1838,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049448935,"traceId":"b09007848b46e699"},{"name":"build-module","duration":55,"timestamp":1482903416502,"id":1855,"parentId":1849,"tags":{},"startTime":1728049449229,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":294823,"timestamp":1482903121763,"id":1843,"parentId":1838,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049448935,"traceId":"b09007848b46e699"},{"name":"make","duration":302147,"timestamp":1482903114461,"id":1838,"parentId":1837,"tags":{},"startTime":1728049448927,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5951,"timestamp":1482903434126,"id":1857,"parentId":1856,"tags":{},"startTime":1728049449247,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":20,"timestamp":1482903440150,"id":1859,"parentId":1856,"tags":{},"startTime":1728049449253,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":183,"timestamp":1482903440196,"id":1860,"parentId":1856,"tags":{},"startTime":1728049449253,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":38,"timestamp":1482903440482,"id":1861,"parentId":1856,"tags":{},"startTime":1728049449253,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":9,"timestamp":1482903440579,"id":1862,"parentId":1856,"tags":{},"startTime":1728049449254,"traceId":"b09007848b46e699"},{"name":"optimize","duration":6272,"timestamp":1482903440131,"id":1858,"parentId":1856,"tags":{},"startTime":1728049449253,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":668,"timestamp":1482903465414,"id":1863,"parentId":1856,"tags":{},"startTime":1728049449278,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":5993,"timestamp":1482903466108,"id":1864,"parentId":1856,"tags":{},"startTime":1728049449279,"traceId":"b09007848b46e699"},{"name":"hash","duration":6216,"timestamp":1482903474572,"id":1865,"parentId":1856,"tags":{},"startTime":1728049449288,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":274,"timestamp":1482903480785,"id":1866,"parentId":1856,"tags":{},"startTime":1728049449294,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":206,"timestamp":1482903481043,"id":1867,"parentId":1856,"tags":{},"startTime":1728049449294,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4434,"timestamp":1482903481259,"id":1868,"parentId":1856,"tags":{},"startTime":1728049449294,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":149,"timestamp":1482903488090,"id":1870,"parentId":1837,"tags":{},"startTime":1728049449301,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":276,"timestamp":1482903487979,"id":1869,"parentId":1837,"tags":{},"startTime":1728049449301,"traceId":"b09007848b46e699"},{"name":"seal","duration":65649,"timestamp":1482903426064,"id":1856,"parentId":1837,"tags":{},"startTime":1728049449239,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":377771,"timestamp":1482903113987,"id":1837,"parentId":1805,"tags":{"name":"client"},"startTime":1728049448927,"traceId":"b09007848b46e699"},{"name":"emit","duration":7126,"timestamp":1482903491796,"id":1871,"parentId":1805,"tags":{},"startTime":1728049449305,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":621155,"timestamp":1482902880166,"id":1805,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728049448693,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":7,"timestamp":1482903510459,"id":1872,"parentId":3,"tags":{},"startTime":1728049449323,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":674000,"timestamp":1482902880870,"id":1874,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728049449369,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":104386,"timestamp":1482903539471,"id":1873,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049449352,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1482903643898,"id":1875,"parentId":1873,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"275611648","memory.heapUsed":"199787176","memory.heapTotal":"264077312"},"startTime":1728049449457,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22192,"timestamp":1482914676384,"id":1885,"parentId":1879,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049460489,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22330,"timestamp":1482914676401,"id":1887,"parentId":1879,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049460489,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22312,"timestamp":1482914676422,"id":1888,"parentId":1879,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049460489,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":28902,"timestamp":1482914675427,"id":1880,"parentId":1879,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049460488,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":34449,"timestamp":1482914676395,"id":1886,"parentId":1879,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049460489,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":3797,"timestamp":1482914707906,"id":1892,"parentId":1891,"tags":{},"startTime":1728049460521,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":85592,"timestamp":1482914676223,"id":1883,"parentId":1879,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049460489,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":85399,"timestamp":1482914676429,"id":1889,"parentId":1879,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049460489,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":86130,"timestamp":1482914676155,"id":1881,"parentId":1879,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049460489,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":289581,"timestamp":1482914711886,"id":1894,"parentId":1893,"tags":{},"startTime":1728049460525,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":291561,"timestamp":1482914711778,"id":1893,"parentId":1891,"tags":{},"startTime":1728049460525,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":69783,"timestamp":1482915004334,"id":1895,"parentId":1891,"tags":{"astUsed":"true"},"startTime":1728049460817,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":370341,"timestamp":1482914707675,"id":1891,"parentId":1890,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049460520,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":387384,"timestamp":1482914699058,"id":1890,"parentId":1878,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049460512,"traceId":"b09007848b46e699"},{"name":"build-module","duration":360,"timestamp":1482915087573,"id":1896,"parentId":1890,"tags":{},"startTime":1728049460900,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":411829,"timestamp":1482914676230,"id":1884,"parentId":1879,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049460489,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":427414,"timestamp":1482914676206,"id":1882,"parentId":1879,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049460489,"traceId":"b09007848b46e699"},{"name":"make","duration":432395,"timestamp":1482914671359,"id":1879,"parentId":1878,"tags":{},"startTime":1728049460484,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":1723,"timestamp":1482915115778,"id":1898,"parentId":1897,"tags":{},"startTime":1728049460929,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":3,"timestamp":1482915117529,"id":1900,"parentId":1897,"tags":{},"startTime":1728049460930,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":69,"timestamp":1482915117546,"id":1901,"parentId":1897,"tags":{},"startTime":1728049460930,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":4,"timestamp":1482915117640,"id":1902,"parentId":1897,"tags":{},"startTime":1728049460930,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1482915117663,"id":1903,"parentId":1897,"tags":{},"startTime":1728049460930,"traceId":"b09007848b46e699"},{"name":"optimize","duration":2484,"timestamp":1482915117521,"id":1899,"parentId":1897,"tags":{},"startTime":1728049460930,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":784,"timestamp":1482915122028,"id":1904,"parentId":1897,"tags":{},"startTime":1728049460935,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":4487,"timestamp":1482915122851,"id":1905,"parentId":1897,"tags":{},"startTime":1728049460936,"traceId":"b09007848b46e699"},{"name":"hash","duration":4961,"timestamp":1482915132721,"id":1906,"parentId":1897,"tags":{},"startTime":1728049460945,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":284,"timestamp":1482915137679,"id":1907,"parentId":1897,"tags":{},"startTime":1728049460950,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":210,"timestamp":1482915137948,"id":1908,"parentId":1897,"tags":{},"startTime":1728049460951,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3683,"timestamp":1482915138165,"id":1909,"parentId":1897,"tags":{},"startTime":1728049460951,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":92,"timestamp":1482915143752,"id":1911,"parentId":1878,"tags":{},"startTime":1728049460957,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":213,"timestamp":1482915143642,"id":1910,"parentId":1878,"tags":{},"startTime":1728049460956,"traceId":"b09007848b46e699"},{"name":"seal","duration":34025,"timestamp":1482915112356,"id":1897,"parentId":1878,"tags":{},"startTime":1728049460925,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":479571,"timestamp":1482914666849,"id":1878,"parentId":1876,"tags":{"name":"client"},"startTime":1728049460480,"traceId":"b09007848b46e699"},{"name":"emit","duration":5887,"timestamp":1482915146452,"id":1912,"parentId":1876,"tags":{},"startTime":1728049460959,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":509968,"timestamp":1482914643244,"id":1876,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728049460456,"traceId":"b09007848b46e699"},{"name":"client-success","duration":6,"timestamp":1482915160723,"id":1915,"parentId":3,"tags":{},"startTime":1728049460973,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":530000,"timestamp":1482914648664,"id":1918,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049460991,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25865,"timestamp":1482915173212,"id":1917,"parentId":1914,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049460986,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4544,"timestamp":1482915194677,"id":1921,"parentId":1920,"tags":{},"startTime":1728049461007,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4806,"timestamp":1482915194423,"id":1920,"parentId":1919,"tags":{},"startTime":1728049461007,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":9590,"timestamp":1482915193324,"id":1919,"parentId":1913,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutco.jsx","layer":"rsc"},"startTime":1728049461006,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":31903,"timestamp":1482915173143,"id":1916,"parentId":1914,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049460986,"traceId":"b09007848b46e699"},{"name":"make","duration":117126,"timestamp":1482915157368,"id":1914,"parentId":1913,"tags":{},"startTime":1728049460970,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":9110,"timestamp":1482915292599,"id":1933,"parentId":1932,"tags":{},"startTime":1728049461105,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":7,"timestamp":1482915301787,"id":1935,"parentId":1932,"tags":{},"startTime":1728049461115,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":13987,"timestamp":1482915301825,"id":1936,"parentId":1932,"tags":{},"startTime":1728049461115,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":10,"timestamp":1482915315885,"id":1937,"parentId":1932,"tags":{},"startTime":1728049461129,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1482915315926,"id":1938,"parentId":1932,"tags":{},"startTime":1728049461129,"traceId":"b09007848b46e699"},{"name":"optimize","duration":20145,"timestamp":1482915301765,"id":1934,"parentId":1932,"tags":{},"startTime":1728049461115,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1506,"timestamp":1482915326038,"id":1939,"parentId":1932,"tags":{},"startTime":1728049461139,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":3152,"timestamp":1482915327592,"id":1940,"parentId":1932,"tags":{},"startTime":1728049461140,"traceId":"b09007848b46e699"},{"name":"hash","duration":932,"timestamp":1482915331925,"id":1941,"parentId":1932,"tags":{},"startTime":1728049461145,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":91,"timestamp":1482915332856,"id":1942,"parentId":1932,"tags":{},"startTime":1728049461146,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":140,"timestamp":1482915332941,"id":1943,"parentId":1932,"tags":{},"startTime":1728049461146,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3251,"timestamp":1482915333086,"id":1944,"parentId":1932,"tags":{},"startTime":1728049461146,"traceId":"b09007848b46e699"},{"name":"seal","duration":53743,"timestamp":1482915285119,"id":1932,"parentId":1913,"tags":{},"startTime":1728049461098,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":188190,"timestamp":1482915156995,"id":1913,"parentId":1877,"tags":{"name":"server"},"startTime":1728049460970,"traceId":"b09007848b46e699"},{"name":"emit","duration":17752,"timestamp":1482915345396,"id":1945,"parentId":1877,"tags":{},"startTime":1728049461158,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":717191,"timestamp":1482914648157,"id":1877,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728049460461,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":372256,"timestamp":1482915378284,"id":1946,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049461191,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1482915750665,"id":1947,"parentId":1946,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"145948672","memory.heapUsed":"230293880","memory.heapTotal":"266551296"},"startTime":1728049461563,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26373,"timestamp":1482920541667,"id":1953,"parentId":1951,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049466354,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5351,"timestamp":1482920562893,"id":1956,"parentId":1955,"tags":{},"startTime":1728049466376,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5744,"timestamp":1482920562505,"id":1955,"parentId":1954,"tags":{},"startTime":1728049466375,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":10879,"timestamp":1482920561339,"id":1954,"parentId":1950,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutco.jsx","layer":"rsc"},"startTime":1728049466374,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33034,"timestamp":1482920540759,"id":1952,"parentId":1951,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049466353,"traceId":"b09007848b46e699"},{"name":"make","duration":122031,"timestamp":1482920522522,"id":1951,"parentId":1950,"tags":{},"startTime":1728049466335,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4995,"timestamp":1482920679873,"id":1968,"parentId":1967,"tags":{},"startTime":1728049466493,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":12,"timestamp":1482920684913,"id":1970,"parentId":1967,"tags":{},"startTime":1728049466498,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":4991,"timestamp":1482920684958,"id":1971,"parentId":1967,"tags":{},"startTime":1728049466498,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":17,"timestamp":1482920690002,"id":1972,"parentId":1967,"tags":{},"startTime":1728049466503,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":11,"timestamp":1482920690049,"id":1973,"parentId":1967,"tags":{},"startTime":1728049466503,"traceId":"b09007848b46e699"},{"name":"optimize","duration":9699,"timestamp":1482920684900,"id":1969,"parentId":1967,"tags":{},"startTime":1728049466498,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1415,"timestamp":1482920697400,"id":1974,"parentId":1967,"tags":{},"startTime":1728049466510,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":6442,"timestamp":1482920698862,"id":1975,"parentId":1967,"tags":{},"startTime":1728049466512,"traceId":"b09007848b46e699"},{"name":"hash","duration":1761,"timestamp":1482920707237,"id":1976,"parentId":1967,"tags":{},"startTime":1728049466520,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":256,"timestamp":1482920708996,"id":1977,"parentId":1967,"tags":{},"startTime":1728049466522,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":224,"timestamp":1482920709241,"id":1978,"parentId":1967,"tags":{},"startTime":1728049466522,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1900,"timestamp":1482920709473,"id":1979,"parentId":1967,"tags":{},"startTime":1728049466522,"traceId":"b09007848b46e699"},{"name":"seal","duration":42289,"timestamp":1482920672646,"id":1967,"parentId":1950,"tags":{},"startTime":1728049466485,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":199173,"timestamp":1482920521201,"id":1950,"parentId":1948,"tags":{"name":"server"},"startTime":1728049466334,"traceId":"b09007848b46e699"},{"name":"emit","duration":21048,"timestamp":1482920720517,"id":1980,"parentId":1948,"tags":{},"startTime":1728049466533,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":239076,"timestamp":1482920503563,"id":1948,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728049466316,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6439,"timestamp":1482920769059,"id":1988,"parentId":1982,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049466582,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6516,"timestamp":1482920769086,"id":1990,"parentId":1982,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049466582,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6506,"timestamp":1482920769100,"id":1991,"parentId":1982,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049466582,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15382,"timestamp":1482920768882,"id":1983,"parentId":1982,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049466582,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26911,"timestamp":1482920769027,"id":1986,"parentId":1982,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049466582,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26850,"timestamp":1482920769114,"id":1992,"parentId":1982,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049466582,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":32575,"timestamp":1482920769072,"id":1989,"parentId":1982,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049466582,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":10066,"timestamp":1482920792038,"id":1995,"parentId":1994,"tags":{},"startTime":1728049466605,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":46835,"timestamp":1482920768992,"id":1984,"parentId":1982,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049466582,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":356656,"timestamp":1482920802296,"id":1997,"parentId":1996,"tags":{},"startTime":1728049466615,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":358724,"timestamp":1482920802196,"id":1996,"parentId":1994,"tags":{},"startTime":1728049466615,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":56573,"timestamp":1482921161014,"id":1998,"parentId":1994,"tags":{"astUsed":"true"},"startTime":1728049466974,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":430828,"timestamp":1482920791781,"id":1994,"parentId":1993,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049466604,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":452627,"timestamp":1482920775976,"id":1993,"parentId":1981,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049466589,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":460151,"timestamp":1482920769013,"id":1985,"parentId":1982,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049466582,"traceId":"b09007848b46e699"},{"name":"build-module","duration":85,"timestamp":1482921229284,"id":1999,"parentId":1993,"tags":{},"startTime":1728049467042,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":460358,"timestamp":1482920769042,"id":1987,"parentId":1982,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049466582,"traceId":"b09007848b46e699"},{"name":"make","duration":482042,"timestamp":1482920747427,"id":1982,"parentId":1981,"tags":{},"startTime":1728049466560,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3378,"timestamp":1482921357341,"id":2001,"parentId":2000,"tags":{},"startTime":1728049467170,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":10,"timestamp":1482921360811,"id":2003,"parentId":2000,"tags":{},"startTime":1728049467173,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":152,"timestamp":1482921360845,"id":2004,"parentId":2000,"tags":{},"startTime":1728049467173,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":38,"timestamp":1482921362611,"id":2005,"parentId":2000,"tags":{},"startTime":1728049467175,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1482921362723,"id":2006,"parentId":2000,"tags":{},"startTime":1728049467175,"traceId":"b09007848b46e699"},{"name":"optimize","duration":6425,"timestamp":1482921360760,"id":2002,"parentId":2000,"tags":{},"startTime":1728049467173,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":609,"timestamp":1482921371236,"id":2007,"parentId":2000,"tags":{},"startTime":1728049467184,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":4203,"timestamp":1482921371877,"id":2008,"parentId":2000,"tags":{},"startTime":1728049467185,"traceId":"b09007848b46e699"},{"name":"hash","duration":6488,"timestamp":1482921380814,"id":2009,"parentId":2000,"tags":{},"startTime":1728049467193,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":362,"timestamp":1482921387299,"id":2010,"parentId":2000,"tags":{},"startTime":1728049467200,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":730,"timestamp":1482921387640,"id":2011,"parentId":2000,"tags":{},"startTime":1728049467200,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5849,"timestamp":1482921388399,"id":2012,"parentId":2000,"tags":{},"startTime":1728049467201,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":145,"timestamp":1482921396209,"id":2014,"parentId":1981,"tags":{},"startTime":1728049467209,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":265,"timestamp":1482921396103,"id":2013,"parentId":1981,"tags":{},"startTime":1728049467209,"traceId":"b09007848b46e699"},{"name":"seal","duration":65830,"timestamp":1482921334218,"id":2000,"parentId":1981,"tags":{},"startTime":1728049467147,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":653334,"timestamp":1482920746762,"id":1981,"parentId":1949,"tags":{"name":"client"},"startTime":1728049466559,"traceId":"b09007848b46e699"},{"name":"emit","duration":8071,"timestamp":1482921400136,"id":2015,"parentId":1949,"tags":{},"startTime":1728049467213,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":905368,"timestamp":1482920504898,"id":1949,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728049466318,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":12,"timestamp":1482921415105,"id":2016,"parentId":3,"tags":{},"startTime":1728049467228,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":937000,"timestamp":1482920506571,"id":2018,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728049467257,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":103974,"timestamp":1482921424512,"id":2017,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049467237,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1482921528522,"id":2019,"parentId":2017,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"277053440","memory.heapUsed":"184570632","memory.heapTotal":"241811456"},"startTime":1728049467341,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":19222,"timestamp":1482923439397,"id":2028,"parentId":2027,"tags":{},"startTime":1728049469252,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":19770,"timestamp":1482923438972,"id":2027,"parentId":2026,"tags":{},"startTime":1728049469252,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":35064,"timestamp":1482923437460,"id":2026,"parentId":2022,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutco.jsx","layer":"rsc"},"startTime":1728049469250,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":59066,"timestamp":1482923419277,"id":2025,"parentId":2023,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049469232,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":59795,"timestamp":1482923418976,"id":2024,"parentId":2023,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049469232,"traceId":"b09007848b46e699"},{"name":"make","duration":119751,"timestamp":1482923414896,"id":2023,"parentId":2022,"tags":{},"startTime":1728049469228,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2108,"timestamp":1482923543434,"id":2040,"parentId":2039,"tags":{},"startTime":1728049469356,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":3,"timestamp":1482923545569,"id":2042,"parentId":2039,"tags":{},"startTime":1728049469358,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":5337,"timestamp":1482923545596,"id":2043,"parentId":2039,"tags":{},"startTime":1728049469358,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":6,"timestamp":1482923550974,"id":2044,"parentId":2039,"tags":{},"startTime":1728049469364,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":57,"timestamp":1482923550993,"id":2045,"parentId":2039,"tags":{},"startTime":1728049469364,"traceId":"b09007848b46e699"},{"name":"optimize","duration":14260,"timestamp":1482923545561,"id":2041,"parentId":2039,"tags":{},"startTime":1728049469358,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2703,"timestamp":1482923569412,"id":2046,"parentId":2039,"tags":{},"startTime":1728049469382,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":4883,"timestamp":1482923572146,"id":2047,"parentId":2039,"tags":{},"startTime":1728049469385,"traceId":"b09007848b46e699"},{"name":"hash","duration":1103,"timestamp":1482923579352,"id":2048,"parentId":2039,"tags":{},"startTime":1728049469392,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":112,"timestamp":1482923580454,"id":2049,"parentId":2039,"tags":{},"startTime":1728049469393,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":200,"timestamp":1482923580559,"id":2050,"parentId":2039,"tags":{},"startTime":1728049469393,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1997,"timestamp":1482923580765,"id":2051,"parentId":2039,"tags":{},"startTime":1728049469393,"traceId":"b09007848b46e699"},{"name":"seal","duration":46109,"timestamp":1482923539986,"id":2039,"parentId":2022,"tags":{},"startTime":1728049469353,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":175759,"timestamp":1482923413639,"id":2022,"parentId":2020,"tags":{"name":"server"},"startTime":1728049469226,"traceId":"b09007848b46e699"},{"name":"emit","duration":6765,"timestamp":1482923589463,"id":2052,"parentId":2020,"tags":{},"startTime":1728049469402,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":205741,"timestamp":1482923391372,"id":2020,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728049469204,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14235,"timestamp":1482923606008,"id":2060,"parentId":2054,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049469419,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14369,"timestamp":1482923606020,"id":2062,"parentId":2054,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049469419,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14369,"timestamp":1482923606026,"id":2063,"parentId":2054,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049469419,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":27707,"timestamp":1482923605922,"id":2055,"parentId":2054,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049469419,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":56252,"timestamp":1482923605995,"id":2058,"parentId":2054,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049469419,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":56228,"timestamp":1482923606035,"id":2064,"parentId":2054,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049469419,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":60803,"timestamp":1482923606014,"id":2061,"parentId":2054,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049469419,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":61816,"timestamp":1482923605978,"id":2056,"parentId":2054,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049469419,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":8346,"timestamp":1482923659484,"id":2067,"parentId":2066,"tags":{},"startTime":1728049469472,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":345046,"timestamp":1482923668195,"id":2069,"parentId":2068,"tags":{},"startTime":1728049469481,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":346954,"timestamp":1482923668058,"id":2068,"parentId":2066,"tags":{},"startTime":1728049469481,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":34737,"timestamp":1482924015175,"id":2070,"parentId":2066,"tags":{"astUsed":"true"},"startTime":1728049469828,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":393244,"timestamp":1482923659302,"id":2066,"parentId":2065,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049469472,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":448189,"timestamp":1482923605989,"id":2057,"parentId":2054,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049469419,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":435933,"timestamp":1482923621490,"id":2065,"parentId":2053,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049469434,"traceId":"b09007848b46e699"},{"name":"build-module","duration":162,"timestamp":1482924060509,"id":2071,"parentId":2065,"tags":{},"startTime":1728049469873,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":454716,"timestamp":1482923606001,"id":2059,"parentId":2054,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049469419,"traceId":"b09007848b46e699"},{"name":"make","duration":460459,"timestamp":1482923600289,"id":2054,"parentId":2053,"tags":{},"startTime":1728049469413,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":1462,"timestamp":1482924069222,"id":2073,"parentId":2072,"tags":{},"startTime":1728049469882,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":3,"timestamp":1482924070716,"id":2075,"parentId":2072,"tags":{},"startTime":1728049469883,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":68,"timestamp":1482924070739,"id":2076,"parentId":2072,"tags":{},"startTime":1728049469883,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":5,"timestamp":1482924070832,"id":2077,"parentId":2072,"tags":{},"startTime":1728049469883,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1482924070864,"id":2078,"parentId":2072,"tags":{},"startTime":1728049469883,"traceId":"b09007848b46e699"},{"name":"optimize","duration":1799,"timestamp":1482924070708,"id":2074,"parentId":2072,"tags":{},"startTime":1728049469883,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":400,"timestamp":1482924073789,"id":2079,"parentId":2072,"tags":{},"startTime":1728049469886,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":2548,"timestamp":1482924074200,"id":2080,"parentId":2072,"tags":{},"startTime":1728049469887,"traceId":"b09007848b46e699"},{"name":"hash","duration":4756,"timestamp":1482924078114,"id":2081,"parentId":2072,"tags":{},"startTime":1728049469891,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":677,"timestamp":1482924082866,"id":2082,"parentId":2072,"tags":{},"startTime":1728049469895,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":196,"timestamp":1482924083528,"id":2083,"parentId":2072,"tags":{},"startTime":1728049469896,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3105,"timestamp":1482924083730,"id":2084,"parentId":2072,"tags":{},"startTime":1728049469896,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":75,"timestamp":1482924088010,"id":2086,"parentId":2053,"tags":{},"startTime":1728049469901,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":161,"timestamp":1482924087933,"id":2085,"parentId":2053,"tags":{},"startTime":1728049469901,"traceId":"b09007848b46e699"},{"name":"seal","duration":27159,"timestamp":1482924065629,"id":2072,"parentId":2053,"tags":{},"startTime":1728049469878,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":492862,"timestamp":1482923599967,"id":2053,"parentId":2021,"tags":{"name":"client"},"startTime":1728049469413,"traceId":"b09007848b46e699"},{"name":"emit","duration":8233,"timestamp":1482924092858,"id":2087,"parentId":2021,"tags":{},"startTime":1728049469905,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":708485,"timestamp":1482923394768,"id":2021,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728049469207,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":10,"timestamp":1482924114327,"id":2088,"parentId":3,"tags":{},"startTime":1728049469927,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":728000,"timestamp":1482923398178,"id":2090,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049469941,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":318804,"timestamp":1482924119952,"id":2089,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049469933,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":7,"timestamp":1482924438866,"id":2091,"parentId":2089,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"159219712","memory.heapUsed":"217296736","memory.heapTotal":"249004032"},"startTime":1728049470251,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":65740,"timestamp":1482930407749,"id":2096,"parentId":2095,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049476220,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":20909,"timestamp":1482930452835,"id":2100,"parentId":2099,"tags":{},"startTime":1728049476265,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":21932,"timestamp":1482930451820,"id":2099,"parentId":2098,"tags":{},"startTime":1728049476264,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":27509,"timestamp":1482930449767,"id":2098,"parentId":2094,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutco.jsx","layer":"rsc"},"startTime":1728049476262,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":70705,"timestamp":1482930408797,"id":2097,"parentId":2095,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049476221,"traceId":"b09007848b46e699"},{"name":"make","duration":146307,"timestamp":1482930395428,"id":2095,"parentId":2094,"tags":{},"startTime":1728049476208,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5020,"timestamp":1482930553191,"id":2112,"parentId":2111,"tags":{},"startTime":1728049476366,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1482930558250,"id":2114,"parentId":2111,"tags":{},"startTime":1728049476371,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":2132,"timestamp":1482930558281,"id":2115,"parentId":2111,"tags":{},"startTime":1728049476371,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":5,"timestamp":1482930560441,"id":2116,"parentId":2111,"tags":{},"startTime":1728049476373,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1482930560469,"id":2117,"parentId":2111,"tags":{},"startTime":1728049476373,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4336,"timestamp":1482930558238,"id":2113,"parentId":2111,"tags":{},"startTime":1728049476371,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":587,"timestamp":1482930564425,"id":2118,"parentId":2111,"tags":{},"startTime":1728049476377,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":2926,"timestamp":1482930565028,"id":2119,"parentId":2111,"tags":{},"startTime":1728049476378,"traceId":"b09007848b46e699"},{"name":"hash","duration":1137,"timestamp":1482930569276,"id":2120,"parentId":2111,"tags":{},"startTime":1728049476382,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":92,"timestamp":1482930570413,"id":2121,"parentId":2111,"tags":{},"startTime":1728049476383,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":176,"timestamp":1482930570498,"id":2122,"parentId":2111,"tags":{},"startTime":1728049476383,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1237,"timestamp":1482930570679,"id":2123,"parentId":2111,"tags":{},"startTime":1728049476383,"traceId":"b09007848b46e699"},{"name":"seal","duration":27615,"timestamp":1482930547392,"id":2111,"parentId":2094,"tags":{},"startTime":1728049476360,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":185581,"timestamp":1482930392061,"id":2094,"parentId":2092,"tags":{"name":"server"},"startTime":1728049476205,"traceId":"b09007848b46e699"},{"name":"emit","duration":4389,"timestamp":1482930577696,"id":2124,"parentId":2092,"tags":{},"startTime":1728049476390,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":216717,"timestamp":1482930366289,"id":2092,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728049476179,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4371,"timestamp":1482930604035,"id":2132,"parentId":2126,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049476417,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4490,"timestamp":1482930604051,"id":2134,"parentId":2126,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049476417,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4490,"timestamp":1482930604056,"id":2135,"parentId":2126,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049476417,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7959,"timestamp":1482930603818,"id":2127,"parentId":2126,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049476416,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13485,"timestamp":1482930603946,"id":2130,"parentId":2126,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049476416,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13380,"timestamp":1482930604063,"id":2136,"parentId":2126,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049476417,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17115,"timestamp":1482930604044,"id":2133,"parentId":2126,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049476417,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":6169,"timestamp":1482930615121,"id":2139,"parentId":2138,"tags":{},"startTime":1728049476428,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":24023,"timestamp":1482930603897,"id":2128,"parentId":2126,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049476416,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":207329,"timestamp":1482930621414,"id":2141,"parentId":2140,"tags":{},"startTime":1728049476434,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":208450,"timestamp":1482930621338,"id":2140,"parentId":2138,"tags":{},"startTime":1728049476434,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":122629,"timestamp":1482930830014,"id":2142,"parentId":2138,"tags":{"astUsed":"true"},"startTime":1728049476642,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":345005,"timestamp":1482930614972,"id":2138,"parentId":2137,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049476427,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":367863,"timestamp":1482930608699,"id":2137,"parentId":2125,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049476421,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":373414,"timestamp":1482930603931,"id":2129,"parentId":2126,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049476416,"traceId":"b09007848b46e699"},{"name":"build-module","duration":595,"timestamp":1482930977637,"id":2143,"parentId":2137,"tags":{},"startTime":1728049476790,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":374748,"timestamp":1482930603954,"id":2131,"parentId":2126,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049476416,"traceId":"b09007848b46e699"},{"name":"make","duration":393768,"timestamp":1482930585153,"id":2126,"parentId":2125,"tags":{},"startTime":1728049476398,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4064,"timestamp":1482931017669,"id":2145,"parentId":2144,"tags":{},"startTime":1728049476830,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1482931021847,"id":2147,"parentId":2144,"tags":{},"startTime":1728049476834,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":582,"timestamp":1482931021887,"id":2148,"parentId":2144,"tags":{},"startTime":1728049476834,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1482931022539,"id":2149,"parentId":2144,"tags":{},"startTime":1728049476835,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1482931022604,"id":2150,"parentId":2144,"tags":{},"startTime":1728049476835,"traceId":"b09007848b46e699"},{"name":"optimize","duration":8418,"timestamp":1482931021815,"id":2146,"parentId":2144,"tags":{},"startTime":1728049476834,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1975,"timestamp":1482931049637,"id":2151,"parentId":2144,"tags":{},"startTime":1728049476862,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":7827,"timestamp":1482931051674,"id":2152,"parentId":2144,"tags":{},"startTime":1728049476864,"traceId":"b09007848b46e699"},{"name":"hash","duration":7035,"timestamp":1482931062607,"id":2153,"parentId":2144,"tags":{},"startTime":1728049476875,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":342,"timestamp":1482931069637,"id":2154,"parentId":2144,"tags":{},"startTime":1728049476882,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":549,"timestamp":1482931069957,"id":2155,"parentId":2144,"tags":{},"startTime":1728049476882,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":21376,"timestamp":1482931070535,"id":2156,"parentId":2144,"tags":{},"startTime":1728049476883,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":763,"timestamp":1482931108396,"id":2158,"parentId":2125,"tags":{},"startTime":1728049476921,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":943,"timestamp":1482931108278,"id":2157,"parentId":2125,"tags":{},"startTime":1728049476921,"traceId":"b09007848b46e699"},{"name":"seal","duration":105808,"timestamp":1482931008057,"id":2144,"parentId":2125,"tags":{},"startTime":1728049476821,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":529161,"timestamp":1482930584765,"id":2125,"parentId":2093,"tags":{"name":"client"},"startTime":1728049476397,"traceId":"b09007848b46e699"},{"name":"emit","duration":10257,"timestamp":1482931113979,"id":2159,"parentId":2093,"tags":{},"startTime":1728049476926,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":758306,"timestamp":1482930367545,"id":2093,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728049476180,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":11,"timestamp":1482931132884,"id":2160,"parentId":3,"tags":{},"startTime":1728049476945,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":804000,"timestamp":1482930369126,"id":2162,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728049476992,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":114269,"timestamp":1482931142656,"id":2161,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049476955,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1482931256968,"id":2163,"parentId":2161,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"236912640","memory.heapUsed":"248742632","memory.heapTotal":"278478848"},"startTime":1728049477069,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29323,"timestamp":1482938053975,"id":2169,"parentId":2167,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049483866,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":10079,"timestamp":1482938077756,"id":2172,"parentId":2171,"tags":{},"startTime":1728049483890,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":10523,"timestamp":1482938077335,"id":2171,"parentId":2170,"tags":{},"startTime":1728049483890,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":20136,"timestamp":1482938075714,"id":2170,"parentId":2166,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutco.jsx","layer":"rsc"},"startTime":1728049483888,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":45678,"timestamp":1482938053508,"id":2168,"parentId":2167,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049483866,"traceId":"b09007848b46e699"},{"name":"make","duration":121580,"timestamp":1482938038511,"id":2167,"parentId":2166,"tags":{},"startTime":1728049483851,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":1717,"timestamp":1482938171788,"id":2184,"parentId":2183,"tags":{},"startTime":1728049483984,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":11,"timestamp":1482938173537,"id":2186,"parentId":2183,"tags":{},"startTime":1728049483986,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":2062,"timestamp":1482938173574,"id":2187,"parentId":2183,"tags":{},"startTime":1728049483986,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":5,"timestamp":1482938175664,"id":2188,"parentId":2183,"tags":{},"startTime":1728049483988,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":9,"timestamp":1482938175689,"id":2189,"parentId":2183,"tags":{},"startTime":1728049483988,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3931,"timestamp":1482938173523,"id":2185,"parentId":2183,"tags":{},"startTime":1728049483986,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":768,"timestamp":1482938179211,"id":2190,"parentId":2183,"tags":{},"startTime":1728049483992,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":3333,"timestamp":1482938179996,"id":2191,"parentId":2183,"tags":{},"startTime":1728049483992,"traceId":"b09007848b46e699"},{"name":"hash","duration":1582,"timestamp":1482938184801,"id":2192,"parentId":2183,"tags":{},"startTime":1728049483997,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":119,"timestamp":1482938186381,"id":2193,"parentId":2183,"tags":{},"startTime":1728049483999,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":166,"timestamp":1482938186492,"id":2194,"parentId":2183,"tags":{},"startTime":1728049483999,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1465,"timestamp":1482938186663,"id":2195,"parentId":2183,"tags":{},"startTime":1728049483999,"traceId":"b09007848b46e699"},{"name":"seal","duration":24820,"timestamp":1482938165728,"id":2183,"parentId":2166,"tags":{},"startTime":1728049483978,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":156488,"timestamp":1482938036393,"id":2166,"parentId":2164,"tags":{"name":"server"},"startTime":1728049483849,"traceId":"b09007848b46e699"},{"name":"emit","duration":11722,"timestamp":1482938192912,"id":2196,"parentId":2164,"tags":{},"startTime":1728049484005,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":197803,"timestamp":1482938008311,"id":2164,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728049483821,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3434,"timestamp":1482938214631,"id":2204,"parentId":2198,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049484027,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3505,"timestamp":1482938214643,"id":2206,"parentId":2198,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049484027,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3501,"timestamp":1482938214649,"id":2207,"parentId":2198,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049484027,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6398,"timestamp":1482938214545,"id":2199,"parentId":2198,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049484027,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":12092,"timestamp":1482938214614,"id":2202,"parentId":2198,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049484027,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":12061,"timestamp":1482938214655,"id":2208,"parentId":2198,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049484027,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14471,"timestamp":1482938214637,"id":2205,"parentId":2198,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049484027,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":4694,"timestamp":1482938224510,"id":2211,"parentId":2210,"tags":{},"startTime":1728049484037,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22909,"timestamp":1482938214599,"id":2200,"parentId":2198,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049484027,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":128665,"timestamp":1482938229321,"id":2213,"parentId":2212,"tags":{},"startTime":1728049484042,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":129375,"timestamp":1482938229248,"id":2212,"parentId":2210,"tags":{},"startTime":1728049484042,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":30586,"timestamp":1482938358694,"id":2214,"parentId":2210,"tags":{"astUsed":"true"},"startTime":1728049484171,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":166858,"timestamp":1482938224342,"id":2210,"parentId":2209,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049484037,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":180062,"timestamp":1482938218304,"id":2209,"parentId":2197,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049484031,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":183925,"timestamp":1482938214608,"id":2201,"parentId":2198,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049484027,"traceId":"b09007848b46e699"},{"name":"build-module","duration":34,"timestamp":1482938398590,"id":2215,"parentId":2209,"tags":{},"startTime":1728049484211,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":184019,"timestamp":1482938214621,"id":2203,"parentId":2198,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049484027,"traceId":"b09007848b46e699"},{"name":"make","duration":189386,"timestamp":1482938209271,"id":2198,"parentId":2197,"tags":{},"startTime":1728049484022,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":1927,"timestamp":1482938408568,"id":2217,"parentId":2216,"tags":{},"startTime":1728049484221,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1482938410530,"id":2219,"parentId":2216,"tags":{},"startTime":1728049484223,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":80,"timestamp":1482938410552,"id":2220,"parentId":2216,"tags":{},"startTime":1728049484223,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":5,"timestamp":1482938410662,"id":2221,"parentId":2216,"tags":{},"startTime":1728049484223,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1482938410689,"id":2222,"parentId":2216,"tags":{},"startTime":1728049484223,"traceId":"b09007848b46e699"},{"name":"optimize","duration":1809,"timestamp":1482938410518,"id":2218,"parentId":2216,"tags":{},"startTime":1728049484223,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":801,"timestamp":1482938413954,"id":2223,"parentId":2216,"tags":{},"startTime":1728049484226,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":4309,"timestamp":1482938414777,"id":2224,"parentId":2216,"tags":{},"startTime":1728049484227,"traceId":"b09007848b46e699"},{"name":"hash","duration":5147,"timestamp":1482938421813,"id":2225,"parentId":2216,"tags":{},"startTime":1728049484234,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":445,"timestamp":1482938426957,"id":2226,"parentId":2216,"tags":{},"startTime":1728049484239,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":220,"timestamp":1482938427386,"id":2227,"parentId":2216,"tags":{},"startTime":1728049484240,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":7653,"timestamp":1482938427612,"id":2228,"parentId":2216,"tags":{},"startTime":1728049484240,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":199,"timestamp":1482938436597,"id":2230,"parentId":2197,"tags":{},"startTime":1728049484249,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":328,"timestamp":1482938436515,"id":2229,"parentId":2197,"tags":{},"startTime":1728049484249,"traceId":"b09007848b46e699"},{"name":"seal","duration":36846,"timestamp":1482938404365,"id":2216,"parentId":2197,"tags":{},"startTime":1728049484217,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":232489,"timestamp":1482938208825,"id":2197,"parentId":2165,"tags":{"name":"client"},"startTime":1728049484021,"traceId":"b09007848b46e699"},{"name":"emit","duration":9739,"timestamp":1482938441377,"id":2231,"parentId":2165,"tags":{},"startTime":1728049484254,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":443951,"timestamp":1482938009574,"id":2165,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728049483822,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":8,"timestamp":1482938462493,"id":2232,"parentId":3,"tags":{},"startTime":1728049484275,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":517000,"timestamp":1482938011982,"id":2234,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049484343,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":177337,"timestamp":1482938497009,"id":2233,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049484309,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":3,"timestamp":1482938674422,"id":2235,"parentId":2233,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"274776064","memory.heapUsed":"187496624","memory.heapTotal":"289046528"},"startTime":1728049484487,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":52922,"timestamp":1482945763463,"id":2241,"parentId":2239,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049491576,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4465,"timestamp":1482945812296,"id":2244,"parentId":2243,"tags":{},"startTime":1728049491625,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4790,"timestamp":1482945811976,"id":2243,"parentId":2242,"tags":{},"startTime":1728049491624,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":8473,"timestamp":1482945810995,"id":2242,"parentId":2238,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutco.jsx","layer":"rsc"},"startTime":1728049491623,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":58735,"timestamp":1482945763147,"id":2240,"parentId":2239,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049491575,"traceId":"b09007848b46e699"},{"name":"make","duration":121917,"timestamp":1482945758146,"id":2239,"parentId":2238,"tags":{},"startTime":1728049491570,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3306,"timestamp":1482945897452,"id":2256,"parentId":2255,"tags":{},"startTime":1728049491710,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":11,"timestamp":1482945900796,"id":2258,"parentId":2255,"tags":{},"startTime":1728049491713,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":3638,"timestamp":1482945900842,"id":2259,"parentId":2255,"tags":{},"startTime":1728049491713,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":15,"timestamp":1482945904524,"id":2260,"parentId":2255,"tags":{},"startTime":1728049491717,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":9,"timestamp":1482945904564,"id":2261,"parentId":2255,"tags":{},"startTime":1728049491717,"traceId":"b09007848b46e699"},{"name":"optimize","duration":7094,"timestamp":1482945900785,"id":2257,"parentId":2255,"tags":{},"startTime":1728049491713,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":593,"timestamp":1482945910031,"id":2262,"parentId":2255,"tags":{},"startTime":1728049491722,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":3159,"timestamp":1482945910639,"id":2263,"parentId":2255,"tags":{},"startTime":1728049491723,"traceId":"b09007848b46e699"},{"name":"hash","duration":1369,"timestamp":1482945915794,"id":2264,"parentId":2255,"tags":{},"startTime":1728049491728,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":119,"timestamp":1482945917162,"id":2265,"parentId":2255,"tags":{},"startTime":1728049491729,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":180,"timestamp":1482945917273,"id":2266,"parentId":2255,"tags":{},"startTime":1728049491729,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1919,"timestamp":1482945917458,"id":2267,"parentId":2255,"tags":{},"startTime":1728049491730,"traceId":"b09007848b46e699"},{"name":"seal","duration":34984,"timestamp":1482945887443,"id":2255,"parentId":2238,"tags":{},"startTime":1728049491700,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":168459,"timestamp":1482945756681,"id":2238,"parentId":2236,"tags":{"name":"server"},"startTime":1728049491569,"traceId":"b09007848b46e699"},{"name":"emit","duration":7332,"timestamp":1482945925176,"id":2268,"parentId":2236,"tags":{},"startTime":1728049491737,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":193320,"timestamp":1482945739647,"id":2236,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728049491552,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3036,"timestamp":1482945941474,"id":2276,"parentId":2270,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049491754,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3091,"timestamp":1482945941487,"id":2278,"parentId":2270,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049491754,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3087,"timestamp":1482945941493,"id":2279,"parentId":2270,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049491754,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6077,"timestamp":1482945941394,"id":2271,"parentId":2270,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049491754,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15795,"timestamp":1482945941461,"id":2274,"parentId":2270,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049491754,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15809,"timestamp":1482945941500,"id":2280,"parentId":2270,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049491754,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23061,"timestamp":1482945941480,"id":2277,"parentId":2270,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049491754,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":13006,"timestamp":1482945951691,"id":2283,"parentId":2282,"tags":{},"startTime":1728049491764,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":30075,"timestamp":1482945941444,"id":2272,"parentId":2270,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049491754,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":355316,"timestamp":1482945964806,"id":2285,"parentId":2284,"tags":{},"startTime":1728049491777,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":356777,"timestamp":1482945964738,"id":2284,"parentId":2282,"tags":{},"startTime":1728049491777,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":68535,"timestamp":1482946321917,"id":2286,"parentId":2282,"tags":{"astUsed":"true"},"startTime":1728049492134,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":443769,"timestamp":1482945951162,"id":2282,"parentId":2281,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049491763,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":459292,"timestamp":1482945944750,"id":2281,"parentId":2269,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049491757,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":463492,"timestamp":1482945941454,"id":2273,"parentId":2270,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049491754,"traceId":"b09007848b46e699"},{"name":"build-module","duration":125,"timestamp":1482946405118,"id":2287,"parentId":2281,"tags":{},"startTime":1728049492217,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":463815,"timestamp":1482945941467,"id":2275,"parentId":2270,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049491754,"traceId":"b09007848b46e699"},{"name":"make","duration":470659,"timestamp":1482945934657,"id":2270,"parentId":2269,"tags":{},"startTime":1728049491747,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3187,"timestamp":1482946424417,"id":2289,"parentId":2288,"tags":{},"startTime":1728049492237,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":6,"timestamp":1482946427661,"id":2291,"parentId":2288,"tags":{},"startTime":1728049492240,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":130,"timestamp":1482946427697,"id":2292,"parentId":2288,"tags":{},"startTime":1728049492240,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":8,"timestamp":1482946427874,"id":2293,"parentId":2288,"tags":{},"startTime":1728049492240,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1482946427915,"id":2294,"parentId":2288,"tags":{},"startTime":1728049492240,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5425,"timestamp":1482946427644,"id":2290,"parentId":2288,"tags":{},"startTime":1728049492240,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":678,"timestamp":1482946435922,"id":2295,"parentId":2288,"tags":{},"startTime":1728049492248,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":4405,"timestamp":1482946436623,"id":2296,"parentId":2288,"tags":{},"startTime":1728049492249,"traceId":"b09007848b46e699"},{"name":"hash","duration":6401,"timestamp":1482946447454,"id":2297,"parentId":2288,"tags":{},"startTime":1728049492260,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":291,"timestamp":1482946453851,"id":2298,"parentId":2288,"tags":{},"startTime":1728049492266,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":228,"timestamp":1482946454127,"id":2299,"parentId":2288,"tags":{},"startTime":1728049492266,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4301,"timestamp":1482946454364,"id":2300,"parentId":2288,"tags":{},"startTime":1728049492267,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":185,"timestamp":1482946460763,"id":2302,"parentId":2269,"tags":{},"startTime":1728049492273,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":311,"timestamp":1482946460647,"id":2301,"parentId":2269,"tags":{},"startTime":1728049492273,"traceId":"b09007848b46e699"},{"name":"seal","duration":46892,"timestamp":1482946417827,"id":2288,"parentId":2269,"tags":{},"startTime":1728049492230,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":530418,"timestamp":1482945934385,"id":2269,"parentId":2237,"tags":{"name":"client"},"startTime":1728049491747,"traceId":"b09007848b46e699"},{"name":"emit","duration":7468,"timestamp":1482946464855,"id":2303,"parentId":2237,"tags":{},"startTime":1728049492277,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":733076,"timestamp":1482945740770,"id":2237,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728049491553,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":7,"timestamp":1482946476991,"id":2304,"parentId":3,"tags":{},"startTime":1728049492289,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":765000,"timestamp":1482945742340,"id":2306,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049492321,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":326868,"timestamp":1482946481536,"id":2305,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049492294,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1482946808553,"id":2307,"parentId":2305,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"126156800","memory.heapUsed":"215818432","memory.heapTotal":"291258368"},"startTime":1728049492621,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":32942,"timestamp":1482980784380,"id":2317,"parentId":2311,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049526596,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33338,"timestamp":1482980784395,"id":2319,"parentId":2311,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049526596,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33336,"timestamp":1482980784402,"id":2320,"parentId":2311,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049526596,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":43218,"timestamp":1482980784024,"id":2312,"parentId":2311,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049526596,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":51696,"timestamp":1482980784388,"id":2318,"parentId":2311,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049526596,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":6227,"timestamp":1482980832505,"id":2324,"parentId":2323,"tags":{},"startTime":1728049526644,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":93834,"timestamp":1482980784364,"id":2315,"parentId":2311,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049526596,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":93807,"timestamp":1482980784411,"id":2321,"parentId":2311,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049526596,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":94085,"timestamp":1482980784334,"id":2313,"parentId":2311,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049526596,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":233207,"timestamp":1482980839450,"id":2326,"parentId":2325,"tags":{},"startTime":1728049526651,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":238202,"timestamp":1482980838793,"id":2325,"parentId":2323,"tags":{},"startTime":1728049526650,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":105576,"timestamp":1482981077109,"id":2327,"parentId":2323,"tags":{"astUsed":"true"},"startTime":1728049526889,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":377014,"timestamp":1482980832272,"id":2323,"parentId":2322,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049526644,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":408060,"timestamp":1482980818071,"id":2322,"parentId":2310,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049526630,"traceId":"b09007848b46e699"},{"name":"build-module","duration":88,"timestamp":1482981226760,"id":2328,"parentId":2322,"tags":{},"startTime":1728049527038,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":442524,"timestamp":1482980784372,"id":2316,"parentId":2311,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049526596,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":459803,"timestamp":1482980784354,"id":2314,"parentId":2311,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049526596,"traceId":"b09007848b46e699"},{"name":"make","duration":463348,"timestamp":1482980780883,"id":2311,"parentId":2310,"tags":{},"startTime":1728049526592,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":26455,"timestamp":1482981451910,"id":2330,"parentId":2329,"tags":{},"startTime":1728049527263,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":10,"timestamp":1482981478424,"id":2332,"parentId":2329,"tags":{},"startTime":1728049527290,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":134,"timestamp":1482981478463,"id":2333,"parentId":2329,"tags":{},"startTime":1728049527290,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":13,"timestamp":1482981478646,"id":2334,"parentId":2329,"tags":{},"startTime":1728049527290,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1482981478687,"id":2335,"parentId":2329,"tags":{},"startTime":1728049527290,"traceId":"b09007848b46e699"},{"name":"optimize","duration":7357,"timestamp":1482981478407,"id":2331,"parentId":2329,"tags":{},"startTime":1728049527290,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":893,"timestamp":1482981489206,"id":2336,"parentId":2329,"tags":{},"startTime":1728049527301,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":8747,"timestamp":1482981490137,"id":2337,"parentId":2329,"tags":{},"startTime":1728049527302,"traceId":"b09007848b46e699"},{"name":"hash","duration":11038,"timestamp":1482981503060,"id":2338,"parentId":2329,"tags":{},"startTime":1728049527315,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":283,"timestamp":1482981514094,"id":2339,"parentId":2329,"tags":{},"startTime":1728049527326,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":260,"timestamp":1482981514359,"id":2340,"parentId":2329,"tags":{},"startTime":1728049527326,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":6816,"timestamp":1482981514631,"id":2341,"parentId":2329,"tags":{},"startTime":1728049527326,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":167,"timestamp":1482981525314,"id":2343,"parentId":2310,"tags":{},"startTime":1728049527337,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":314,"timestamp":1482981525180,"id":2342,"parentId":2310,"tags":{},"startTime":1728049527337,"traceId":"b09007848b46e699"},{"name":"seal","duration":88531,"timestamp":1482981442202,"id":2329,"parentId":2310,"tags":{},"startTime":1728049527254,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":751647,"timestamp":1482980779206,"id":2310,"parentId":2308,"tags":{"name":"client"},"startTime":1728049526591,"traceId":"b09007848b46e699"},{"name":"emit","duration":11785,"timestamp":1482981530924,"id":2344,"parentId":2308,"tags":{},"startTime":1728049527342,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":794464,"timestamp":1482980749894,"id":2308,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728049526561,"traceId":"b09007848b46e699"},{"name":"client-success","duration":5,"timestamp":1482981555929,"id":2347,"parentId":3,"tags":{},"startTime":1728049527368,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":47188,"timestamp":1482981560080,"id":2349,"parentId":2346,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049527372,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":11216,"timestamp":1482981597133,"id":2352,"parentId":2351,"tags":{},"startTime":1728049527409,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":11527,"timestamp":1482981596830,"id":2351,"parentId":2350,"tags":{},"startTime":1728049527408,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":19652,"timestamp":1482981595544,"id":2350,"parentId":2345,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutco.jsx","layer":"rsc"},"startTime":1728049527407,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":63164,"timestamp":1482981559957,"id":2348,"parentId":2346,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049527372,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":908000,"timestamp":1482980753042,"id":2363,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049527475,"traceId":"b09007848b46e699"},{"name":"make","duration":214668,"timestamp":1482981547681,"id":2346,"parentId":2345,"tags":{},"startTime":1728049527359,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6245,"timestamp":1482981777973,"id":2365,"parentId":2364,"tags":{},"startTime":1728049527590,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":6,"timestamp":1482981784286,"id":2367,"parentId":2364,"tags":{},"startTime":1728049527596,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":20882,"timestamp":1482981784327,"id":2368,"parentId":2364,"tags":{},"startTime":1728049527596,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":14,"timestamp":1482981805483,"id":2369,"parentId":2364,"tags":{},"startTime":1728049527617,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1482981805546,"id":2370,"parentId":2364,"tags":{},"startTime":1728049527617,"traceId":"b09007848b46e699"},{"name":"optimize","duration":39003,"timestamp":1482981784265,"id":2366,"parentId":2364,"tags":{},"startTime":1728049527596,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":923,"timestamp":1482981825570,"id":2371,"parentId":2364,"tags":{},"startTime":1728049527637,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":5554,"timestamp":1482981826517,"id":2372,"parentId":2364,"tags":{},"startTime":1728049527638,"traceId":"b09007848b46e699"},{"name":"hash","duration":2673,"timestamp":1482981834741,"id":2373,"parentId":2364,"tags":{},"startTime":1728049527646,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":361,"timestamp":1482981837411,"id":2374,"parentId":2364,"tags":{},"startTime":1728049527649,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":1187,"timestamp":1482981837592,"id":2375,"parentId":2364,"tags":{},"startTime":1728049527649,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2217,"timestamp":1482981838826,"id":2376,"parentId":2364,"tags":{},"startTime":1728049527650,"traceId":"b09007848b46e699"},{"name":"seal","duration":74429,"timestamp":1482981771560,"id":2364,"parentId":2345,"tags":{},"startTime":1728049527583,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":303038,"timestamp":1482981547200,"id":2345,"parentId":2309,"tags":{"name":"server"},"startTime":1728049527359,"traceId":"b09007848b46e699"},{"name":"emit","duration":9416,"timestamp":1482981850334,"id":2377,"parentId":2309,"tags":{},"startTime":1728049527662,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":1108806,"timestamp":1482980754067,"id":2309,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728049526566,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":539559,"timestamp":1482981901717,"id":2378,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049527713,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":3,"timestamp":1482982441621,"id":2379,"parentId":2378,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"102776832","memory.heapUsed":"198341664","memory.heapTotal":"232095744"},"startTime":1728049528253,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25006,"timestamp":1483011749421,"id":2384,"parentId":2383,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049557560,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":10920,"timestamp":1483011768093,"id":2388,"parentId":2387,"tags":{},"startTime":1728049557579,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":11142,"timestamp":1483011767886,"id":2387,"parentId":2386,"tags":{},"startTime":1728049557579,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":22642,"timestamp":1483011767410,"id":2386,"parentId":2382,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutvalues.jsx","layer":"rsc"},"startTime":1728049557578,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":44118,"timestamp":1483011749594,"id":2385,"parentId":2383,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049557561,"traceId":"b09007848b46e699"},{"name":"make","duration":107430,"timestamp":1483011742374,"id":2383,"parentId":2382,"tags":{},"startTime":1728049557553,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4108,"timestamp":1483011863058,"id":2400,"parentId":2399,"tags":{},"startTime":1728049557674,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":13,"timestamp":1483011867231,"id":2402,"parentId":2399,"tags":{},"startTime":1728049557678,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":15200,"timestamp":1483011867284,"id":2403,"parentId":2399,"tags":{},"startTime":1728049557678,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":30,"timestamp":1483011882739,"id":2404,"parentId":2399,"tags":{},"startTime":1728049557694,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":46,"timestamp":1483011882839,"id":2405,"parentId":2399,"tags":{},"startTime":1728049557694,"traceId":"b09007848b46e699"},{"name":"optimize","duration":24837,"timestamp":1483011867210,"id":2401,"parentId":2399,"tags":{},"startTime":1728049557678,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":3722,"timestamp":1483011902600,"id":2406,"parentId":2399,"tags":{},"startTime":1728049557714,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":7482,"timestamp":1483011906415,"id":2407,"parentId":2399,"tags":{},"startTime":1728049557717,"traceId":"b09007848b46e699"},{"name":"hash","duration":2921,"timestamp":1483011916944,"id":2408,"parentId":2399,"tags":{},"startTime":1728049557728,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":237,"timestamp":1483011919862,"id":2409,"parentId":2399,"tags":{},"startTime":1728049557731,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":321,"timestamp":1483011920083,"id":2410,"parentId":2399,"tags":{},"startTime":1728049557731,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2646,"timestamp":1483011920424,"id":2411,"parentId":2399,"tags":{},"startTime":1728049557731,"traceId":"b09007848b46e699"},{"name":"seal","duration":73639,"timestamp":1483011857450,"id":2399,"parentId":2382,"tags":{},"startTime":1728049557668,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":198990,"timestamp":1483011741736,"id":2382,"parentId":2380,"tags":{"name":"server"},"startTime":1728049557553,"traceId":"b09007848b46e699"},{"name":"emit","duration":17347,"timestamp":1483011941259,"id":2412,"parentId":2380,"tags":{},"startTime":1728049557752,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":234461,"timestamp":1483011726476,"id":2380,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049557538,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3265,"timestamp":1483011971757,"id":2420,"parentId":2414,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049557783,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3327,"timestamp":1483011971771,"id":2422,"parentId":2414,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049557783,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3321,"timestamp":1483011971780,"id":2423,"parentId":2414,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049557783,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7128,"timestamp":1483011971658,"id":2415,"parentId":2414,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049557783,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18456,"timestamp":1483011971740,"id":2418,"parentId":2414,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049557783,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18425,"timestamp":1483011971788,"id":2424,"parentId":2414,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049557783,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25367,"timestamp":1483011971764,"id":2421,"parentId":2414,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049557783,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":9744,"timestamp":1483011987579,"id":2427,"parentId":2426,"tags":{},"startTime":1728049557799,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":35568,"timestamp":1483011971719,"id":2416,"parentId":2414,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049557783,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":657153,"timestamp":1483011997543,"id":2429,"parentId":2428,"tags":{},"startTime":1728049557809,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":662250,"timestamp":1483011997429,"id":2428,"parentId":2426,"tags":{},"startTime":1728049557808,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":339424,"timestamp":1483012660231,"id":2430,"parentId":2426,"tags":{"astUsed":"true"},"startTime":1728049558471,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":1039211,"timestamp":1483011987417,"id":2426,"parentId":2425,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049557798,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":1069738,"timestamp":1483011975264,"id":2425,"parentId":2413,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049557786,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":1074270,"timestamp":1483011971730,"id":2417,"parentId":2414,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049557783,"traceId":"b09007848b46e699"},{"name":"build-module","duration":289,"timestamp":1483013046582,"id":2431,"parentId":2425,"tags":{},"startTime":1728049558858,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":1075166,"timestamp":1483011971747,"id":2419,"parentId":2414,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049557783,"traceId":"b09007848b46e699"},{"name":"make","duration":1082235,"timestamp":1483011964825,"id":2414,"parentId":2413,"tags":{},"startTime":1728049557776,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":50707,"timestamp":1483013075947,"id":2433,"parentId":2432,"tags":{},"startTime":1728049558887,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":7,"timestamp":1483013126750,"id":2435,"parentId":2432,"tags":{},"startTime":1728049558938,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":429,"timestamp":1483013126793,"id":2436,"parentId":2432,"tags":{},"startTime":1728049558938,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":20,"timestamp":1483013127298,"id":2437,"parentId":2432,"tags":{},"startTime":1728049558938,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1483013127364,"id":2438,"parentId":2432,"tags":{},"startTime":1728049558938,"traceId":"b09007848b46e699"},{"name":"optimize","duration":17867,"timestamp":1483013126732,"id":2434,"parentId":2432,"tags":{},"startTime":1728049558938,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1655,"timestamp":1483013148819,"id":2439,"parentId":2432,"tags":{},"startTime":1728049558960,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":7169,"timestamp":1483013150514,"id":2440,"parentId":2432,"tags":{},"startTime":1728049558962,"traceId":"b09007848b46e699"},{"name":"hash","duration":21442,"timestamp":1483013167721,"id":2441,"parentId":2432,"tags":{},"startTime":1728049558979,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":547,"timestamp":1483013189160,"id":2442,"parentId":2432,"tags":{},"startTime":1728049559000,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":710,"timestamp":1483013189678,"id":2443,"parentId":2432,"tags":{},"startTime":1728049559001,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4261,"timestamp":1483013190405,"id":2444,"parentId":2432,"tags":{},"startTime":1728049559001,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":138,"timestamp":1483013196319,"id":2446,"parentId":2413,"tags":{},"startTime":1728049559007,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":249,"timestamp":1483013196215,"id":2445,"parentId":2413,"tags":{},"startTime":1728049559007,"traceId":"b09007848b46e699"},{"name":"seal","duration":132681,"timestamp":1483013067654,"id":2432,"parentId":2413,"tags":{},"startTime":1728049558879,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1236174,"timestamp":1483011964224,"id":2413,"parentId":2381,"tags":{"name":"client"},"startTime":1728049557775,"traceId":"b09007848b46e699"},{"name":"emit","duration":7904,"timestamp":1483013200447,"id":2447,"parentId":2381,"tags":{},"startTime":1728049559011,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1502837,"timestamp":1483011727606,"id":2381,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728049557539,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":8,"timestamp":1483013257235,"id":2448,"parentId":3,"tags":{},"startTime":1728049559068,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1562000,"timestamp":1483011731055,"id":2450,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049559116,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":231478,"timestamp":1483013262889,"id":2449,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049559074,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":6,"timestamp":1483013494769,"id":2451,"parentId":2449,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"193462272","memory.heapUsed":"199698680","memory.heapTotal":"228687872"},"startTime":1728049559306,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36490,"timestamp":1483049836827,"id":2457,"parentId":2455,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049595647,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":67320,"timestamp":1483049863503,"id":2460,"parentId":2459,"tags":{},"startTime":1728049595674,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":67699,"timestamp":1483049863142,"id":2459,"parentId":2458,"tags":{},"startTime":1728049595673,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":82291,"timestamp":1483049861070,"id":2458,"parentId":2454,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Abouthero.jsx","layer":"rsc"},"startTime":1728049595671,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":140190,"timestamp":1483049836317,"id":2456,"parentId":2455,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049595647,"traceId":"b09007848b46e699"},{"name":"make","duration":265182,"timestamp":1483049816053,"id":2455,"parentId":2454,"tags":{},"startTime":1728049595626,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2909,"timestamp":1483050096266,"id":2472,"parentId":2471,"tags":{},"startTime":1728049595907,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":6,"timestamp":1483050099210,"id":2474,"parentId":2471,"tags":{},"startTime":1728049595910,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":3965,"timestamp":1483050099234,"id":2475,"parentId":2471,"tags":{},"startTime":1728049595910,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":13,"timestamp":1483050103233,"id":2476,"parentId":2471,"tags":{},"startTime":1728049595914,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1483050103268,"id":2477,"parentId":2471,"tags":{},"startTime":1728049595914,"traceId":"b09007848b46e699"},{"name":"optimize","duration":7882,"timestamp":1483050099198,"id":2473,"parentId":2471,"tags":{},"startTime":1728049595910,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":499,"timestamp":1483050109411,"id":2478,"parentId":2471,"tags":{},"startTime":1728049595920,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":4041,"timestamp":1483050109926,"id":2479,"parentId":2471,"tags":{},"startTime":1728049595920,"traceId":"b09007848b46e699"},{"name":"hash","duration":1177,"timestamp":1483050115517,"id":2480,"parentId":2471,"tags":{},"startTime":1728049595926,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":110,"timestamp":1483050116693,"id":2481,"parentId":2471,"tags":{},"startTime":1728049595927,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":342,"timestamp":1483050116796,"id":2482,"parentId":2471,"tags":{},"startTime":1728049595927,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":185,"timestamp":1483050117156,"id":2483,"parentId":2471,"tags":{},"startTime":1728049595927,"traceId":"b09007848b46e699"},{"name":"seal","duration":29694,"timestamp":1483050090363,"id":2471,"parentId":2454,"tags":{},"startTime":1728049595901,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":312294,"timestamp":1483049812375,"id":2454,"parentId":2452,"tags":{"name":"server"},"startTime":1728049595623,"traceId":"b09007848b46e699"},{"name":"emit","duration":5647,"timestamp":1483050124741,"id":2484,"parentId":2452,"tags":{},"startTime":1728049595935,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":345966,"timestamp":1483049784867,"id":2452,"parentId":3,"tags":{"trigger":"src/components/Abouthero.jsx"},"startTime":1728049595595,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4879,"timestamp":1483050138488,"id":2492,"parentId":2486,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049595949,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4946,"timestamp":1483050138504,"id":2494,"parentId":2486,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049595949,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4940,"timestamp":1483050138512,"id":2495,"parentId":2486,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049595949,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7670,"timestamp":1483050138378,"id":2487,"parentId":2486,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049595949,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":24918,"timestamp":1483050138471,"id":2490,"parentId":2486,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049595949,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":24886,"timestamp":1483050138519,"id":2496,"parentId":2486,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049595949,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":30582,"timestamp":1483050138495,"id":2493,"parentId":2486,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049595949,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":8453,"timestamp":1483050160785,"id":2499,"parentId":2498,"tags":{},"startTime":1728049595971,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":38929,"timestamp":1483050138450,"id":2488,"parentId":2486,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049595949,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":146952,"timestamp":1483050169331,"id":2501,"parentId":2500,"tags":{},"startTime":1728049595980,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":147527,"timestamp":1483050169281,"id":2500,"parentId":2498,"tags":{},"startTime":1728049595980,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":28577,"timestamp":1483050316924,"id":2502,"parentId":2498,"tags":{"astUsed":"true"},"startTime":1728049596127,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":188462,"timestamp":1483050160624,"id":2498,"parentId":2497,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049595971,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":210366,"timestamp":1483050143588,"id":2497,"parentId":2485,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049595954,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":215770,"timestamp":1483050138461,"id":2489,"parentId":2486,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049595949,"traceId":"b09007848b46e699"},{"name":"build-module","duration":60,"timestamp":1483050354368,"id":2503,"parentId":2497,"tags":{},"startTime":1728049596165,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":215986,"timestamp":1483050138478,"id":2491,"parentId":2486,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049595949,"traceId":"b09007848b46e699"},{"name":"make","duration":221951,"timestamp":1483050132539,"id":2486,"parentId":2485,"tags":{},"startTime":1728049595943,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2130,"timestamp":1483050425575,"id":2505,"parentId":2504,"tags":{},"startTime":1728049596236,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1483050427737,"id":2507,"parentId":2504,"tags":{},"startTime":1728049596238,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":73,"timestamp":1483050427759,"id":2508,"parentId":2504,"tags":{},"startTime":1728049596238,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":7,"timestamp":1483050427862,"id":2509,"parentId":2504,"tags":{},"startTime":1728049596238,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1483050427884,"id":2510,"parentId":2504,"tags":{},"startTime":1728049596238,"traceId":"b09007848b46e699"},{"name":"optimize","duration":2789,"timestamp":1483050427726,"id":2506,"parentId":2504,"tags":{},"startTime":1728049596238,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":355,"timestamp":1483050431975,"id":2511,"parentId":2504,"tags":{},"startTime":1728049596242,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":2470,"timestamp":1483050432342,"id":2512,"parentId":2504,"tags":{},"startTime":1728049596243,"traceId":"b09007848b46e699"},{"name":"hash","duration":3856,"timestamp":1483050436316,"id":2513,"parentId":2504,"tags":{},"startTime":1728049596247,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":199,"timestamp":1483050440171,"id":2514,"parentId":2504,"tags":{},"startTime":1728049596251,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":570,"timestamp":1483050440361,"id":2515,"parentId":2504,"tags":{},"startTime":1728049596251,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2582,"timestamp":1483050440938,"id":2516,"parentId":2504,"tags":{},"startTime":1728049596251,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":63,"timestamp":1483050444542,"id":2518,"parentId":2485,"tags":{},"startTime":1728049596255,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":116,"timestamp":1483050444492,"id":2517,"parentId":2485,"tags":{},"startTime":1728049596255,"traceId":"b09007848b46e699"},{"name":"seal","duration":32083,"timestamp":1483050415633,"id":2504,"parentId":2485,"tags":{},"startTime":1728049596226,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":315460,"timestamp":1483050132291,"id":2485,"parentId":2453,"tags":{"name":"client"},"startTime":1728049595943,"traceId":"b09007848b46e699"},{"name":"emit","duration":5346,"timestamp":1483050447780,"id":2519,"parentId":2453,"tags":{},"startTime":1728049596258,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":667558,"timestamp":1483049787147,"id":2453,"parentId":3,"tags":{"trigger":"src/components/Abouthero.jsx"},"startTime":1728049595597,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":4,"timestamp":1483050479357,"id":2520,"parentId":3,"tags":{},"startTime":1728049596290,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":703000,"timestamp":1483049790869,"id":2522,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728049596359,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":77798,"timestamp":1483050479823,"id":2521,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049596290,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":3,"timestamp":1483050557697,"id":2523,"parentId":2521,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"286457856","memory.heapUsed":"181476912","memory.heapTotal":"237600768"},"startTime":1728049596368,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":45692,"timestamp":1483061927401,"id":2528,"parentId":2527,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049607738,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8405,"timestamp":1483061965163,"id":2532,"parentId":2531,"tags":{},"startTime":1728049607775,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8770,"timestamp":1483061964805,"id":2531,"parentId":2530,"tags":{},"startTime":1728049607775,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":13239,"timestamp":1483061963822,"id":2530,"parentId":2526,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Abouthero.jsx","layer":"rsc"},"startTime":1728049607774,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":53326,"timestamp":1483061927703,"id":2529,"parentId":2527,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049607738,"traceId":"b09007848b46e699"},{"name":"make","duration":156609,"timestamp":1483061921114,"id":2527,"parentId":2526,"tags":{},"startTime":1728049607731,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2768,"timestamp":1483062087495,"id":2544,"parentId":2543,"tags":{},"startTime":1728049607898,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1483062090304,"id":2546,"parentId":2543,"tags":{},"startTime":1728049607900,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":3299,"timestamp":1483062090332,"id":2547,"parentId":2543,"tags":{},"startTime":1728049607900,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":8,"timestamp":1483062093684,"id":2548,"parentId":2543,"tags":{},"startTime":1728049607904,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":11,"timestamp":1483062093744,"id":2549,"parentId":2543,"tags":{},"startTime":1728049607904,"traceId":"b09007848b46e699"},{"name":"optimize","duration":11147,"timestamp":1483062090292,"id":2545,"parentId":2543,"tags":{},"startTime":1728049607900,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":620,"timestamp":1483062103325,"id":2550,"parentId":2543,"tags":{},"startTime":1728049607913,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":3367,"timestamp":1483062103963,"id":2551,"parentId":2543,"tags":{},"startTime":1728049607914,"traceId":"b09007848b46e699"},{"name":"hash","duration":1430,"timestamp":1483062108690,"id":2552,"parentId":2543,"tags":{},"startTime":1728049607919,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":129,"timestamp":1483062110118,"id":2553,"parentId":2543,"tags":{},"startTime":1728049607920,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":278,"timestamp":1483062110238,"id":2554,"parentId":2543,"tags":{},"startTime":1728049607920,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":202,"timestamp":1483062110524,"id":2555,"parentId":2543,"tags":{},"startTime":1728049607921,"traceId":"b09007848b46e699"},{"name":"seal","duration":29933,"timestamp":1483062083743,"id":2543,"parentId":2526,"tags":{},"startTime":1728049607894,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":196841,"timestamp":1483061919857,"id":2526,"parentId":2524,"tags":{"name":"server"},"startTime":1728049607730,"traceId":"b09007848b46e699"},{"name":"emit","duration":3836,"timestamp":1483062116750,"id":2556,"parentId":2524,"tags":{},"startTime":1728049607927,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":232835,"timestamp":1483061888224,"id":2524,"parentId":3,"tags":{"trigger":"src/components/Abouthero.jsx"},"startTime":1728049607698,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8780,"timestamp":1483062129320,"id":2564,"parentId":2558,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049607939,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8881,"timestamp":1483062129334,"id":2566,"parentId":2558,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049607939,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8880,"timestamp":1483062129342,"id":2567,"parentId":2558,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049607939,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13442,"timestamp":1483062129217,"id":2559,"parentId":2558,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049607939,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26524,"timestamp":1483062129303,"id":2562,"parentId":2558,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049607939,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26506,"timestamp":1483062129352,"id":2568,"parentId":2558,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049607939,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36710,"timestamp":1483062129327,"id":2565,"parentId":2558,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049607939,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":19560,"timestamp":1483062146811,"id":2571,"parentId":2570,"tags":{},"startTime":1728049607957,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":46921,"timestamp":1483062129283,"id":2560,"parentId":2558,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049607939,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":225819,"timestamp":1483062166583,"id":2573,"parentId":2572,"tags":{},"startTime":1728049607977,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":227335,"timestamp":1483062166478,"id":2572,"parentId":2570,"tags":{},"startTime":1728049607977,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":102406,"timestamp":1483062393910,"id":2574,"parentId":2570,"tags":{"astUsed":"true"},"startTime":1728049608204,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":354451,"timestamp":1483062146466,"id":2570,"parentId":2569,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049607957,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":381484,"timestamp":1483062138430,"id":2569,"parentId":2557,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049607949,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":391255,"timestamp":1483062129295,"id":2561,"parentId":2558,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049607939,"traceId":"b09007848b46e699"},{"name":"build-module","duration":103,"timestamp":1483062520825,"id":2575,"parentId":2569,"tags":{},"startTime":1728049608331,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":391950,"timestamp":1483062129311,"id":2563,"parentId":2558,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049607939,"traceId":"b09007848b46e699"},{"name":"make","duration":397923,"timestamp":1483062123394,"id":2558,"parentId":2557,"tags":{},"startTime":1728049607934,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6815,"timestamp":1483062544040,"id":2577,"parentId":2576,"tags":{},"startTime":1728049608354,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":13,"timestamp":1483062551019,"id":2579,"parentId":2576,"tags":{},"startTime":1728049608361,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":174,"timestamp":1483062551073,"id":2580,"parentId":2576,"tags":{},"startTime":1728049608361,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":9,"timestamp":1483062551291,"id":2581,"parentId":2576,"tags":{},"startTime":1728049608361,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1483062551334,"id":2582,"parentId":2576,"tags":{},"startTime":1728049608361,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3679,"timestamp":1483062550959,"id":2578,"parentId":2576,"tags":{},"startTime":1728049608361,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1085,"timestamp":1483062559599,"id":2583,"parentId":2576,"tags":{},"startTime":1728049608370,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":16918,"timestamp":1483062560733,"id":2584,"parentId":2576,"tags":{},"startTime":1728049608371,"traceId":"b09007848b46e699"},{"name":"hash","duration":8294,"timestamp":1483062582149,"id":2585,"parentId":2576,"tags":{},"startTime":1728049608392,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":298,"timestamp":1483062590440,"id":2586,"parentId":2576,"tags":{},"startTime":1728049608401,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":240,"timestamp":1483062590722,"id":2587,"parentId":2576,"tags":{},"startTime":1728049608401,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":10031,"timestamp":1483062590971,"id":2588,"parentId":2576,"tags":{},"startTime":1728049608401,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":117,"timestamp":1483062603380,"id":2590,"parentId":2557,"tags":{},"startTime":1728049608413,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":328,"timestamp":1483062603183,"id":2589,"parentId":2557,"tags":{},"startTime":1728049608413,"traceId":"b09007848b46e699"},{"name":"seal","duration":73013,"timestamp":1483062535380,"id":2576,"parentId":2557,"tags":{},"startTime":1728049608346,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":485370,"timestamp":1483062123104,"id":2557,"parentId":2525,"tags":{"name":"client"},"startTime":1728049607933,"traceId":"b09007848b46e699"},{"name":"emit","duration":11330,"timestamp":1483062608530,"id":2591,"parentId":2525,"tags":{},"startTime":1728049608419,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":732457,"timestamp":1483061889445,"id":2525,"parentId":3,"tags":{"trigger":"src/components/Abouthero.jsx"},"startTime":1728049607700,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":8,"timestamp":1483062627875,"id":2592,"parentId":3,"tags":{},"startTime":1728049608438,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":766000,"timestamp":1483061890508,"id":2594,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728049608468,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":129752,"timestamp":1483062634425,"id":2593,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049608445,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1483062764292,"id":2595,"parentId":2593,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"244908032","memory.heapUsed":"216297656","memory.heapTotal":"252395520"},"startTime":1728049608574,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":27055,"timestamp":1483071076736,"id":2605,"parentId":2599,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049616887,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":27241,"timestamp":1483071076793,"id":2607,"parentId":2599,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049616887,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":27179,"timestamp":1483071076861,"id":2608,"parentId":2599,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049616887,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33426,"timestamp":1483071075908,"id":2600,"parentId":2599,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049616886,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":38307,"timestamp":1483071076776,"id":2606,"parentId":2599,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049616887,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":4434,"timestamp":1483071112831,"id":2612,"parentId":2611,"tags":{},"startTime":1728049616923,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":82257,"timestamp":1483071076689,"id":2603,"parentId":2599,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049616887,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":82087,"timestamp":1483071076872,"id":2609,"parentId":2599,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049616887,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":82606,"timestamp":1483071076586,"id":2601,"parentId":2599,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049616887,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":157646,"timestamp":1483071117495,"id":2614,"parentId":2613,"tags":{},"startTime":1728049616927,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":158303,"timestamp":1483071117358,"id":2613,"parentId":2611,"tags":{},"startTime":1728049616927,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":35856,"timestamp":1483071275714,"id":2615,"parentId":2611,"tags":{"astUsed":"true"},"startTime":1728049617086,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":201336,"timestamp":1483071112612,"id":2611,"parentId":2610,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049616923,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":213662,"timestamp":1483071104570,"id":2610,"parentId":2598,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049616915,"traceId":"b09007848b46e699"},{"name":"build-module","duration":37,"timestamp":1483071318479,"id":2616,"parentId":2610,"tags":{},"startTime":1728049617128,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":241901,"timestamp":1483071076725,"id":2604,"parentId":2599,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049616887,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":245205,"timestamp":1483071076629,"id":2602,"parentId":2599,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049616887,"traceId":"b09007848b46e699"},{"name":"make","duration":249736,"timestamp":1483071072170,"id":2599,"parentId":2598,"tags":{},"startTime":1728049616882,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5339,"timestamp":1483071338135,"id":2618,"parentId":2617,"tags":{},"startTime":1728049617148,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1483071343518,"id":2620,"parentId":2617,"tags":{},"startTime":1728049617153,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":487,"timestamp":1483071343544,"id":2621,"parentId":2617,"tags":{},"startTime":1728049617154,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":7,"timestamp":1483071344086,"id":2622,"parentId":2617,"tags":{},"startTime":1728049617154,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1483071344133,"id":2623,"parentId":2617,"tags":{},"startTime":1728049617154,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3989,"timestamp":1483071343506,"id":2619,"parentId":2617,"tags":{},"startTime":1728049617153,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":4080,"timestamp":1483071355361,"id":2624,"parentId":2617,"tags":{},"startTime":1728049617165,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":10578,"timestamp":1483071359484,"id":2625,"parentId":2617,"tags":{},"startTime":1728049617169,"traceId":"b09007848b46e699"},{"name":"hash","duration":19595,"timestamp":1483071373785,"id":2626,"parentId":2617,"tags":{},"startTime":1728049617184,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":359,"timestamp":1483071393377,"id":2627,"parentId":2617,"tags":{},"startTime":1728049617203,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":687,"timestamp":1483071393713,"id":2628,"parentId":2617,"tags":{},"startTime":1728049617204,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3843,"timestamp":1483071394430,"id":2629,"parentId":2617,"tags":{},"startTime":1728049617204,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":88,"timestamp":1483071399423,"id":2631,"parentId":2598,"tags":{},"startTime":1728049617209,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":214,"timestamp":1483071399304,"id":2630,"parentId":2598,"tags":{},"startTime":1728049617209,"traceId":"b09007848b46e699"},{"name":"seal","duration":72872,"timestamp":1483071329230,"id":2617,"parentId":2598,"tags":{},"startTime":1728049617139,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":335154,"timestamp":1483071066989,"id":2598,"parentId":2596,"tags":{"name":"client"},"startTime":1728049616877,"traceId":"b09007848b46e699"},{"name":"emit","duration":9359,"timestamp":1483071402179,"id":2632,"parentId":2596,"tags":{},"startTime":1728049617212,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":369459,"timestamp":1483071043246,"id":2596,"parentId":3,"tags":{"trigger":"src/components/Abouthero.jsx"},"startTime":1728049616853,"traceId":"b09007848b46e699"},{"name":"client-success","duration":14,"timestamp":1483071458280,"id":2637,"parentId":3,"tags":{},"startTime":1728049617268,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":40458,"timestamp":1483071426067,"id":2636,"parentId":2634,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049617236,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7005,"timestamp":1483071461394,"id":2640,"parentId":2639,"tags":{},"startTime":1728049617271,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7148,"timestamp":1483071461276,"id":2639,"parentId":2638,"tags":{},"startTime":1728049617271,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":12560,"timestamp":1483071460894,"id":2638,"parentId":2633,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Abouthero.jsx","layer":"rsc"},"startTime":1728049617271,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":432000,"timestamp":1483071046160,"id":2641,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049617288,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":52342,"timestamp":1483071425986,"id":2635,"parentId":2634,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049617236,"traceId":"b09007848b46e699"},{"name":"make","duration":133300,"timestamp":1483071416667,"id":2634,"parentId":2633,"tags":{},"startTime":1728049617227,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2036,"timestamp":1483071559840,"id":2653,"parentId":2652,"tags":{},"startTime":1728049617370,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":3,"timestamp":1483071561917,"id":2655,"parentId":2652,"tags":{},"startTime":1728049617372,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":3858,"timestamp":1483071561942,"id":2656,"parentId":2652,"tags":{},"startTime":1728049617372,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":6,"timestamp":1483071565841,"id":2657,"parentId":2652,"tags":{},"startTime":1728049617376,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1483071565860,"id":2658,"parentId":2652,"tags":{},"startTime":1728049617376,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5570,"timestamp":1483071561904,"id":2654,"parentId":2652,"tags":{},"startTime":1728049617372,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":592,"timestamp":1483071568885,"id":2659,"parentId":2652,"tags":{},"startTime":1728049617379,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":11931,"timestamp":1483071569500,"id":2660,"parentId":2652,"tags":{},"startTime":1728049617379,"traceId":"b09007848b46e699"},{"name":"hash","duration":2188,"timestamp":1483071584366,"id":2661,"parentId":2652,"tags":{},"startTime":1728049617394,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":274,"timestamp":1483071586553,"id":2662,"parentId":2652,"tags":{},"startTime":1728049617397,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":467,"timestamp":1483071586818,"id":2663,"parentId":2652,"tags":{},"startTime":1728049617397,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5999,"timestamp":1483071587294,"id":2664,"parentId":2652,"tags":{},"startTime":1728049617397,"traceId":"b09007848b46e699"},{"name":"seal","duration":40275,"timestamp":1483071556378,"id":2652,"parentId":2633,"tags":{},"startTime":1728049617366,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":183456,"timestamp":1483071416382,"id":2633,"parentId":2597,"tags":{"name":"server"},"startTime":1728049617226,"traceId":"b09007848b46e699"},{"name":"emit","duration":7331,"timestamp":1483071599913,"id":2665,"parentId":2597,"tags":{},"startTime":1728049617410,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":563336,"timestamp":1483071045727,"id":2597,"parentId":3,"tags":{"trigger":"src/components/Abouthero.jsx"},"startTime":1728049616856,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":86453,"timestamp":1483071624461,"id":2666,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049617434,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1483071710974,"id":2667,"parentId":2666,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"229228544","memory.heapUsed":"250706592","memory.heapTotal":"281083904"},"startTime":1728049617521,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5603,"timestamp":1483088384097,"id":2676,"parentId":2675,"tags":{},"startTime":1728049634194,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5861,"timestamp":1483088383849,"id":2675,"parentId":2674,"tags":{},"startTime":1728049634194,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":10223,"timestamp":1483088383154,"id":2674,"parentId":2670,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Abouthero.jsx","layer":"rsc"},"startTime":1728049634193,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":28999,"timestamp":1483088366229,"id":2673,"parentId":2671,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049634176,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":30030,"timestamp":1483088366119,"id":2672,"parentId":2671,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049634176,"traceId":"b09007848b46e699"},{"name":"make","duration":103098,"timestamp":1483088359121,"id":2671,"parentId":2670,"tags":{},"startTime":1728049634169,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6482,"timestamp":1483088479780,"id":2688,"parentId":2687,"tags":{},"startTime":1728049634289,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":25,"timestamp":1483088486325,"id":2690,"parentId":2687,"tags":{},"startTime":1728049634296,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":4421,"timestamp":1483088486397,"id":2691,"parentId":2687,"tags":{},"startTime":1728049634296,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":16,"timestamp":1483088490860,"id":2692,"parentId":2687,"tags":{},"startTime":1728049634301,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1483088490891,"id":2693,"parentId":2687,"tags":{},"startTime":1728049634301,"traceId":"b09007848b46e699"},{"name":"optimize","duration":7394,"timestamp":1483088486306,"id":2689,"parentId":2687,"tags":{},"startTime":1728049634296,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1755,"timestamp":1483088496567,"id":2694,"parentId":2687,"tags":{},"startTime":1728049634306,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":14719,"timestamp":1483088498420,"id":2695,"parentId":2687,"tags":{},"startTime":1728049634308,"traceId":"b09007848b46e699"},{"name":"hash","duration":2509,"timestamp":1483088516015,"id":2696,"parentId":2687,"tags":{},"startTime":1728049634326,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":127,"timestamp":1483088518521,"id":2697,"parentId":2687,"tags":{},"startTime":1728049634328,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":164,"timestamp":1483088518640,"id":2698,"parentId":2687,"tags":{},"startTime":1728049634328,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1237,"timestamp":1483088518809,"id":2699,"parentId":2687,"tags":{},"startTime":1728049634328,"traceId":"b09007848b46e699"},{"name":"seal","duration":51040,"timestamp":1483088471542,"id":2687,"parentId":2670,"tags":{},"startTime":1728049634281,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":168636,"timestamp":1483088356913,"id":2670,"parentId":2668,"tags":{"name":"server"},"startTime":1728049634167,"traceId":"b09007848b46e699"},{"name":"emit","duration":6944,"timestamp":1483088525606,"id":2700,"parentId":2668,"tags":{},"startTime":1728049634335,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":184569,"timestamp":1483088348449,"id":2668,"parentId":3,"tags":{"trigger":"src/components/Abouthero.jsx"},"startTime":1728049634158,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":2880,"timestamp":1483088544665,"id":2708,"parentId":2702,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049634354,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":2965,"timestamp":1483088544679,"id":2710,"parentId":2702,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049634354,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":2962,"timestamp":1483088544686,"id":2711,"parentId":2702,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049634354,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":12137,"timestamp":1483088544573,"id":2703,"parentId":2702,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049634354,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25909,"timestamp":1483088544650,"id":2706,"parentId":2702,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049634354,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25920,"timestamp":1483088544693,"id":2712,"parentId":2702,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049634354,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":34189,"timestamp":1483088544672,"id":2709,"parentId":2702,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049634354,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":16660,"timestamp":1483088563775,"id":2715,"parentId":2714,"tags":{},"startTime":1728049634373,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":76742,"timestamp":1483088544632,"id":2704,"parentId":2702,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049634354,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":86233,"timestamp":1483088544643,"id":2705,"parentId":2702,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049634354,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":296406,"timestamp":1483088582071,"id":2717,"parentId":2716,"tags":{},"startTime":1728049634392,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":299136,"timestamp":1483088581268,"id":2716,"parentId":2714,"tags":{},"startTime":1728049634391,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":31177,"timestamp":1483088880487,"id":2718,"parentId":2714,"tags":{"astUsed":"true"},"startTime":1728049634690,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":356163,"timestamp":1483088563624,"id":2714,"parentId":2713,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049634373,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":375231,"timestamp":1483088547849,"id":2713,"parentId":2701,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049634358,"traceId":"b09007848b46e699"},{"name":"build-module","duration":48,"timestamp":1483088923223,"id":2719,"parentId":2713,"tags":{},"startTime":1728049634733,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":378639,"timestamp":1483088544657,"id":2707,"parentId":2702,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049634354,"traceId":"b09007848b46e699"},{"name":"make","duration":387542,"timestamp":1483088535769,"id":2702,"parentId":2701,"tags":{},"startTime":1728049634345,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2656,"timestamp":1483088930942,"id":2721,"parentId":2720,"tags":{},"startTime":1728049634741,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1483088933635,"id":2723,"parentId":2720,"tags":{},"startTime":1728049634743,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":79,"timestamp":1483088933660,"id":2724,"parentId":2720,"tags":{},"startTime":1728049634743,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":6,"timestamp":1483088933763,"id":2725,"parentId":2720,"tags":{},"startTime":1728049634743,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1483088933789,"id":2726,"parentId":2720,"tags":{},"startTime":1728049634743,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3935,"timestamp":1483088933624,"id":2722,"parentId":2720,"tags":{},"startTime":1728049634743,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":313,"timestamp":1483088942910,"id":2727,"parentId":2720,"tags":{},"startTime":1728049634753,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":2423,"timestamp":1483088943238,"id":2728,"parentId":2720,"tags":{},"startTime":1728049634753,"traceId":"b09007848b46e699"},{"name":"hash","duration":5090,"timestamp":1483088946776,"id":2729,"parentId":2720,"tags":{},"startTime":1728049634756,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":485,"timestamp":1483088951862,"id":2730,"parentId":2720,"tags":{},"startTime":1728049634762,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":188,"timestamp":1483088952332,"id":2731,"parentId":2720,"tags":{},"startTime":1728049634762,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2730,"timestamp":1483088952526,"id":2732,"parentId":2720,"tags":{},"startTime":1728049634762,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":62,"timestamp":1483088956169,"id":2734,"parentId":2701,"tags":{},"startTime":1728049634766,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":121,"timestamp":1483088956117,"id":2733,"parentId":2701,"tags":{},"startTime":1728049634766,"traceId":"b09007848b46e699"},{"name":"seal","duration":30978,"timestamp":1483088927417,"id":2720,"parentId":2701,"tags":{},"startTime":1728049634737,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":422948,"timestamp":1483088535482,"id":2701,"parentId":2669,"tags":{"name":"client"},"startTime":1728049634345,"traceId":"b09007848b46e699"},{"name":"emit","duration":4821,"timestamp":1483088958463,"id":2735,"parentId":2669,"tags":{},"startTime":1728049634768,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":615741,"timestamp":1483088348730,"id":2669,"parentId":3,"tags":{"trigger":"src/components/Abouthero.jsx"},"startTime":1728049634158,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":12,"timestamp":1483088970721,"id":2736,"parentId":3,"tags":{},"startTime":1728049634780,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":643000,"timestamp":1483088350007,"id":2738,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049634804,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":196675,"timestamp":1483088978966,"id":2737,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049634789,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":4,"timestamp":1483089178333,"id":2739,"parentId":2737,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"239747072","memory.heapUsed":"203878280","memory.heapTotal":"232652800"},"startTime":1728049634988,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":31907,"timestamp":1483104364938,"id":2744,"parentId":2743,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049650174,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5132,"timestamp":1483104392669,"id":2748,"parentId":2747,"tags":{},"startTime":1728049650202,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5483,"timestamp":1483104392326,"id":2747,"parentId":2746,"tags":{},"startTime":1728049650202,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":10681,"timestamp":1483104390753,"id":2746,"parentId":2742,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Abouthero.jsx","layer":"rsc"},"startTime":1728049650200,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":38513,"timestamp":1483104365751,"id":2745,"parentId":2743,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049650175,"traceId":"b09007848b46e699"},{"name":"make","duration":162934,"timestamp":1483104328269,"id":2743,"parentId":2742,"tags":{},"startTime":1728049650138,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2577,"timestamp":1483104502864,"id":2760,"parentId":2759,"tags":{},"startTime":1728049650312,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":3,"timestamp":1483104505478,"id":2762,"parentId":2759,"tags":{},"startTime":1728049650315,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":2229,"timestamp":1483104505508,"id":2763,"parentId":2759,"tags":{},"startTime":1728049650315,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":6,"timestamp":1483104507782,"id":2764,"parentId":2759,"tags":{},"startTime":1728049650317,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":11,"timestamp":1483104507814,"id":2765,"parentId":2759,"tags":{},"startTime":1728049650317,"traceId":"b09007848b46e699"},{"name":"optimize","duration":6366,"timestamp":1483104505466,"id":2761,"parentId":2759,"tags":{},"startTime":1728049650315,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":753,"timestamp":1483104514211,"id":2766,"parentId":2759,"tags":{},"startTime":1728049650324,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":8032,"timestamp":1483104514982,"id":2767,"parentId":2759,"tags":{},"startTime":1728049650324,"traceId":"b09007848b46e699"},{"name":"hash","duration":1587,"timestamp":1483104524800,"id":2768,"parentId":2759,"tags":{},"startTime":1728049650334,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":266,"timestamp":1483104526383,"id":2769,"parentId":2759,"tags":{},"startTime":1728049650336,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":592,"timestamp":1483104526631,"id":2770,"parentId":2759,"tags":{},"startTime":1728049650336,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2433,"timestamp":1483104527244,"id":2771,"parentId":2759,"tags":{},"startTime":1728049650337,"traceId":"b09007848b46e699"},{"name":"seal","duration":37445,"timestamp":1483104498548,"id":2759,"parentId":2742,"tags":{},"startTime":1728049650308,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":215475,"timestamp":1483104323418,"id":2742,"parentId":2740,"tags":{"name":"server"},"startTime":1728049650133,"traceId":"b09007848b46e699"},{"name":"emit","duration":10014,"timestamp":1483104538975,"id":2772,"parentId":2740,"tags":{},"startTime":1728049650348,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":290011,"timestamp":1483104259479,"id":2740,"parentId":3,"tags":{"trigger":"src/components/Abouthero.jsx"},"startTime":1728049650069,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6294,"timestamp":1483104558109,"id":2780,"parentId":2774,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049650367,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6357,"timestamp":1483104558125,"id":2782,"parentId":2774,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049650367,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6352,"timestamp":1483104558133,"id":2783,"parentId":2774,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049650367,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9004,"timestamp":1483104558000,"id":2775,"parentId":2774,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049650367,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15302,"timestamp":1483104558092,"id":2778,"parentId":2774,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049650367,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15264,"timestamp":1483104558144,"id":2784,"parentId":2774,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049650368,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18187,"timestamp":1483104558117,"id":2781,"parentId":2774,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049650367,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":5709,"timestamp":1483104570800,"id":2787,"parentId":2786,"tags":{},"startTime":1728049650380,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":28548,"timestamp":1483104558070,"id":2776,"parentId":2774,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049650367,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":441246,"timestamp":1483104576632,"id":2789,"parentId":2788,"tags":{},"startTime":1728049650386,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":445584,"timestamp":1483104576557,"id":2788,"parentId":2786,"tags":{},"startTime":1728049650386,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":55398,"timestamp":1483105022560,"id":2790,"parentId":2786,"tags":{"astUsed":"true"},"startTime":1728049650832,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":520332,"timestamp":1483104570613,"id":2786,"parentId":2785,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049650380,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":543862,"timestamp":1483104564625,"id":2785,"parentId":2773,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049650374,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":557567,"timestamp":1483104558083,"id":2777,"parentId":2774,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049650367,"traceId":"b09007848b46e699"},{"name":"build-module","duration":112,"timestamp":1483105115918,"id":2791,"parentId":2785,"tags":{},"startTime":1728049650925,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":558020,"timestamp":1483104558100,"id":2779,"parentId":2774,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049650367,"traceId":"b09007848b46e699"},{"name":"make","duration":564534,"timestamp":1483104551643,"id":2774,"parentId":2773,"tags":{},"startTime":1728049650361,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":1974,"timestamp":1483105138125,"id":2793,"parentId":2792,"tags":{},"startTime":1728049650947,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1483105140137,"id":2795,"parentId":2792,"tags":{},"startTime":1728049650949,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":96,"timestamp":1483105140161,"id":2796,"parentId":2792,"tags":{},"startTime":1728049650950,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":7,"timestamp":1483105140298,"id":2797,"parentId":2792,"tags":{},"startTime":1728049650950,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1483105140339,"id":2798,"parentId":2792,"tags":{},"startTime":1728049650950,"traceId":"b09007848b46e699"},{"name":"optimize","duration":2432,"timestamp":1483105140125,"id":2794,"parentId":2792,"tags":{},"startTime":1728049650949,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":609,"timestamp":1483105144247,"id":2799,"parentId":2792,"tags":{},"startTime":1728049650954,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":3809,"timestamp":1483105144874,"id":2800,"parentId":2792,"tags":{},"startTime":1728049650954,"traceId":"b09007848b46e699"},{"name":"hash","duration":4929,"timestamp":1483105150538,"id":2801,"parentId":2792,"tags":{},"startTime":1728049650960,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":209,"timestamp":1483105155465,"id":2802,"parentId":2792,"tags":{},"startTime":1728049650965,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":176,"timestamp":1483105155665,"id":2803,"parentId":2792,"tags":{},"startTime":1728049650965,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":6040,"timestamp":1483105155847,"id":2804,"parentId":2792,"tags":{},"startTime":1728049650965,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":89,"timestamp":1483105163401,"id":2806,"parentId":2773,"tags":{},"startTime":1728049650973,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":186,"timestamp":1483105163310,"id":2805,"parentId":2773,"tags":{},"startTime":1728049650973,"traceId":"b09007848b46e699"},{"name":"seal","duration":33089,"timestamp":1483105133210,"id":2792,"parentId":2773,"tags":{},"startTime":1728049650943,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":615022,"timestamp":1483104551317,"id":2773,"parentId":2741,"tags":{"name":"client"},"startTime":1728049650361,"traceId":"b09007848b46e699"},{"name":"emit","duration":6408,"timestamp":1483105166376,"id":2807,"parentId":2741,"tags":{},"startTime":1728049650976,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":911491,"timestamp":1483104262820,"id":2741,"parentId":3,"tags":{"trigger":"src/components/Abouthero.jsx"},"startTime":1728049650072,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":10,"timestamp":1483105178248,"id":2808,"parentId":3,"tags":{},"startTime":1728049650988,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1195000,"timestamp":1483104270524,"id":2810,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049651281,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":165052,"timestamp":1483105427257,"id":2809,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049651237,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":3,"timestamp":1483105592694,"id":2811,"parentId":2809,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"163168256","memory.heapUsed":"226205472","memory.heapTotal":"264749056"},"startTime":1728049651402,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":63932,"timestamp":1483117901825,"id":2816,"parentId":2815,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049663711,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7795,"timestamp":1483117958412,"id":2820,"parentId":2819,"tags":{},"startTime":1728049663768,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8755,"timestamp":1483117957458,"id":2819,"parentId":2818,"tags":{},"startTime":1728049663767,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":16845,"timestamp":1483117955504,"id":2818,"parentId":2814,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Abouthero.jsx","layer":"rsc"},"startTime":1728049663765,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":73849,"timestamp":1483117902357,"id":2817,"parentId":2815,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049663711,"traceId":"b09007848b46e699"},{"name":"make","duration":323654,"timestamp":1483117891225,"id":2815,"parentId":2814,"tags":{},"startTime":1728049663700,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6899,"timestamp":1483118262460,"id":2832,"parentId":2831,"tags":{},"startTime":1728049664072,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":17,"timestamp":1483118269427,"id":2834,"parentId":2831,"tags":{},"startTime":1728049664079,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":9002,"timestamp":1483118269481,"id":2835,"parentId":2831,"tags":{},"startTime":1728049664079,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":25,"timestamp":1483118278571,"id":2836,"parentId":2831,"tags":{},"startTime":1728049664088,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":23,"timestamp":1483118278648,"id":2837,"parentId":2831,"tags":{},"startTime":1728049664088,"traceId":"b09007848b46e699"},{"name":"optimize","duration":15772,"timestamp":1483118269407,"id":2833,"parentId":2831,"tags":{},"startTime":1728049664079,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2433,"timestamp":1483118291857,"id":2838,"parentId":2831,"tags":{},"startTime":1728049664101,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":8817,"timestamp":1483118294353,"id":2839,"parentId":2831,"tags":{},"startTime":1728049664103,"traceId":"b09007848b46e699"},{"name":"hash","duration":2902,"timestamp":1483118306345,"id":2840,"parentId":2831,"tags":{},"startTime":1728049664115,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":333,"timestamp":1483118309237,"id":2841,"parentId":2831,"tags":{},"startTime":1728049664118,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":567,"timestamp":1483118309546,"id":2842,"parentId":2831,"tags":{},"startTime":1728049664119,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3258,"timestamp":1483118310142,"id":2843,"parentId":2831,"tags":{},"startTime":1728049664119,"traceId":"b09007848b46e699"},{"name":"seal","duration":73536,"timestamp":1483118246213,"id":2831,"parentId":2814,"tags":{},"startTime":1728049664055,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":442516,"timestamp":1483117883539,"id":2814,"parentId":2812,"tags":{"name":"server"},"startTime":1728049663693,"traceId":"b09007848b46e699"},{"name":"emit","duration":11005,"timestamp":1483118326204,"id":2844,"parentId":2812,"tags":{},"startTime":1728049664135,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":496835,"timestamp":1483117843870,"id":2812,"parentId":3,"tags":{"trigger":"src/components/Abouthero.jsx"},"startTime":1728049663653,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9680,"timestamp":1483118367894,"id":2852,"parentId":2846,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049664177,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9752,"timestamp":1483118367929,"id":2854,"parentId":2846,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049664177,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9738,"timestamp":1483118367948,"id":2855,"parentId":2846,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049664177,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15116,"timestamp":1483118367477,"id":2847,"parentId":2846,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049664177,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":30906,"timestamp":1483118367856,"id":2850,"parentId":2846,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049664177,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":30860,"timestamp":1483118367965,"id":2856,"parentId":2846,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049664177,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":40348,"timestamp":1483118367910,"id":2853,"parentId":2846,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049664177,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":15372,"timestamp":1483118393393,"id":2859,"parentId":2858,"tags":{},"startTime":1728049664203,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":59243,"timestamp":1483118367806,"id":2848,"parentId":2846,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049664177,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":653486,"timestamp":1483118408990,"id":2861,"parentId":2860,"tags":{},"startTime":1728049664218,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":660921,"timestamp":1483118408853,"id":2860,"parentId":2858,"tags":{},"startTime":1728049664218,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":87789,"timestamp":1483119071286,"id":2862,"parentId":2858,"tags":{"astUsed":"true"},"startTime":1728049664880,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":774535,"timestamp":1483118393011,"id":2858,"parentId":2857,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049664202,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":826217,"timestamp":1483118367835,"id":2849,"parentId":2846,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049664177,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":830697,"timestamp":1483118377997,"id":2857,"parentId":2845,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049664187,"traceId":"b09007848b46e699"},{"name":"build-module","duration":76,"timestamp":1483119209171,"id":2863,"parentId":2857,"tags":{},"startTime":1728049665018,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":841440,"timestamp":1483118367872,"id":2851,"parentId":2846,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049664177,"traceId":"b09007848b46e699"},{"name":"make","duration":860347,"timestamp":1483118349016,"id":2846,"parentId":2845,"tags":{},"startTime":1728049664158,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4929,"timestamp":1483119534902,"id":2865,"parentId":2864,"tags":{},"startTime":1728049665344,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":24,"timestamp":1483119539901,"id":2867,"parentId":2864,"tags":{},"startTime":1728049665349,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":212,"timestamp":1483119539951,"id":2868,"parentId":2864,"tags":{},"startTime":1728049665349,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":17,"timestamp":1483119540230,"id":2869,"parentId":2864,"tags":{},"startTime":1728049665349,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1483119540279,"id":2870,"parentId":2864,"tags":{},"startTime":1728049665349,"traceId":"b09007848b46e699"},{"name":"optimize","duration":6373,"timestamp":1483119539879,"id":2866,"parentId":2864,"tags":{},"startTime":1728049665349,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":767,"timestamp":1483119549481,"id":2871,"parentId":2864,"tags":{},"startTime":1728049665359,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":7276,"timestamp":1483119550274,"id":2872,"parentId":2864,"tags":{},"startTime":1728049665359,"traceId":"b09007848b46e699"},{"name":"hash","duration":6794,"timestamp":1483119562412,"id":2873,"parentId":2864,"tags":{},"startTime":1728049665372,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":335,"timestamp":1483119569202,"id":2874,"parentId":2864,"tags":{},"startTime":1728049665378,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":319,"timestamp":1483119569521,"id":2875,"parentId":2864,"tags":{},"startTime":1728049665379,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5385,"timestamp":1483119569863,"id":2876,"parentId":2864,"tags":{},"startTime":1728049665379,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":108,"timestamp":1483119577414,"id":2878,"parentId":2845,"tags":{},"startTime":1728049665387,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":218,"timestamp":1483119577315,"id":2877,"parentId":2845,"tags":{},"startTime":1728049665386,"traceId":"b09007848b46e699"},{"name":"seal","duration":56573,"timestamp":1483119526577,"id":2864,"parentId":2845,"tags":{},"startTime":1728049665336,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1235742,"timestamp":1483118347464,"id":2845,"parentId":2813,"tags":{"name":"client"},"startTime":1728049664157,"traceId":"b09007848b46e699"},{"name":"emit","duration":13814,"timestamp":1483119583257,"id":2879,"parentId":2813,"tags":{},"startTime":1728049665392,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1757673,"timestamp":1483117845427,"id":2813,"parentId":3,"tags":{"trigger":"src/components/Abouthero.jsx"},"startTime":1728049663655,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":8,"timestamp":1483119609285,"id":2880,"parentId":3,"tags":{},"startTime":1728049665418,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1789000,"timestamp":1483117848254,"id":2882,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049665450,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":143156,"timestamp":1483119620544,"id":2881,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049665430,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":4,"timestamp":1483119763825,"id":2883,"parentId":2881,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"278085632","memory.heapUsed":"185170480","memory.heapTotal":"248332288"},"startTime":1728049665573,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5633,"timestamp":1483136903027,"id":2892,"parentId":2891,"tags":{},"startTime":1728049682712,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6336,"timestamp":1483136902373,"id":2891,"parentId":2890,"tags":{},"startTime":1728049682711,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":10417,"timestamp":1483136901160,"id":2890,"parentId":2886,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Abouthero.jsx","layer":"rsc"},"startTime":1728049682710,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":44126,"timestamp":1483136884159,"id":2889,"parentId":2887,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049682693,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":47555,"timestamp":1483136883858,"id":2888,"parentId":2887,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049682693,"traceId":"b09007848b46e699"},{"name":"make","duration":130190,"timestamp":1483136877444,"id":2887,"parentId":2886,"tags":{},"startTime":1728049682686,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":1945,"timestamp":1483137025688,"id":2904,"parentId":2903,"tags":{},"startTime":1728049682834,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":3,"timestamp":1483137027666,"id":2906,"parentId":2903,"tags":{},"startTime":1728049682836,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":2532,"timestamp":1483137027698,"id":2907,"parentId":2903,"tags":{},"startTime":1728049682836,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":6,"timestamp":1483137030276,"id":2908,"parentId":2903,"tags":{},"startTime":1728049682839,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1483137030305,"id":2909,"parentId":2903,"tags":{},"startTime":1728049682839,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5839,"timestamp":1483137027656,"id":2905,"parentId":2903,"tags":{},"startTime":1728049682836,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1488,"timestamp":1483137037302,"id":2910,"parentId":2903,"tags":{},"startTime":1728049682846,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":6682,"timestamp":1483137038819,"id":2911,"parentId":2903,"tags":{},"startTime":1728049682848,"traceId":"b09007848b46e699"},{"name":"hash","duration":1191,"timestamp":1483137047549,"id":2912,"parentId":2903,"tags":{},"startTime":1728049682856,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":133,"timestamp":1483137048739,"id":2913,"parentId":2903,"tags":{},"startTime":1728049682858,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":179,"timestamp":1483137048864,"id":2914,"parentId":2903,"tags":{},"startTime":1728049682858,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2983,"timestamp":1483137049049,"id":2915,"parentId":2903,"tags":{},"startTime":1728049682858,"traceId":"b09007848b46e699"},{"name":"seal","duration":44039,"timestamp":1483137015361,"id":2903,"parentId":2886,"tags":{},"startTime":1728049682824,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":189404,"timestamp":1483136872910,"id":2886,"parentId":2884,"tags":{"name":"server"},"startTime":1728049682682,"traceId":"b09007848b46e699"},{"name":"emit","duration":4099,"timestamp":1483137062376,"id":2916,"parentId":2884,"tags":{},"startTime":1728049682871,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":230829,"timestamp":1483136836042,"id":2884,"parentId":3,"tags":{"trigger":"src/components/Abouthero.jsx"},"startTime":1728049682645,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6375,"timestamp":1483137074336,"id":2924,"parentId":2918,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049682883,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6465,"timestamp":1483137074354,"id":2926,"parentId":2918,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049682883,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6458,"timestamp":1483137074365,"id":2927,"parentId":2918,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049682883,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10953,"timestamp":1483137074231,"id":2919,"parentId":2918,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049682883,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":19620,"timestamp":1483137074317,"id":2922,"parentId":2918,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049682883,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":19575,"timestamp":1483137074375,"id":2928,"parentId":2918,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049682883,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22582,"timestamp":1483137074343,"id":2925,"parentId":2918,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049682883,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":6324,"timestamp":1483137090741,"id":2931,"parentId":2930,"tags":{},"startTime":1728049682900,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":28822,"timestamp":1483137074295,"id":2920,"parentId":2918,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049682883,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":216704,"timestamp":1483137097189,"id":2933,"parentId":2932,"tags":{},"startTime":1728049682906,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":217511,"timestamp":1483137097112,"id":2932,"parentId":2930,"tags":{},"startTime":1728049682906,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":30170,"timestamp":1483137314703,"id":2934,"parentId":2930,"tags":{"astUsed":"true"},"startTime":1728049683123,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":256397,"timestamp":1483137090445,"id":2930,"parentId":2929,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049682899,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":270016,"timestamp":1483137081050,"id":2929,"parentId":2917,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049682890,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":276867,"timestamp":1483137074306,"id":2921,"parentId":2918,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049682883,"traceId":"b09007848b46e699"},{"name":"build-module","duration":35,"timestamp":1483137351224,"id":2935,"parentId":2929,"tags":{},"startTime":1728049683160,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":276955,"timestamp":1483137074325,"id":2923,"parentId":2918,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049682883,"traceId":"b09007848b46e699"},{"name":"make","duration":282615,"timestamp":1483137068677,"id":2918,"parentId":2917,"tags":{},"startTime":1728049682877,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":1302,"timestamp":1483137358307,"id":2937,"parentId":2936,"tags":{},"startTime":1728049683167,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":3,"timestamp":1483137359633,"id":2939,"parentId":2936,"tags":{},"startTime":1728049683168,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":66,"timestamp":1483137359649,"id":2940,"parentId":2936,"tags":{},"startTime":1728049683168,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":5,"timestamp":1483137359739,"id":2941,"parentId":2936,"tags":{},"startTime":1728049683169,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1483137359761,"id":2942,"parentId":2936,"tags":{},"startTime":1728049683169,"traceId":"b09007848b46e699"},{"name":"optimize","duration":1619,"timestamp":1483137359624,"id":2938,"parentId":2936,"tags":{},"startTime":1728049683168,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":322,"timestamp":1483137362265,"id":2943,"parentId":2936,"tags":{},"startTime":1728049683171,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":2468,"timestamp":1483137362594,"id":2944,"parentId":2936,"tags":{},"startTime":1728049683171,"traceId":"b09007848b46e699"},{"name":"hash","duration":3359,"timestamp":1483137366311,"id":2945,"parentId":2936,"tags":{},"startTime":1728049683175,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":152,"timestamp":1483137369669,"id":2946,"parentId":2936,"tags":{},"startTime":1728049683178,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":129,"timestamp":1483137369813,"id":2947,"parentId":2936,"tags":{},"startTime":1728049683179,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":6056,"timestamp":1483137369947,"id":2948,"parentId":2936,"tags":{},"startTime":1728049683179,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":60,"timestamp":1483137377054,"id":2950,"parentId":2917,"tags":{},"startTime":1728049683186,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":126,"timestamp":1483137376992,"id":2949,"parentId":2917,"tags":{},"startTime":1728049683186,"traceId":"b09007848b46e699"},{"name":"seal","duration":24259,"timestamp":1483137354750,"id":2936,"parentId":2917,"tags":{},"startTime":1728049683164,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":310633,"timestamp":1483137068405,"id":2917,"parentId":2885,"tags":{"name":"client"},"startTime":1728049682877,"traceId":"b09007848b46e699"},{"name":"emit","duration":5212,"timestamp":1483137379065,"id":2951,"parentId":2885,"tags":{},"startTime":1728049683188,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":547876,"timestamp":1483136837542,"id":2885,"parentId":3,"tags":{"trigger":"src/components/Abouthero.jsx"},"startTime":1728049682646,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":4,"timestamp":1483137387830,"id":2952,"parentId":3,"tags":{},"startTime":1728049683197,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":569000,"timestamp":1483136839057,"id":2954,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049683220,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":86189,"timestamp":1483137399674,"id":2953,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049683208,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483137485897,"id":2955,"parentId":2953,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"244154368","memory.heapUsed":"222806856","memory.heapTotal":"256573440"},"startTime":1728049683295,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":290449,"timestamp":1483154521366,"id":2956,"tags":{"url":"/","isTurbopack":false},"startTime":1728049700330,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1483154811926,"id":2957,"parentId":2956,"tags":{"url":"/","memory.rss":"211697664","memory.heapUsed":"175349984","memory.heapTotal":"191332352"},"startTime":1728049700620,"traceId":"b09007848b46e699"},{"name":"client-success","duration":5,"timestamp":1483157602079,"id":2958,"parentId":3,"tags":{},"startTime":1728049703410,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":15290,"timestamp":1483166812938,"id":2967,"parentId":2966,"tags":{},"startTime":1728049712621,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":15661,"timestamp":1483166812608,"id":2966,"parentId":2965,"tags":{},"startTime":1728049712621,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":23680,"timestamp":1483166811827,"id":2965,"parentId":2961,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Abouthero.jsx","layer":"rsc"},"startTime":1728049712620,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":53128,"timestamp":1483166783023,"id":2963,"parentId":2962,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049712591,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":58635,"timestamp":1483166783356,"id":2964,"parentId":2962,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049712592,"traceId":"b09007848b46e699"},{"name":"make","duration":147744,"timestamp":1483166753007,"id":2962,"parentId":2961,"tags":{},"startTime":1728049712561,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4065,"timestamp":1483166914418,"id":2979,"parentId":2978,"tags":{},"startTime":1728049712723,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":13,"timestamp":1483166918539,"id":2981,"parentId":2978,"tags":{},"startTime":1728049712727,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":3678,"timestamp":1483166918581,"id":2982,"parentId":2978,"tags":{},"startTime":1728049712727,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":10,"timestamp":1483166922293,"id":2983,"parentId":2978,"tags":{},"startTime":1728049712731,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":12,"timestamp":1483166922319,"id":2984,"parentId":2978,"tags":{},"startTime":1728049712731,"traceId":"b09007848b46e699"},{"name":"optimize","duration":6937,"timestamp":1483166918521,"id":2980,"parentId":2978,"tags":{},"startTime":1728049712727,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1376,"timestamp":1483166929120,"id":2985,"parentId":2978,"tags":{},"startTime":1728049712737,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":4445,"timestamp":1483166930526,"id":2986,"parentId":2978,"tags":{},"startTime":1728049712739,"traceId":"b09007848b46e699"},{"name":"hash","duration":3093,"timestamp":1483166936243,"id":2987,"parentId":2978,"tags":{},"startTime":1728049712744,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":172,"timestamp":1483166939334,"id":2988,"parentId":2978,"tags":{},"startTime":1728049712748,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":283,"timestamp":1483166939498,"id":2989,"parentId":2978,"tags":{},"startTime":1728049712748,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":175,"timestamp":1483166939787,"id":2990,"parentId":2978,"tags":{},"startTime":1728049712748,"traceId":"b09007848b46e699"},{"name":"seal","duration":34392,"timestamp":1483166908468,"id":2978,"parentId":2961,"tags":{},"startTime":1728049712717,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":194247,"timestamp":1483166751784,"id":2961,"parentId":2959,"tags":{"name":"server"},"startTime":1728049712560,"traceId":"b09007848b46e699"},{"name":"emit","duration":3348,"timestamp":1483166946089,"id":2991,"parentId":2959,"tags":{},"startTime":1728049712754,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":226843,"timestamp":1483166723041,"id":2959,"parentId":3,"tags":{"trigger":"src/components/Abouthero.jsx"},"startTime":1728049712531,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":2522,"timestamp":1483166960411,"id":2999,"parentId":2993,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049712769,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":2571,"timestamp":1483166960426,"id":3001,"parentId":2993,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049712769,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":2565,"timestamp":1483166960433,"id":3002,"parentId":2993,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049712769,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7594,"timestamp":1483166960287,"id":2994,"parentId":2993,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049712769,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18878,"timestamp":1483166960394,"id":2997,"parentId":2993,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049712769,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18843,"timestamp":1483166960440,"id":3003,"parentId":2993,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049712769,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":21471,"timestamp":1483166960418,"id":3000,"parentId":2993,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049712769,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":6550,"timestamp":1483166975460,"id":3006,"parentId":3005,"tags":{},"startTime":1728049712784,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":34484,"timestamp":1483166960347,"id":2995,"parentId":2993,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049712769,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":199910,"timestamp":1483166982118,"id":3008,"parentId":3007,"tags":{},"startTime":1728049712790,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":202060,"timestamp":1483166982043,"id":3007,"parentId":3005,"tags":{},"startTime":1728049712790,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":36380,"timestamp":1483167184170,"id":3009,"parentId":3005,"tags":{"astUsed":"true"},"startTime":1728049712992,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":253059,"timestamp":1483166975301,"id":3005,"parentId":3004,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049712784,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":270472,"timestamp":1483166963137,"id":3004,"parentId":2992,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049712771,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":273460,"timestamp":1483166960359,"id":2996,"parentId":2993,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049712769,"traceId":"b09007848b46e699"},{"name":"build-module","duration":40,"timestamp":1483167233892,"id":3010,"parentId":3004,"tags":{},"startTime":1728049713042,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":273552,"timestamp":1483166960402,"id":2998,"parentId":2993,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049712769,"traceId":"b09007848b46e699"},{"name":"make","duration":281924,"timestamp":1483166952051,"id":2993,"parentId":2992,"tags":{},"startTime":1728049712760,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5517,"timestamp":1483167350008,"id":3012,"parentId":3011,"tags":{},"startTime":1728049713158,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":39,"timestamp":1483167355586,"id":3014,"parentId":3011,"tags":{},"startTime":1728049713164,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":188,"timestamp":1483167355649,"id":3015,"parentId":3011,"tags":{},"startTime":1728049713164,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1483167355897,"id":3016,"parentId":3011,"tags":{},"startTime":1728049713164,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1483167355972,"id":3017,"parentId":3011,"tags":{},"startTime":1728049713164,"traceId":"b09007848b46e699"},{"name":"optimize","duration":7488,"timestamp":1483167355568,"id":3013,"parentId":3011,"tags":{},"startTime":1728049713164,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":625,"timestamp":1483167365872,"id":3018,"parentId":3011,"tags":{},"startTime":1728049713174,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":6337,"timestamp":1483167366524,"id":3019,"parentId":3011,"tags":{},"startTime":1728049713175,"traceId":"b09007848b46e699"},{"name":"hash","duration":13310,"timestamp":1483167377998,"id":3020,"parentId":3011,"tags":{},"startTime":1728049713186,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":524,"timestamp":1483167391305,"id":3021,"parentId":3011,"tags":{},"startTime":1728049713200,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":533,"timestamp":1483167391784,"id":3022,"parentId":3011,"tags":{},"startTime":1728049713200,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5878,"timestamp":1483167392340,"id":3023,"parentId":3011,"tags":{},"startTime":1728049713201,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":138,"timestamp":1483167400035,"id":3025,"parentId":2992,"tags":{},"startTime":1728049713208,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":251,"timestamp":1483167399933,"id":3024,"parentId":2992,"tags":{},"startTime":1728049713208,"traceId":"b09007848b46e699"},{"name":"seal","duration":71352,"timestamp":1483167336963,"id":3011,"parentId":2992,"tags":{},"startTime":1728049713145,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":456614,"timestamp":1483166951787,"id":2992,"parentId":2960,"tags":{"name":"client"},"startTime":1728049712760,"traceId":"b09007848b46e699"},{"name":"emit","duration":9842,"timestamp":1483167408472,"id":3026,"parentId":2960,"tags":{},"startTime":1728049713217,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":696101,"timestamp":1483166724299,"id":2960,"parentId":3,"tags":{"trigger":"src/components/Abouthero.jsx"},"startTime":1728049712533,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":5,"timestamp":1483167426672,"id":3027,"parentId":3,"tags":{},"startTime":1728049713235,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":732000,"timestamp":1483166727164,"id":3029,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728049713388,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":150690,"timestamp":1483167434037,"id":3028,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728049713242,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483167584763,"id":3030,"parentId":3028,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"285966336","memory.heapUsed":"193236328","memory.heapTotal":"249413632"},"startTime":1728049713393,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25575,"timestamp":1483171816804,"id":3036,"parentId":3034,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049717625,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5791,"timestamp":1483171836757,"id":3039,"parentId":3038,"tags":{},"startTime":1728049717645,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6332,"timestamp":1483171836222,"id":3038,"parentId":3037,"tags":{},"startTime":1728049717644,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":12255,"timestamp":1483171834961,"id":3037,"parentId":3033,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Abouthero.jsx","layer":"rsc"},"startTime":1728049717643,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":34323,"timestamp":1483171816531,"id":3035,"parentId":3034,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049717625,"traceId":"b09007848b46e699"},{"name":"make","duration":319760,"timestamp":1483171806166,"id":3034,"parentId":3033,"tags":{},"startTime":1728049717614,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":21826,"timestamp":1483172139106,"id":3051,"parentId":3050,"tags":{},"startTime":1728049717947,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":181,"timestamp":1483172161018,"id":3053,"parentId":3050,"tags":{},"startTime":1728049717969,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":27508,"timestamp":1483172161527,"id":3054,"parentId":3050,"tags":{},"startTime":1728049717970,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":7,"timestamp":1483172189134,"id":3055,"parentId":3050,"tags":{},"startTime":1728049717997,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":371,"timestamp":1483172189162,"id":3056,"parentId":3050,"tags":{},"startTime":1728049717997,"traceId":"b09007848b46e699"},{"name":"optimize","duration":35680,"timestamp":1483172160997,"id":3052,"parentId":3050,"tags":{},"startTime":1728049717969,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":759,"timestamp":1483172200392,"id":3057,"parentId":3050,"tags":{},"startTime":1728049718009,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":3182,"timestamp":1483172201174,"id":3058,"parentId":3050,"tags":{},"startTime":1728049718009,"traceId":"b09007848b46e699"},{"name":"hash","duration":1362,"timestamp":1483172205954,"id":3059,"parentId":3050,"tags":{},"startTime":1728049718014,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":142,"timestamp":1483172207315,"id":3060,"parentId":3050,"tags":{},"startTime":1728049718015,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":191,"timestamp":1483172207448,"id":3061,"parentId":3050,"tags":{},"startTime":1728049718016,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2026,"timestamp":1483172207644,"id":3062,"parentId":3050,"tags":{},"startTime":1728049718016,"traceId":"b09007848b46e699"},{"name":"seal","duration":79798,"timestamp":1483172132999,"id":3050,"parentId":3033,"tags":{},"startTime":1728049717941,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":415019,"timestamp":1483171802159,"id":3033,"parentId":3031,"tags":{"name":"server"},"startTime":1728049717610,"traceId":"b09007848b46e699"},{"name":"emit","duration":4554,"timestamp":1483172217269,"id":3063,"parentId":3031,"tags":{},"startTime":1728049718025,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":449035,"timestamp":1483171773270,"id":3031,"parentId":3,"tags":{"trigger":"src/components/Abouthero.jsx"},"startTime":1728049717581,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3742,"timestamp":1483172234632,"id":3071,"parentId":3065,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049718043,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3868,"timestamp":1483172234646,"id":3073,"parentId":3065,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049718043,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3868,"timestamp":1483172234653,"id":3074,"parentId":3065,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049718043,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7721,"timestamp":1483172234541,"id":3066,"parentId":3065,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049718043,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16450,"timestamp":1483172234617,"id":3069,"parentId":3065,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049718043,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16414,"timestamp":1483172234665,"id":3075,"parentId":3065,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049718043,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18981,"timestamp":1483172234639,"id":3072,"parentId":3065,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049718043,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":5247,"timestamp":1483172248509,"id":3078,"parentId":3077,"tags":{},"startTime":1728049718057,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25695,"timestamp":1483172234596,"id":3067,"parentId":3065,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049718043,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":195299,"timestamp":1483172253861,"id":3080,"parentId":3079,"tags":{},"startTime":1728049718062,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":196079,"timestamp":1483172253794,"id":3079,"parentId":3077,"tags":{},"startTime":1728049718062,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":23077,"timestamp":1483172449965,"id":3081,"parentId":3077,"tags":{"astUsed":"true"},"startTime":1728049718258,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":227530,"timestamp":1483172247876,"id":3077,"parentId":3076,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049718056,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":242817,"timestamp":1483172238718,"id":3076,"parentId":3064,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049718047,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":247050,"timestamp":1483172234610,"id":3068,"parentId":3065,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049718043,"traceId":"b09007848b46e699"},{"name":"build-module","duration":41,"timestamp":1483172481717,"id":3082,"parentId":3076,"tags":{},"startTime":1728049718290,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":247157,"timestamp":1483172234624,"id":3070,"parentId":3065,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049718043,"traceId":"b09007848b46e699"},{"name":"make","duration":257218,"timestamp":1483172224578,"id":3065,"parentId":3064,"tags":{},"startTime":1728049718033,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":1370,"timestamp":1483172488771,"id":3084,"parentId":3083,"tags":{},"startTime":1728049718297,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":3,"timestamp":1483172490164,"id":3086,"parentId":3083,"tags":{},"startTime":1728049718298,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":63,"timestamp":1483172490178,"id":3087,"parentId":3083,"tags":{},"startTime":1728049718298,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":4,"timestamp":1483172490266,"id":3088,"parentId":3083,"tags":{},"startTime":1728049718298,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1483172490290,"id":3089,"parentId":3083,"tags":{},"startTime":1728049718298,"traceId":"b09007848b46e699"},{"name":"optimize","duration":1708,"timestamp":1483172490158,"id":3085,"parentId":3083,"tags":{},"startTime":1728049718298,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":329,"timestamp":1483172492961,"id":3090,"parentId":3083,"tags":{},"startTime":1728049718301,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":2434,"timestamp":1483172493297,"id":3091,"parentId":3083,"tags":{},"startTime":1728049718301,"traceId":"b09007848b46e699"},{"name":"hash","duration":3673,"timestamp":1483172496900,"id":3092,"parentId":3083,"tags":{},"startTime":1728049718305,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":176,"timestamp":1483172500572,"id":3093,"parentId":3083,"tags":{},"startTime":1728049718309,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":135,"timestamp":1483172500739,"id":3094,"parentId":3083,"tags":{},"startTime":1728049718309,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4550,"timestamp":1483172500879,"id":3095,"parentId":3083,"tags":{},"startTime":1728049718309,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":398,"timestamp":1483172507188,"id":3097,"parentId":3064,"tags":{},"startTime":1728049718315,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":497,"timestamp":1483172507098,"id":3096,"parentId":3064,"tags":{},"startTime":1728049718315,"traceId":"b09007848b46e699"},{"name":"seal","duration":24684,"timestamp":1483172485551,"id":3083,"parentId":3064,"tags":{},"startTime":1728049718294,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":285989,"timestamp":1483172224287,"id":3064,"parentId":3032,"tags":{"name":"client"},"startTime":1728049718032,"traceId":"b09007848b46e699"},{"name":"emit","duration":6309,"timestamp":1483172510307,"id":3098,"parentId":3032,"tags":{},"startTime":1728049718318,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":745356,"timestamp":1483171774639,"id":3032,"parentId":3,"tags":{"trigger":"src/components/Abouthero.jsx"},"startTime":1728049717583,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":7,"timestamp":1483172527120,"id":3099,"parentId":3,"tags":{},"startTime":1728049718335,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":766000,"timestamp":1483171776554,"id":3101,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1728049718352,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":336229,"timestamp":1483172533459,"id":3100,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728049718342,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":24,"timestamp":1483172869901,"id":3102,"parentId":3100,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"157646848","memory.heapUsed":"228406264","memory.heapTotal":"263782400"},"startTime":1728049718678,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":45376,"timestamp":1483175439047,"id":3108,"parentId":3107,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049721247,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":46151,"timestamp":1483175439275,"id":3110,"parentId":3107,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049721247,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":46381,"timestamp":1483175439264,"id":3109,"parentId":3107,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049721247,"traceId":"b09007848b46e699"},{"name":"make","duration":112675,"timestamp":1483175435133,"id":3107,"parentId":3106,"tags":{},"startTime":1728049721243,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":1974,"timestamp":1483175562381,"id":3128,"parentId":3127,"tags":{},"startTime":1728049721370,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":9,"timestamp":1483175564392,"id":3130,"parentId":3127,"tags":{},"startTime":1728049721372,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":3145,"timestamp":1483175564423,"id":3131,"parentId":3127,"tags":{},"startTime":1728049721373,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":7,"timestamp":1483175567631,"id":3132,"parentId":3127,"tags":{},"startTime":1728049721376,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":11,"timestamp":1483175567668,"id":3133,"parentId":3127,"tags":{},"startTime":1728049721376,"traceId":"b09007848b46e699"},{"name":"optimize","duration":6032,"timestamp":1483175564378,"id":3129,"parentId":3127,"tags":{},"startTime":1728049721372,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1740,"timestamp":1483175572389,"id":3134,"parentId":3127,"tags":{},"startTime":1728049721380,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":5824,"timestamp":1483175574261,"id":3135,"parentId":3127,"tags":{},"startTime":1728049721382,"traceId":"b09007848b46e699"},{"name":"hash","duration":1351,"timestamp":1483175581538,"id":3136,"parentId":3127,"tags":{},"startTime":1728049721390,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":173,"timestamp":1483175582887,"id":3137,"parentId":3127,"tags":{},"startTime":1728049721391,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":219,"timestamp":1483175583052,"id":3138,"parentId":3127,"tags":{},"startTime":1728049721391,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":64713,"timestamp":1483175583277,"id":3139,"parentId":3127,"tags":{},"startTime":1728049721391,"traceId":"b09007848b46e699"},{"name":"seal","duration":96560,"timestamp":1483175558526,"id":3127,"parentId":3106,"tags":{},"startTime":1728049721367,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":226765,"timestamp":1483175434150,"id":3106,"parentId":3104,"tags":{"name":"server"},"startTime":1728049721242,"traceId":"b09007848b46e699"},{"name":"emit","duration":6714,"timestamp":1483175661024,"id":3140,"parentId":3104,"tags":{},"startTime":1728049721469,"traceId":"b09007848b46e699"},{"name":"compile-path","duration":241603,"timestamp":1483175427843,"id":3105,"tags":{"trigger":"/_not-found","isTurbopack":false},"startTime":1728049721236,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":242523,"timestamp":1483175427505,"id":3104,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728049721236,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":438636,"timestamp":1483175421436,"id":3103,"tags":{"url":"/about.html","isTurbopack":false},"startTime":1728049721230,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":13,"timestamp":1483175860205,"id":3141,"parentId":3103,"tags":{"url":"/about.html","memory.rss":"292995072","memory.heapUsed":"204859904","memory.heapTotal":"270188544"},"startTime":1728049721668,"traceId":"b09007848b46e699"},{"name":"client-success","duration":5,"timestamp":1483176297467,"id":3142,"parentId":3,"tags":{},"startTime":1728049722106,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":70970,"timestamp":1483178574493,"id":3143,"tags":{"url":"/about","isTurbopack":false},"startTime":1728049724383,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":11,"timestamp":1483178645549,"id":3144,"parentId":3143,"tags":{"url":"/about","memory.rss":"281477120","memory.heapUsed":"199698768","memory.heapTotal":"271253504"},"startTime":1728049724454,"traceId":"b09007848b46e699"},{"name":"client-success","duration":5,"timestamp":1483179042214,"id":3145,"parentId":3,"tags":{},"startTime":1728049724850,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":13874,"timestamp":1483185532932,"id":3155,"parentId":3154,"tags":{},"startTime":1728049731341,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":14421,"timestamp":1483185532614,"id":3154,"parentId":3153,"tags":{},"startTime":1728049731341,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":24959,"timestamp":1483185531178,"id":3153,"parentId":3148,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Abouthero.jsx","layer":"rsc"},"startTime":1728049731339,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":65079,"timestamp":1483185503979,"id":3152,"parentId":3149,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049731312,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":65433,"timestamp":1483185503648,"id":3150,"parentId":3149,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049731312,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":66181,"timestamp":1483185503959,"id":3151,"parentId":3149,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049731312,"traceId":"b09007848b46e699"},{"name":"make","duration":168005,"timestamp":1483185495618,"id":3149,"parentId":3148,"tags":{},"startTime":1728049731304,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4713,"timestamp":1483185679156,"id":3173,"parentId":3172,"tags":{},"startTime":1728049731487,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":17,"timestamp":1483185683908,"id":3175,"parentId":3172,"tags":{},"startTime":1728049731492,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":5053,"timestamp":1483185683951,"id":3176,"parentId":3172,"tags":{},"startTime":1728049731492,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1483185689049,"id":3177,"parentId":3172,"tags":{},"startTime":1728049731497,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":14,"timestamp":1483185689090,"id":3178,"parentId":3172,"tags":{},"startTime":1728049731497,"traceId":"b09007848b46e699"},{"name":"optimize","duration":9982,"timestamp":1483185683896,"id":3174,"parentId":3172,"tags":{},"startTime":1728049731492,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":975,"timestamp":1483185704578,"id":3179,"parentId":3172,"tags":{},"startTime":1728049731512,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":7227,"timestamp":1483185705573,"id":3180,"parentId":3172,"tags":{},"startTime":1728049731513,"traceId":"b09007848b46e699"},{"name":"hash","duration":2024,"timestamp":1483185715229,"id":3181,"parentId":3172,"tags":{},"startTime":1728049731523,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":341,"timestamp":1483185717252,"id":3182,"parentId":3172,"tags":{},"startTime":1728049731525,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":463,"timestamp":1483185717573,"id":3183,"parentId":3172,"tags":{},"startTime":1728049731525,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3258,"timestamp":1483185718047,"id":3184,"parentId":3172,"tags":{},"startTime":1728049731526,"traceId":"b09007848b46e699"},{"name":"seal","duration":56133,"timestamp":1483185671414,"id":3172,"parentId":3148,"tags":{},"startTime":1728049731479,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":243332,"timestamp":1483185491674,"id":3148,"parentId":3146,"tags":{"name":"server"},"startTime":1728049731300,"traceId":"b09007848b46e699"},{"name":"emit","duration":13937,"timestamp":1483185735135,"id":3185,"parentId":3146,"tags":{},"startTime":1728049731543,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":300796,"timestamp":1483185449522,"id":3146,"parentId":3,"tags":{"trigger":"src/components/Abouthero.jsx"},"startTime":1728049731257,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7021,"timestamp":1483185791058,"id":3193,"parentId":3187,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049731599,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7092,"timestamp":1483185791087,"id":3195,"parentId":3187,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049731599,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7082,"timestamp":1483185791101,"id":3196,"parentId":3187,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049731599,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15156,"timestamp":1483185790881,"id":3188,"parentId":3187,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049731599,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33771,"timestamp":1483185791021,"id":3191,"parentId":3187,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049731599,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33701,"timestamp":1483185791116,"id":3197,"parentId":3187,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049731599,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":41394,"timestamp":1483185791072,"id":3194,"parentId":3187,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049731599,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":43444,"timestamp":1483185790984,"id":3189,"parentId":3187,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049731599,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":9227,"timestamp":1483185825847,"id":3200,"parentId":3199,"tags":{},"startTime":1728049731634,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":75137,"timestamp":1483185791005,"id":3190,"parentId":3187,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049731599,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":363800,"timestamp":1483185835352,"id":3202,"parentId":3201,"tags":{},"startTime":1728049731643,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":364966,"timestamp":1483185835214,"id":3201,"parentId":3199,"tags":{},"startTime":1728049731643,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":67989,"timestamp":1483186200264,"id":3203,"parentId":3199,"tags":{"astUsed":"true"},"startTime":1728049732008,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":451922,"timestamp":1483185825488,"id":3199,"parentId":3198,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049731633,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":522814,"timestamp":1483185798482,"id":3198,"parentId":3186,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049731606,"traceId":"b09007848b46e699"},{"name":"build-module","duration":348,"timestamp":1483186334683,"id":3204,"parentId":3198,"tags":{},"startTime":1728049732143,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":545547,"timestamp":1483185791037,"id":3192,"parentId":3187,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049731599,"traceId":"b09007848b46e699"},{"name":"make","duration":573842,"timestamp":1483185763939,"id":3187,"parentId":3186,"tags":{},"startTime":1728049731572,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4052,"timestamp":1483186499353,"id":3206,"parentId":3205,"tags":{},"startTime":1728049732307,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1483186503819,"id":3208,"parentId":3205,"tags":{},"startTime":1728049732312,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":136,"timestamp":1483186503885,"id":3209,"parentId":3205,"tags":{},"startTime":1728049732312,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":13,"timestamp":1483186504285,"id":3210,"parentId":3205,"tags":{},"startTime":1728049732312,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1483186504509,"id":3211,"parentId":3205,"tags":{},"startTime":1728049732312,"traceId":"b09007848b46e699"},{"name":"optimize","duration":15505,"timestamp":1483186503801,"id":3207,"parentId":3205,"tags":{},"startTime":1728049732312,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":4992,"timestamp":1483186529278,"id":3212,"parentId":3205,"tags":{},"startTime":1728049732337,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":13190,"timestamp":1483186534310,"id":3213,"parentId":3205,"tags":{},"startTime":1728049732342,"traceId":"b09007848b46e699"},{"name":"hash","duration":12066,"timestamp":1483186553815,"id":3214,"parentId":3205,"tags":{},"startTime":1728049732362,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":368,"timestamp":1483186565879,"id":3215,"parentId":3205,"tags":{},"startTime":1728049732374,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":449,"timestamp":1483186566232,"id":3216,"parentId":3205,"tags":{},"startTime":1728049732374,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":26165,"timestamp":1483186566697,"id":3217,"parentId":3205,"tags":{},"startTime":1728049732375,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":161,"timestamp":1483186594936,"id":3219,"parentId":3186,"tags":{},"startTime":1728049732403,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":316,"timestamp":1483186594792,"id":3218,"parentId":3186,"tags":{},"startTime":1728049732403,"traceId":"b09007848b46e699"},{"name":"seal","duration":133777,"timestamp":1483186467672,"id":3205,"parentId":3186,"tags":{},"startTime":1728049732276,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":838238,"timestamp":1483185763306,"id":3186,"parentId":3147,"tags":{"name":"client"},"startTime":1728049731571,"traceId":"b09007848b46e699"},{"name":"emit","duration":14034,"timestamp":1483186601651,"id":3220,"parentId":3147,"tags":{},"startTime":1728049732410,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1167262,"timestamp":1483185451872,"id":3147,"parentId":3,"tags":{"trigger":"src/components/Abouthero.jsx"},"startTime":1728049731260,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":106,"timestamp":1483186672188,"id":3221,"parentId":3,"tags":{},"startTime":1728049732480,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1241000,"timestamp":1483185459628,"id":3223,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049732514,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":374413,"timestamp":1483186675001,"id":3222,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049732483,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":155,"timestamp":1483187053133,"id":3224,"parentId":3222,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"186679296","memory.heapUsed":"231721888","memory.heapTotal":"273989632"},"startTime":1728049732861,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":119124,"timestamp":1483189153425,"id":3225,"tags":{"url":"/about","isTurbopack":false},"startTime":1728049734961,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1483189272715,"id":3226,"parentId":3225,"tags":{"url":"/about","memory.rss":"258097152","memory.heapUsed":"193179872","memory.heapTotal":"263356416"},"startTime":1728049735081,"traceId":"b09007848b46e699"},{"name":"client-success","duration":25,"timestamp":1483191232950,"id":3227,"parentId":3,"tags":{},"startTime":1728049737041,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":46796,"timestamp":1483200997489,"id":3234,"parentId":3231,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049746805,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":48218,"timestamp":1483200996549,"id":3232,"parentId":3231,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049746804,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5806,"timestamp":1483201039654,"id":3237,"parentId":3236,"tags":{},"startTime":1728049746847,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6579,"timestamp":1483201038892,"id":3236,"parentId":3235,"tags":{},"startTime":1728049746847,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":13836,"timestamp":1483201037082,"id":3235,"parentId":3230,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Abouthero.jsx","layer":"rsc"},"startTime":1728049746845,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":56063,"timestamp":1483200997463,"id":3233,"parentId":3231,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049746805,"traceId":"b09007848b46e699"},{"name":"make","duration":147493,"timestamp":1483200980258,"id":3231,"parentId":3230,"tags":{},"startTime":1728049746788,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3537,"timestamp":1483201140883,"id":3255,"parentId":3254,"tags":{},"startTime":1728049746949,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1483201144452,"id":3257,"parentId":3254,"tags":{},"startTime":1728049746952,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":5124,"timestamp":1483201144480,"id":3258,"parentId":3254,"tags":{},"startTime":1728049746952,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":25,"timestamp":1483201149685,"id":3259,"parentId":3254,"tags":{},"startTime":1728049746957,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":10,"timestamp":1483201149749,"id":3260,"parentId":3254,"tags":{},"startTime":1728049746957,"traceId":"b09007848b46e699"},{"name":"optimize","duration":9226,"timestamp":1483201144443,"id":3256,"parentId":3254,"tags":{},"startTime":1728049746952,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1103,"timestamp":1483201155936,"id":3261,"parentId":3254,"tags":{},"startTime":1728049746964,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":3480,"timestamp":1483201157110,"id":3262,"parentId":3254,"tags":{},"startTime":1728049746965,"traceId":"b09007848b46e699"},{"name":"hash","duration":1195,"timestamp":1483201162228,"id":3263,"parentId":3254,"tags":{},"startTime":1728049746970,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":235,"timestamp":1483201163423,"id":3264,"parentId":3254,"tags":{},"startTime":1728049746971,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":248,"timestamp":1483201163647,"id":3265,"parentId":3254,"tags":{},"startTime":1728049746971,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":192,"timestamp":1483201163900,"id":3266,"parentId":3254,"tags":{},"startTime":1728049746972,"traceId":"b09007848b46e699"},{"name":"seal","duration":34167,"timestamp":1483201136689,"id":3254,"parentId":3230,"tags":{},"startTime":1728049746944,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":196042,"timestamp":1483200979120,"id":3230,"parentId":3228,"tags":{"name":"server"},"startTime":1728049746787,"traceId":"b09007848b46e699"},{"name":"emit","duration":3688,"timestamp":1483201175248,"id":3267,"parentId":3228,"tags":{},"startTime":1728049746983,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":222002,"timestamp":1483200957388,"id":3228,"parentId":3,"tags":{"trigger":"src/components/Abouthero.jsx"},"startTime":1728049746765,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3579,"timestamp":1483201193144,"id":3275,"parentId":3269,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049747001,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3672,"timestamp":1483201193159,"id":3277,"parentId":3269,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049747001,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3670,"timestamp":1483201193166,"id":3278,"parentId":3269,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049747001,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7271,"timestamp":1483201193042,"id":3270,"parentId":3269,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049747001,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15463,"timestamp":1483201193128,"id":3273,"parentId":3269,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049747001,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15430,"timestamp":1483201193174,"id":3279,"parentId":3269,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049747001,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":20698,"timestamp":1483201193151,"id":3276,"parentId":3269,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049747001,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":8232,"timestamp":1483201205761,"id":3282,"parentId":3281,"tags":{},"startTime":1728049747013,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29026,"timestamp":1483201193109,"id":3271,"parentId":3269,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049747001,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":163339,"timestamp":1483201214113,"id":3284,"parentId":3283,"tags":{},"startTime":1728049747022,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":163933,"timestamp":1483201214034,"id":3283,"parentId":3281,"tags":{},"startTime":1728049747022,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":25133,"timestamp":1483201378021,"id":3285,"parentId":3281,"tags":{"astUsed":"true"},"startTime":1728049747186,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":199739,"timestamp":1483201205361,"id":3281,"parentId":3280,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049747013,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":211312,"timestamp":1483201197068,"id":3280,"parentId":3268,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049747005,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":215401,"timestamp":1483201193120,"id":3272,"parentId":3269,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049747001,"traceId":"b09007848b46e699"},{"name":"build-module","duration":35,"timestamp":1483201408582,"id":3286,"parentId":3280,"tags":{},"startTime":1728049747216,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":215502,"timestamp":1483201193136,"id":3274,"parentId":3269,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049747001,"traceId":"b09007848b46e699"},{"name":"make","duration":226640,"timestamp":1483201182015,"id":3269,"parentId":3268,"tags":{},"startTime":1728049746990,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5245,"timestamp":1483201505760,"id":3288,"parentId":3287,"tags":{},"startTime":1728049747313,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":29,"timestamp":1483201511064,"id":3290,"parentId":3287,"tags":{},"startTime":1728049747319,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":184,"timestamp":1483201511117,"id":3291,"parentId":3287,"tags":{},"startTime":1728049747319,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":13,"timestamp":1483201511359,"id":3292,"parentId":3287,"tags":{},"startTime":1728049747319,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1483201511400,"id":3293,"parentId":3287,"tags":{},"startTime":1728049747319,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5386,"timestamp":1483201511047,"id":3289,"parentId":3287,"tags":{},"startTime":1728049747319,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":543,"timestamp":1483201518873,"id":3294,"parentId":3287,"tags":{},"startTime":1728049747327,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":10282,"timestamp":1483201519438,"id":3295,"parentId":3287,"tags":{},"startTime":1728049747327,"traceId":"b09007848b46e699"},{"name":"hash","duration":6403,"timestamp":1483201532497,"id":3296,"parentId":3287,"tags":{},"startTime":1728049747340,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":210,"timestamp":1483201538899,"id":3297,"parentId":3287,"tags":{},"startTime":1728049747347,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":173,"timestamp":1483201539098,"id":3298,"parentId":3287,"tags":{},"startTime":1728049747347,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4867,"timestamp":1483201539277,"id":3299,"parentId":3287,"tags":{},"startTime":1728049747347,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":72,"timestamp":1483201545643,"id":3301,"parentId":3268,"tags":{},"startTime":1728049747353,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":145,"timestamp":1483201545579,"id":3300,"parentId":3268,"tags":{},"startTime":1728049747353,"traceId":"b09007848b46e699"},{"name":"seal","duration":54005,"timestamp":1483201495549,"id":3287,"parentId":3268,"tags":{},"startTime":1728049747303,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":367883,"timestamp":1483201181709,"id":3268,"parentId":3229,"tags":{"name":"client"},"startTime":1728049746989,"traceId":"b09007848b46e699"},{"name":"emit","duration":4612,"timestamp":1483201549626,"id":3302,"parentId":3229,"tags":{},"startTime":1728049747357,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":590466,"timestamp":1483200966116,"id":3229,"parentId":3,"tags":{"trigger":"src/components/Abouthero.jsx"},"startTime":1728049746774,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":8,"timestamp":1483201565124,"id":3303,"parentId":3,"tags":{},"startTime":1728049747373,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":615000,"timestamp":1483200967689,"id":3305,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728049747391,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":87552,"timestamp":1483201568086,"id":3304,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049747376,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483201655672,"id":3306,"parentId":3304,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"298631168","memory.heapUsed":"191454072","memory.heapTotal":"257523712"},"startTime":1728049747463,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29555,"timestamp":1483204141488,"id":3313,"parentId":3310,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049749949,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3545,"timestamp":1483204167846,"id":3316,"parentId":3315,"tags":{},"startTime":1728049749975,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3873,"timestamp":1483204167521,"id":3315,"parentId":3314,"tags":{},"startTime":1728049749975,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":8381,"timestamp":1483204166460,"id":3314,"parentId":3309,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Abouthero.jsx","layer":"rsc"},"startTime":1728049749974,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":41872,"timestamp":1483204140858,"id":3311,"parentId":3310,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049749948,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":43991,"timestamp":1483204141474,"id":3312,"parentId":3310,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049749949,"traceId":"b09007848b46e699"},{"name":"make","duration":147894,"timestamp":1483204127109,"id":3310,"parentId":3309,"tags":{},"startTime":1728049749935,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2751,"timestamp":1483204284233,"id":3334,"parentId":3333,"tags":{},"startTime":1728049750092,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1483204287013,"id":3336,"parentId":3333,"tags":{},"startTime":1728049750095,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":4472,"timestamp":1483204287050,"id":3337,"parentId":3333,"tags":{},"startTime":1728049750095,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":7,"timestamp":1483204291575,"id":3338,"parentId":3333,"tags":{},"startTime":1728049750099,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":9,"timestamp":1483204291612,"id":3339,"parentId":3333,"tags":{},"startTime":1728049750099,"traceId":"b09007848b46e699"},{"name":"optimize","duration":8669,"timestamp":1483204287004,"id":3335,"parentId":3333,"tags":{},"startTime":1728049750095,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1346,"timestamp":1483204305108,"id":3340,"parentId":3333,"tags":{},"startTime":1728049750113,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":5422,"timestamp":1483204306491,"id":3341,"parentId":3333,"tags":{},"startTime":1728049750114,"traceId":"b09007848b46e699"},{"name":"hash","duration":1515,"timestamp":1483204313774,"id":3342,"parentId":3333,"tags":{},"startTime":1728049750121,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":127,"timestamp":1483204315287,"id":3343,"parentId":3333,"tags":{},"startTime":1728049750123,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":186,"timestamp":1483204315407,"id":3344,"parentId":3333,"tags":{},"startTime":1728049750123,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":293,"timestamp":1483204315598,"id":3345,"parentId":3333,"tags":{},"startTime":1728049750123,"traceId":"b09007848b46e699"},{"name":"seal","duration":38899,"timestamp":1483204280715,"id":3333,"parentId":3309,"tags":{},"startTime":1728049750088,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":200189,"timestamp":1483204123866,"id":3309,"parentId":3307,"tags":{"name":"server"},"startTime":1728049749931,"traceId":"b09007848b46e699"},{"name":"emit","duration":3973,"timestamp":1483204324187,"id":3346,"parentId":3307,"tags":{},"startTime":1728049750132,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":237140,"timestamp":1483204091448,"id":3307,"parentId":3,"tags":{"trigger":"src/components/Abouthero.jsx"},"startTime":1728049749899,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3188,"timestamp":1483204341276,"id":3354,"parentId":3348,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049750149,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3254,"timestamp":1483204341297,"id":3356,"parentId":3348,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049750149,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":3246,"timestamp":1483204341307,"id":3357,"parentId":3348,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049750149,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6564,"timestamp":1483204341165,"id":3349,"parentId":3348,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049750149,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14277,"timestamp":1483204341256,"id":3352,"parentId":3348,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049750149,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14234,"timestamp":1483204341316,"id":3358,"parentId":3348,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049750149,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18019,"timestamp":1483204341286,"id":3355,"parentId":3348,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049750149,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":7214,"timestamp":1483204352249,"id":3361,"parentId":3360,"tags":{},"startTime":1728049750160,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":27047,"timestamp":1483204341232,"id":3350,"parentId":3348,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049750149,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":515075,"timestamp":1483204359618,"id":3363,"parentId":3362,"tags":{},"startTime":1728049750167,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":515933,"timestamp":1483204359511,"id":3362,"parentId":3360,"tags":{},"startTime":1728049750167,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":30455,"timestamp":1483204875556,"id":3364,"parentId":3360,"tags":{"astUsed":"true"},"startTime":1728049750683,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":557130,"timestamp":1483204352048,"id":3360,"parentId":3359,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049750160,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":574255,"timestamp":1483204344707,"id":3359,"parentId":3347,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049750152,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":577907,"timestamp":1483204341246,"id":3351,"parentId":3348,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049750149,"traceId":"b09007848b46e699"},{"name":"build-module","duration":44,"timestamp":1483204919232,"id":3365,"parentId":3359,"tags":{},"startTime":1728049750727,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":578029,"timestamp":1483204341265,"id":3353,"parentId":3348,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049750149,"traceId":"b09007848b46e699"},{"name":"make","duration":588607,"timestamp":1483204330708,"id":3348,"parentId":3347,"tags":{},"startTime":1728049750138,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2485,"timestamp":1483204930366,"id":3367,"parentId":3366,"tags":{},"startTime":1728049750738,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1483204932918,"id":3369,"parentId":3366,"tags":{},"startTime":1728049750740,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":166,"timestamp":1483204932950,"id":3370,"parentId":3366,"tags":{},"startTime":1728049750741,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":7,"timestamp":1483204933173,"id":3371,"parentId":3366,"tags":{},"startTime":1728049750741,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1483204933210,"id":3372,"parentId":3366,"tags":{},"startTime":1728049750741,"traceId":"b09007848b46e699"},{"name":"optimize","duration":2369,"timestamp":1483204932897,"id":3368,"parentId":3366,"tags":{},"startTime":1728049750740,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":678,"timestamp":1483204936696,"id":3373,"parentId":3366,"tags":{},"startTime":1728049750744,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":3959,"timestamp":1483204937386,"id":3374,"parentId":3366,"tags":{},"startTime":1728049750745,"traceId":"b09007848b46e699"},{"name":"hash","duration":3981,"timestamp":1483204943157,"id":3375,"parentId":3366,"tags":{},"startTime":1728049750751,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":253,"timestamp":1483204947135,"id":3376,"parentId":3366,"tags":{},"startTime":1728049750755,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":236,"timestamp":1483204947376,"id":3377,"parentId":3366,"tags":{},"startTime":1728049750755,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":8794,"timestamp":1483204947649,"id":3378,"parentId":3366,"tags":{},"startTime":1728049750755,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":56,"timestamp":1483204957649,"id":3380,"parentId":3347,"tags":{},"startTime":1728049750765,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":144,"timestamp":1483204957569,"id":3379,"parentId":3347,"tags":{},"startTime":1728049750765,"traceId":"b09007848b46e699"},{"name":"seal","duration":34234,"timestamp":1483204925952,"id":3366,"parentId":3347,"tags":{},"startTime":1728049750734,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":629906,"timestamp":1483204330320,"id":3347,"parentId":3308,"tags":{"name":"client"},"startTime":1728049750138,"traceId":"b09007848b46e699"},{"name":"emit","duration":7887,"timestamp":1483204960263,"id":3381,"parentId":3308,"tags":{},"startTime":1728049750768,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":884107,"timestamp":1483204094466,"id":3308,"parentId":3,"tags":{"trigger":"src/components/Abouthero.jsx"},"startTime":1728049749902,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":7,"timestamp":1483204990160,"id":3382,"parentId":3,"tags":{},"startTime":1728049750798,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":915000,"timestamp":1483204099343,"id":3384,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049750823,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":420132,"timestamp":1483204999892,"id":3383,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049750807,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":5,"timestamp":1483205421338,"id":3385,"parentId":3383,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"211206144","memory.heapUsed":"198284944","memory.heapTotal":"259227648"},"startTime":1728049751229,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22471,"timestamp":1483235034189,"id":3395,"parentId":3389,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049780841,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22646,"timestamp":1483235034215,"id":3397,"parentId":3389,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049780841,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22636,"timestamp":1483235034231,"id":3398,"parentId":3389,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049780841,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":41278,"timestamp":1483235033665,"id":3390,"parentId":3389,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049780841,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":72492,"timestamp":1483235034200,"id":3396,"parentId":3389,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049780841,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":42446,"timestamp":1483235085871,"id":3402,"parentId":3401,"tags":{},"startTime":1728049780893,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":133665,"timestamp":1483235034160,"id":3393,"parentId":3389,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049780841,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":133673,"timestamp":1483235034242,"id":3399,"parentId":3389,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049780841,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":144471,"timestamp":1483235034121,"id":3391,"parentId":3389,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049780841,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":433031,"timestamp":1483235131777,"id":3404,"parentId":3403,"tags":{},"startTime":1728049780939,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":441060,"timestamp":1483235128482,"id":3403,"parentId":3401,"tags":{},"startTime":1728049780936,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":73595,"timestamp":1483235569687,"id":3405,"parentId":3401,"tags":{"astUsed":"true"},"startTime":1728049781377,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":578464,"timestamp":1483235085403,"id":3401,"parentId":3400,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049780892,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":627117,"timestamp":1483235057554,"id":3400,"parentId":3388,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049780865,"traceId":"b09007848b46e699"},{"name":"build-module","duration":102,"timestamp":1483235695580,"id":3406,"parentId":3400,"tags":{},"startTime":1728049781503,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":661604,"timestamp":1483235034171,"id":3394,"parentId":3389,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049780841,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":686213,"timestamp":1483235034140,"id":3392,"parentId":3389,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049780841,"traceId":"b09007848b46e699"},{"name":"make","duration":691938,"timestamp":1483235028471,"id":3389,"parentId":3388,"tags":{},"startTime":1728049780836,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6267,"timestamp":1483235745781,"id":3408,"parentId":3407,"tags":{},"startTime":1728049781553,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":18,"timestamp":1483235752109,"id":3410,"parentId":3407,"tags":{},"startTime":1728049781559,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":318,"timestamp":1483235752155,"id":3411,"parentId":3407,"tags":{},"startTime":1728049781559,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":21,"timestamp":1483235752530,"id":3412,"parentId":3407,"tags":{},"startTime":1728049781560,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":10,"timestamp":1483235752593,"id":3413,"parentId":3407,"tags":{},"startTime":1728049781560,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5666,"timestamp":1483235752089,"id":3409,"parentId":3407,"tags":{},"startTime":1728049781559,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1227,"timestamp":1483235768334,"id":3414,"parentId":3407,"tags":{},"startTime":1728049781575,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":16219,"timestamp":1483235769593,"id":3415,"parentId":3407,"tags":{},"startTime":1728049781577,"traceId":"b09007848b46e699"},{"name":"hash","duration":12012,"timestamp":1483235808968,"id":3416,"parentId":3407,"tags":{},"startTime":1728049781616,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":403,"timestamp":1483235820978,"id":3417,"parentId":3407,"tags":{},"startTime":1728049781628,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":277,"timestamp":1483235821360,"id":3418,"parentId":3407,"tags":{},"startTime":1728049781628,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":13507,"timestamp":1483235821648,"id":3419,"parentId":3407,"tags":{},"startTime":1728049781629,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":79,"timestamp":1483235836760,"id":3421,"parentId":3388,"tags":{},"startTime":1728049781644,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":182,"timestamp":1483235836668,"id":3420,"parentId":3388,"tags":{},"startTime":1728049781644,"traceId":"b09007848b46e699"},{"name":"seal","duration":106893,"timestamp":1483235734611,"id":3407,"parentId":3388,"tags":{},"startTime":1728049781542,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":815120,"timestamp":1483235026452,"id":3388,"parentId":3386,"tags":{"name":"client"},"startTime":1728049780833,"traceId":"b09007848b46e699"},{"name":"emit","duration":48725,"timestamp":1483235841634,"id":3422,"parentId":3386,"tags":{},"startTime":1728049781649,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":906957,"timestamp":1483234988558,"id":3386,"parentId":3,"tags":{"trigger":"src/app/(main)/page.jsx"},"startTime":1728049780796,"traceId":"b09007848b46e699"},{"name":"client-success","duration":7,"timestamp":1483235905571,"id":3425,"parentId":3,"tags":{},"startTime":1728049781713,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":943000,"timestamp":1483234990729,"id":3429,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728049781745,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":45755,"timestamp":1483235922423,"id":3428,"parentId":3424,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049781729,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":47731,"timestamp":1483235922199,"id":3426,"parentId":3424,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049781729,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":13031,"timestamp":1483235959553,"id":3432,"parentId":3431,"tags":{},"startTime":1728049781767,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":13408,"timestamp":1483235959197,"id":3431,"parentId":3430,"tags":{},"startTime":1728049781766,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":19446,"timestamp":1483235958435,"id":3430,"parentId":3423,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/(main)/page.jsx","layer":"rsc"},"startTime":1728049781765,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":638788,"timestamp":1483235922399,"id":3427,"parentId":3424,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049781729,"traceId":"b09007848b46e699"},{"name":"make","duration":815710,"timestamp":1483235900028,"id":3424,"parentId":3423,"tags":{},"startTime":1728049781707,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5549,"timestamp":1483236733845,"id":3450,"parentId":3449,"tags":{},"startTime":1728049782541,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":12,"timestamp":1483236739439,"id":3452,"parentId":3449,"tags":{},"startTime":1728049782546,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":9396,"timestamp":1483236739481,"id":3453,"parentId":3449,"tags":{},"startTime":1728049782546,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":21,"timestamp":1483236748957,"id":3454,"parentId":3449,"tags":{},"startTime":1728049782556,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":10,"timestamp":1483236749044,"id":3455,"parentId":3449,"tags":{},"startTime":1728049782556,"traceId":"b09007848b46e699"},{"name":"optimize","duration":16384,"timestamp":1483236739426,"id":3451,"parentId":3449,"tags":{},"startTime":1728049782546,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1409,"timestamp":1483236760372,"id":3456,"parentId":3449,"tags":{},"startTime":1728049782567,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":15882,"timestamp":1483236761819,"id":3457,"parentId":3449,"tags":{},"startTime":1728049782569,"traceId":"b09007848b46e699"},{"name":"hash","duration":2084,"timestamp":1483236780330,"id":3458,"parentId":3449,"tags":{},"startTime":1728049782587,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":418,"timestamp":1483236782411,"id":3459,"parentId":3449,"tags":{},"startTime":1728049782589,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":467,"timestamp":1483236782806,"id":3460,"parentId":3449,"tags":{},"startTime":1728049782590,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":12699,"timestamp":1483236783298,"id":3461,"parentId":3449,"tags":{},"startTime":1728049782590,"traceId":"b09007848b46e699"},{"name":"seal","duration":80112,"timestamp":1483236726510,"id":3449,"parentId":3423,"tags":{},"startTime":1728049782534,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":915838,"timestamp":1483235899577,"id":3423,"parentId":3387,"tags":{"name":"server"},"startTime":1728049781707,"traceId":"b09007848b46e699"},{"name":"emit","duration":14406,"timestamp":1483236815576,"id":3462,"parentId":3387,"tags":{},"startTime":1728049782623,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":1841207,"timestamp":1483234990721,"id":3387,"parentId":3,"tags":{"trigger":"src/app/(main)/page.jsx"},"startTime":1728049780798,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":272124,"timestamp":1483236847643,"id":3463,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049782655,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1483237119824,"id":3464,"parentId":3463,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"280248320","memory.heapUsed":"217636024","memory.heapTotal":"259211264"},"startTime":1728049782927,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9885,"timestamp":1483237532643,"id":3474,"parentId":3468,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049783340,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9906,"timestamp":1483237532710,"id":3476,"parentId":3468,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049783340,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9830,"timestamp":1483237532790,"id":3477,"parentId":3468,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049783340,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":12948,"timestamp":1483237532422,"id":3469,"parentId":3468,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049783339,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18218,"timestamp":1483237532652,"id":3475,"parentId":3468,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049783340,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":3737,"timestamp":1483237548724,"id":3481,"parentId":3480,"tags":{},"startTime":1728049783356,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36440,"timestamp":1483237532623,"id":3472,"parentId":3468,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049783340,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36286,"timestamp":1483237532818,"id":3478,"parentId":3468,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049783340,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37263,"timestamp":1483237532594,"id":3470,"parentId":3468,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049783340,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":245390,"timestamp":1483237552625,"id":3483,"parentId":3482,"tags":{},"startTime":1728049783360,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":246566,"timestamp":1483237552510,"id":3482,"parentId":3480,"tags":{},"startTime":1728049783359,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":58828,"timestamp":1483237799172,"id":3484,"parentId":3480,"tags":{"astUsed":"true"},"startTime":1728049783606,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":321177,"timestamp":1483237548586,"id":3480,"parentId":3479,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049783356,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":345904,"timestamp":1483237542747,"id":3479,"parentId":3467,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049783350,"traceId":"b09007848b46e699"},{"name":"build-module","duration":70,"timestamp":1483237889313,"id":3485,"parentId":3479,"tags":{},"startTime":1728049783696,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":357053,"timestamp":1483237532633,"id":3473,"parentId":3468,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049783340,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":369255,"timestamp":1483237532612,"id":3471,"parentId":3468,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049783340,"traceId":"b09007848b46e699"},{"name":"make","duration":370585,"timestamp":1483237531357,"id":3468,"parentId":3467,"tags":{},"startTime":1728049783338,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":8162,"timestamp":1483238082143,"id":3487,"parentId":3486,"tags":{},"startTime":1728049783889,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":17,"timestamp":1483238090371,"id":3489,"parentId":3486,"tags":{},"startTime":1728049783897,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":200,"timestamp":1483238090413,"id":3490,"parentId":3486,"tags":{},"startTime":1728049783897,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":26,"timestamp":1483238090696,"id":3491,"parentId":3486,"tags":{},"startTime":1728049783898,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":9,"timestamp":1483238090769,"id":3492,"parentId":3486,"tags":{},"startTime":1728049783898,"traceId":"b09007848b46e699"},{"name":"optimize","duration":6130,"timestamp":1483238090356,"id":3488,"parentId":3486,"tags":{},"startTime":1728049783897,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1402,"timestamp":1483238100208,"id":3493,"parentId":3486,"tags":{},"startTime":1728049783907,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":6539,"timestamp":1483238101643,"id":3494,"parentId":3486,"tags":{},"startTime":1728049783909,"traceId":"b09007848b46e699"},{"name":"hash","duration":23682,"timestamp":1483238111563,"id":3495,"parentId":3486,"tags":{},"startTime":1728049783919,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":394,"timestamp":1483238135242,"id":3496,"parentId":3486,"tags":{},"startTime":1728049783942,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":772,"timestamp":1483238135617,"id":3497,"parentId":3486,"tags":{},"startTime":1728049783943,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":8482,"timestamp":1483238136414,"id":3498,"parentId":3486,"tags":{},"startTime":1728049783943,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":128,"timestamp":1483238146968,"id":3500,"parentId":3467,"tags":{},"startTime":1728049783954,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":246,"timestamp":1483238146866,"id":3499,"parentId":3467,"tags":{},"startTime":1728049783954,"traceId":"b09007848b46e699"},{"name":"seal","duration":100059,"timestamp":1483238055136,"id":3486,"parentId":3467,"tags":{},"startTime":1728049783862,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":624640,"timestamp":1483237530639,"id":3467,"parentId":3465,"tags":{"name":"client"},"startTime":1728049783338,"traceId":"b09007848b46e699"},{"name":"emit","duration":21323,"timestamp":1483238155333,"id":3501,"parentId":3465,"tags":{},"startTime":1728049783962,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":656343,"timestamp":1483237522073,"id":3465,"parentId":3,"tags":{"trigger":"src/app/(main)/page.jsx"},"startTime":1728049783329,"traceId":"b09007848b46e699"},{"name":"client-success","duration":16,"timestamp":1483238184280,"id":3504,"parentId":3,"tags":{},"startTime":1728049783991,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":681000,"timestamp":1483237522962,"id":3508,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728049784012,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6464,"timestamp":1483238230724,"id":3511,"parentId":3510,"tags":{},"startTime":1728049784038,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6749,"timestamp":1483238230454,"id":3510,"parentId":3509,"tags":{},"startTime":1728049784037,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":10238,"timestamp":1483238229811,"id":3509,"parentId":3502,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/(main)/page.jsx","layer":"rsc"},"startTime":1728049784037,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":51833,"timestamp":1483238192256,"id":3507,"parentId":3503,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049783999,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":53378,"timestamp":1483238192050,"id":3505,"parentId":3503,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049783999,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":140378,"timestamp":1483238192238,"id":3506,"parentId":3503,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049783999,"traceId":"b09007848b46e699"},{"name":"make","duration":266071,"timestamp":1483238180896,"id":3503,"parentId":3502,"tags":{},"startTime":1728049783988,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3114,"timestamp":1483238463894,"id":3529,"parentId":3528,"tags":{},"startTime":1728049784271,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1483238467052,"id":3531,"parentId":3528,"tags":{},"startTime":1728049784274,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":6203,"timestamp":1483238467087,"id":3532,"parentId":3528,"tags":{},"startTime":1728049784274,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":11,"timestamp":1483238473345,"id":3533,"parentId":3528,"tags":{},"startTime":1728049784280,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1483238473380,"id":3534,"parentId":3528,"tags":{},"startTime":1728049784280,"traceId":"b09007848b46e699"},{"name":"optimize","duration":10914,"timestamp":1483238467039,"id":3530,"parentId":3528,"tags":{},"startTime":1728049784274,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":936,"timestamp":1483238483880,"id":3535,"parentId":3528,"tags":{},"startTime":1728049784291,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":6135,"timestamp":1483238484842,"id":3536,"parentId":3528,"tags":{},"startTime":1728049784292,"traceId":"b09007848b46e699"},{"name":"hash","duration":1755,"timestamp":1483238493829,"id":3537,"parentId":3528,"tags":{},"startTime":1728049784301,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":175,"timestamp":1483238495582,"id":3538,"parentId":3528,"tags":{},"startTime":1728049784303,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":198,"timestamp":1483238495748,"id":3539,"parentId":3528,"tags":{},"startTime":1728049784303,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1620,"timestamp":1483238495954,"id":3540,"parentId":3528,"tags":{},"startTime":1728049784303,"traceId":"b09007848b46e699"},{"name":"seal","duration":45410,"timestamp":1483238458377,"id":3528,"parentId":3502,"tags":{},"startTime":1728049784265,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":330165,"timestamp":1483238180544,"id":3502,"parentId":3466,"tags":{"name":"server"},"startTime":1728049783988,"traceId":"b09007848b46e699"},{"name":"emit","duration":4685,"timestamp":1483238510811,"id":3541,"parentId":3466,"tags":{},"startTime":1728049784318,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":994336,"timestamp":1483237522714,"id":3466,"parentId":3,"tags":{"trigger":"src/app/(main)/page.jsx"},"startTime":1728049783330,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":167354,"timestamp":1483238534489,"id":3542,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049784341,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1483238701896,"id":3543,"parentId":3542,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"284672000","memory.heapUsed":"222578024","memory.heapTotal":"261193728"},"startTime":1728049784509,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":35261,"timestamp":1483253816409,"id":3553,"parentId":3547,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049799623,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":35353,"timestamp":1483253816478,"id":3555,"parentId":3547,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049799623,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":35328,"timestamp":1483253816506,"id":3556,"parentId":3547,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049799623,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":45445,"timestamp":1483253815517,"id":3548,"parentId":3547,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049799622,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":53364,"timestamp":1483253816421,"id":3554,"parentId":3547,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049799623,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":8987,"timestamp":1483253866066,"id":3560,"parentId":3559,"tags":{},"startTime":1728049799673,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":79585,"timestamp":1483253816360,"id":3551,"parentId":3547,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049799623,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":79446,"timestamp":1483253816513,"id":3557,"parentId":3547,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049799623,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":79882,"timestamp":1483253816310,"id":3549,"parentId":3547,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049799623,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":204191,"timestamp":1483253875512,"id":3562,"parentId":3561,"tags":{},"startTime":1728049799682,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":205249,"timestamp":1483253875165,"id":3561,"parentId":3559,"tags":{},"startTime":1728049799682,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":41793,"timestamp":1483254080484,"id":3563,"parentId":3559,"tags":{"astUsed":"true"},"startTime":1728049799887,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":260360,"timestamp":1483253865783,"id":3559,"parentId":3558,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049799672,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":281484,"timestamp":1483253852209,"id":3558,"parentId":3546,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049799659,"traceId":"b09007848b46e699"},{"name":"build-module","duration":77,"timestamp":1483254138194,"id":3564,"parentId":3558,"tags":{},"startTime":1728049799945,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":322204,"timestamp":1483253816368,"id":3552,"parentId":3547,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049799623,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":326437,"timestamp":1483253816337,"id":3550,"parentId":3547,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049799623,"traceId":"b09007848b46e699"},{"name":"make","duration":331142,"timestamp":1483253811675,"id":3547,"parentId":3546,"tags":{},"startTime":1728049799618,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2017,"timestamp":1483254154790,"id":3566,"parentId":3565,"tags":{},"startTime":1728049799961,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1483254156840,"id":3568,"parentId":3565,"tags":{},"startTime":1728049799964,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":115,"timestamp":1483254156865,"id":3569,"parentId":3565,"tags":{},"startTime":1728049799964,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":7,"timestamp":1483254157021,"id":3570,"parentId":3565,"tags":{},"startTime":1728049799964,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":32,"timestamp":1483254157066,"id":3571,"parentId":3565,"tags":{},"startTime":1728049799964,"traceId":"b09007848b46e699"},{"name":"optimize","duration":2461,"timestamp":1483254156829,"id":3567,"parentId":3565,"tags":{},"startTime":1728049799964,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":547,"timestamp":1483254161518,"id":3572,"parentId":3565,"tags":{},"startTime":1728049799968,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":4212,"timestamp":1483254162076,"id":3573,"parentId":3565,"tags":{},"startTime":1728049799969,"traceId":"b09007848b46e699"},{"name":"hash","duration":5632,"timestamp":1483254168750,"id":3574,"parentId":3565,"tags":{},"startTime":1728049799975,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":246,"timestamp":1483254174380,"id":3575,"parentId":3565,"tags":{},"startTime":1728049799981,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":190,"timestamp":1483254174616,"id":3576,"parentId":3565,"tags":{},"startTime":1728049799981,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":7021,"timestamp":1483254174812,"id":3577,"parentId":3565,"tags":{},"startTime":1728049799981,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":67,"timestamp":1483254183435,"id":3579,"parentId":3546,"tags":{},"startTime":1728049799990,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":158,"timestamp":1483254183348,"id":3578,"parentId":3546,"tags":{},"startTime":1728049799990,"traceId":"b09007848b46e699"},{"name":"seal","duration":36401,"timestamp":1483254149736,"id":3565,"parentId":3546,"tags":{},"startTime":1728049799956,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":378961,"timestamp":1483253807235,"id":3546,"parentId":3544,"tags":{"name":"client"},"startTime":1728049799614,"traceId":"b09007848b46e699"},{"name":"emit","duration":6361,"timestamp":1483254186232,"id":3580,"parentId":3544,"tags":{},"startTime":1728049799993,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":414460,"timestamp":1483253779123,"id":3544,"parentId":3,"tags":{"trigger":"src/app/about/page.jsx"},"startTime":1728049799586,"traceId":"b09007848b46e699"},{"name":"client-success","duration":3,"timestamp":1483254199494,"id":3583,"parentId":3,"tags":{},"startTime":1728049800006,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":442000,"timestamp":1483253782369,"id":3586,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728049800032,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25414,"timestamp":1483254216127,"id":3585,"parentId":3582,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049800023,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5076,"timestamp":1483254237045,"id":3589,"parentId":3588,"tags":{},"startTime":1728049800044,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5248,"timestamp":1483254236880,"id":3588,"parentId":3587,"tags":{},"startTime":1728049800044,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":7437,"timestamp":1483254236433,"id":3587,"parentId":3581,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/about/page.jsx","layer":"rsc"},"startTime":1728049800043,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":49879,"timestamp":1483254215979,"id":3584,"parentId":3582,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049800023,"traceId":"b09007848b46e699"},{"name":"make","duration":205514,"timestamp":1483254196918,"id":3582,"parentId":3581,"tags":{},"startTime":1728049800004,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5962,"timestamp":1483254437136,"id":3601,"parentId":3600,"tags":{},"startTime":1728049800244,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1483254443213,"id":3603,"parentId":3600,"tags":{},"startTime":1728049800250,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":9157,"timestamp":1483254443259,"id":3604,"parentId":3600,"tags":{},"startTime":1728049800250,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":11,"timestamp":1483254452496,"id":3605,"parentId":3600,"tags":{},"startTime":1728049800259,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1483254452533,"id":3606,"parentId":3600,"tags":{},"startTime":1728049800259,"traceId":"b09007848b46e699"},{"name":"optimize","duration":12405,"timestamp":1483254443198,"id":3602,"parentId":3600,"tags":{},"startTime":1728049800250,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2012,"timestamp":1483254461255,"id":3607,"parentId":3600,"tags":{},"startTime":1728049800268,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":5303,"timestamp":1483254463294,"id":3608,"parentId":3600,"tags":{},"startTime":1728049800270,"traceId":"b09007848b46e699"},{"name":"hash","duration":1224,"timestamp":1483254470208,"id":3609,"parentId":3600,"tags":{},"startTime":1728049800277,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":155,"timestamp":1483254471431,"id":3610,"parentId":3600,"tags":{},"startTime":1728049800278,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":220,"timestamp":1483254471579,"id":3611,"parentId":3600,"tags":{},"startTime":1728049800278,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1331,"timestamp":1483254471804,"id":3612,"parentId":3600,"tags":{},"startTime":1728049800278,"traceId":"b09007848b46e699"},{"name":"seal","duration":50602,"timestamp":1483254427952,"id":3600,"parentId":3581,"tags":{},"startTime":1728049800235,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":285863,"timestamp":1483254196325,"id":3581,"parentId":3545,"tags":{"name":"server"},"startTime":1728049800003,"traceId":"b09007848b46e699"},{"name":"emit","duration":18646,"timestamp":1483254482269,"id":3613,"parentId":3545,"tags":{},"startTime":1728049800289,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":723269,"timestamp":1483253781731,"id":3545,"parentId":3,"tags":{"trigger":"src/app/about/page.jsx"},"startTime":1728049799588,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":98832,"timestamp":1483254531226,"id":3614,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049800338,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483254630090,"id":3615,"parentId":3614,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"246546432","memory.heapUsed":"253496088","memory.heapTotal":"283623424"},"startTime":1728049800437,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":20090,"timestamp":1483280656439,"id":3621,"parentId":3619,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049826463,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6433,"timestamp":1483280670758,"id":3624,"parentId":3623,"tags":{},"startTime":1728049826477,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6606,"timestamp":1483280670590,"id":3623,"parentId":3622,"tags":{},"startTime":1728049826477,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":10768,"timestamp":1483280670164,"id":3622,"parentId":3618,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728049826476,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":27164,"timestamp":1483280656328,"id":3620,"parentId":3619,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049826463,"traceId":"b09007848b46e699"},{"name":"make","duration":104915,"timestamp":1483280649214,"id":3619,"parentId":3618,"tags":{},"startTime":1728049826455,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2838,"timestamp":1483280768198,"id":3636,"parentId":3635,"tags":{},"startTime":1728049826574,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1483280771064,"id":3638,"parentId":3635,"tags":{},"startTime":1728049826577,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":2526,"timestamp":1483280771085,"id":3639,"parentId":3635,"tags":{},"startTime":1728049826577,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":8,"timestamp":1483280773638,"id":3640,"parentId":3635,"tags":{},"startTime":1728049826580,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1483280773657,"id":3641,"parentId":3635,"tags":{},"startTime":1728049826580,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5688,"timestamp":1483280771053,"id":3637,"parentId":3635,"tags":{},"startTime":1728049826577,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":592,"timestamp":1483280778610,"id":3642,"parentId":3635,"tags":{},"startTime":1728049826585,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":5549,"timestamp":1483280779212,"id":3643,"parentId":3635,"tags":{},"startTime":1728049826585,"traceId":"b09007848b46e699"},{"name":"hash","duration":2134,"timestamp":1483280786139,"id":3644,"parentId":3635,"tags":{},"startTime":1728049826592,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":169,"timestamp":1483280788271,"id":3645,"parentId":3635,"tags":{},"startTime":1728049826594,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":239,"timestamp":1483280788432,"id":3646,"parentId":3635,"tags":{},"startTime":1728049826595,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1780,"timestamp":1483280788678,"id":3647,"parentId":3635,"tags":{},"startTime":1728049826595,"traceId":"b09007848b46e699"},{"name":"seal","duration":31899,"timestamp":1483280761581,"id":3635,"parentId":3618,"tags":{},"startTime":1728049826568,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":154144,"timestamp":1483280642206,"id":3618,"parentId":3616,"tags":{"name":"server"},"startTime":1728049826448,"traceId":"b09007848b46e699"},{"name":"emit","duration":5576,"timestamp":1483280796514,"id":3648,"parentId":3616,"tags":{},"startTime":1728049826603,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":170434,"timestamp":1483280632239,"id":3616,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728049826438,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":2816,"timestamp":1483280816434,"id":3656,"parentId":3650,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049826623,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":2858,"timestamp":1483280816449,"id":3658,"parentId":3650,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049826623,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":2852,"timestamp":1483280816456,"id":3659,"parentId":3650,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049826623,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5157,"timestamp":1483280816340,"id":3651,"parentId":3650,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049826623,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13810,"timestamp":1483280816418,"id":3654,"parentId":3650,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049826623,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13772,"timestamp":1483280816464,"id":3660,"parentId":3650,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049826623,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":19163,"timestamp":1483280816442,"id":3657,"parentId":3650,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049826623,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":7671,"timestamp":1483280828066,"id":3663,"parentId":3662,"tags":{},"startTime":1728049826634,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":34632,"timestamp":1483280816400,"id":3652,"parentId":3650,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049826623,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":188785,"timestamp":1483280835832,"id":3665,"parentId":3664,"tags":{},"startTime":1728049826642,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":191712,"timestamp":1483280835777,"id":3664,"parentId":3662,"tags":{},"startTime":1728049826642,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":53400,"timestamp":1483281027610,"id":3666,"parentId":3662,"tags":{"astUsed":"true"},"startTime":1728049826834,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":263247,"timestamp":1483280827917,"id":3662,"parentId":3661,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049826634,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":284155,"timestamp":1483280819425,"id":3661,"parentId":3649,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049826626,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":287531,"timestamp":1483280816411,"id":3653,"parentId":3650,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049826623,"traceId":"b09007848b46e699"},{"name":"build-module","duration":66,"timestamp":1483281104085,"id":3667,"parentId":3661,"tags":{},"startTime":1728049826910,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":287772,"timestamp":1483280816426,"id":3655,"parentId":3650,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049826623,"traceId":"b09007848b46e699"},{"name":"make","duration":297523,"timestamp":1483280806711,"id":3650,"parentId":3649,"tags":{},"startTime":1728049826613,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3643,"timestamp":1483281116190,"id":3669,"parentId":3668,"tags":{},"startTime":1728049826922,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":9,"timestamp":1483281119864,"id":3671,"parentId":3668,"tags":{},"startTime":1728049826926,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":99,"timestamp":1483281119890,"id":3672,"parentId":3668,"tags":{},"startTime":1728049826926,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":7,"timestamp":1483281120018,"id":3673,"parentId":3668,"tags":{},"startTime":1728049826926,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1483281120047,"id":3674,"parentId":3668,"tags":{},"startTime":1728049826926,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3832,"timestamp":1483281119854,"id":3670,"parentId":3668,"tags":{},"startTime":1728049826926,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":14892,"timestamp":1483281128884,"id":3675,"parentId":3668,"tags":{},"startTime":1728049826935,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":9046,"timestamp":1483281143815,"id":3676,"parentId":3668,"tags":{},"startTime":1728049826950,"traceId":"b09007848b46e699"},{"name":"hash","duration":6998,"timestamp":1483281155644,"id":3677,"parentId":3668,"tags":{},"startTime":1728049826962,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":216,"timestamp":1483281162641,"id":3678,"parentId":3668,"tags":{},"startTime":1728049826969,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":171,"timestamp":1483281162845,"id":3679,"parentId":3668,"tags":{},"startTime":1728049826969,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3659,"timestamp":1483281163021,"id":3680,"parentId":3668,"tags":{},"startTime":1728049826969,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":74,"timestamp":1483281168149,"id":3682,"parentId":3649,"tags":{},"startTime":1728049826974,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":139,"timestamp":1483281168089,"id":3681,"parentId":3649,"tags":{},"startTime":1728049826974,"traceId":"b09007848b46e699"},{"name":"seal","duration":59470,"timestamp":1483281111568,"id":3668,"parentId":3649,"tags":{},"startTime":1728049826918,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":365428,"timestamp":1483280805649,"id":3649,"parentId":3617,"tags":{"name":"client"},"startTime":1728049826612,"traceId":"b09007848b46e699"},{"name":"emit","duration":9696,"timestamp":1483281171113,"id":3683,"parentId":3617,"tags":{},"startTime":1728049826977,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":551774,"timestamp":1483280632441,"id":3617,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728049826439,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":12,"timestamp":1483281191875,"id":3684,"parentId":3,"tags":{},"startTime":1728049826998,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":580000,"timestamp":1483280633435,"id":3686,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728049827021,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16576,"timestamp":1483281220239,"id":3691,"parentId":3690,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049827026,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18754,"timestamp":1483281220321,"id":3693,"parentId":3690,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049827027,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":19075,"timestamp":1483281220309,"id":3692,"parentId":3690,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049827027,"traceId":"b09007848b46e699"},{"name":"make","duration":129825,"timestamp":1483281217517,"id":3690,"parentId":3689,"tags":{},"startTime":1728049827024,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6216,"timestamp":1483281362200,"id":3711,"parentId":3710,"tags":{},"startTime":1728049827168,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":7,"timestamp":1483281368481,"id":3713,"parentId":3710,"tags":{},"startTime":1728049827175,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":16359,"timestamp":1483281368521,"id":3714,"parentId":3710,"tags":{},"startTime":1728049827175,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":11,"timestamp":1483281384938,"id":3715,"parentId":3710,"tags":{},"startTime":1728049827191,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1483281384973,"id":3716,"parentId":3710,"tags":{},"startTime":1728049827191,"traceId":"b09007848b46e699"},{"name":"optimize","duration":21821,"timestamp":1483281368463,"id":3712,"parentId":3710,"tags":{},"startTime":1728049827175,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1129,"timestamp":1483281395092,"id":3717,"parentId":3710,"tags":{},"startTime":1728049827201,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":6222,"timestamp":1483281396244,"id":3718,"parentId":3710,"tags":{},"startTime":1728049827202,"traceId":"b09007848b46e699"},{"name":"hash","duration":4192,"timestamp":1483281404872,"id":3719,"parentId":3710,"tags":{},"startTime":1728049827211,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":308,"timestamp":1483281409062,"id":3720,"parentId":3710,"tags":{},"startTime":1728049827215,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":273,"timestamp":1483281409353,"id":3721,"parentId":3710,"tags":{},"startTime":1728049827216,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":644,"timestamp":1483281409634,"id":3722,"parentId":3710,"tags":{},"startTime":1728049827216,"traceId":"b09007848b46e699"},{"name":"seal","duration":62165,"timestamp":1483281355424,"id":3710,"parentId":3689,"tags":{},"startTime":1728049827162,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":208930,"timestamp":1483281217238,"id":3689,"parentId":3687,"tags":{"name":"server"},"startTime":1728049827023,"traceId":"b09007848b46e699"},{"name":"emit","duration":20915,"timestamp":1483281426293,"id":3723,"parentId":3687,"tags":{},"startTime":1728049827232,"traceId":"b09007848b46e699"},{"name":"compile-path","duration":232601,"timestamp":1483281215843,"id":3688,"tags":{"trigger":"/_not-found","isTurbopack":false},"startTime":1728049827022,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":233397,"timestamp":1483281215773,"id":3687,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728049827022,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":378706,"timestamp":1483281200764,"id":3685,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049827007,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483281579513,"id":3724,"parentId":3685,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"294486016","memory.heapUsed":"230090656","memory.heapTotal":"262995968"},"startTime":1728049827386,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":256962,"timestamp":1483281601853,"id":3725,"tags":{"url":"/about","isTurbopack":false},"startTime":1728049827408,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1483281859410,"id":3726,"parentId":3725,"tags":{"url":"/about","memory.rss":"203849728","memory.heapUsed":"235888784","memory.heapTotal":"271843328"},"startTime":1728049827666,"traceId":"b09007848b46e699"},{"name":"client-success","duration":178,"timestamp":1483282707014,"id":3727,"parentId":3,"tags":{},"startTime":1728049828513,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5585,"timestamp":1483330286877,"id":3737,"parentId":3736,"tags":{},"startTime":1728049876092,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5875,"timestamp":1483330286622,"id":3736,"parentId":3735,"tags":{},"startTime":1728049876092,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":11779,"timestamp":1483330285644,"id":3735,"parentId":3730,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728049876091,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":47097,"timestamp":1483330253889,"id":3734,"parentId":3731,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049876059,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":47377,"timestamp":1483330253625,"id":3732,"parentId":3731,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049876059,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":48010,"timestamp":1483330253877,"id":3733,"parentId":3731,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049876059,"traceId":"b09007848b46e699"},{"name":"make","duration":156352,"timestamp":1483330241034,"id":3731,"parentId":3730,"tags":{},"startTime":1728049876046,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3531,"timestamp":1483330412402,"id":3755,"parentId":3754,"tags":{},"startTime":1728049876218,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":52,"timestamp":1483330415965,"id":3757,"parentId":3754,"tags":{},"startTime":1728049876221,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":9062,"timestamp":1483330416037,"id":3758,"parentId":3754,"tags":{},"startTime":1728049876221,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":22,"timestamp":1483330425160,"id":3759,"parentId":3754,"tags":{},"startTime":1728049876230,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":298,"timestamp":1483330425237,"id":3760,"parentId":3754,"tags":{},"startTime":1728049876231,"traceId":"b09007848b46e699"},{"name":"optimize","duration":20502,"timestamp":1483330415953,"id":3756,"parentId":3754,"tags":{},"startTime":1728049876221,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":677,"timestamp":1483330439386,"id":3761,"parentId":3754,"tags":{},"startTime":1728049876245,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":5017,"timestamp":1483330440075,"id":3762,"parentId":3754,"tags":{},"startTime":1728049876245,"traceId":"b09007848b46e699"},{"name":"hash","duration":2744,"timestamp":1483330446639,"id":3763,"parentId":3754,"tags":{},"startTime":1728049876252,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":583,"timestamp":1483330449379,"id":3764,"parentId":3754,"tags":{},"startTime":1728049876255,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":270,"timestamp":1483330449915,"id":3765,"parentId":3754,"tags":{},"startTime":1728049876255,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":6362,"timestamp":1483330450196,"id":3766,"parentId":3754,"tags":{},"startTime":1728049876256,"traceId":"b09007848b46e699"},{"name":"seal","duration":57204,"timestamp":1483330406771,"id":3754,"parentId":3730,"tags":{},"startTime":1728049876212,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":234481,"timestamp":1483330239934,"id":3730,"parentId":3728,"tags":{"name":"server"},"startTime":1728049876045,"traceId":"b09007848b46e699"},{"name":"emit","duration":25590,"timestamp":1483330474558,"id":3767,"parentId":3728,"tags":{},"startTime":1728049876280,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":299773,"timestamp":1483330204045,"id":3728,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728049876009,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4493,"timestamp":1483330519610,"id":3775,"parentId":3769,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049876325,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4541,"timestamp":1483330519643,"id":3777,"parentId":3769,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049876325,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4523,"timestamp":1483330519664,"id":3778,"parentId":3769,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049876325,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8952,"timestamp":1483330519436,"id":3770,"parentId":3769,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049876325,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26247,"timestamp":1483330519575,"id":3773,"parentId":3769,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049876325,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26156,"timestamp":1483330519681,"id":3779,"parentId":3769,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049876325,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":31511,"timestamp":1483330519627,"id":3776,"parentId":3769,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049876325,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":12819,"timestamp":1483330538553,"id":3782,"parentId":3781,"tags":{},"startTime":1728049876344,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":112600,"timestamp":1483330519535,"id":3771,"parentId":3769,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049876325,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":436995,"timestamp":1483330551539,"id":3784,"parentId":3783,"tags":{},"startTime":1728049876357,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":442550,"timestamp":1483330551435,"id":3783,"parentId":3781,"tags":{},"startTime":1728049876357,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":331006,"timestamp":1483330994126,"id":3785,"parentId":3781,"tags":{"astUsed":"true"},"startTime":1728049876799,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":813407,"timestamp":1483330538212,"id":3781,"parentId":3780,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049876344,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":840015,"timestamp":1483330524398,"id":3780,"parentId":3768,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049876330,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":845335,"timestamp":1483330519557,"id":3772,"parentId":3769,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049876325,"traceId":"b09007848b46e699"},{"name":"build-module","duration":116,"timestamp":1483331365113,"id":3786,"parentId":3780,"tags":{},"startTime":1728049877170,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":845704,"timestamp":1483330519592,"id":3774,"parentId":3769,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049876325,"traceId":"b09007848b46e699"},{"name":"make","duration":855402,"timestamp":1483330509960,"id":3769,"parentId":3768,"tags":{},"startTime":1728049876315,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6295,"timestamp":1483331528911,"id":3788,"parentId":3787,"tags":{},"startTime":1728049877334,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":22,"timestamp":1483331535329,"id":3790,"parentId":3787,"tags":{},"startTime":1728049877341,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":223,"timestamp":1483331535436,"id":3791,"parentId":3787,"tags":{},"startTime":1728049877341,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":19,"timestamp":1483331535705,"id":3792,"parentId":3787,"tags":{},"startTime":1728049877341,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1483331535766,"id":3793,"parentId":3787,"tags":{},"startTime":1728049877341,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4775,"timestamp":1483331535307,"id":3789,"parentId":3787,"tags":{},"startTime":1728049877341,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1575,"timestamp":1483331554160,"id":3794,"parentId":3787,"tags":{},"startTime":1728049877359,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":44940,"timestamp":1483331555772,"id":3795,"parentId":3787,"tags":{},"startTime":1728049877361,"traceId":"b09007848b46e699"},{"name":"hash","duration":8063,"timestamp":1483331609272,"id":3796,"parentId":3787,"tags":{},"startTime":1728049877415,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":300,"timestamp":1483331617333,"id":3797,"parentId":3787,"tags":{},"startTime":1728049877423,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":223,"timestamp":1483331617619,"id":3798,"parentId":3787,"tags":{},"startTime":1728049877423,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":6328,"timestamp":1483331617849,"id":3799,"parentId":3787,"tags":{},"startTime":1728049877423,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":383,"timestamp":1483331628617,"id":3801,"parentId":3768,"tags":{},"startTime":1728049877434,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":685,"timestamp":1483331628499,"id":3800,"parentId":3768,"tags":{},"startTime":1728049877434,"traceId":"b09007848b46e699"},{"name":"seal","duration":113600,"timestamp":1483331520426,"id":3787,"parentId":3768,"tags":{},"startTime":1728049877326,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1125079,"timestamp":1483330508993,"id":3768,"parentId":3729,"tags":{"name":"client"},"startTime":1728049876314,"traceId":"b09007848b46e699"},{"name":"emit","duration":11628,"timestamp":1483331634115,"id":3802,"parentId":3729,"tags":{},"startTime":1728049877439,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1447649,"timestamp":1483330205227,"id":3729,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728049876011,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":15,"timestamp":1483331685625,"id":3803,"parentId":3,"tags":{},"startTime":1728049877491,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1513000,"timestamp":1483330206780,"id":3805,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728049877526,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":196731,"timestamp":1483331695284,"id":3804,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049877501,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483331892051,"id":3806,"parentId":3804,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"280821760","memory.heapUsed":"212443784","memory.heapTotal":"257916928"},"startTime":1728049877697,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4481,"timestamp":1483337790605,"id":3816,"parentId":3815,"tags":{},"startTime":1728049883596,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4896,"timestamp":1483337790232,"id":3815,"parentId":3814,"tags":{},"startTime":1728049883595,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":15181,"timestamp":1483337789092,"id":3814,"parentId":3809,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728049883594,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":45471,"timestamp":1483337763742,"id":3813,"parentId":3810,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049883569,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":46603,"timestamp":1483337763470,"id":3811,"parentId":3810,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049883569,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":47525,"timestamp":1483337763730,"id":3812,"parentId":3810,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049883569,"traceId":"b09007848b46e699"},{"name":"make","duration":168883,"timestamp":1483337753777,"id":3810,"parentId":3809,"tags":{},"startTime":1728049883559,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6710,"timestamp":1483337981811,"id":3834,"parentId":3833,"tags":{},"startTime":1728049883787,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":15,"timestamp":1483337988572,"id":3836,"parentId":3833,"tags":{},"startTime":1728049883794,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":10228,"timestamp":1483337988610,"id":3837,"parentId":3833,"tags":{},"startTime":1728049883794,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":25,"timestamp":1483337998915,"id":3838,"parentId":3833,"tags":{},"startTime":1728049883804,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":61,"timestamp":1483337998970,"id":3839,"parentId":3833,"tags":{},"startTime":1728049883804,"traceId":"b09007848b46e699"},{"name":"optimize","duration":43835,"timestamp":1483337988554,"id":3835,"parentId":3833,"tags":{},"startTime":1728049883794,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":5355,"timestamp":1483338042937,"id":3840,"parentId":3833,"tags":{},"startTime":1728049883848,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":25558,"timestamp":1483338048360,"id":3841,"parentId":3833,"tags":{},"startTime":1728049883854,"traceId":"b09007848b46e699"},{"name":"hash","duration":3373,"timestamp":1483338077854,"id":3842,"parentId":3833,"tags":{},"startTime":1728049883883,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":257,"timestamp":1483338081224,"id":3843,"parentId":3833,"tags":{},"startTime":1728049883886,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":681,"timestamp":1483338081462,"id":3844,"parentId":3833,"tags":{},"startTime":1728049883887,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5718,"timestamp":1483338082156,"id":3845,"parentId":3833,"tags":{},"startTime":1728049883887,"traceId":"b09007848b46e699"},{"name":"seal","duration":132544,"timestamp":1483337971590,"id":3833,"parentId":3809,"tags":{},"startTime":1728049883777,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":365576,"timestamp":1483337750954,"id":3809,"parentId":3807,"tags":{"name":"server"},"startTime":1728049883556,"traceId":"b09007848b46e699"},{"name":"emit","duration":35858,"timestamp":1483338116710,"id":3846,"parentId":3807,"tags":{},"startTime":1728049883922,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":426525,"timestamp":1483337727365,"id":3807,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728049883533,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13793,"timestamp":1483338174123,"id":3854,"parentId":3848,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049883979,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13832,"timestamp":1483338174179,"id":3856,"parentId":3848,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049883979,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13806,"timestamp":1483338174208,"id":3857,"parentId":3848,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049883979,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":21410,"timestamp":1483338173671,"id":3849,"parentId":3848,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049883979,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":35146,"timestamp":1483338174036,"id":3852,"parentId":3848,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049883979,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":34966,"timestamp":1483338174231,"id":3858,"parentId":3848,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049883979,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":41562,"timestamp":1483338174153,"id":3855,"parentId":3848,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049883979,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":12548,"timestamp":1483338203457,"id":3861,"parentId":3860,"tags":{},"startTime":1728049884009,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":60951,"timestamp":1483338173953,"id":3850,"parentId":3848,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049883979,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":478931,"timestamp":1483338216251,"id":3863,"parentId":3862,"tags":{},"startTime":1728049884021,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":480466,"timestamp":1483338216087,"id":3862,"parentId":3860,"tags":{},"startTime":1728049884021,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":45578,"timestamp":1483338697085,"id":3864,"parentId":3860,"tags":{"astUsed":"true"},"startTime":1728049884502,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":546716,"timestamp":1483338202924,"id":3860,"parentId":3859,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049884008,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":591260,"timestamp":1483338188630,"id":3859,"parentId":3847,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049883994,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":606534,"timestamp":1483338174011,"id":3851,"parentId":3848,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049883979,"traceId":"b09007848b46e699"},{"name":"build-module","duration":216,"timestamp":1483338780810,"id":3865,"parentId":3859,"tags":{},"startTime":1728049884586,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":607027,"timestamp":1483338174055,"id":3853,"parentId":3848,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049883979,"traceId":"b09007848b46e699"},{"name":"make","duration":622327,"timestamp":1483338158860,"id":3848,"parentId":3847,"tags":{},"startTime":1728049883964,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3746,"timestamp":1483338894553,"id":3867,"parentId":3866,"tags":{},"startTime":1728049884700,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":54,"timestamp":1483338898443,"id":3869,"parentId":3866,"tags":{},"startTime":1728049884704,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":502,"timestamp":1483338898696,"id":3870,"parentId":3866,"tags":{},"startTime":1728049884704,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":9,"timestamp":1483338899247,"id":3871,"parentId":3866,"tags":{},"startTime":1728049884704,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1483338899290,"id":3872,"parentId":3866,"tags":{},"startTime":1728049884704,"traceId":"b09007848b46e699"},{"name":"optimize","duration":6579,"timestamp":1483338898332,"id":3868,"parentId":3866,"tags":{},"startTime":1728049884704,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":825,"timestamp":1483338913388,"id":3873,"parentId":3866,"tags":{},"startTime":1728049884719,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":6911,"timestamp":1483338914229,"id":3874,"parentId":3866,"tags":{},"startTime":1728049884719,"traceId":"b09007848b46e699"},{"name":"hash","duration":6828,"timestamp":1483338954118,"id":3875,"parentId":3866,"tags":{},"startTime":1728049884759,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":451,"timestamp":1483338960944,"id":3876,"parentId":3866,"tags":{},"startTime":1728049884766,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":468,"timestamp":1483338961373,"id":3877,"parentId":3866,"tags":{},"startTime":1728049884767,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5419,"timestamp":1483338961851,"id":3878,"parentId":3866,"tags":{},"startTime":1728049884767,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":181,"timestamp":1483338969073,"id":3880,"parentId":3847,"tags":{},"startTime":1728049884774,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":287,"timestamp":1483338968977,"id":3879,"parentId":3847,"tags":{},"startTime":1728049884774,"traceId":"b09007848b46e699"},{"name":"seal","duration":89410,"timestamp":1483338886347,"id":3866,"parentId":3847,"tags":{},"startTime":1728049884692,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":817622,"timestamp":1483338158204,"id":3847,"parentId":3808,"tags":{"name":"client"},"startTime":1728049883963,"traceId":"b09007848b46e699"},{"name":"emit","duration":9625,"timestamp":1483338975878,"id":3881,"parentId":3808,"tags":{},"startTime":1728049884781,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1259541,"timestamp":1483337728805,"id":3808,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728049883534,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":6,"timestamp":1483338993085,"id":3882,"parentId":3,"tags":{},"startTime":1728049884798,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1286000,"timestamp":1483337730406,"id":3884,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049884827,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":173555,"timestamp":1483338998299,"id":3883,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049884803,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483339171885,"id":3885,"parentId":3883,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"283295744","memory.heapUsed":"208197664","memory.heapTotal":"269369344"},"startTime":1728049884977,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17278,"timestamp":1483363863958,"id":3895,"parentId":3889,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049909669,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17705,"timestamp":1483363863982,"id":3897,"parentId":3889,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049909669,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17698,"timestamp":1483363863996,"id":3898,"parentId":3889,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049909669,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26825,"timestamp":1483363863478,"id":3890,"parentId":3889,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049909668,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":46696,"timestamp":1483363863973,"id":3896,"parentId":3889,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049909669,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":18316,"timestamp":1483363894875,"id":3902,"parentId":3901,"tags":{},"startTime":1728049909700,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":95000,"timestamp":1483363863933,"id":3893,"parentId":3889,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049909669,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":94944,"timestamp":1483363864005,"id":3899,"parentId":3889,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049909669,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":95755,"timestamp":1483363863897,"id":3891,"parentId":3889,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049909669,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":351633,"timestamp":1483363913382,"id":3904,"parentId":3903,"tags":{},"startTime":1728049909718,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":353532,"timestamp":1483363913259,"id":3903,"parentId":3901,"tags":{},"startTime":1728049909718,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":38720,"timestamp":1483364266852,"id":3905,"parentId":3901,"tags":{"astUsed":"true"},"startTime":1728049910072,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":424325,"timestamp":1483363894627,"id":3901,"parentId":3900,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049909699,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":445908,"timestamp":1483363882546,"id":3900,"parentId":3888,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049909687,"traceId":"b09007848b46e699"},{"name":"build-module","duration":48,"timestamp":1483364329053,"id":3906,"parentId":3900,"tags":{},"startTime":1728049910134,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":465246,"timestamp":1483363863947,"id":3894,"parentId":3889,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049909669,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":468648,"timestamp":1483363863915,"id":3892,"parentId":3889,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049909669,"traceId":"b09007848b46e699"},{"name":"make","duration":470865,"timestamp":1483363861726,"id":3889,"parentId":3888,"tags":{},"startTime":1728049909666,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4735,"timestamp":1483364347310,"id":3908,"parentId":3907,"tags":{},"startTime":1728049910152,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":15,"timestamp":1483364352100,"id":3910,"parentId":3907,"tags":{},"startTime":1728049910157,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":187,"timestamp":1483364352142,"id":3911,"parentId":3907,"tags":{},"startTime":1728049910157,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":57,"timestamp":1483364352369,"id":3912,"parentId":3907,"tags":{},"startTime":1728049910157,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":20,"timestamp":1483364352465,"id":3913,"parentId":3907,"tags":{},"startTime":1728049910157,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4574,"timestamp":1483364352081,"id":3909,"parentId":3907,"tags":{},"startTime":1728049910157,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":494,"timestamp":1483364362144,"id":3914,"parentId":3907,"tags":{},"startTime":1728049910167,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":3303,"timestamp":1483364362649,"id":3915,"parentId":3907,"tags":{},"startTime":1728049910167,"traceId":"b09007848b46e699"},{"name":"hash","duration":5161,"timestamp":1483364367331,"id":3916,"parentId":3907,"tags":{},"startTime":1728049910172,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":531,"timestamp":1483364372490,"id":3917,"parentId":3907,"tags":{},"startTime":1728049910177,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":671,"timestamp":1483364372983,"id":3918,"parentId":3907,"tags":{},"startTime":1728049910178,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":6334,"timestamp":1483364373670,"id":3919,"parentId":3907,"tags":{},"startTime":1728049910178,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":64,"timestamp":1483364381206,"id":3921,"parentId":3888,"tags":{},"startTime":1728049910186,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":125,"timestamp":1483364381148,"id":3920,"parentId":3888,"tags":{},"startTime":1728049910186,"traceId":"b09007848b46e699"},{"name":"seal","duration":43826,"timestamp":1483364340355,"id":3907,"parentId":3888,"tags":{},"startTime":1728049910145,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":523891,"timestamp":1483363860351,"id":3888,"parentId":3886,"tags":{"name":"client"},"startTime":1728049909665,"traceId":"b09007848b46e699"},{"name":"emit","duration":6453,"timestamp":1483364384299,"id":3922,"parentId":3886,"tags":{},"startTime":1728049910189,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":570249,"timestamp":1483363821190,"id":3886,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728049909626,"traceId":"b09007848b46e699"},{"name":"client-success","duration":5,"timestamp":1483364400288,"id":3925,"parentId":3,"tags":{},"startTime":1728049910205,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":27753,"timestamp":1483364404509,"id":3927,"parentId":3924,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049910209,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8379,"timestamp":1483364429848,"id":3930,"parentId":3929,"tags":{},"startTime":1728049910235,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8624,"timestamp":1483364429610,"id":3929,"parentId":3928,"tags":{},"startTime":1728049910234,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":12359,"timestamp":1483364429215,"id":3928,"parentId":3923,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728049910234,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":43107,"timestamp":1483364404452,"id":3926,"parentId":3924,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049910209,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":625000,"timestamp":1483363823168,"id":3941,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049910256,"traceId":"b09007848b46e699"},{"name":"make","duration":117163,"timestamp":1483364394549,"id":3924,"parentId":3923,"tags":{},"startTime":1728049910199,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6557,"timestamp":1483364527740,"id":3943,"parentId":3942,"tags":{},"startTime":1728049910332,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":3,"timestamp":1483364534328,"id":3945,"parentId":3942,"tags":{},"startTime":1728049910339,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":6583,"timestamp":1483364534350,"id":3946,"parentId":3942,"tags":{},"startTime":1728049910339,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":9,"timestamp":1483364540987,"id":3947,"parentId":3942,"tags":{},"startTime":1728049910346,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1483364541023,"id":3948,"parentId":3942,"tags":{},"startTime":1728049910346,"traceId":"b09007848b46e699"},{"name":"optimize","duration":9946,"timestamp":1483364534317,"id":3944,"parentId":3942,"tags":{},"startTime":1728049910339,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":994,"timestamp":1483364546642,"id":3949,"parentId":3942,"tags":{},"startTime":1728049910351,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":5607,"timestamp":1483364547649,"id":3950,"parentId":3942,"tags":{},"startTime":1728049910352,"traceId":"b09007848b46e699"},{"name":"hash","duration":1309,"timestamp":1483364555428,"id":3951,"parentId":3942,"tags":{},"startTime":1728049910360,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":197,"timestamp":1483364556736,"id":3952,"parentId":3942,"tags":{},"startTime":1728049910361,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":205,"timestamp":1483364556924,"id":3953,"parentId":3942,"tags":{},"startTime":1728049910362,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":10391,"timestamp":1483364557134,"id":3954,"parentId":3942,"tags":{},"startTime":1728049910362,"traceId":"b09007848b46e699"},{"name":"seal","duration":47507,"timestamp":1483364523243,"id":3942,"parentId":3923,"tags":{},"startTime":1728049910328,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":179590,"timestamp":1483364394146,"id":3923,"parentId":3887,"tags":{"name":"server"},"startTime":1728049910199,"traceId":"b09007848b46e699"},{"name":"emit","duration":10854,"timestamp":1483364573786,"id":3955,"parentId":3887,"tags":{},"startTime":1728049910378,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":762113,"timestamp":1483363823581,"id":3887,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728049909628,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":665862,"timestamp":1483364599804,"id":3956,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049910405,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1483365265821,"id":3957,"parentId":3956,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"142000128","memory.heapUsed":"207219040","memory.heapTotal":"258097152"},"startTime":1728049911071,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10332,"timestamp":1483389962951,"id":3967,"parentId":3961,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049935767,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10501,"timestamp":1483389962976,"id":3969,"parentId":3961,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049935767,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10493,"timestamp":1483389962988,"id":3970,"parentId":3961,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049935767,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15673,"timestamp":1483389962456,"id":3962,"parentId":3961,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049935767,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22646,"timestamp":1483389962960,"id":3968,"parentId":3961,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049935767,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":7738,"timestamp":1483389982196,"id":3974,"parentId":3973,"tags":{},"startTime":1728049935786,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":66016,"timestamp":1483389962927,"id":3965,"parentId":3961,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049935767,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":65952,"timestamp":1483389963002,"id":3971,"parentId":3961,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049935767,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":66486,"timestamp":1483389962881,"id":3963,"parentId":3961,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049935767,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":265481,"timestamp":1483389990174,"id":3976,"parentId":3975,"tags":{},"startTime":1728049935794,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":266373,"timestamp":1483389990033,"id":3975,"parentId":3973,"tags":{},"startTime":1728049935794,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":68662,"timestamp":1483390256477,"id":3977,"parentId":3973,"tags":{"astUsed":"true"},"startTime":1728049936061,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":362264,"timestamp":1483389981632,"id":3973,"parentId":3972,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049935786,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":400554,"timestamp":1483389973990,"id":3972,"parentId":3960,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049935778,"traceId":"b09007848b46e699"},{"name":"build-module","duration":61,"timestamp":1483390374955,"id":3978,"parentId":3972,"tags":{},"startTime":1728049936179,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":412283,"timestamp":1483389962937,"id":3966,"parentId":3961,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049935767,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":416404,"timestamp":1483389962907,"id":3964,"parentId":3961,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049935767,"traceId":"b09007848b46e699"},{"name":"make","duration":418719,"timestamp":1483389960635,"id":3961,"parentId":3960,"tags":{},"startTime":1728049935765,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5165,"timestamp":1483390565619,"id":3980,"parentId":3979,"tags":{},"startTime":1728049936370,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":19,"timestamp":1483390570866,"id":3982,"parentId":3979,"tags":{},"startTime":1728049936375,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":823,"timestamp":1483390570906,"id":3983,"parentId":3979,"tags":{},"startTime":1728049936375,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":32,"timestamp":1483390571794,"id":3984,"parentId":3979,"tags":{},"startTime":1728049936376,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1483390571856,"id":3985,"parentId":3979,"tags":{},"startTime":1728049936376,"traceId":"b09007848b46e699"},{"name":"optimize","duration":9540,"timestamp":1483390570833,"id":3981,"parentId":3979,"tags":{},"startTime":1728049936375,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":3911,"timestamp":1483390583281,"id":3986,"parentId":3979,"tags":{},"startTime":1728049936388,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":12336,"timestamp":1483390587234,"id":3987,"parentId":3979,"tags":{},"startTime":1728049936391,"traceId":"b09007848b46e699"},{"name":"hash","duration":27322,"timestamp":1483390606923,"id":3988,"parentId":3979,"tags":{},"startTime":1728049936411,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":321,"timestamp":1483390634243,"id":3989,"parentId":3979,"tags":{},"startTime":1728049936438,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":241,"timestamp":1483390634548,"id":3990,"parentId":3979,"tags":{},"startTime":1728049936439,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":12585,"timestamp":1483390634797,"id":3991,"parentId":3979,"tags":{},"startTime":1728049936439,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":115,"timestamp":1483390649471,"id":3993,"parentId":3960,"tags":{},"startTime":1728049936454,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":217,"timestamp":1483390649377,"id":3992,"parentId":3960,"tags":{},"startTime":1728049936454,"traceId":"b09007848b46e699"},{"name":"seal","duration":140051,"timestamp":1483390514926,"id":3979,"parentId":3960,"tags":{},"startTime":1728049936319,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":696485,"timestamp":1483389959186,"id":3960,"parentId":3958,"tags":{"name":"client"},"startTime":1728049935763,"traceId":"b09007848b46e699"},{"name":"emit","duration":14549,"timestamp":1483390655752,"id":3994,"parentId":3958,"tags":{},"startTime":1728049936460,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":742522,"timestamp":1483389928952,"id":3958,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728049935733,"traceId":"b09007848b46e699"},{"name":"client-success","duration":31,"timestamp":1483390684044,"id":3997,"parentId":3,"tags":{},"startTime":1728049936488,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":774000,"timestamp":1483389931562,"id":4000,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049936515,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":56903,"timestamp":1483390696987,"id":3999,"parentId":3996,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049936501,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6418,"timestamp":1483390748604,"id":4003,"parentId":4002,"tags":{},"startTime":1728049936553,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6885,"timestamp":1483390748145,"id":4002,"parentId":4001,"tags":{},"startTime":1728049936552,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":13831,"timestamp":1483390747117,"id":4001,"parentId":3995,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728049936551,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":76235,"timestamp":1483390696828,"id":3998,"parentId":3996,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049936501,"traceId":"b09007848b46e699"},{"name":"make","duration":442855,"timestamp":1483390675116,"id":3996,"parentId":3995,"tags":{},"startTime":1728049936479,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3816,"timestamp":1483391145523,"id":4015,"parentId":4014,"tags":{},"startTime":1728049936950,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1483391149383,"id":4017,"parentId":4014,"tags":{},"startTime":1728049936954,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":3916,"timestamp":1483391149414,"id":4018,"parentId":4014,"tags":{},"startTime":1728049936954,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":6,"timestamp":1483391153381,"id":4019,"parentId":4014,"tags":{},"startTime":1728049936958,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":15,"timestamp":1483391153425,"id":4020,"parentId":4014,"tags":{},"startTime":1728049936958,"traceId":"b09007848b46e699"},{"name":"optimize","duration":9042,"timestamp":1483391149362,"id":4016,"parentId":4014,"tags":{},"startTime":1728049936954,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1176,"timestamp":1483391163427,"id":4021,"parentId":4014,"tags":{},"startTime":1728049936968,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":5006,"timestamp":1483391164616,"id":4022,"parentId":4014,"tags":{},"startTime":1728049936969,"traceId":"b09007848b46e699"},{"name":"hash","duration":1707,"timestamp":1483391171500,"id":4023,"parentId":4014,"tags":{},"startTime":1728049936976,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":178,"timestamp":1483391173206,"id":4024,"parentId":4014,"tags":{},"startTime":1728049936977,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":231,"timestamp":1483391173375,"id":4025,"parentId":4014,"tags":{},"startTime":1728049936978,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2425,"timestamp":1483391173612,"id":4026,"parentId":4014,"tags":{},"startTime":1728049936978,"traceId":"b09007848b46e699"},{"name":"seal","duration":42367,"timestamp":1483391140638,"id":4014,"parentId":3995,"tags":{},"startTime":1728049936945,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":519150,"timestamp":1483390674556,"id":3995,"parentId":3959,"tags":{"name":"server"},"startTime":1728049936479,"traceId":"b09007848b46e699"},{"name":"emit","duration":20353,"timestamp":1483391193898,"id":4027,"parentId":3959,"tags":{},"startTime":1728049936998,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":1285611,"timestamp":1483389931373,"id":3959,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728049935736,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":139352,"timestamp":1483391241237,"id":4028,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049937045,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1483391380630,"id":4029,"parentId":4028,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"221986816","memory.heapUsed":"220921896","memory.heapTotal":"260653056"},"startTime":1728049937185,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25935,"timestamp":1483396823545,"id":4035,"parentId":4033,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049942628,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6615,"timestamp":1483396843734,"id":4038,"parentId":4037,"tags":{},"startTime":1728049942648,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6862,"timestamp":1483396843495,"id":4037,"parentId":4036,"tags":{},"startTime":1728049942648,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":10646,"timestamp":1483396842212,"id":4036,"parentId":4032,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728049942646,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":32213,"timestamp":1483396823304,"id":4034,"parentId":4033,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049942627,"traceId":"b09007848b46e699"},{"name":"make","duration":137684,"timestamp":1483396786086,"id":4033,"parentId":4032,"tags":{},"startTime":1728049942590,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2783,"timestamp":1483396944896,"id":4050,"parentId":4049,"tags":{},"startTime":1728049942749,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":3,"timestamp":1483396947711,"id":4052,"parentId":4049,"tags":{},"startTime":1728049942752,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":4263,"timestamp":1483396947733,"id":4053,"parentId":4049,"tags":{},"startTime":1728049942752,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":6,"timestamp":1483396952039,"id":4054,"parentId":4049,"tags":{},"startTime":1728049942756,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1483396952064,"id":4055,"parentId":4049,"tags":{},"startTime":1728049942756,"traceId":"b09007848b46e699"},{"name":"optimize","duration":6644,"timestamp":1483396947699,"id":4051,"parentId":4049,"tags":{},"startTime":1728049942752,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":727,"timestamp":1483396956538,"id":4056,"parentId":4049,"tags":{},"startTime":1728049942761,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":12160,"timestamp":1483396957278,"id":4057,"parentId":4049,"tags":{},"startTime":1728049942761,"traceId":"b09007848b46e699"},{"name":"hash","duration":1247,"timestamp":1483396970813,"id":4058,"parentId":4049,"tags":{},"startTime":1728049942775,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":131,"timestamp":1483396972058,"id":4059,"parentId":4049,"tags":{},"startTime":1728049942776,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":194,"timestamp":1483396972180,"id":4060,"parentId":4049,"tags":{},"startTime":1728049942776,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1704,"timestamp":1483396972379,"id":4061,"parentId":4049,"tags":{},"startTime":1728049942777,"traceId":"b09007848b46e699"},{"name":"seal","duration":39863,"timestamp":1483396939253,"id":4049,"parentId":4032,"tags":{},"startTime":1728049942743,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":200341,"timestamp":1483396784240,"id":4032,"parentId":4030,"tags":{"name":"server"},"startTime":1728049942588,"traceId":"b09007848b46e699"},{"name":"emit","duration":5967,"timestamp":1483396984666,"id":4062,"parentId":4030,"tags":{},"startTime":1728049942789,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":289926,"timestamp":1483396701120,"id":4030,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728049942505,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16533,"timestamp":1483397005395,"id":4070,"parentId":4064,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049942810,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16530,"timestamp":1483397005503,"id":4072,"parentId":4064,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049942810,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16274,"timestamp":1483397005764,"id":4073,"parentId":4064,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049942810,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22558,"timestamp":1483397004201,"id":4065,"parentId":4064,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049942808,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29384,"timestamp":1483397005189,"id":4068,"parentId":4064,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049942809,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":28721,"timestamp":1483397005860,"id":4074,"parentId":4064,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049942810,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":32849,"timestamp":1483397005431,"id":4071,"parentId":4064,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049942810,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":34542,"timestamp":1483397004504,"id":4066,"parentId":4064,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049942809,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":8570,"timestamp":1483397030508,"id":4077,"parentId":4076,"tags":{},"startTime":1728049942835,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":269667,"timestamp":1483397039193,"id":4079,"parentId":4078,"tags":{},"startTime":1728049942843,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":270402,"timestamp":1483397039126,"id":4078,"parentId":4076,"tags":{},"startTime":1728049942843,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":54357,"timestamp":1483397309622,"id":4080,"parentId":4076,"tags":{"astUsed":"true"},"startTime":1728049943114,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":338179,"timestamp":1483397030282,"id":4076,"parentId":4075,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049942834,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":370503,"timestamp":1483397005009,"id":4067,"parentId":4064,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049942809,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":360855,"timestamp":1483397022307,"id":4075,"parentId":4063,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049942826,"traceId":"b09007848b46e699"},{"name":"build-module","duration":66,"timestamp":1483397383459,"id":4081,"parentId":4075,"tags":{},"startTime":1728049943188,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":378340,"timestamp":1483397005220,"id":4069,"parentId":4064,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049942809,"traceId":"b09007848b46e699"},{"name":"make","duration":390530,"timestamp":1483396993066,"id":4064,"parentId":4063,"tags":{},"startTime":1728049942797,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5711,"timestamp":1483397403222,"id":4083,"parentId":4082,"tags":{},"startTime":1728049943207,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":20,"timestamp":1483397408989,"id":4085,"parentId":4082,"tags":{},"startTime":1728049943213,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":155,"timestamp":1483397409038,"id":4086,"parentId":4082,"tags":{},"startTime":1728049943213,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":15,"timestamp":1483397409239,"id":4087,"parentId":4082,"tags":{},"startTime":1728049943213,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1483397409299,"id":4088,"parentId":4082,"tags":{},"startTime":1728049943213,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5549,"timestamp":1483397408970,"id":4084,"parentId":4082,"tags":{},"startTime":1728049943213,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":711,"timestamp":1483397417772,"id":4089,"parentId":4082,"tags":{},"startTime":1728049943222,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":7326,"timestamp":1483397418502,"id":4090,"parentId":4082,"tags":{},"startTime":1728049943223,"traceId":"b09007848b46e699"},{"name":"hash","duration":7595,"timestamp":1483397428821,"id":4091,"parentId":4082,"tags":{},"startTime":1728049943233,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":396,"timestamp":1483397436414,"id":4092,"parentId":4082,"tags":{},"startTime":1728049943241,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":434,"timestamp":1483397436792,"id":4093,"parentId":4082,"tags":{},"startTime":1728049943241,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":11334,"timestamp":1483397437233,"id":4094,"parentId":4082,"tags":{},"startTime":1728049943241,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":156,"timestamp":1483397450931,"id":4096,"parentId":4063,"tags":{},"startTime":1728049943255,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":308,"timestamp":1483397450785,"id":4095,"parentId":4063,"tags":{},"startTime":1728049943255,"traceId":"b09007848b46e699"},{"name":"seal","duration":61558,"timestamp":1483397394157,"id":4082,"parentId":4063,"tags":{},"startTime":1728049943198,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":463045,"timestamp":1483396992722,"id":4063,"parentId":4031,"tags":{"name":"client"},"startTime":1728049942797,"traceId":"b09007848b46e699"},{"name":"emit","duration":13085,"timestamp":1483397455818,"id":4097,"parentId":4031,"tags":{},"startTime":1728049943260,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":768822,"timestamp":1483396702258,"id":4031,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728049942506,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":34,"timestamp":1483397478148,"id":4098,"parentId":3,"tags":{},"startTime":1728049943282,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":802000,"timestamp":1483396703581,"id":4100,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049943314,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":31943,"timestamp":1483397542228,"id":4105,"parentId":4104,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049943346,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":34030,"timestamp":1483397542424,"id":4107,"parentId":4104,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049943347,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":34459,"timestamp":1483397542399,"id":4106,"parentId":4104,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049943347,"traceId":"b09007848b46e699"},{"name":"make","duration":414306,"timestamp":1483397525448,"id":4104,"parentId":4103,"tags":{},"startTime":1728049943330,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4900,"timestamp":1483397966943,"id":4125,"parentId":4124,"tags":{},"startTime":1728049943771,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":3,"timestamp":1483397971875,"id":4127,"parentId":4124,"tags":{},"startTime":1728049943776,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":4600,"timestamp":1483397971912,"id":4128,"parentId":4124,"tags":{},"startTime":1728049943776,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":6,"timestamp":1483397976567,"id":4129,"parentId":4124,"tags":{},"startTime":1728049943781,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":9,"timestamp":1483397976601,"id":4130,"parentId":4124,"tags":{},"startTime":1728049943781,"traceId":"b09007848b46e699"},{"name":"optimize","duration":10118,"timestamp":1483397971863,"id":4126,"parentId":4124,"tags":{},"startTime":1728049943776,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1006,"timestamp":1483397985425,"id":4131,"parentId":4124,"tags":{},"startTime":1728049943790,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":12062,"timestamp":1483397986445,"id":4132,"parentId":4124,"tags":{},"startTime":1728049943791,"traceId":"b09007848b46e699"},{"name":"hash","duration":2015,"timestamp":1483398004064,"id":4133,"parentId":4124,"tags":{},"startTime":1728049943808,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":732,"timestamp":1483398006077,"id":4134,"parentId":4124,"tags":{},"startTime":1728049943810,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":295,"timestamp":1483398006785,"id":4135,"parentId":4124,"tags":{},"startTime":1728049943811,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":630,"timestamp":1483398007086,"id":4136,"parentId":4124,"tags":{},"startTime":1728049943811,"traceId":"b09007848b46e699"},{"name":"seal","duration":59468,"timestamp":1483397953753,"id":4124,"parentId":4103,"tags":{},"startTime":1728049943758,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":493799,"timestamp":1483397524899,"id":4103,"parentId":4101,"tags":{"name":"server"},"startTime":1728049943329,"traceId":"b09007848b46e699"},{"name":"emit","duration":6643,"timestamp":1483398018788,"id":4137,"parentId":4101,"tags":{},"startTime":1728049943823,"traceId":"b09007848b46e699"},{"name":"compile-path","duration":504512,"timestamp":1483397522076,"id":4102,"tags":{"trigger":"/_not-found","isTurbopack":false},"startTime":1728049943326,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":504863,"timestamp":1483397521950,"id":4101,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728049943326,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":672717,"timestamp":1483397489021,"id":4099,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049943293,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483398161803,"id":4138,"parentId":4099,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"208830464","memory.heapUsed":"233876688","memory.heapTotal":"270565376"},"startTime":1728049943966,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":291169,"timestamp":1483398178533,"id":4139,"tags":{"url":"/about","isTurbopack":false},"startTime":1728049943983,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":0,"timestamp":1483398469755,"id":4140,"parentId":4139,"tags":{"url":"/about","memory.rss":"212631552","memory.heapUsed":"238033352","memory.heapTotal":"279674880"},"startTime":1728049944274,"traceId":"b09007848b46e699"},{"name":"client-success","duration":41,"timestamp":1483399319238,"id":4141,"parentId":3,"tags":{},"startTime":1728049945123,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":18370,"timestamp":1483411878145,"id":4151,"parentId":4150,"tags":{},"startTime":1728049957682,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":18791,"timestamp":1483411877762,"id":4150,"parentId":4149,"tags":{},"startTime":1728049957682,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":27290,"timestamp":1483411876147,"id":4149,"parentId":4144,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728049957680,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":70910,"timestamp":1483411835323,"id":4148,"parentId":4145,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049957639,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":74275,"timestamp":1483411832499,"id":4146,"parentId":4145,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049957636,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":71476,"timestamp":1483411835301,"id":4147,"parentId":4145,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049957639,"traceId":"b09007848b46e699"},{"name":"make","duration":186305,"timestamp":1483411823203,"id":4145,"parentId":4144,"tags":{},"startTime":1728049957627,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":20684,"timestamp":1483412213985,"id":4169,"parentId":4168,"tags":{},"startTime":1728049958018,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":36,"timestamp":1483412235059,"id":4171,"parentId":4168,"tags":{},"startTime":1728049958039,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":10277,"timestamp":1483412235146,"id":4172,"parentId":4168,"tags":{},"startTime":1728049958039,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":71,"timestamp":1483412245505,"id":4173,"parentId":4168,"tags":{},"startTime":1728049958049,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":29,"timestamp":1483412245678,"id":4174,"parentId":4168,"tags":{},"startTime":1728049958050,"traceId":"b09007848b46e699"},{"name":"optimize","duration":17114,"timestamp":1483412235031,"id":4170,"parentId":4168,"tags":{},"startTime":1728049958039,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2755,"timestamp":1483412257859,"id":4175,"parentId":4168,"tags":{},"startTime":1728049958062,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":35005,"timestamp":1483412260660,"id":4176,"parentId":4168,"tags":{},"startTime":1728049958065,"traceId":"b09007848b46e699"},{"name":"hash","duration":8480,"timestamp":1483412300583,"id":4177,"parentId":4168,"tags":{},"startTime":1728049958104,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":348,"timestamp":1483412309059,"id":4178,"parentId":4168,"tags":{},"startTime":1728049958113,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":346,"timestamp":1483412309385,"id":4179,"parentId":4168,"tags":{},"startTime":1728049958113,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3504,"timestamp":1483412309740,"id":4180,"parentId":4168,"tags":{},"startTime":1728049958114,"traceId":"b09007848b46e699"},{"name":"seal","duration":132470,"timestamp":1483412195867,"id":4168,"parentId":4144,"tags":{},"startTime":1728049958000,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":515984,"timestamp":1483411822004,"id":4144,"parentId":4142,"tags":{"name":"server"},"startTime":1728049957626,"traceId":"b09007848b46e699"},{"name":"emit","duration":13195,"timestamp":1483412338253,"id":4181,"parentId":4142,"tags":{},"startTime":1728049958142,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":546992,"timestamp":1483411805656,"id":4142,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728049957610,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6609,"timestamp":1483412370000,"id":4189,"parentId":4183,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049958174,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6710,"timestamp":1483412370036,"id":4191,"parentId":4183,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049958174,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6691,"timestamp":1483412370058,"id":4192,"parentId":4183,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049958174,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17886,"timestamp":1483412369665,"id":4184,"parentId":4183,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049958174,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29440,"timestamp":1483412369950,"id":4187,"parentId":4183,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049958174,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29313,"timestamp":1483412370095,"id":4193,"parentId":4183,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049958174,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36329,"timestamp":1483412370018,"id":4190,"parentId":4183,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049958174,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":12384,"timestamp":1483412394287,"id":4196,"parentId":4195,"tags":{},"startTime":1728049958198,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":53992,"timestamp":1483412369905,"id":4185,"parentId":4183,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049958174,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":342853,"timestamp":1483412406829,"id":4198,"parentId":4197,"tags":{},"startTime":1728049958211,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":346675,"timestamp":1483412406733,"id":4197,"parentId":4195,"tags":{},"startTime":1728049958211,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":105267,"timestamp":1483412754431,"id":4199,"parentId":4195,"tags":{"astUsed":"true"},"startTime":1728049958558,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":472575,"timestamp":1483412394043,"id":4195,"parentId":4194,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049958198,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":526521,"timestamp":1483412369931,"id":4186,"parentId":4183,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049958174,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":530238,"timestamp":1483412377154,"id":4194,"parentId":4182,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049958181,"traceId":"b09007848b46e699"},{"name":"build-module","duration":54,"timestamp":1483412907704,"id":4200,"parentId":4194,"tags":{},"startTime":1728049958712,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":537808,"timestamp":1483412369979,"id":4188,"parentId":4183,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049958174,"traceId":"b09007848b46e699"},{"name":"make","duration":551089,"timestamp":1483412356740,"id":4183,"parentId":4182,"tags":{},"startTime":1728049958161,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4525,"timestamp":1483413032987,"id":4202,"parentId":4201,"tags":{},"startTime":1728049958837,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":16,"timestamp":1483413037553,"id":4204,"parentId":4201,"tags":{},"startTime":1728049958841,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":120,"timestamp":1483413037595,"id":4205,"parentId":4201,"tags":{},"startTime":1728049958841,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1483413037762,"id":4206,"parentId":4201,"tags":{},"startTime":1728049958842,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1483413037798,"id":4207,"parentId":4201,"tags":{},"startTime":1728049958842,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4734,"timestamp":1483413037539,"id":4203,"parentId":4201,"tags":{},"startTime":1728049958841,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":654,"timestamp":1483413046004,"id":4208,"parentId":4201,"tags":{},"startTime":1728049958850,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":5098,"timestamp":1483413046671,"id":4209,"parentId":4201,"tags":{},"startTime":1728049958851,"traceId":"b09007848b46e699"},{"name":"hash","duration":16206,"timestamp":1483413054955,"id":4210,"parentId":4201,"tags":{},"startTime":1728049958859,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":368,"timestamp":1483413071158,"id":4211,"parentId":4201,"tags":{},"startTime":1728049958875,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":499,"timestamp":1483413071510,"id":4212,"parentId":4201,"tags":{},"startTime":1728049958875,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":6399,"timestamp":1483413072057,"id":4213,"parentId":4201,"tags":{},"startTime":1728049958876,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":114,"timestamp":1483413080009,"id":4215,"parentId":4182,"tags":{},"startTime":1728049958884,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":198,"timestamp":1483413079930,"id":4214,"parentId":4182,"tags":{},"startTime":1728049958884,"traceId":"b09007848b46e699"},{"name":"seal","duration":90368,"timestamp":1483413024025,"id":4201,"parentId":4182,"tags":{},"startTime":1728049958828,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":758301,"timestamp":1483412356192,"id":4182,"parentId":4143,"tags":{"name":"client"},"startTime":1728049958160,"traceId":"b09007848b46e699"},{"name":"emit","duration":31768,"timestamp":1483413114554,"id":4216,"parentId":4143,"tags":{},"startTime":1728049958918,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1347097,"timestamp":1483411807084,"id":4143,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728049957611,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":6,"timestamp":1483413160717,"id":4217,"parentId":3,"tags":{},"startTime":1728049958965,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1377000,"timestamp":1483411809573,"id":4219,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049958993,"traceId":"b09007848b46e699"},{"name":"client-full-reload","duration":4,"timestamp":1483413391385,"id":4221,"parentId":3,"tags":{"stackTrace":""},"startTime":1728049959195,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":227185,"timestamp":1483413166316,"id":4218,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049958970,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483413393544,"id":4222,"parentId":4218,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"282116096","memory.heapUsed":"196521584","memory.heapTotal":"247103488"},"startTime":1728049959197,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":199137,"timestamp":1483413197802,"id":4220,"tags":{"url":"/_next/static/webpack/bec1a66ee7054c76.webpack.hot-update.json","isTurbopack":false},"startTime":1728049959002,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483413396984,"id":4223,"parentId":4220,"tags":{"url":"/_next/static/webpack/bec1a66ee7054c76.webpack.hot-update.json","memory.rss":"282116096","memory.heapUsed":"196821912","memory.heapTotal":"247103488"},"startTime":1728049959201,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":189124,"timestamp":1483413406905,"id":4224,"tags":{"url":"/about","isTurbopack":false},"startTime":1728049959211,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1483413596191,"id":4225,"parentId":4224,"tags":{"url":"/about","memory.rss":"270581760","memory.heapUsed":"198862240","memory.heapTotal":"247365632"},"startTime":1728049959400,"traceId":"b09007848b46e699"},{"name":"client-success","duration":8,"timestamp":1483414078175,"id":4226,"parentId":3,"tags":{},"startTime":1728049959882,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":13566,"timestamp":1483424081355,"id":4236,"parentId":4235,"tags":{},"startTime":1728049969885,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":14721,"timestamp":1483424080259,"id":4235,"parentId":4234,"tags":{},"startTime":1728049969884,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":22095,"timestamp":1483424077010,"id":4234,"parentId":4229,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728049969881,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":69312,"timestamp":1483424035221,"id":4233,"parentId":4230,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049969839,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":69984,"timestamp":1483424034933,"id":4231,"parentId":4230,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049969839,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":71451,"timestamp":1483424035208,"id":4232,"parentId":4230,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049969839,"traceId":"b09007848b46e699"},{"name":"make","duration":273844,"timestamp":1483424025607,"id":4230,"parentId":4229,"tags":{},"startTime":1728049969829,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6870,"timestamp":1483424337259,"id":4254,"parentId":4253,"tags":{},"startTime":1728049970141,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":6,"timestamp":1483424344190,"id":4256,"parentId":4253,"tags":{},"startTime":1728049970148,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":15353,"timestamp":1483424344234,"id":4257,"parentId":4253,"tags":{},"startTime":1728049970148,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":11,"timestamp":1483424359686,"id":4258,"parentId":4253,"tags":{},"startTime":1728049970163,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":23,"timestamp":1483424359738,"id":4259,"parentId":4253,"tags":{},"startTime":1728049970163,"traceId":"b09007848b46e699"},{"name":"optimize","duration":24324,"timestamp":1483424344171,"id":4255,"parentId":4253,"tags":{},"startTime":1728049970148,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":6608,"timestamp":1483424380528,"id":4260,"parentId":4253,"tags":{},"startTime":1728049970184,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":10597,"timestamp":1483424387181,"id":4261,"parentId":4253,"tags":{},"startTime":1728049970191,"traceId":"b09007848b46e699"},{"name":"hash","duration":4267,"timestamp":1483424409547,"id":4262,"parentId":4253,"tags":{},"startTime":1728049970213,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":414,"timestamp":1483424413811,"id":4263,"parentId":4253,"tags":{},"startTime":1728049970217,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":353,"timestamp":1483424414199,"id":4264,"parentId":4253,"tags":{},"startTime":1728049970218,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3621,"timestamp":1483424414563,"id":4265,"parentId":4253,"tags":{},"startTime":1728049970218,"traceId":"b09007848b46e699"},{"name":"seal","duration":97663,"timestamp":1483424331515,"id":4253,"parentId":4229,"tags":{},"startTime":1728049970135,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":412895,"timestamp":1483424024360,"id":4229,"parentId":4227,"tags":{"name":"server"},"startTime":1728049969828,"traceId":"b09007848b46e699"},{"name":"emit","duration":9696,"timestamp":1483424437385,"id":4266,"parentId":4227,"tags":{},"startTime":1728049970241,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":452341,"timestamp":1483423995625,"id":4227,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728049969799,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5962,"timestamp":1483424468878,"id":4274,"parentId":4268,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049970273,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6025,"timestamp":1483424468920,"id":4276,"parentId":4268,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049970273,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6010,"timestamp":1483424468939,"id":4277,"parentId":4268,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049970273,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":12914,"timestamp":1483424468679,"id":4269,"parentId":4268,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049970272,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":27933,"timestamp":1483424468837,"id":4272,"parentId":4268,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049970272,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":27827,"timestamp":1483424468957,"id":4278,"parentId":4268,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049970273,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":48693,"timestamp":1483424468897,"id":4275,"parentId":4268,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049970273,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":27478,"timestamp":1483424490465,"id":4281,"parentId":4280,"tags":{},"startTime":1728049970294,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":72258,"timestamp":1483424468788,"id":4270,"parentId":4268,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049970272,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":381745,"timestamp":1483424518292,"id":4283,"parentId":4282,"tags":{},"startTime":1728049970322,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":385647,"timestamp":1483424518024,"id":4282,"parentId":4280,"tags":{},"startTime":1728049970322,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":87107,"timestamp":1483424906691,"id":4284,"parentId":4280,"tags":{"astUsed":"true"},"startTime":1728049970710,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":529381,"timestamp":1483424490148,"id":4280,"parentId":4279,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049970294,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":575150,"timestamp":1483424475208,"id":4279,"parentId":4267,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049970279,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":581986,"timestamp":1483424468817,"id":4271,"parentId":4268,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049970272,"traceId":"b09007848b46e699"},{"name":"build-module","duration":157,"timestamp":1483425051077,"id":4285,"parentId":4279,"tags":{},"startTime":1728049970855,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":582417,"timestamp":1483424468856,"id":4273,"parentId":4268,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049970272,"traceId":"b09007848b46e699"},{"name":"make","duration":599273,"timestamp":1483424452048,"id":4268,"parentId":4267,"tags":{},"startTime":1728049970256,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3645,"timestamp":1483425095144,"id":4287,"parentId":4286,"tags":{},"startTime":1728049970899,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1483425098835,"id":4289,"parentId":4286,"tags":{},"startTime":1728049970902,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":157,"timestamp":1483425098865,"id":4290,"parentId":4286,"tags":{},"startTime":1728049970902,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":7,"timestamp":1483425099089,"id":4291,"parentId":4286,"tags":{},"startTime":1728049970903,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1483425099194,"id":4292,"parentId":4286,"tags":{},"startTime":1728049970903,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3108,"timestamp":1483425098818,"id":4288,"parentId":4286,"tags":{},"startTime":1728049970902,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1213,"timestamp":1483425105474,"id":4293,"parentId":4286,"tags":{},"startTime":1728049970909,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":7527,"timestamp":1483425106722,"id":4294,"parentId":4286,"tags":{},"startTime":1728049970910,"traceId":"b09007848b46e699"},{"name":"hash","duration":6392,"timestamp":1483425117907,"id":4295,"parentId":4286,"tags":{},"startTime":1728049970922,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":318,"timestamp":1483425124297,"id":4296,"parentId":4286,"tags":{},"startTime":1728049970928,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":321,"timestamp":1483425124601,"id":4297,"parentId":4286,"tags":{},"startTime":1728049970928,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":19341,"timestamp":1483425124928,"id":4298,"parentId":4286,"tags":{},"startTime":1728049970929,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":518,"timestamp":1483425148083,"id":4300,"parentId":4267,"tags":{},"startTime":1728049970952,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":760,"timestamp":1483425147854,"id":4299,"parentId":4267,"tags":{},"startTime":1728049970951,"traceId":"b09007848b46e699"},{"name":"seal","duration":79110,"timestamp":1483425079603,"id":4286,"parentId":4267,"tags":{},"startTime":1728049970883,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":707675,"timestamp":1483424451428,"id":4267,"parentId":4228,"tags":{"name":"client"},"startTime":1728049970255,"traceId":"b09007848b46e699"},{"name":"emit","duration":26975,"timestamp":1483425159176,"id":4301,"parentId":4228,"tags":{},"startTime":1728049970963,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1181363,"timestamp":1483424008145,"id":4228,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728049969812,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":28,"timestamp":1483425200187,"id":4302,"parentId":3,"tags":{},"startTime":1728049971004,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1239000,"timestamp":1483424011073,"id":4304,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049971055,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":188510,"timestamp":1483425220384,"id":4303,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049971024,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1483425409380,"id":4305,"parentId":4303,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"212779008","memory.heapUsed":"227347400","memory.heapTotal":"263766016"},"startTime":1728049971213,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":14610,"timestamp":1483445812029,"id":4315,"parentId":4314,"tags":{},"startTime":1728049991615,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":14908,"timestamp":1483445811758,"id":4314,"parentId":4313,"tags":{},"startTime":1728049991615,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":19059,"timestamp":1483445810607,"id":4313,"parentId":4308,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728049991614,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":42915,"timestamp":1483445787992,"id":4312,"parentId":4309,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049991591,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":43236,"timestamp":1483445787686,"id":4310,"parentId":4309,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049991591,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":44421,"timestamp":1483445787975,"id":4311,"parentId":4309,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049991591,"traceId":"b09007848b46e699"},{"name":"make","duration":157559,"timestamp":1483445775955,"id":4309,"parentId":4308,"tags":{},"startTime":1728049991579,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6730,"timestamp":1483445957543,"id":4333,"parentId":4332,"tags":{},"startTime":1728049991761,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":21,"timestamp":1483445964331,"id":4335,"parentId":4332,"tags":{},"startTime":1728049991768,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":8772,"timestamp":1483445964392,"id":4336,"parentId":4332,"tags":{},"startTime":1728049991768,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":25,"timestamp":1483445973236,"id":4337,"parentId":4332,"tags":{},"startTime":1728049991776,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":26,"timestamp":1483445973309,"id":4338,"parentId":4332,"tags":{},"startTime":1728049991777,"traceId":"b09007848b46e699"},{"name":"optimize","duration":15338,"timestamp":1483445964305,"id":4334,"parentId":4332,"tags":{},"startTime":1728049991768,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1211,"timestamp":1483445987707,"id":4339,"parentId":4332,"tags":{},"startTime":1728049991791,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":64470,"timestamp":1483445988942,"id":4340,"parentId":4332,"tags":{},"startTime":1728049991792,"traceId":"b09007848b46e699"},{"name":"hash","duration":2812,"timestamp":1483446266114,"id":4341,"parentId":4332,"tags":{},"startTime":1728049992069,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":286,"timestamp":1483446268924,"id":4342,"parentId":4332,"tags":{},"startTime":1728049992072,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":322,"timestamp":1483446269194,"id":4343,"parentId":4332,"tags":{},"startTime":1728049992072,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":7131,"timestamp":1483446269529,"id":4344,"parentId":4332,"tags":{},"startTime":1728049992073,"traceId":"b09007848b46e699"},{"name":"seal","duration":347318,"timestamp":1483445948679,"id":4332,"parentId":4308,"tags":{},"startTime":1728049991752,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":540669,"timestamp":1483445769747,"id":4308,"parentId":4306,"tags":{"name":"server"},"startTime":1728049991573,"traceId":"b09007848b46e699"},{"name":"emit","duration":20717,"timestamp":1483446310557,"id":4345,"parentId":4306,"tags":{},"startTime":1728049992114,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":589171,"timestamp":1483445743454,"id":4306,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728049991547,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6758,"timestamp":1483446346066,"id":4353,"parentId":4347,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049992149,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6844,"timestamp":1483446346091,"id":4355,"parentId":4347,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049992149,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6831,"timestamp":1483446346107,"id":4356,"parentId":4347,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049992149,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":11603,"timestamp":1483446345748,"id":4348,"parentId":4347,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049992149,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":20691,"timestamp":1483446346039,"id":4351,"parentId":4347,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049992149,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":20621,"timestamp":1483446346119,"id":4357,"parentId":4347,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049992149,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25306,"timestamp":1483446346079,"id":4354,"parentId":4347,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049992149,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":8342,"timestamp":1483446363270,"id":4360,"parentId":4359,"tags":{},"startTime":1728049992167,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":39945,"timestamp":1483446345995,"id":4349,"parentId":4347,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049992149,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":522823,"timestamp":1483446371804,"id":4362,"parentId":4361,"tags":{},"startTime":1728049992175,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":528935,"timestamp":1483446371677,"id":4361,"parentId":4359,"tags":{},"startTime":1728049992175,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":84122,"timestamp":1483446902882,"id":4363,"parentId":4359,"tags":{"astUsed":"true"},"startTime":1728049992706,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":642829,"timestamp":1483446363067,"id":4359,"parentId":4358,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049992166,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":675380,"timestamp":1483446353258,"id":4358,"parentId":4346,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049992157,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":682932,"timestamp":1483446346025,"id":4350,"parentId":4347,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049992149,"traceId":"b09007848b46e699"},{"name":"build-module","duration":53,"timestamp":1483447029082,"id":4364,"parentId":4358,"tags":{},"startTime":1728049992832,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":683111,"timestamp":1483446346052,"id":4352,"parentId":4347,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049992149,"traceId":"b09007848b46e699"},{"name":"make","duration":693111,"timestamp":1483446336099,"id":4347,"parentId":4346,"tags":{},"startTime":1728049992139,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4047,"timestamp":1483447227880,"id":4366,"parentId":4365,"tags":{},"startTime":1728049993031,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":6,"timestamp":1483447231969,"id":4368,"parentId":4365,"tags":{},"startTime":1728049993035,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":158,"timestamp":1483447232010,"id":4369,"parentId":4365,"tags":{},"startTime":1728049993035,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":9,"timestamp":1483447232211,"id":4370,"parentId":4365,"tags":{},"startTime":1728049993035,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1483447232260,"id":4371,"parentId":4365,"tags":{},"startTime":1728049993035,"traceId":"b09007848b46e699"},{"name":"optimize","duration":28050,"timestamp":1483447231952,"id":4367,"parentId":4365,"tags":{},"startTime":1728049993035,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":821,"timestamp":1483447262803,"id":4372,"parentId":4365,"tags":{},"startTime":1728049993066,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":8164,"timestamp":1483447263648,"id":4373,"parentId":4365,"tags":{},"startTime":1728049993067,"traceId":"b09007848b46e699"},{"name":"hash","duration":7639,"timestamp":1483447275134,"id":4374,"parentId":4365,"tags":{},"startTime":1728049993078,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":363,"timestamp":1483447282771,"id":4375,"parentId":4365,"tags":{},"startTime":1728049993086,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":666,"timestamp":1483447283083,"id":4376,"parentId":4365,"tags":{},"startTime":1728049993086,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5186,"timestamp":1483447283768,"id":4377,"parentId":4365,"tags":{},"startTime":1728049993087,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":116,"timestamp":1483447290504,"id":4379,"parentId":4346,"tags":{},"startTime":1728049993094,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":200,"timestamp":1483447290426,"id":4378,"parentId":4346,"tags":{},"startTime":1728049993094,"traceId":"b09007848b46e699"},{"name":"seal","duration":95887,"timestamp":1483447199829,"id":4365,"parentId":4346,"tags":{},"startTime":1728049993003,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":960094,"timestamp":1483446335681,"id":4346,"parentId":4307,"tags":{"name":"client"},"startTime":1728049992139,"traceId":"b09007848b46e699"},{"name":"emit","duration":7914,"timestamp":1483447295822,"id":4380,"parentId":4307,"tags":{},"startTime":1728049993099,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1560843,"timestamp":1483445744542,"id":4307,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728049991548,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":6,"timestamp":1483447310675,"id":4381,"parentId":3,"tags":{},"startTime":1728049993114,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1602000,"timestamp":1483445747094,"id":4383,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049993152,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8627,"timestamp":1483447363315,"id":4399,"parentId":4388,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049993167,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8739,"timestamp":1483447363342,"id":4401,"parentId":4388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049993167,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8730,"timestamp":1483447363354,"id":4402,"parentId":4388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049993167,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14968,"timestamp":1483447363191,"id":4391,"parentId":4388,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049993166,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17225,"timestamp":1483447363303,"id":4398,"parentId":4388,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049993167,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":7762,"timestamp":1483447373116,"id":4406,"parentId":4405,"tags":{},"startTime":1728049993176,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":16839,"timestamp":1483447372122,"id":4405,"parentId":4389,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js","layer":null},"startTime":1728049993175,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29181,"timestamp":1483447363330,"id":4400,"parentId":4388,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049993167,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":35607,"timestamp":1483447363290,"id":4397,"parentId":4388,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049993167,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":35536,"timestamp":1483447363366,"id":4403,"parentId":4388,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049993167,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":35888,"timestamp":1483447363212,"id":4392,"parentId":4388,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049993166,"traceId":"b09007848b46e699"},{"name":"next-client-pages-loader","duration":1430,"timestamp":1483447407220,"id":4409,"parentId":4408,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1728049993210,"traceId":"b09007848b46e699"},{"name":"build-module","duration":3622,"timestamp":1483447405950,"id":4408,"parentId":4393,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!","layer":null},"startTime":1728049993209,"traceId":"b09007848b46e699"},{"name":"next-client-pages-loader","duration":46,"timestamp":1483447409715,"id":4411,"parentId":4410,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1728049993213,"traceId":"b09007848b46e699"},{"name":"build-module","duration":767,"timestamp":1483447409633,"id":4410,"parentId":4395,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!","layer":null},"startTime":1728049993213,"traceId":"b09007848b46e699"},{"name":"next-client-pages-loader","duration":168,"timestamp":1483447410497,"id":4413,"parentId":4412,"tags":{"absolutePagePath":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/pages/_error.js"},"startTime":1728049993214,"traceId":"b09007848b46e699"},{"name":"build-module","duration":920,"timestamp":1483447410412,"id":4412,"parentId":4404,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!","layer":null},"startTime":1728049993214,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":1444,"timestamp":1483447418407,"id":4420,"parentId":4419,"tags":{},"startTime":1728049993222,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8814,"timestamp":1483447418336,"id":4419,"parentId":4405,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/helpers.js","layer":null},"startTime":1728049993222,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":23180,"timestamp":1483447411668,"id":4415,"parentId":4414,"tags":{},"startTime":1728049993215,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":23478,"timestamp":1483447411376,"id":4414,"parentId":4407,"tags":{},"startTime":1728049993215,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":37575,"timestamp":1483447403599,"id":4407,"parentId":4390,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/next-dev.js","layer":null},"startTime":1728049993207,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":22413,"timestamp":1483447418855,"id":4423,"parentId":4422,"tags":{},"startTime":1728049993222,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":22496,"timestamp":1483447418776,"id":4422,"parentId":4421,"tags":{},"startTime":1728049993222,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":30042,"timestamp":1483447418629,"id":4421,"parentId":4412,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/pages/_error.js","layer":null},"startTime":1728049993222,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":33986,"timestamp":1483447414807,"id":4418,"parentId":4417,"tags":{},"startTime":1728049993218,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":34073,"timestamp":1483447414724,"id":4417,"parentId":4416,"tags":{},"startTime":1728049993218,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":43644,"timestamp":1483447414537,"id":4416,"parentId":4394,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js","layer":null},"startTime":1728049993218,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4241,"timestamp":1483447460080,"id":4426,"parentId":4425,"tags":{},"startTime":1728049993263,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4345,"timestamp":1483447459995,"id":4425,"parentId":4424,"tags":{},"startTime":1728049993263,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8379,"timestamp":1483447459387,"id":4424,"parentId":4408,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/pages/_app.js","layer":null},"startTime":1728049993263,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":104988,"timestamp":1483447363275,"id":4396,"parentId":4388,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049993167,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":12316,"timestamp":1483447462129,"id":4428,"parentId":4427,"tags":{},"startTime":1728049993265,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":13860,"timestamp":1483447462045,"id":4427,"parentId":4405,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-refresh/runtime.js","layer":null},"startTime":1728049993265,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4744,"timestamp":1483447473306,"id":4436,"parentId":4435,"tags":{},"startTime":1728049993277,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4791,"timestamp":1483447473265,"id":4435,"parentId":4430,"tags":{},"startTime":1728049993276,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":10586,"timestamp":1483447472690,"id":4430,"parentId":4407,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/setup-hydration-warning.js","layer":null},"startTime":1728049993276,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":10402,"timestamp":1483447473394,"id":4438,"parentId":4437,"tags":{},"startTime":1728049993277,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":10440,"timestamp":1483447473359,"id":4437,"parentId":4431,"tags":{},"startTime":1728049993277,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":14729,"timestamp":1483447472801,"id":4431,"parentId":4416,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/with-router.js","layer":null},"startTime":1728049993276,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":14390,"timestamp":1483447473207,"id":4434,"parentId":4433,"tags":{},"startTime":1728049993276,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":14534,"timestamp":1483447473066,"id":4433,"parentId":4429,"tags":{},"startTime":1728049993276,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":18505,"timestamp":1483447472482,"id":4429,"parentId":4407,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/webpack.js","layer":null},"startTime":1728049993276,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":19531,"timestamp":1483447473532,"id":4440,"parentId":4439,"tags":{},"startTime":1728049993277,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":19621,"timestamp":1483447473447,"id":4439,"parentId":4432,"tags":{},"startTime":1728049993277,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":25989,"timestamp":1483447472895,"id":4432,"parentId":4407,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/page-bootstrap.js","layer":null},"startTime":1728049993276,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":21706,"timestamp":1483447477575,"id":4446,"parentId":4445,"tags":{},"startTime":1728049993281,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":21750,"timestamp":1483447477535,"id":4445,"parentId":4442,"tags":{},"startTime":1728049993281,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":25442,"timestamp":1483447477160,"id":4442,"parentId":4407,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/hot-middleware-client.js","layer":null},"startTime":1728049993280,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":32507,"timestamp":1483447477480,"id":4444,"parentId":4443,"tags":{},"startTime":1728049993281,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":32590,"timestamp":1483447477403,"id":4443,"parentId":4441,"tags":{},"startTime":1728049993281,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":46665,"timestamp":1483447476977,"id":4441,"parentId":4407,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/index.js","layer":null},"startTime":1728049993280,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7006,"timestamp":1483447528047,"id":4454,"parentId":4453,"tags":{},"startTime":1728049993331,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7085,"timestamp":1483447527975,"id":4453,"parentId":4449,"tags":{},"startTime":1728049993331,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9404,"timestamp":1483447527025,"id":4449,"parentId":4416,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":null},"startTime":1728049993330,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9872,"timestamp":1483447528204,"id":4458,"parentId":4457,"tags":{},"startTime":1728049993331,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9904,"timestamp":1483447528175,"id":4457,"parentId":4451,"tags":{},"startTime":1728049993331,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":16414,"timestamp":1483447527311,"id":4451,"parentId":4424,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils.js","layer":null},"startTime":1728049993331,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":19031,"timestamp":1483447528130,"id":4456,"parentId":4455,"tags":{},"startTime":1728049993331,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":19071,"timestamp":1483447528096,"id":4455,"parentId":4450,"tags":{},"startTime":1728049993331,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":27087,"timestamp":1483447527220,"id":4450,"parentId":4421,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/head.js","layer":null},"startTime":1728049993330,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":63105,"timestamp":1483447491651,"id":4448,"parentId":4447,"tags":{},"startTime":1728049993295,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":64582,"timestamp":1483447491562,"id":4447,"parentId":4416,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/is-error.js","layer":null},"startTime":1728049993295,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":41008,"timestamp":1483447528278,"id":4460,"parentId":4459,"tags":{},"startTime":1728049993332,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":41043,"timestamp":1483447528250,"id":4459,"parentId":4452,"tags":{},"startTime":1728049993331,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":82767,"timestamp":1483447527389,"id":4452,"parentId":4416,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/router.js","layer":null},"startTime":1728049993331,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":12617,"timestamp":1483447615379,"id":4467,"parentId":4466,"tags":{},"startTime":1728049993419,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":12708,"timestamp":1483447615294,"id":4466,"parentId":4465,"tags":{},"startTime":1728049993419,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":15551,"timestamp":1483447614213,"id":4465,"parentId":4432,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/on-demand-entries-client.js","layer":null},"startTime":1728049993417,"traceId":"b09007848b46e699"},{"name":"build-module","duration":118,"timestamp":1483447643353,"id":4522,"parentId":4452,"tags":{"layer":null},"startTime":1728049993447,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":11442,"timestamp":1483447633771,"id":4486,"parentId":4485,"tags":{},"startTime":1728049993437,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":11524,"timestamp":1483447633697,"id":4485,"parentId":4468,"tags":{},"startTime":1728049993437,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":15864,"timestamp":1483447631829,"id":4468,"parentId":4432,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/fouc.js","layer":null},"startTime":1728049993435,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":13905,"timestamp":1483447633866,"id":4488,"parentId":4487,"tags":{},"startTime":1728049993437,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":13948,"timestamp":1483447633826,"id":4487,"parentId":4469,"tags":{},"startTime":1728049993437,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":18273,"timestamp":1483447632021,"id":4469,"parentId":4432,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/dev-build-watcher.js","layer":null},"startTime":1728049993435,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":16411,"timestamp":1483447633952,"id":4490,"parentId":4489,"tags":{},"startTime":1728049993437,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":16494,"timestamp":1483447633918,"id":4489,"parentId":4470,"tags":{},"startTime":1728049993437,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":20975,"timestamp":1483447632125,"id":4470,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/page-loader.js","layer":null},"startTime":1728049993435,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":19018,"timestamp":1483447634122,"id":4494,"parentId":4493,"tags":{},"startTime":1728049993437,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":19051,"timestamp":1483447634091,"id":4493,"parentId":4472,"tags":{},"startTime":1728049993437,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":22798,"timestamp":1483447632309,"id":4472,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/performance-relayer.js","layer":null},"startTime":1728049993436,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":20850,"timestamp":1483447634286,"id":4498,"parentId":4497,"tags":{},"startTime":1728049993438,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":20883,"timestamp":1483447634256,"id":4497,"parentId":4474,"tags":{},"startTime":1728049993437,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":23969,"timestamp":1483447632487,"id":4474,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/remove-base-path.js","layer":null},"startTime":1728049993436,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":22468,"timestamp":1483447634039,"id":4492,"parentId":4491,"tags":{},"startTime":1728049993437,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":22502,"timestamp":1483447634007,"id":4491,"parentId":4471,"tags":{},"startTime":1728049993437,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":27642,"timestamp":1483447632217,"id":4471,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/head-manager.js","layer":null},"startTime":1728049993435,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":25709,"timestamp":1483447634204,"id":4496,"parentId":4495,"tags":{},"startTime":1728049993437,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":25743,"timestamp":1483447634173,"id":4495,"parentId":4473,"tags":{},"startTime":1728049993437,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":29425,"timestamp":1483447632398,"id":4473,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/route-announcer.js","layer":null},"startTime":1728049993436,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":27480,"timestamp":1483447634369,"id":4500,"parentId":4499,"tags":{},"startTime":1728049993438,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":27514,"timestamp":1483447634339,"id":4499,"parentId":4475,"tags":{},"startTime":1728049993438,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":30311,"timestamp":1483447632570,"id":4475,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/on-recoverable-error.js","layer":null},"startTime":1728049993436,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":28453,"timestamp":1483447634452,"id":4502,"parentId":4501,"tags":{},"startTime":1728049993438,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":28487,"timestamp":1483447634421,"id":4501,"parentId":4476,"tags":{},"startTime":1728049993438,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":31281,"timestamp":1483447632655,"id":4476,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/has-base-path.js","layer":null},"startTime":1728049993436,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":29426,"timestamp":1483447634534,"id":4504,"parentId":4503,"tags":{},"startTime":1728049993438,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":29460,"timestamp":1483447634503,"id":4503,"parentId":4477,"tags":{},"startTime":1728049993438,"traceId":"b09007848b46e699"}] -[{"name":"build-module-js","duration":36805,"timestamp":1483447632738,"id":4477,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":null},"startTime":1728049993436,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":34893,"timestamp":1483447634700,"id":4508,"parentId":4507,"tags":{},"startTime":1728049993438,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":34926,"timestamp":1483447634669,"id":4507,"parentId":4479,"tags":{},"startTime":1728049993438,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":37591,"timestamp":1483447632902,"id":4479,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/runtime-config.external.js","layer":null},"startTime":1728049993436,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":35739,"timestamp":1483447634783,"id":4510,"parentId":4509,"tags":{},"startTime":1728049993438,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":35771,"timestamp":1483447634753,"id":4509,"parentId":4480,"tags":{},"startTime":1728049993438,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":38629,"timestamp":1483447632985,"id":4480,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/mitt.js","layer":null},"startTime":1728049993436,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":36776,"timestamp":1483447634864,"id":4512,"parentId":4511,"tags":{},"startTime":1728049993438,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":36808,"timestamp":1483447634833,"id":4511,"parentId":4481,"tags":{},"startTime":1728049993438,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":39451,"timestamp":1483447633067,"id":4481,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":null},"startTime":1728049993436,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":44394,"timestamp":1483447634946,"id":4514,"parentId":4513,"tags":{},"startTime":1728049993438,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":44434,"timestamp":1483447634915,"id":4513,"parentId":4482,"tags":{},"startTime":1728049993438,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":47375,"timestamp":1483447633152,"id":4482,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":null},"startTime":1728049993436,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":121255,"timestamp":1483447562485,"id":4462,"parentId":4461,"tags":{},"startTime":1728049993366,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":123676,"timestamp":1483447562387,"id":4461,"parentId":4429,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/deployment-id.js","layer":null},"startTime":1728049993366,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":58279,"timestamp":1483447635029,"id":4516,"parentId":4515,"tags":{},"startTime":1728049993438,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":58317,"timestamp":1483447634998,"id":4515,"parentId":4483,"tags":{},"startTime":1728049993438,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":63941,"timestamp":1483447633232,"id":4483,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":null},"startTime":1728049993436,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":55424,"timestamp":1483447644059,"id":4526,"parentId":4525,"tags":{},"startTime":1728049993447,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":55488,"timestamp":1483447644004,"id":4525,"parentId":4520,"tags":{},"startTime":1728049993447,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":59634,"timestamp":1483447642876,"id":4520,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":null},"startTime":1728049993446,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":67457,"timestamp":1483447635113,"id":4518,"parentId":4517,"tags":{},"startTime":1728049993438,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":67493,"timestamp":1483447635080,"id":4517,"parentId":4484,"tags":{},"startTime":1728049993438,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":74749,"timestamp":1483447633312,"id":4484,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/adapters.js","layer":null},"startTime":1728049993437,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":73520,"timestamp":1483447634616,"id":4506,"parentId":4505,"tags":{},"startTime":1728049993438,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":73554,"timestamp":1483447634586,"id":4505,"parentId":4478,"tags":{},"startTime":1728049993438,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":83647,"timestamp":1483447632821,"id":4478,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/script.js","layer":null},"startTime":1728049993436,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":72656,"timestamp":1483447643871,"id":4524,"parentId":4523,"tags":{},"startTime":1728049993447,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":72776,"timestamp":1483447643754,"id":4523,"parentId":4519,"tags":{},"startTime":1728049993447,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":76789,"timestamp":1483447642540,"id":4519,"parentId":4432,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":null},"startTime":1728049993446,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":75075,"timestamp":1483447644283,"id":4528,"parentId":4527,"tags":{},"startTime":1728049993448,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":75224,"timestamp":1483447644137,"id":4527,"parentId":4521,"tags":{},"startTime":1728049993447,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":78270,"timestamp":1483447643040,"id":4521,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":null},"startTime":1728049993446,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":45948,"timestamp":1483447675524,"id":4538,"parentId":4537,"tags":{},"startTime":1728049993479,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":46025,"timestamp":1483447675451,"id":4537,"parentId":4529,"tags":{},"startTime":1728049993479,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":48595,"timestamp":1483447674375,"id":4529,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/tracing/report-to-socket.js","layer":null},"startTime":1728049993478,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":47289,"timestamp":1483447675708,"id":4542,"parentId":4541,"tags":{},"startTime":1728049993479,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":47325,"timestamp":1483447675674,"id":4541,"parentId":4533,"tags":{},"startTime":1728049993479,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":49610,"timestamp":1483447674740,"id":4533,"parentId":4447,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/is-plain-object.js","layer":null},"startTime":1728049993478,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":48761,"timestamp":1483447675620,"id":4540,"parentId":4539,"tags":{},"startTime":1728049993479,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":48801,"timestamp":1483447675583,"id":4539,"parentId":4530,"tags":{},"startTime":1728049993479,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":51930,"timestamp":1483447674559,"id":4530,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/tracing/tracer.js","layer":null},"startTime":1728049993478,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":51052,"timestamp":1483447675795,"id":4544,"parentId":4543,"tags":{},"startTime":1728049993479,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":51089,"timestamp":1483447675761,"id":4543,"parentId":4534,"tags":{},"startTime":1728049993479,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":53893,"timestamp":1483447674836,"id":4534,"parentId":4450,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/side-effect.js","layer":null},"startTime":1728049993478,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":60649,"timestamp":1483447675961,"id":4548,"parentId":4547,"tags":{},"startTime":1728049993479,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":60688,"timestamp":1483447675929,"id":4547,"parentId":4536,"tags":{},"startTime":1728049993479,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":62856,"timestamp":1483447675060,"id":4536,"parentId":4450,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/amp-mode.js","layer":null},"startTime":1728049993478,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":63496,"timestamp":1483447675877,"id":4546,"parentId":4545,"tags":{},"startTime":1728049993479,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":63530,"timestamp":1483447675847,"id":4545,"parentId":4535,"tags":{},"startTime":1728049993479,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":65507,"timestamp":1483447674971,"id":4535,"parentId":4450,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":null},"startTime":1728049993478,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":127134,"timestamp":1483447614163,"id":4464,"parentId":4463,"tags":{},"startTime":1728049993417,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":132886,"timestamp":1483447614071,"id":4463,"parentId":4427,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.development.js","layer":null},"startTime":1728049993417,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":385741,"timestamp":1483447363070,"id":4389,"parentId":4388,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049993166,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9001,"timestamp":1483447752717,"id":4581,"parentId":4580,"tags":{},"startTime":1728049993556,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9051,"timestamp":1483447752677,"id":4580,"parentId":4552,"tags":{},"startTime":1728049993556,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":15273,"timestamp":1483447749517,"id":4552,"parentId":4432,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/websocket.js","layer":null},"startTime":1728049993553,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":12296,"timestamp":1483447752621,"id":4579,"parentId":4578,"tags":{},"startTime":1728049993556,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":12384,"timestamp":1483447752538,"id":4578,"parentId":4551,"tags":{},"startTime":1728049993556,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":18436,"timestamp":1483447749273,"id":4551,"parentId":4432,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/shared.js","layer":null},"startTime":1728049993552,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":14882,"timestamp":1483447752893,"id":4585,"parentId":4584,"tags":{},"startTime":1728049993556,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":14919,"timestamp":1483447752859,"id":4584,"parentId":4554,"tags":{},"startTime":1728049993556,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":22693,"timestamp":1483447749887,"id":4554,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/client.js","layer":null},"startTime":1728049993553,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":19683,"timestamp":1483447752979,"id":4587,"parentId":4586,"tags":{},"startTime":1728049993556,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":19733,"timestamp":1483447752946,"id":4586,"parentId":4555,"tags":{},"startTime":1728049993556,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":24352,"timestamp":1483447749981,"id":4555,"parentId":4432,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/runtime-error-handler.js","layer":null},"startTime":1728049993553,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":21132,"timestamp":1483447753308,"id":4591,"parentId":4590,"tags":{},"startTime":1728049993557,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":21184,"timestamp":1483447753267,"id":4590,"parentId":4557,"tags":{},"startTime":1728049993556,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":26165,"timestamp":1483447750341,"id":4557,"parentId":4452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/remove-locale.js","layer":null},"startTime":1728049993554,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":33350,"timestamp":1483447753392,"id":4593,"parentId":4592,"tags":{},"startTime":1728049993557,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":33393,"timestamp":1483447753359,"id":4592,"parentId":4558,"tags":{},"startTime":1728049993557,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":38049,"timestamp":1483447750437,"id":4558,"parentId":4452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/add-locale.js","layer":null},"startTime":1728049993554,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":35763,"timestamp":1483447752806,"id":4583,"parentId":4582,"tags":{},"startTime":1728049993556,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":35801,"timestamp":1483447752771,"id":4582,"parentId":4553,"tags":{},"startTime":1728049993556,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":43591,"timestamp":1483447749770,"id":4553,"parentId":4432,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/hot-reloader-client.js","layer":null},"startTime":1728049993553,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":39937,"timestamp":1483447753476,"id":4595,"parentId":4594,"tags":{},"startTime":1728049993557,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":39971,"timestamp":1483447753444,"id":4594,"parentId":4559,"tags":{},"startTime":1728049993557,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":44067,"timestamp":1483447750526,"id":4559,"parentId":4452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/add-base-path.js","layer":null},"startTime":1728049993554,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":40975,"timestamp":1483447753645,"id":4599,"parentId":4598,"tags":{},"startTime":1728049993557,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":41009,"timestamp":1483447753613,"id":4598,"parentId":4563,"tags":{},"startTime":1728049993557,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":45007,"timestamp":1483447750943,"id":4563,"parentId":4452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":null},"startTime":1728049993554,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":42428,"timestamp":1483447753562,"id":4597,"parentId":4596,"tags":{},"startTime":1728049993557,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":42466,"timestamp":1483447753527,"id":4596,"parentId":4562,"tags":{},"startTime":1728049993557,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":48182,"timestamp":1483447750845,"id":4562,"parentId":4452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/bloom-filter.js","layer":null},"startTime":1728049993554,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":45419,"timestamp":1483447753731,"id":4601,"parentId":4600,"tags":{},"startTime":1728049993557,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":45460,"timestamp":1483447753696,"id":4600,"parentId":4564,"tags":{},"startTime":1728049993557,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":49865,"timestamp":1483447751037,"id":4564,"parentId":4452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":null},"startTime":1728049993554,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":47133,"timestamp":1483447753820,"id":4603,"parentId":4602,"tags":{},"startTime":1728049993557,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":47173,"timestamp":1483447753784,"id":4602,"parentId":4565,"tags":{},"startTime":1728049993557,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":51197,"timestamp":1483447751126,"id":4565,"parentId":4452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/detect-domain-locale.js","layer":null},"startTime":1728049993554,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":49201,"timestamp":1483447753211,"id":4589,"parentId":4588,"tags":{},"startTime":1728049993556,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":49386,"timestamp":1483447753030,"id":4588,"parentId":4556,"tags":{},"startTime":1728049993556,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":56408,"timestamp":1483447750153,"id":4556,"parentId":4452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/route-loader.js","layer":null},"startTime":1728049993553,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":52571,"timestamp":1483447754067,"id":4609,"parentId":4608,"tags":{},"startTime":1728049993557,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":52606,"timestamp":1483447754035,"id":4608,"parentId":4568,"tags":{},"startTime":1728049993557,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":58682,"timestamp":1483447751393,"id":4568,"parentId":4452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":null},"startTime":1728049993555,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":56226,"timestamp":1483447753902,"id":4605,"parentId":4604,"tags":{},"startTime":1728049993557,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":56260,"timestamp":1483447753871,"id":4604,"parentId":4566,"tags":{},"startTime":1728049993557,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":63717,"timestamp":1483447751213,"id":4566,"parentId":4452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/resolve-href.js","layer":null},"startTime":1728049993554,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":61017,"timestamp":1483447753984,"id":4607,"parentId":4606,"tags":{},"startTime":1728049993557,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":61051,"timestamp":1483447753953,"id":4606,"parentId":4567,"tags":{},"startTime":1728049993557,"traceId":"b09007848b46e699"}] -[{"name":"build-module-js","duration":68984,"timestamp":1483447751305,"id":4567,"parentId":4452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":null},"startTime":1728049993555,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":66110,"timestamp":1483447754229,"id":4613,"parentId":4612,"tags":{},"startTime":1728049993557,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":66144,"timestamp":1483447754199,"id":4612,"parentId":4570,"tags":{},"startTime":1728049993557,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":69742,"timestamp":1483447751560,"id":4570,"parentId":4452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":null},"startTime":1728049993555,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":67191,"timestamp":1483447754148,"id":4611,"parentId":4610,"tags":{},"startTime":1728049993557,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":67224,"timestamp":1483447754118,"id":4610,"parentId":4569,"tags":{},"startTime":1728049993557,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":71648,"timestamp":1483447751478,"id":4569,"parentId":4452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":null},"startTime":1728049993555,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":68754,"timestamp":1483447754402,"id":4617,"parentId":4616,"tags":{},"startTime":1728049993558,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":68792,"timestamp":1483447754367,"id":4616,"parentId":4572,"tags":{},"startTime":1728049993558,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":72384,"timestamp":1483447751742,"id":4572,"parentId":4452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":null},"startTime":1728049993555,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":69842,"timestamp":1483447754315,"id":4615,"parentId":4614,"tags":{},"startTime":1728049993558,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":69879,"timestamp":1483447754280,"id":4614,"parentId":4571,"tags":{},"startTime":1728049993558,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":73817,"timestamp":1483447751652,"id":4571,"parentId":4452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":null},"startTime":1728049993555,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":70928,"timestamp":1483447754568,"id":4621,"parentId":4620,"tags":{},"startTime":1728049993558,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":70961,"timestamp":1483447754537,"id":4620,"parentId":4574,"tags":{},"startTime":1728049993558,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":74336,"timestamp":1483447751912,"id":4574,"parentId":4452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":null},"startTime":1728049993555,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":71786,"timestamp":1483447754486,"id":4619,"parentId":4618,"tags":{},"startTime":1728049993558,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":71818,"timestamp":1483447754455,"id":4618,"parentId":4573,"tags":{},"startTime":1728049993558,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":76181,"timestamp":1483447751830,"id":4573,"parentId":4452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":null},"startTime":1728049993555,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":154584,"timestamp":1483447674689,"id":4532,"parentId":4531,"tags":{},"startTime":1728049993478,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":155761,"timestamp":1483447674663,"id":4531,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":null},"startTime":1728049993478,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":75962,"timestamp":1483447754649,"id":4623,"parentId":4622,"tags":{},"startTime":1728049993558,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":75997,"timestamp":1483447754619,"id":4622,"parentId":4575,"tags":{},"startTime":1728049993558,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":79606,"timestamp":1483447751997,"id":4575,"parentId":4452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":null},"startTime":1728049993555,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":80341,"timestamp":1483447754735,"id":4625,"parentId":4624,"tags":{},"startTime":1728049993558,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":80383,"timestamp":1483447754700,"id":4624,"parentId":4576,"tags":{},"startTime":1728049993558,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":84286,"timestamp":1483447752081,"id":4576,"parentId":4452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":null},"startTime":1728049993555,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":81591,"timestamp":1483447754816,"id":4627,"parentId":4626,"tags":{},"startTime":1728049993558,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":81623,"timestamp":1483447754786,"id":4626,"parentId":4577,"tags":{},"startTime":1728049993558,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":85356,"timestamp":1483447752168,"id":4577,"parentId":4452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":null},"startTime":1728049993555,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":76051,"timestamp":1483447761503,"id":4632,"parentId":4631,"tags":{},"startTime":1728049993565,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":76137,"timestamp":1483447761420,"id":4631,"parentId":4630,"tags":{},"startTime":1728049993565,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":77639,"timestamp":1483447761037,"id":4630,"parentId":4450,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":null},"startTime":1728049993564,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":57777,"timestamp":1483447781041,"id":4639,"parentId":4638,"tags":{},"startTime":1728049993584,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":57869,"timestamp":1483447780955,"id":4638,"parentId":4633,"tags":{},"startTime":1728049993584,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":59896,"timestamp":1483447779997,"id":4633,"parentId":4452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":null},"startTime":1728049993583,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":58616,"timestamp":1483447781322,"id":4645,"parentId":4644,"tags":{},"startTime":1728049993585,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":58656,"timestamp":1483447781287,"id":4644,"parentId":4636,"tags":{},"startTime":1728049993585,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":60487,"timestamp":1483447780438,"id":4636,"parentId":4470,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","layer":null},"startTime":1728049993584,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":59958,"timestamp":1483447781142,"id":4641,"parentId":4640,"tags":{},"startTime":1728049993584,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":60007,"timestamp":1483447781098,"id":4640,"parentId":4634,"tags":{},"startTime":1728049993584,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":62214,"timestamp":1483447780227,"id":4634,"parentId":4452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":null},"startTime":1728049993583,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":61929,"timestamp":1483447781407,"id":4647,"parentId":4646,"tags":{},"startTime":1728049993585,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":61969,"timestamp":1483447781374,"id":4646,"parentId":4637,"tags":{},"startTime":1728049993585,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":63790,"timestamp":1483447780530,"id":4637,"parentId":4476,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":null},"startTime":1728049993584,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":74861,"timestamp":1483447781233,"id":4643,"parentId":4642,"tags":{},"startTime":1728049993584,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":74908,"timestamp":1483447781196,"id":4642,"parentId":4635,"tags":{},"startTime":1728049993584,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":78801,"timestamp":1483447780341,"id":4635,"parentId":4470,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/constants.js","layer":null},"startTime":1728049993584,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":119062,"timestamp":1483447750642,"id":4561,"parentId":4560,"tags":{},"startTime":1728049993554,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":119616,"timestamp":1483447750614,"id":4560,"parentId":4452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/is-api-route.js","layer":null},"startTime":1728049993554,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":121061,"timestamp":1483447749194,"id":4550,"parentId":4549,"tags":{},"startTime":1728049993552,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":121630,"timestamp":1483447749071,"id":4549,"parentId":4432,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":null},"startTime":1728049993552,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8966,"timestamp":1483447864220,"id":4656,"parentId":4655,"tags":{},"startTime":1728049993667,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9005,"timestamp":1483447864186,"id":4655,"parentId":4650,"tags":{},"startTime":1728049993667,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":12083,"timestamp":1483447863631,"id":4650,"parentId":4484,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":null},"startTime":1728049993667,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":11729,"timestamp":1483447864036,"id":4652,"parentId":4651,"tags":{},"startTime":1728049993667,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":11809,"timestamp":1483447863958,"id":4651,"parentId":4648,"tags":{},"startTime":1728049993667,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":13448,"timestamp":1483447863328,"id":4648,"parentId":4482,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-config.js","layer":null},"startTime":1728049993667,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":12673,"timestamp":1483447864133,"id":4654,"parentId":4653,"tags":{},"startTime":1728049993667,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":12714,"timestamp":1483447864093,"id":4653,"parentId":4649,"tags":{},"startTime":1728049993667,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":14314,"timestamp":1483447863523,"id":4649,"parentId":4478,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/request-idle-callback.js","layer":null},"startTime":1728049993667,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":118814,"timestamp":1483447761002,"id":4629,"parentId":4628,"tags":{},"startTime":1728049993564,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":119320,"timestamp":1483447760909,"id":4628,"parentId":4421,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react/jsx-runtime.js","layer":null},"startTime":1728049993564,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":12017,"timestamp":1483447878714,"id":4661,"parentId":4660,"tags":{},"startTime":1728049993682,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":12106,"timestamp":1483447878640,"id":4660,"parentId":4659,"tags":{},"startTime":1728049993682,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":13751,"timestamp":1483447878400,"id":4659,"parentId":4475,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":null},"startTime":1728049993682,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":15098,"timestamp":1483447885216,"id":4677,"parentId":4676,"tags":{},"startTime":1728049993688,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":15142,"timestamp":1483447885183,"id":4676,"parentId":4665,"tags":{},"startTime":1728049993688,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":17620,"timestamp":1483447884146,"id":4665,"parentId":4552,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/get-socket-url.js","layer":null},"startTime":1728049993687,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":16764,"timestamp":1483447885043,"id":4673,"parentId":4672,"tags":{},"startTime":1728049993688,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":16809,"timestamp":1483447885002,"id":4672,"parentId":4663,"tags":{},"startTime":1728049993688,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":19123,"timestamp":1483447883943,"id":4663,"parentId":4554,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parseStack.js","layer":null},"startTime":1728049993687,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":17975,"timestamp":1483447885130,"id":4675,"parentId":4674,"tags":{},"startTime":1728049993688,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":18012,"timestamp":1483447885095,"id":4674,"parentId":4664,"tags":{},"startTime":1728049993688,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":20203,"timestamp":1483447884051,"id":4664,"parentId":4554,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/bus.js","layer":null},"startTime":1728049993687,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":19349,"timestamp":1483447884946,"id":4671,"parentId":4670,"tags":{},"startTime":1728049993688,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":19434,"timestamp":1483447884865,"id":4670,"parentId":4662,"tags":{},"startTime":1728049993688,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":22000,"timestamp":1483447883753,"id":4662,"parentId":4554,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/ReactDevOverlay.js","layer":null},"startTime":1728049993687,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":20123,"timestamp":1483447885661,"id":4683,"parentId":4682,"tags":{},"startTime":1728049993689,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":20158,"timestamp":1483447885629,"id":4682,"parentId":4668,"tags":{},"startTime":1728049993689,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":22404,"timestamp":1483447884409,"id":4668,"parentId":4554,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getErrorByType.js","layer":null},"startTime":1728049993688,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":21535,"timestamp":1483447885577,"id":4681,"parentId":4680,"tags":{},"startTime":1728049993689,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":21575,"timestamp":1483447885540,"id":4680,"parentId":4667,"tags":{},"startTime":1728049993689,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":24454,"timestamp":1483447884322,"id":4667,"parentId":4554,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/nodeStackFrames.js","layer":null},"startTime":1728049993688,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":24106,"timestamp":1483447885483,"id":4679,"parentId":4678,"tags":{},"startTime":1728049993689,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":24326,"timestamp":1483447885267,"id":4678,"parentId":4666,"tags":{},"startTime":1728049993688,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":27172,"timestamp":1483447884235,"id":4666,"parentId":4554,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parse-component-stack.js","layer":null},"startTime":1728049993687,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":25701,"timestamp":1483447885744,"id":4685,"parentId":4684,"tags":{},"startTime":1728049993689,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":25736,"timestamp":1483447885712,"id":4684,"parentId":4669,"tags":{},"startTime":1728049993689,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":28135,"timestamp":1483447884496,"id":4669,"parentId":4554,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js","layer":null},"startTime":1728049993688,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":18085,"timestamp":1483447894680,"id":4699,"parentId":4698,"tags":{},"startTime":1728049993698,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":18129,"timestamp":1483447894639,"id":4698,"parentId":4687,"tags":{},"startTime":1728049993698,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":19966,"timestamp":1483447893528,"id":4687,"parentId":4568,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/escape-regexp.js","layer":null},"startTime":1728049993697,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":18934,"timestamp":1483447894585,"id":4697,"parentId":4696,"tags":{},"startTime":1728049993698,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":19017,"timestamp":1483447894505,"id":4696,"parentId":4686,"tags":{},"startTime":1728049993698,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":20859,"timestamp":1483447893336,"id":4686,"parentId":4559,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":null},"startTime":1728049993697,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":19453,"timestamp":1483447894766,"id":4701,"parentId":4700,"tags":{},"startTime":1728049993698,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":19490,"timestamp":1483447894732,"id":4700,"parentId":4688,"tags":{},"startTime":1728049993698,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":21787,"timestamp":1483447893685,"id":4688,"parentId":4558,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/normalize-trailing-slash.js","layer":null},"startTime":1728049993697,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":20637,"timestamp":1483447894863,"id":4703,"parentId":4702,"tags":{},"startTime":1728049993698,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":20684,"timestamp":1483447894818,"id":4702,"parentId":4689,"tags":{},"startTime":1728049993698,"traceId":"b09007848b46e699"}] -[{"name":"build-module-js","duration":25175,"timestamp":1483447893785,"id":4689,"parentId":4556,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/trusted-types.js","layer":null},"startTime":1728049993697,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":23882,"timestamp":1483447895127,"id":4709,"parentId":4708,"tags":{},"startTime":1728049993698,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":23919,"timestamp":1483447895092,"id":4708,"parentId":4692,"tags":{},"startTime":1728049993698,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":25847,"timestamp":1483447894101,"id":4692,"parentId":4571,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":null},"startTime":1728049993697,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":24933,"timestamp":1483447895042,"id":4707,"parentId":4706,"tags":{},"startTime":1728049993698,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":24971,"timestamp":1483447895006,"id":4706,"parentId":4691,"tags":{},"startTime":1728049993698,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":26887,"timestamp":1483447894006,"id":4691,"parentId":4572,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":null},"startTime":1728049993697,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":25965,"timestamp":1483447894952,"id":4705,"parentId":4704,"tags":{},"startTime":1728049993698,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":26004,"timestamp":1483447894914,"id":4704,"parentId":4690,"tags":{},"startTime":1728049993698,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":27799,"timestamp":1483447893882,"id":4690,"parentId":4572,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":null},"startTime":1728049993697,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":33476,"timestamp":1483447895211,"id":4711,"parentId":4710,"tags":{},"startTime":1728049993698,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":33518,"timestamp":1483447895178,"id":4710,"parentId":4693,"tags":{},"startTime":1728049993698,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":39131,"timestamp":1483447894196,"id":4693,"parentId":4553,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/format-webpack-messages.js","layer":null},"startTime":1728049993697,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":55909,"timestamp":1483447878348,"id":4658,"parentId":4657,"tags":{},"startTime":1728049993682,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":56683,"timestamp":1483447878276,"id":4657,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-dom/client.js","layer":null},"startTime":1728049993681,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":11384,"timestamp":1483447925341,"id":4720,"parentId":4719,"tags":{},"startTime":1728049993729,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":11426,"timestamp":1483447925304,"id":4719,"parentId":4715,"tags":{},"startTime":1728049993729,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":12792,"timestamp":1483447924604,"id":4715,"parentId":4635,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":null},"startTime":1728049993728,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":11984,"timestamp":1483447925436,"id":4722,"parentId":4721,"tags":{},"startTime":1728049993729,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":12028,"timestamp":1483447925394,"id":4721,"parentId":4716,"tags":{},"startTime":1728049993729,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":13385,"timestamp":1483447924707,"id":4716,"parentId":4633,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":null},"startTime":1728049993728,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":13364,"timestamp":1483447925248,"id":4718,"parentId":4717,"tags":{},"startTime":1728049993728,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":13439,"timestamp":1483447925176,"id":4717,"parentId":4712,"tags":{},"startTime":1728049993728,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":15236,"timestamp":1483447924328,"id":4712,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/portal/index.js","layer":null},"startTime":1728049993728,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":51352,"timestamp":1483447894307,"id":4695,"parentId":4694,"tags":{},"startTime":1728049993698,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":52085,"timestamp":1483447894283,"id":4694,"parentId":4553,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/dev/extract-modules-from-turbopack-message.js","layer":null},"startTime":1728049993698,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":23654,"timestamp":1483447924552,"id":4714,"parentId":4713,"tags":{},"startTime":1728049993728,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":26286,"timestamp":1483447924520,"id":4713,"parentId":4521,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":null},"startTime":1728049993728,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":14157,"timestamp":1483447940362,"id":4724,"parentId":4723,"tags":{},"startTime":1728049993744,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":14647,"timestamp":1483447940291,"id":4723,"parentId":4421,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react/index.js","layer":null},"startTime":1728049993744,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5204,"timestamp":1483447951754,"id":4733,"parentId":4732,"tags":{},"startTime":1728049993755,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5275,"timestamp":1483447951691,"id":4732,"parentId":4727,"tags":{},"startTime":1728049993755,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":6987,"timestamp":1483447951181,"id":4727,"parentId":4484,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/index.js","layer":null},"startTime":1728049993754,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6363,"timestamp":1483447951834,"id":4735,"parentId":4734,"tags":{},"startTime":1728049993755,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6396,"timestamp":1483447951802,"id":4734,"parentId":4728,"tags":{},"startTime":1728049993755,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":7867,"timestamp":1483447951303,"id":4728,"parentId":4665,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":null},"startTime":1728049993755,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7285,"timestamp":1483447951907,"id":4737,"parentId":4736,"tags":{},"startTime":1728049993755,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7314,"timestamp":1483447951879,"id":4736,"parentId":4729,"tags":{},"startTime":1728049993755,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8713,"timestamp":1483447951384,"id":4729,"parentId":4668,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/error-source.js","layer":null},"startTime":1728049993755,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8989,"timestamp":1483447951980,"id":4739,"parentId":4738,"tags":{},"startTime":1728049993755,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9021,"timestamp":1483447951951,"id":4738,"parentId":4730,"tags":{},"startTime":1728049993755,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":11023,"timestamp":1483447951461,"id":4730,"parentId":4662,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/ErrorBoundary.js","layer":null},"startTime":1728049993755,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":13867,"timestamp":1483447952054,"id":4741,"parentId":4740,"tags":{},"startTime":1728049993755,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":13902,"timestamp":1483447952026,"id":4740,"parentId":4731,"tags":{},"startTime":1728049993755,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":17957,"timestamp":1483447951535,"id":4731,"parentId":4668,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stack-frame.js","layer":null},"startTime":1728049993755,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6001,"timestamp":1483447964303,"id":4755,"parentId":4754,"tags":{},"startTime":1728049993768,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6033,"timestamp":1483447964276,"id":4754,"parentId":4745,"tags":{},"startTime":1728049993767,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8503,"timestamp":1483447963677,"id":4745,"parentId":4662,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/Base.js","layer":null},"startTime":1728049993767,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8138,"timestamp":1483447964074,"id":4749,"parentId":4748,"tags":{},"startTime":1728049993767,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8204,"timestamp":1483447964010,"id":4748,"parentId":4742,"tags":{},"startTime":1728049993767,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":10222,"timestamp":1483447963351,"id":4742,"parentId":4662,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/ShadowPortal.js","layer":null},"startTime":1728049993767,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9450,"timestamp":1483447964156,"id":4751,"parentId":4750,"tags":{},"startTime":1728049993767,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9487,"timestamp":1483447964123,"id":4750,"parentId":4743,"tags":{},"startTime":1728049993767,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":12967,"timestamp":1483447963512,"id":4743,"parentId":4662,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/BuildError.js","layer":null},"startTime":1728049993767,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":12774,"timestamp":1483447964375,"id":4757,"parentId":4756,"tags":{},"startTime":1728049993768,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":12805,"timestamp":1483447964348,"id":4756,"parentId":4746,"tags":{},"startTime":1728049993768,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":15150,"timestamp":1483447963761,"id":4746,"parentId":4662,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/ComponentStyles.js","layer":null},"startTime":1728049993767,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":14504,"timestamp":1483447964447,"id":4759,"parentId":4758,"tags":{},"startTime":1728049993768,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":14534,"timestamp":1483447964420,"id":4758,"parentId":4747,"tags":{},"startTime":1728049993768,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":16494,"timestamp":1483447963837,"id":4747,"parentId":4662,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/CssReset.js","layer":null},"startTime":1728049993767,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":32359,"timestamp":1483447951147,"id":4726,"parentId":4725,"tags":{},"startTime":1728049993754,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":43341,"timestamp":1483447951085,"id":4725,"parentId":4628,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react/cjs/react-jsx-runtime.development.js","layer":null},"startTime":1728049993754,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":44059,"timestamp":1483447964232,"id":4753,"parentId":4752,"tags":{},"startTime":1728049993767,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":44097,"timestamp":1483447964202,"id":4752,"parentId":4744,"tags":{},"startTime":1728049993767,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":48698,"timestamp":1483447963599,"id":4744,"parentId":4662,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/Errors.js","layer":null},"startTime":1728049993767,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":12175,"timestamp":1483448015625,"id":4764,"parentId":4763,"tags":{},"startTime":1728049993819,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":12253,"timestamp":1483448015557,"id":4763,"parentId":4762,"tags":{},"startTime":1728049993819,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":14238,"timestamp":1483448015211,"id":4762,"parentId":4713,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":null},"startTime":1728049993818,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":34781,"timestamp":1483448015175,"id":4761,"parentId":4760,"tags":{},"startTime":1728049993818,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":50472,"timestamp":1483448015108,"id":4760,"parentId":4723,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react/cjs/react.development.js","layer":null},"startTime":1728049993818,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":23020,"timestamp":1483448043907,"id":4771,"parentId":4770,"tags":{},"startTime":1728049993847,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":23111,"timestamp":1483448043822,"id":4770,"parentId":4769,"tags":{},"startTime":1728049993847,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":26100,"timestamp":1483448043430,"id":4769,"parentId":4727,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":null},"startTime":1728049993847,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":23199,"timestamp":1483448046381,"id":4778,"parentId":4777,"tags":{},"startTime":1728049993850,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":23337,"timestamp":1483448046246,"id":4777,"parentId":4776,"tags":{},"startTime":1728049993849,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":24499,"timestamp":1483448045967,"id":4776,"parentId":4745,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/noop-template.js","layer":null},"startTime":1728049993849,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":42340,"timestamp":1483448029944,"id":4766,"parentId":4765,"tags":{},"startTime":1728049993833,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":42900,"timestamp":1483448029862,"id":4765,"parentId":4657,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-dom/index.js","layer":null},"startTime":1728049993833,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":42762,"timestamp":1483448030016,"id":4768,"parentId":4767,"tags":{},"startTime":1728049993833,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":42947,"timestamp":1483448029987,"id":4767,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-is/index.js","layer":null},"startTime":1728049993833,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3285,"timestamp":1483448074623,"id":4788,"parentId":4787,"tags":{},"startTime":1728049993878,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3328,"timestamp":1483448074589,"id":4787,"parentId":4781,"tags":{},"startTime":1728049993878,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":6132,"timestamp":1483448073979,"id":4781,"parentId":4746,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/styles.js","layer":null},"startTime":1728049993877,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5663,"timestamp":1483448074536,"id":4786,"parentId":4785,"tags":{},"startTime":1728049993878,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5707,"timestamp":1483448074496,"id":4785,"parentId":4780,"tags":{},"startTime":1728049993878,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":7322,"timestamp":1483448073871,"id":4780,"parentId":4746,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/styles.js","layer":null},"startTime":1728049993877,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":40955,"timestamp":1483448045651,"id":4773,"parentId":4772,"tags":{},"startTime":1728049993849,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":42756,"timestamp":1483448044928,"id":4772,"parentId":4407,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":null},"startTime":1728049993848,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":41822,"timestamp":1483448045887,"id":4775,"parentId":4774,"tags":{},"startTime":1728049993849,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":42687,"timestamp":1483448045772,"id":4774,"parentId":4441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":null},"startTime":1728049993849,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":14158,"timestamp":1483448074438,"id":4784,"parentId":4783,"tags":{},"startTime":1728049993878,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":14262,"timestamp":1483448074337,"id":4783,"parentId":4779,"tags":{},"startTime":1728049993878,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":15862,"timestamp":1483448073673,"id":4779,"parentId":4746,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/styles.js","layer":null},"startTime":1728049993877,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":726407,"timestamp":1483447363225,"id":4393,"parentId":4388,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728049993166,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":726272,"timestamp":1483447363386,"id":4404,"parentId":4388,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1728049993167,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":726404,"timestamp":1483447363258,"id":4395,"parentId":4388,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728049993166,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":18928,"timestamp":1483448074708,"id":4790,"parentId":4789,"tags":{},"startTime":1728049993878,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":18968,"timestamp":1483448074675,"id":4789,"parentId":4782,"tags":{},"startTime":1728049993878,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":20710,"timestamp":1483448074073,"id":4782,"parentId":4746,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/styles.js","layer":null},"startTime":1728049993877,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":17716,"timestamp":1483448077099,"id":4800,"parentId":4799,"tags":{},"startTime":1728049993880,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":17759,"timestamp":1483448077059,"id":4799,"parentId":4792,"tags":{},"startTime":1728049993880,"traceId":"b09007848b46e699"}] -[{"name":"build-module-js","duration":19541,"timestamp":1483448076228,"id":4792,"parentId":4762,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":null},"startTime":1728049993879,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":18795,"timestamp":1483448077002,"id":4798,"parentId":4797,"tags":{},"startTime":1728049993880,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":18878,"timestamp":1483448076922,"id":4797,"parentId":4791,"tags":{},"startTime":1728049993880,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":20497,"timestamp":1483448076040,"id":4791,"parentId":4762,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/segment.js","layer":null},"startTime":1728049993879,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":19293,"timestamp":1483448077272,"id":4804,"parentId":4803,"tags":{},"startTime":1728049993880,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":19329,"timestamp":1483448077239,"id":4803,"parentId":4796,"tags":{},"startTime":1728049993880,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":20663,"timestamp":1483448076769,"id":4796,"parentId":4744,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CloseIcon.js","layer":null},"startTime":1728049993880,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":20539,"timestamp":1483448077187,"id":4802,"parentId":4801,"tags":{},"startTime":1728049993880,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":20578,"timestamp":1483448077151,"id":4801,"parentId":4795,"tags":{},"startTime":1728049993880,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":24321,"timestamp":1483448076548,"id":4795,"parentId":4744,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/component-stack-pseudo-html.js","layer":null},"startTime":1728049993880,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":40429,"timestamp":1483448076438,"id":4794,"parentId":4793,"tags":{},"startTime":1728049993880,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":45855,"timestamp":1483448076339,"id":4793,"parentId":4472,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/web-vitals/web-vitals.js","layer":null},"startTime":1728049993880,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5058,"timestamp":1483448126620,"id":4816,"parentId":4815,"tags":{},"startTime":1728049993930,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5142,"timestamp":1483448126547,"id":4815,"parentId":4812,"tags":{},"startTime":1728049993930,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":6769,"timestamp":1483448126004,"id":4812,"parentId":4743,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/index.js","layer":null},"startTime":1728049993929,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6137,"timestamp":1483448126720,"id":4818,"parentId":4817,"tags":{},"startTime":1728049993930,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6183,"timestamp":1483448126677,"id":4817,"parentId":4813,"tags":{},"startTime":1728049993930,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":7361,"timestamp":1483448126223,"id":4813,"parentId":4743,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/index.js","layer":null},"startTime":1728049993929,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9040,"timestamp":1483448124581,"id":4807,"parentId":4806,"tags":{},"startTime":1728049993928,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9165,"timestamp":1483448124459,"id":4806,"parentId":4805,"tags":{},"startTime":1728049993928,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":10395,"timestamp":1483448124130,"id":4805,"parentId":4553,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/strip-ansi/index.js","layer":null},"startTime":1728049993927,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7804,"timestamp":1483448126811,"id":4820,"parentId":4819,"tags":{},"startTime":1728049993930,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7843,"timestamp":1483448126774,"id":4819,"parentId":4814,"tags":{},"startTime":1728049993930,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":10078,"timestamp":1483448126367,"id":4814,"parentId":4746,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/index.js","layer":null},"startTime":1728049993930,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":13688,"timestamp":1483448131451,"id":4823,"parentId":4822,"tags":{},"startTime":1728049993935,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":13783,"timestamp":1483448131367,"id":4822,"parentId":4821,"tags":{},"startTime":1728049993935,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":15315,"timestamp":1483448131072,"id":4821,"parentId":4744,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/index.js","layer":null},"startTime":1728049993934,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6897,"timestamp":1483448139711,"id":4833,"parentId":4832,"tags":{},"startTime":1728049993943,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6936,"timestamp":1483448139676,"id":4832,"parentId":4826,"tags":{},"startTime":1728049993943,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8532,"timestamp":1483448138995,"id":4826,"parentId":4746,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/index.js","layer":null},"startTime":1728049993942,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7931,"timestamp":1483448139623,"id":4831,"parentId":4830,"tags":{},"startTime":1728049993943,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7975,"timestamp":1483448139582,"id":4830,"parentId":4825,"tags":{},"startTime":1728049993943,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9427,"timestamp":1483448138884,"id":4825,"parentId":4743,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/index.js","layer":null},"startTime":1728049993942,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8814,"timestamp":1483448139526,"id":4829,"parentId":4828,"tags":{},"startTime":1728049993943,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8900,"timestamp":1483448139443,"id":4828,"parentId":4824,"tags":{},"startTime":1728049993943,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":10450,"timestamp":1483448138680,"id":4824,"parentId":4795,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CollapseIcon.js","layer":null},"startTime":1728049993942,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9425,"timestamp":1483448139797,"id":4835,"parentId":4834,"tags":{},"startTime":1728049993943,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9461,"timestamp":1483448139763,"id":4834,"parentId":4827,"tags":{},"startTime":1728049993943,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":10943,"timestamp":1483448139089,"id":4827,"parentId":4743,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/index.js","layer":null},"startTime":1728049993942,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":29019,"timestamp":1483448125874,"id":4809,"parentId":4808,"tags":{},"startTime":1728049993929,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":30603,"timestamp":1483448125818,"id":4808,"parentId":4767,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js","layer":null},"startTime":1728049993929,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4965,"timestamp":1483448152060,"id":4838,"parentId":4837,"tags":{},"startTime":1728049993955,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5044,"timestamp":1483448151984,"id":4837,"parentId":4836,"tags":{},"startTime":1728049993955,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":6943,"timestamp":1483448151555,"id":4836,"parentId":4744,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/hot-linked-text/index.js","layer":null},"startTime":1728049993955,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":36852,"timestamp":1483448125938,"id":4811,"parentId":4810,"tags":{},"startTime":1728049993929,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":201541,"timestamp":1483448125912,"id":4810,"parentId":4765,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-dom/cjs/react-dom.development.js","layer":null},"startTime":1728049993929,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3965,"timestamp":1483448334945,"id":4852,"parentId":4851,"tags":{},"startTime":1728049994138,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4004,"timestamp":1483448334917,"id":4851,"parentId":4844,"tags":{},"startTime":1728049994138,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5774,"timestamp":1483448334436,"id":4844,"parentId":4814,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/group-stack-frames-by-framework.js","layer":null},"startTime":1728049994138,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":180492,"timestamp":1483448160741,"id":4840,"parentId":4839,"tags":{},"startTime":1728049993964,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":183175,"timestamp":1483448160659,"id":4839,"parentId":4663,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","layer":null},"startTime":1728049993964,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9048,"timestamp":1483448334870,"id":4850,"parentId":4849,"tags":{},"startTime":1728049994138,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9081,"timestamp":1483448334840,"id":4849,"parentId":4843,"tags":{},"startTime":1728049994138,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":10813,"timestamp":1483448334356,"id":4843,"parentId":4814,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/GroupedStackFrames.js","layer":null},"startTime":1728049994138,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":10504,"timestamp":1483448334710,"id":4846,"parentId":4845,"tags":{},"startTime":1728049994138,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":10586,"timestamp":1483448334631,"id":4845,"parentId":4841,"tags":{},"startTime":1728049994138,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":11971,"timestamp":1483448334037,"id":4841,"parentId":4812,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/Overlay.js","layer":null},"startTime":1728049994137,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":11253,"timestamp":1483448334794,"id":4848,"parentId":4847,"tags":{},"startTime":1728049994138,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":11291,"timestamp":1483448334759,"id":4847,"parentId":4842,"tags":{},"startTime":1728049994138,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":13118,"timestamp":1483448334262,"id":4842,"parentId":4813,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/Terminal.js","layer":null},"startTime":1728049994137,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":20023,"timestamp":1483448337632,"id":4868,"parentId":4867,"tags":{},"startTime":1728049994141,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":20062,"timestamp":1483448337602,"id":4867,"parentId":4855,"tags":{},"startTime":1728049994141,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":22038,"timestamp":1483448336634,"id":4855,"parentId":4826,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/styles.js","layer":null},"startTime":1728049994140,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":21154,"timestamp":1483448337557,"id":4866,"parentId":4865,"tags":{},"startTime":1728049994141,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":21195,"timestamp":1483448337519,"id":4865,"parentId":4854,"tags":{},"startTime":1728049994141,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":23191,"timestamp":1483448336498,"id":4854,"parentId":4825,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/styles.js","layer":null},"startTime":1728049994140,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":22262,"timestamp":1483448337472,"id":4864,"parentId":4863,"tags":{},"startTime":1728049994141,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":22336,"timestamp":1483448337401,"id":4863,"parentId":4853,"tags":{},"startTime":1728049994141,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":24329,"timestamp":1483448336216,"id":4853,"parentId":4826,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/Toast.js","layer":null},"startTime":1728049994139,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":22888,"timestamp":1483448337704,"id":4870,"parentId":4869,"tags":{},"startTime":1728049994141,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":22919,"timestamp":1483448337676,"id":4869,"parentId":4856,"tags":{},"startTime":1728049994141,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":24801,"timestamp":1483448336725,"id":4856,"parentId":4827,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/Dialog.js","layer":null},"startTime":1728049994140,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":23783,"timestamp":1483448337776,"id":4872,"parentId":4871,"tags":{},"startTime":1728049994141,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":23814,"timestamp":1483448337749,"id":4871,"parentId":4857,"tags":{},"startTime":1728049994141,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":25734,"timestamp":1483448336810,"id":4857,"parentId":4825,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/VersionStalenessInfo.js","layer":null},"startTime":1728049994140,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":24650,"timestamp":1483448337919,"id":4876,"parentId":4875,"tags":{},"startTime":1728049994141,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":24679,"timestamp":1483448337892,"id":4875,"parentId":4859,"tags":{},"startTime":1728049994141,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":26146,"timestamp":1483448336978,"id":4859,"parentId":4827,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/styles.js","layer":null},"startTime":1728049994140,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":25155,"timestamp":1483448337990,"id":4878,"parentId":4877,"tags":{},"startTime":1728049994141,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":25184,"timestamp":1483448337963,"id":4877,"parentId":4860,"tags":{},"startTime":1728049994141,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":26939,"timestamp":1483448337055,"id":4860,"parentId":4827,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogHeader.js","layer":null},"startTime":1728049994140,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":26874,"timestamp":1483448337848,"id":4874,"parentId":4873,"tags":{},"startTime":1728049994141,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":26908,"timestamp":1483448337820,"id":4873,"parentId":4858,"tags":{},"startTime":1728049994141,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":29086,"timestamp":1483448336892,"id":4858,"parentId":4821,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/LeftRightDialogHeader.js","layer":null},"startTime":1728049994140,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":27984,"timestamp":1483448338060,"id":4880,"parentId":4879,"tags":{},"startTime":1728049994141,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":28014,"timestamp":1483448338033,"id":4879,"parentId":4861,"tags":{},"startTime":1728049994141,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":29447,"timestamp":1483448337137,"id":4861,"parentId":4827,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogBody.js","layer":null},"startTime":1728049994140,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":28469,"timestamp":1483448338134,"id":4882,"parentId":4881,"tags":{},"startTime":1728049994141,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":28498,"timestamp":1483448338107,"id":4881,"parentId":4862,"tags":{},"startTime":1728049994141,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":29898,"timestamp":1483448337210,"id":4862,"parentId":4827,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogContent.js","layer":null},"startTime":1728049994140,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":19003,"timestamp":1483448351013,"id":4885,"parentId":4884,"tags":{},"startTime":1728049994154,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":19073,"timestamp":1483448350946,"id":4884,"parentId":4883,"tags":{},"startTime":1728049994154,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":20388,"timestamp":1483448350517,"id":4883,"parentId":4836,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/magic-identifier.js","layer":null},"startTime":1728049994154,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2766,"timestamp":1483448397078,"id":4896,"parentId":4895,"tags":{},"startTime":1728049994200,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2816,"timestamp":1483448397043,"id":4895,"parentId":4889,"tags":{},"startTime":1728049994200,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4421,"timestamp":1483448396577,"id":4889,"parentId":4841,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/body-locker.js","layer":null},"startTime":1728049994200,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4179,"timestamp":1483448396996,"id":4894,"parentId":4893,"tags":{},"startTime":1728049994200,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4250,"timestamp":1483448396928,"id":4893,"parentId":4888,"tags":{},"startTime":1728049994200,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5645,"timestamp":1483448396420,"id":4888,"parentId":4843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/CallStackFrame.js","layer":null},"startTime":1728049994200,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5476,"timestamp":1483448397155,"id":4898,"parentId":4897,"tags":{},"startTime":1728049994200,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5510,"timestamp":1483448397124,"id":4897,"parentId":4890,"tags":{},"startTime":1728049994200,"traceId":"b09007848b46e699"}] -[{"name":"build-module-js","duration":7207,"timestamp":1483448396662,"id":4890,"parentId":4843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/FrameworkIcon.js","layer":null},"startTime":1728049994200,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5536,"timestamp":1483448398356,"id":4905,"parentId":4904,"tags":{},"startTime":1728049994202,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5577,"timestamp":1483448398316,"id":4904,"parentId":4903,"tags":{},"startTime":1728049994202,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":6146,"timestamp":1483448398210,"id":4903,"parentId":4814,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/index.js","layer":null},"startTime":1728049994201,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9602,"timestamp":1483448397302,"id":4902,"parentId":4901,"tags":{},"startTime":1728049994201,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9634,"timestamp":1483448397274,"id":4901,"parentId":4892,"tags":{},"startTime":1728049994200,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":10915,"timestamp":1483448396814,"id":4892,"parentId":4842,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/EditorLink.js","layer":null},"startTime":1728049994200,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":13082,"timestamp":1483448396198,"id":4887,"parentId":4886,"tags":{},"startTime":1728049994199,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":13425,"timestamp":1483448396130,"id":4886,"parentId":4745,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js","layer":null},"startTime":1728049994199,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2347,"timestamp":1483448408888,"id":4908,"parentId":4907,"tags":{},"startTime":1728049994212,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2408,"timestamp":1483448408830,"id":4907,"parentId":4906,"tags":{},"startTime":1728049994212,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":3810,"timestamp":1483448408649,"id":4906,"parentId":4856,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/hooks/use-on-click-outside.js","layer":null},"startTime":1728049994212,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3230,"timestamp":1483448410731,"id":4914,"parentId":4913,"tags":{},"startTime":1728049994214,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3261,"timestamp":1483448410703,"id":4913,"parentId":4910,"tags":{},"startTime":1728049994214,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4197,"timestamp":1483448410532,"id":4910,"parentId":4888,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-open-in-editor.js","layer":null},"startTime":1728049994214,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4872,"timestamp":1483448410663,"id":4912,"parentId":4911,"tags":{},"startTime":1728049994214,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4920,"timestamp":1483448410617,"id":4911,"parentId":4909,"tags":{},"startTime":1728049994214,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":6227,"timestamp":1483448410426,"id":4909,"parentId":4903,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/CodeFrame.js","layer":null},"startTime":1728049994214,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":28762,"timestamp":1483448397229,"id":4900,"parentId":4899,"tags":{},"startTime":1728049994200,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":28797,"timestamp":1483448397200,"id":4899,"parentId":4891,"tags":{},"startTime":1728049994200,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":39502,"timestamp":1483448396739,"id":4891,"parentId":4841,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/maintain--tab-focus.js","layer":null},"startTime":1728049994200,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":717,"timestamp":1483448437981,"id":4916,"parentId":4915,"tags":{},"startTime":1728049994241,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":1074,"timestamp":1483448437923,"id":4915,"parentId":4810,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/scheduler/index.js","layer":null},"startTime":1728049994241,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":1517,"timestamp":1483448441478,"id":4918,"parentId":4917,"tags":{},"startTime":1728049994245,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":3487,"timestamp":1483448441389,"id":4917,"parentId":4915,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/scheduler/cjs/scheduler.development.js","layer":null},"startTime":1728049994245,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":1081770,"timestamp":1483447363245,"id":4394,"parentId":4388,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728049993166,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":2521,"timestamp":1483448442657,"id":4920,"parentId":4919,"tags":{},"startTime":1728049994246,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4692,"timestamp":1483448442614,"id":4919,"parentId":4842,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/anser/index.js","layer":null},"startTime":1728049994246,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":414,"timestamp":1483448449820,"id":4922,"parentId":4921,"tags":{},"startTime":1728049994253,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":7602,"timestamp":1483448449768,"id":4921,"parentId":4891,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/platform/platform.js","layer":null},"startTime":1728049994253,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":7661,"timestamp":1483448449906,"id":4924,"parentId":4923,"tags":{},"startTime":1728049994253,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8923,"timestamp":1483448449886,"id":4923,"parentId":4891,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/css.escape/css.escape.js","layer":null},"startTime":1728049994253,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":1095807,"timestamp":1483447363173,"id":4390,"parentId":4388,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728049993166,"traceId":"b09007848b46e699"},{"name":"make","duration":1097797,"timestamp":1483447361220,"id":4388,"parentId":4387,"tags":{},"startTime":1728049993164,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3326,"timestamp":1483448471047,"id":4926,"parentId":4925,"tags":{},"startTime":1728049994274,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1483448474396,"id":4928,"parentId":4925,"tags":{},"startTime":1728049994278,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":70,"timestamp":1483448474415,"id":4929,"parentId":4925,"tags":{},"startTime":1728049994278,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":8,"timestamp":1483448474506,"id":4930,"parentId":4925,"tags":{},"startTime":1728049994278,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1483448474532,"id":4931,"parentId":4925,"tags":{},"startTime":1728049994278,"traceId":"b09007848b46e699"},{"name":"optimize","duration":1895,"timestamp":1483448474388,"id":4927,"parentId":4925,"tags":{},"startTime":1728049994278,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":5641,"timestamp":1483448479029,"id":4932,"parentId":4925,"tags":{},"startTime":1728049994282,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":21638,"timestamp":1483448484697,"id":4933,"parentId":4925,"tags":{},"startTime":1728049994288,"traceId":"b09007848b46e699"},{"name":"hash","duration":9008,"timestamp":1483448508470,"id":4934,"parentId":4925,"tags":{},"startTime":1728049994312,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":242,"timestamp":1483448517476,"id":4935,"parentId":4925,"tags":{},"startTime":1728049994321,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":279,"timestamp":1483448517705,"id":4936,"parentId":4925,"tags":{},"startTime":1728049994321,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":114757,"timestamp":1483448517990,"id":4937,"parentId":4925,"tags":{},"startTime":1728049994321,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":143,"timestamp":1483448634071,"id":4939,"parentId":4387,"tags":{},"startTime":1728049994437,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":281,"timestamp":1483448633937,"id":4938,"parentId":4387,"tags":{},"startTime":1728049994437,"traceId":"b09007848b46e699"},{"name":"seal","duration":169756,"timestamp":1483448467245,"id":4925,"parentId":4387,"tags":{},"startTime":1728049994270,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1276253,"timestamp":1483447360803,"id":4387,"parentId":4384,"tags":{"name":"client"},"startTime":1728049993164,"traceId":"b09007848b46e699"},{"name":"emit","duration":25498,"timestamp":1483448637098,"id":4940,"parentId":4384,"tags":{},"startTime":1728049994440,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1304604,"timestamp":1483447358624,"id":4384,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728049993162,"traceId":"b09007848b46e699"},{"name":"client-success","duration":3,"timestamp":1483448670241,"id":4943,"parentId":3,"tags":{},"startTime":1728049994473,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1321000,"timestamp":1483447358325,"id":4951,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049994484,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":10987,"timestamp":1483448681182,"id":4954,"parentId":4953,"tags":{},"startTime":1728049994484,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":11070,"timestamp":1483448681109,"id":4953,"parentId":4952,"tags":{},"startTime":1728049994484,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":12626,"timestamp":1483448680583,"id":4952,"parentId":4944,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/pages/_app.js","layer":null},"startTime":1728049994484,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":17884,"timestamp":1483448682364,"id":4957,"parentId":4956,"tags":{},"startTime":1728049994486,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":17927,"timestamp":1483448682326,"id":4956,"parentId":4955,"tags":{},"startTime":1728049994486,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":27789,"timestamp":1483448682238,"id":4955,"parentId":4946,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/pages/_document.js","layer":null},"startTime":1728049994485,"traceId":"b09007848b46e699"},{"name":"build-module","duration":469,"timestamp":1483448715381,"id":4958,"parentId":4952,"tags":{"name":"react/jsx-runtime","layer":null},"startTime":1728049994519,"traceId":"b09007848b46e699"},{"name":"build-module","duration":18,"timestamp":1483448715875,"id":4959,"parentId":4952,"tags":{"name":"react","layer":null},"startTime":1728049994519,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":138,"timestamp":1483448717080,"id":4964,"parentId":4963,"tags":{},"startTime":1728049994520,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":881,"timestamp":1483448717035,"id":4963,"parentId":4955,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/is-error.js","layer":null},"startTime":1728049994520,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5681,"timestamp":1483448716200,"id":4962,"parentId":4961,"tags":{},"startTime":1728049994519,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5741,"timestamp":1483448716145,"id":4961,"parentId":4960,"tags":{},"startTime":1728049994519,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":7603,"timestamp":1483448715899,"id":4960,"parentId":4952,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils.js","layer":null},"startTime":1728049994519,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5598,"timestamp":1483448717980,"id":4967,"parentId":4966,"tags":{},"startTime":1728049994521,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5646,"timestamp":1483448717934,"id":4966,"parentId":4965,"tags":{},"startTime":1728049994521,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8260,"timestamp":1483448717094,"id":4965,"parentId":4955,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/constants.js","layer":null},"startTime":1728049994520,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2295,"timestamp":1483448726145,"id":4978,"parentId":4977,"tags":{},"startTime":1728049994529,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2349,"timestamp":1483448726095,"id":4977,"parentId":4974,"tags":{},"startTime":1728049994529,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":2896,"timestamp":1483448725887,"id":4974,"parentId":4955,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":null},"startTime":1728049994529,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":54736,"timestamp":1483448674458,"id":4949,"parentId":4942,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049994478,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":54730,"timestamp":1483448674467,"id":4950,"parentId":4942,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049994478,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":1322,"timestamp":1483448729285,"id":4981,"parentId":4980,"tags":{},"startTime":1728049994532,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":1378,"timestamp":1483448729234,"id":4980,"parentId":4979,"tags":{},"startTime":1728049994532,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":2146,"timestamp":1483448729051,"id":4979,"parentId":4963,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/is-plain-object.js","layer":null},"startTime":1728049994532,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":58325,"timestamp":1483448674442,"id":4948,"parentId":4942,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049994478,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":6987,"timestamp":1483448725873,"id":4973,"parentId":4972,"tags":{},"startTime":1728049994529,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":7645,"timestamp":1483448725847,"id":4972,"parentId":4955,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/htmlescape.js","layer":null},"startTime":1728049994529,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":7713,"timestamp":1483448725793,"id":4969,"parentId":4968,"tags":{},"startTime":1728049994529,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8586,"timestamp":1483448725746,"id":4968,"parentId":4955,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/utils.js","layer":null},"startTime":1728049994529,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":8513,"timestamp":1483448725832,"id":4971,"parentId":4970,"tags":{},"startTime":1728049994529,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9105,"timestamp":1483448725814,"id":4970,"parentId":4955,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/pretty-bytes.js","layer":null},"startTime":1728049994529,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":8944,"timestamp":1483448725984,"id":4976,"parentId":4975,"tags":{},"startTime":1728049994529,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9256,"timestamp":1483448725965,"id":4975,"parentId":4955,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/get-page-files.js","layer":null},"startTime":1728049994529,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4909,"timestamp":1483448730389,"id":4986,"parentId":4985,"tags":{},"startTime":1728049994534,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4958,"timestamp":1483448730344,"id":4985,"parentId":4982,"tags":{},"startTime":1728049994534,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5633,"timestamp":1483448729811,"id":4982,"parentId":4965,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":null},"startTime":1728049994533,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":7260,"timestamp":1483448730269,"id":4984,"parentId":4983,"tags":{},"startTime":1728049994533,"traceId":"b09007848b46e699"},{"name":"build-module-cjs","duration":8196,"timestamp":1483448729891,"id":4983,"parentId":4952,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","layer":null},"startTime":1728049994533,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":65003,"timestamp":1483448674338,"id":4944,"parentId":4942,"tags":{"request":"next/dist/pages/_app"},"startTime":1728049994478,"traceId":"b09007848b46e699"},{"name":"build-module","duration":11379,"timestamp":1483448731313,"id":4987,"parentId":4945,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!","layer":null},"startTime":1728049994535,"traceId":"b09007848b46e699"},{"name":"build-module","duration":11059,"timestamp":1483448732231,"id":4988,"parentId":4947,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!","layer":null},"startTime":1728049994535,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7478,"timestamp":1483448739584,"id":4991,"parentId":4990,"tags":{},"startTime":1728049994543,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7541,"timestamp":1483448739527,"id":4990,"parentId":4989,"tags":{},"startTime":1728049994543,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8191,"timestamp":1483448739360,"id":4989,"parentId":4975,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":null},"startTime":1728049994543,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3330,"timestamp":1483448744396,"id":4994,"parentId":4993,"tags":{},"startTime":1728049994548,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3380,"timestamp":1483448744349,"id":4993,"parentId":4992,"tags":{},"startTime":1728049994548,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4246,"timestamp":1483448743951,"id":4992,"parentId":4975,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js","layer":null},"startTime":1728049994547,"traceId":"b09007848b46e699"}] -[{"name":"next-swc-transform","duration":933,"timestamp":1483448752833,"id":5002,"parentId":5001,"tags":{},"startTime":1728049994556,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":976,"timestamp":1483448752796,"id":5001,"parentId":4998,"tags":{},"startTime":1728049994556,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":1547,"timestamp":1483448752594,"id":4998,"parentId":4989,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":null},"startTime":1728049994556,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":1503,"timestamp":1483448752891,"id":5004,"parentId":5003,"tags":{},"startTime":1728049994556,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":1529,"timestamp":1483448752868,"id":5003,"parentId":4999,"tags":{},"startTime":1728049994556,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":1935,"timestamp":1483448752667,"id":4999,"parentId":4992,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":null},"startTime":1728049994556,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":1681,"timestamp":1483448752947,"id":5006,"parentId":5005,"tags":{},"startTime":1728049994556,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":1704,"timestamp":1483448752926,"id":5005,"parentId":5000,"tags":{},"startTime":1728049994556,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":2193,"timestamp":1483448752727,"id":5000,"parentId":4989,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/index.js","layer":null},"startTime":1728049994556,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2590,"timestamp":1483448752354,"id":4997,"parentId":4996,"tags":{},"startTime":1728049994556,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2644,"timestamp":1483448752301,"id":4996,"parentId":4995,"tags":{},"startTime":1728049994556,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":3717,"timestamp":1483448752151,"id":4995,"parentId":4987,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/pages/_error.js","layer":null},"startTime":1728049994555,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2485,"timestamp":1483448758989,"id":5015,"parentId":5014,"tags":{},"startTime":1728049994562,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2515,"timestamp":1483448758966,"id":5014,"parentId":5009,"tags":{},"startTime":1728049994562,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":3267,"timestamp":1483448758725,"id":5009,"parentId":5000,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":null},"startTime":1728049994562,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4102,"timestamp":1483448758930,"id":5013,"parentId":5012,"tags":{},"startTime":1728049994562,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4133,"timestamp":1483448758903,"id":5012,"parentId":5008,"tags":{},"startTime":1728049994562,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5750,"timestamp":1483448758662,"id":5008,"parentId":5000,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":null},"startTime":1728049994562,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5585,"timestamp":1483448758866,"id":5011,"parentId":5010,"tags":{},"startTime":1728049994562,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5656,"timestamp":1483448758797,"id":5010,"parentId":5007,"tags":{},"startTime":1728049994562,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":7440,"timestamp":1483448758546,"id":5007,"parentId":4995,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/head.js","layer":null},"startTime":1728049994562,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":13,"timestamp":1483448772204,"id":5019,"parentId":5018,"tags":{},"startTime":1728049994575,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":1211,"timestamp":1483448772149,"id":5018,"parentId":5009,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":null},"startTime":1728049994575,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":14016,"timestamp":1483448762215,"id":5017,"parentId":5016,"tags":{},"startTime":1728049994565,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":14399,"timestamp":1483448762167,"id":5016,"parentId":4987,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-kind.js","layer":null},"startTime":1728049994565,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2955,"timestamp":1483448775309,"id":5032,"parentId":5031,"tags":{},"startTime":1728049994579,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2980,"timestamp":1483448775287,"id":5031,"parentId":5022,"tags":{},"startTime":1728049994578,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":3609,"timestamp":1483448774940,"id":5022,"parentId":5007,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":null},"startTime":1728049994578,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3313,"timestamp":1483448775252,"id":5030,"parentId":5029,"tags":{},"startTime":1728049994578,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3340,"timestamp":1483448775227,"id":5029,"parentId":5021,"tags":{},"startTime":1728049994578,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":3875,"timestamp":1483448774881,"id":5021,"parentId":5007,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/amp-mode.js","layer":null},"startTime":1728049994578,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3620,"timestamp":1483448775189,"id":5028,"parentId":5027,"tags":{},"startTime":1728049994578,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3674,"timestamp":1483448775136,"id":5027,"parentId":5020,"tags":{},"startTime":1728049994578,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4519,"timestamp":1483448774777,"id":5020,"parentId":5007,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/side-effect.js","layer":null},"startTime":1728049994578,"traceId":"b09007848b46e699"},{"name":"build-module","duration":26,"timestamp":1483448779909,"id":5040,"parentId":4992,"tags":{"name":"path","layer":null},"startTime":1728049994583,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":4992,"timestamp":1483448775007,"id":5024,"parentId":5023,"tags":{},"startTime":1728049994578,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5210,"timestamp":1483448774993,"id":5023,"parentId":4987,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/pages/module.compiled.js","layer":null},"startTime":1728049994578,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":5165,"timestamp":1483448775046,"id":5026,"parentId":5025,"tags":{},"startTime":1728049994578,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5253,"timestamp":1483448775033,"id":5025,"parentId":4955,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/html-context.js","layer":null},"startTime":1728049994578,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2004,"timestamp":1483448779679,"id":5039,"parentId":5038,"tags":{},"startTime":1728049994583,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2052,"timestamp":1483448779634,"id":5038,"parentId":5037,"tags":{},"startTime":1728049994583,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":2636,"timestamp":1483448779471,"id":5037,"parentId":5018,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":null},"startTime":1728049994583,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":6820,"timestamp":1483448776666,"id":5034,"parentId":5033,"tags":{},"startTime":1728049994580,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":7052,"timestamp":1483448776638,"id":5033,"parentId":4987,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/templates/helpers.js","layer":null},"startTime":1728049994580,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":6998,"timestamp":1483448776701,"id":5036,"parentId":5035,"tags":{},"startTime":1728049994580,"traceId":"b09007848b46e699"},{"name":"build-module-cjs","duration":7490,"timestamp":1483448776687,"id":5035,"parentId":5007,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs","layer":null},"startTime":1728049994580,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":18,"timestamp":1483448784224,"id":5041,"parentId":5023,"tags":{"name":"next/dist/compiled/next-server/pages.runtime.dev.js","layer":null},"startTime":1728049994587,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":891,"timestamp":1483448784523,"id":5044,"parentId":5043,"tags":{},"startTime":1728049994588,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":947,"timestamp":1483448784469,"id":5043,"parentId":5042,"tags":{},"startTime":1728049994588,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":1320,"timestamp":1483448784359,"id":5042,"parentId":5037,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/segment.js","layer":null},"startTime":1728049994588,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":111372,"timestamp":1483448674403,"id":4946,"parentId":4942,"tags":{"request":"next/dist/pages/_document"},"startTime":1728049994478,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":686,"timestamp":1483448785359,"id":5046,"parentId":5045,"tags":{},"startTime":1728049994589,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":818,"timestamp":1483448785334,"id":5045,"parentId":5007,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/head-manager-context.js","layer":null},"startTime":1728049994589,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":428,"timestamp":1483448785739,"id":5048,"parentId":5047,"tags":{},"startTime":1728049994589,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":518,"timestamp":1483448785717,"id":5047,"parentId":5007,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/amp-context.js","layer":null},"startTime":1728049994589,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":112232,"timestamp":1483448674392,"id":4945,"parentId":4942,"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":1728049994478,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":112215,"timestamp":1483448674412,"id":4947,"parentId":4942,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1728049994478,"traceId":"b09007848b46e699"},{"name":"make","duration":168246,"timestamp":1483448665143,"id":4942,"parentId":4941,"tags":{},"startTime":1728049994468,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2581,"timestamp":1483448841650,"id":5066,"parentId":5065,"tags":{},"startTime":1728049994645,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":2,"timestamp":1483448844248,"id":5068,"parentId":5065,"tags":{},"startTime":1728049994647,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":3891,"timestamp":1483448844266,"id":5069,"parentId":5065,"tags":{},"startTime":1728049994647,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":4,"timestamp":1483448848184,"id":5070,"parentId":5065,"tags":{},"startTime":1728049994651,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1483448848199,"id":5071,"parentId":5065,"tags":{},"startTime":1728049994651,"traceId":"b09007848b46e699"},{"name":"optimize","duration":6964,"timestamp":1483448844242,"id":5067,"parentId":5065,"tags":{},"startTime":1728049994647,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":957,"timestamp":1483448854715,"id":5072,"parentId":5065,"tags":{},"startTime":1728049994658,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":5923,"timestamp":1483448855685,"id":5073,"parentId":5065,"tags":{},"startTime":1728049994659,"traceId":"b09007848b46e699"},{"name":"hash","duration":926,"timestamp":1483448862740,"id":5074,"parentId":5065,"tags":{},"startTime":1728049994666,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":90,"timestamp":1483448863665,"id":5075,"parentId":5065,"tags":{},"startTime":1728049994667,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":128,"timestamp":1483448863749,"id":5076,"parentId":5065,"tags":{},"startTime":1728049994667,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":12254,"timestamp":1483448863881,"id":5077,"parentId":5065,"tags":{},"startTime":1728049994667,"traceId":"b09007848b46e699"},{"name":"seal","duration":41845,"timestamp":1483448838654,"id":5065,"parentId":4941,"tags":{},"startTime":1728049994642,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":222305,"timestamp":1483448664909,"id":4941,"parentId":4386,"tags":{"name":"server"},"startTime":1728049994468,"traceId":"b09007848b46e699"},{"name":"emit","duration":24175,"timestamp":1483448887275,"id":5078,"parentId":4386,"tags":{},"startTime":1728049994690,"traceId":"b09007848b46e699"},{"name":"compile-path","duration":1553435,"timestamp":1483447358705,"id":4385,"tags":{"trigger":"/_error","isTurbopack":false},"startTime":1728049993162,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":1553477,"timestamp":1483447358853,"id":4386,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728049993162,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":1670756,"timestamp":1483447332370,"id":4382,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049993136,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483449003153,"id":5079,"parentId":4382,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"445317120","memory.heapUsed":"298664232","memory.heapTotal":"336527360"},"startTime":1728049994806,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":71418,"timestamp":1483449008112,"id":5080,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049994811,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483449079569,"id":5081,"parentId":5080,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"449200128","memory.heapUsed":"303079024","memory.heapTotal":"342704128"},"startTime":1728049994883,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":16300,"timestamp":1483449085059,"id":5082,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049994888,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483449101392,"id":5083,"parentId":5082,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"450887680","memory.heapUsed":"301042688","memory.heapTotal":"344539136"},"startTime":1728049994905,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":251408,"timestamp":1483449115312,"id":5084,"tags":{"url":"/about","isTurbopack":false},"startTime":1728049994919,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483449366817,"id":5085,"parentId":5084,"tags":{"url":"/about","memory.rss":"277233664","memory.heapUsed":"304190808","memory.heapTotal":"346898432"},"startTime":1728049995170,"traceId":"b09007848b46e699"},{"name":"client-success","duration":73,"timestamp":1483450209114,"id":5086,"parentId":3,"tags":{},"startTime":1728049996012,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16780,"timestamp":1483450593009,"id":5093,"parentId":5090,"tags":{"request":"next/dist/pages/_document"},"startTime":1728049996396,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17524,"timestamp":1483450592720,"id":5091,"parentId":5090,"tags":{"request":"next/dist/pages/_app"},"startTime":1728049996396,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":64626,"timestamp":1483450592926,"id":5092,"parentId":5090,"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":1728049996396,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":64495,"timestamp":1483450593076,"id":5094,"parentId":5090,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1728049996396,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":71660,"timestamp":1483450593216,"id":5097,"parentId":5090,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049996396,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":71735,"timestamp":1483450593161,"id":5095,"parentId":5090,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049996396,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":13556,"timestamp":1483450651455,"id":5100,"parentId":5099,"tags":{},"startTime":1728049996455,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":13987,"timestamp":1483450651029,"id":5099,"parentId":5098,"tags":{},"startTime":1728049996454,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":17801,"timestamp":1483450649967,"id":5098,"parentId":5089,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728049996453,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":78441,"timestamp":1483450593179,"id":5096,"parentId":5090,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728049996396,"traceId":"b09007848b46e699"},{"name":"make","duration":197409,"timestamp":1483450574464,"id":5090,"parentId":5089,"tags":{},"startTime":1728049996378,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":12091,"timestamp":1483450791424,"id":5118,"parentId":5117,"tags":{},"startTime":1728049996595,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":19,"timestamp":1483450803570,"id":5120,"parentId":5117,"tags":{},"startTime":1728049996607,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":7943,"timestamp":1483450803612,"id":5121,"parentId":5117,"tags":{},"startTime":1728049996607,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":20,"timestamp":1483450811611,"id":5122,"parentId":5117,"tags":{},"startTime":1728049996615,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":10,"timestamp":1483450811655,"id":5123,"parentId":5117,"tags":{},"startTime":1728049996615,"traceId":"b09007848b46e699"},{"name":"optimize","duration":14804,"timestamp":1483450803548,"id":5119,"parentId":5117,"tags":{},"startTime":1728049996607,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1019,"timestamp":1483450823318,"id":5124,"parentId":5117,"tags":{},"startTime":1728049996626,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":7103,"timestamp":1483450824363,"id":5125,"parentId":5117,"tags":{},"startTime":1728049996628,"traceId":"b09007848b46e699"},{"name":"hash","duration":2375,"timestamp":1483450834421,"id":5126,"parentId":5117,"tags":{},"startTime":1728049996638,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":338,"timestamp":1483450836793,"id":5127,"parentId":5117,"tags":{},"startTime":1728049996640,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":486,"timestamp":1483450837110,"id":5128,"parentId":5117,"tags":{},"startTime":1728049996640,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2935,"timestamp":1483450837650,"id":5129,"parentId":5117,"tags":{},"startTime":1728049996641,"traceId":"b09007848b46e699"},{"name":"seal","duration":64883,"timestamp":1483450784462,"id":5117,"parentId":5089,"tags":{},"startTime":1728049996588,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":320117,"timestamp":1483450574063,"id":5089,"parentId":5087,"tags":{"name":"server"},"startTime":1728049996377,"traceId":"b09007848b46e699"},{"name":"emit","duration":14895,"timestamp":1483450894567,"id":5130,"parentId":5087,"tags":{},"startTime":1728049996698,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":346566,"timestamp":1483450563593,"id":5087,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728049996367,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8746,"timestamp":1483450931020,"id":5143,"parentId":5132,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049996734,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9303,"timestamp":1483450931055,"id":5145,"parentId":5132,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049996734,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9359,"timestamp":1483450931072,"id":5146,"parentId":5132,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728049996734,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18240,"timestamp":1483450930541,"id":5133,"parentId":5132,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049996734,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17966,"timestamp":1483450930858,"id":5135,"parentId":5132,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728049996734,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26938,"timestamp":1483450930901,"id":5137,"parentId":5132,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728049996734,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":47333,"timestamp":1483450930922,"id":5138,"parentId":5132,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728049996734,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":53205,"timestamp":1483450930941,"id":5139,"parentId":5132,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728049996734,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":53062,"timestamp":1483450931107,"id":5148,"parentId":5132,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1728049996734,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":59304,"timestamp":1483450930983,"id":5141,"parentId":5132,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049996734,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":59212,"timestamp":1483450931090,"id":5147,"parentId":5132,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728049996734,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":63151,"timestamp":1483450931037,"id":5144,"parentId":5132,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049996734,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":64561,"timestamp":1483450930881,"id":5136,"parentId":5132,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728049996734,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":13768,"timestamp":1483450982043,"id":5151,"parentId":5150,"tags":{},"startTime":1728049996785,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":280367,"timestamp":1483450996014,"id":5153,"parentId":5152,"tags":{},"startTime":1728049996799,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":281399,"timestamp":1483450995897,"id":5152,"parentId":5150,"tags":{},"startTime":1728049996799,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":46124,"timestamp":1483451277387,"id":5154,"parentId":5150,"tags":{"astUsed":"true"},"startTime":1728049997081,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":346068,"timestamp":1483450981670,"id":5150,"parentId":5149,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728049996785,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":397950,"timestamp":1483450930822,"id":5134,"parentId":5132,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728049996734,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":393876,"timestamp":1483450941843,"id":5149,"parentId":5131,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728049996745,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":404986,"timestamp":1483450930959,"id":5140,"parentId":5132,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728049996734,"traceId":"b09007848b46e699"},{"name":"build-module","duration":81,"timestamp":1483451336542,"id":5155,"parentId":5149,"tags":{},"startTime":1728049997140,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":405694,"timestamp":1483450931002,"id":5142,"parentId":5132,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728049996734,"traceId":"b09007848b46e699"},{"name":"make","duration":422053,"timestamp":1483450914681,"id":5132,"parentId":5131,"tags":{},"startTime":1728049996718,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":28390,"timestamp":1483452128895,"id":5157,"parentId":5156,"tags":{},"startTime":1728049997932,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":9,"timestamp":1483452157375,"id":5159,"parentId":5156,"tags":{},"startTime":1728049997961,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":340,"timestamp":1483452157416,"id":5160,"parentId":5156,"tags":{},"startTime":1728049997961,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":14,"timestamp":1483452157872,"id":5161,"parentId":5156,"tags":{},"startTime":1728049997961,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1483452157928,"id":5162,"parentId":5156,"tags":{},"startTime":1728049997961,"traceId":"b09007848b46e699"},{"name":"optimize","duration":7045,"timestamp":1483452157349,"id":5158,"parentId":5156,"tags":{},"startTime":1728049997960,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":3584,"timestamp":1483452176535,"id":5163,"parentId":5156,"tags":{},"startTime":1728049997980,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":44890,"timestamp":1483452180193,"id":5164,"parentId":5156,"tags":{},"startTime":1728049997983,"traceId":"b09007848b46e699"},{"name":"hash","duration":6612,"timestamp":1483452227692,"id":5165,"parentId":5156,"tags":{},"startTime":1728049998031,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":443,"timestamp":1483452234301,"id":5166,"parentId":5156,"tags":{},"startTime":1728049998037,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":1150,"timestamp":1483452234721,"id":5167,"parentId":5156,"tags":{},"startTime":1728049998038,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":6206,"timestamp":1483452235898,"id":5168,"parentId":5156,"tags":{},"startTime":1728049998039,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":119,"timestamp":1483452245153,"id":5170,"parentId":5131,"tags":{},"startTime":1728049998048,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":232,"timestamp":1483452245051,"id":5169,"parentId":5131,"tags":{},"startTime":1728049998048,"traceId":"b09007848b46e699"},{"name":"seal","duration":287696,"timestamp":1483451961340,"id":5156,"parentId":5131,"tags":{},"startTime":1728049997764,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1335005,"timestamp":1483450914088,"id":5131,"parentId":5088,"tags":{"name":"client"},"startTime":1728049996717,"traceId":"b09007848b46e699"},{"name":"emit","duration":8445,"timestamp":1483452249139,"id":5171,"parentId":5088,"tags":{},"startTime":1728049998052,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1695560,"timestamp":1483450564087,"id":5088,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728049996367,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":6,"timestamp":1483452265469,"id":5172,"parentId":3,"tags":{},"startTime":1728049998069,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1727000,"timestamp":1483450564447,"id":5174,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728049998230,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":163011,"timestamp":1483452271916,"id":5173,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728049998075,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483452434971,"id":5175,"parentId":5173,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"317407232","memory.heapUsed":"239978776","memory.heapTotal":"302219264"},"startTime":1728049998238,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":32359,"timestamp":1483466431572,"id":5182,"parentId":5179,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050012234,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":34187,"timestamp":1483466430980,"id":5180,"parentId":5179,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050012234,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5357,"timestamp":1483466483993,"id":5189,"parentId":5188,"tags":{},"startTime":1728050012287,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5694,"timestamp":1483466483668,"id":5188,"parentId":5187,"tags":{},"startTime":1728050012287,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":9474,"timestamp":1483466482068,"id":5187,"parentId":5178,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050012285,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":62182,"timestamp":1483466431508,"id":5181,"parentId":5179,"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":1728050012234,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":62098,"timestamp":1483466431599,"id":5183,"parentId":5179,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1728050012234,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":63925,"timestamp":1483466431667,"id":5185,"parentId":5179,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050012235,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":63900,"timestamp":1483466431706,"id":5186,"parentId":5179,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050012235,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":63981,"timestamp":1483466431630,"id":5184,"parentId":5179,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050012235,"traceId":"b09007848b46e699"},{"name":"make","duration":177360,"timestamp":1483466408681,"id":5179,"parentId":5178,"tags":{},"startTime":1728050012212,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5720,"timestamp":1483466604323,"id":5207,"parentId":5206,"tags":{},"startTime":1728050012407,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":16,"timestamp":1483466610085,"id":5209,"parentId":5206,"tags":{},"startTime":1728050012413,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":4761,"timestamp":1483466610124,"id":5210,"parentId":5206,"tags":{},"startTime":1728050012413,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1483466614929,"id":5211,"parentId":5206,"tags":{},"startTime":1728050012418,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":11,"timestamp":1483466614968,"id":5212,"parentId":5206,"tags":{},"startTime":1728050012418,"traceId":"b09007848b46e699"},{"name":"optimize","duration":12143,"timestamp":1483466610071,"id":5208,"parentId":5206,"tags":{},"startTime":1728050012413,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":843,"timestamp":1483466624902,"id":5213,"parentId":5206,"tags":{},"startTime":1728050012428,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":5109,"timestamp":1483466625762,"id":5214,"parentId":5206,"tags":{},"startTime":1728050012429,"traceId":"b09007848b46e699"},{"name":"hash","duration":1420,"timestamp":1483466633280,"id":5215,"parentId":5206,"tags":{},"startTime":1728050012436,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":183,"timestamp":1483466634699,"id":5216,"parentId":5206,"tags":{},"startTime":1728050012438,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":226,"timestamp":1483466634872,"id":5217,"parentId":5206,"tags":{},"startTime":1728050012438,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1857,"timestamp":1483466635104,"id":5218,"parentId":5206,"tags":{},"startTime":1728050012438,"traceId":"b09007848b46e699"},{"name":"seal","duration":44068,"timestamp":1483466598365,"id":5206,"parentId":5178,"tags":{},"startTime":1728050012401,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":243612,"timestamp":1483466406496,"id":5178,"parentId":5176,"tags":{"name":"server"},"startTime":1728050012209,"traceId":"b09007848b46e699"},{"name":"emit","duration":13769,"timestamp":1483466650189,"id":5219,"parentId":5176,"tags":{},"startTime":1728050012453,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":290151,"timestamp":1483466374281,"id":5176,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050012177,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5456,"timestamp":1483466676440,"id":5232,"parentId":5221,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050012479,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5537,"timestamp":1483466676459,"id":5234,"parentId":5221,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050012479,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5530,"timestamp":1483466676468,"id":5235,"parentId":5221,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050012479,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":20403,"timestamp":1483466676280,"id":5222,"parentId":5221,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050012479,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":20353,"timestamp":1483466676359,"id":5224,"parentId":5221,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050012479,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":30982,"timestamp":1483466676380,"id":5226,"parentId":5221,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050012479,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37442,"timestamp":1483466676391,"id":5227,"parentId":5221,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050012479,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":40054,"timestamp":1483466676400,"id":5228,"parentId":5221,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050012479,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":39987,"timestamp":1483466676485,"id":5237,"parentId":5221,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1728050012479,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":53224,"timestamp":1483466676421,"id":5230,"parentId":5221,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050012479,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":53191,"timestamp":1483466676476,"id":5236,"parentId":5221,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050012479,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":56173,"timestamp":1483466676449,"id":5233,"parentId":5221,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050012479,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":57209,"timestamp":1483466676370,"id":5225,"parentId":5221,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050012479,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":18738,"timestamp":1483466715137,"id":5240,"parentId":5239,"tags":{},"startTime":1728050012518,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":310163,"timestamp":1483466734057,"id":5242,"parentId":5241,"tags":{},"startTime":1728050012537,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":311434,"timestamp":1483466733938,"id":5241,"parentId":5239,"tags":{},"startTime":1728050012537,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":54796,"timestamp":1483467045469,"id":5243,"parentId":5239,"tags":{"astUsed":"true"},"startTime":1728050012848,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":388897,"timestamp":1483466714936,"id":5239,"parentId":5238,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050012518,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":428922,"timestamp":1483466676346,"id":5223,"parentId":5221,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050012479,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":425600,"timestamp":1483466682713,"id":5238,"parentId":5220,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050012486,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":432085,"timestamp":1483466676412,"id":5229,"parentId":5221,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050012479,"traceId":"b09007848b46e699"},{"name":"build-module","duration":53,"timestamp":1483467108601,"id":5244,"parentId":5238,"tags":{},"startTime":1728050012911,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":432252,"timestamp":1483466676431,"id":5231,"parentId":5221,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050012479,"traceId":"b09007848b46e699"},{"name":"make","duration":442033,"timestamp":1483466666665,"id":5221,"parentId":5220,"tags":{},"startTime":1728050012470,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5801,"timestamp":1483467120735,"id":5246,"parentId":5245,"tags":{},"startTime":1728050012924,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1483467126568,"id":5248,"parentId":5245,"tags":{},"startTime":1728050012929,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":97,"timestamp":1483467126601,"id":5249,"parentId":5245,"tags":{},"startTime":1728050012929,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":5,"timestamp":1483467126724,"id":5250,"parentId":5245,"tags":{},"startTime":1728050012930,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1483467126752,"id":5251,"parentId":5245,"tags":{},"startTime":1728050012930,"traceId":"b09007848b46e699"},{"name":"optimize","duration":2178,"timestamp":1483467126558,"id":5247,"parentId":5245,"tags":{},"startTime":1728050012929,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":534,"timestamp":1483467131279,"id":5252,"parentId":5245,"tags":{},"startTime":1728050012934,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":5354,"timestamp":1483467131828,"id":5253,"parentId":5245,"tags":{},"startTime":1728050012935,"traceId":"b09007848b46e699"},{"name":"hash","duration":5738,"timestamp":1483467139227,"id":5254,"parentId":5245,"tags":{},"startTime":1728050012942,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":239,"timestamp":1483467144964,"id":5255,"parentId":5245,"tags":{},"startTime":1728050012948,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":206,"timestamp":1483467145190,"id":5256,"parentId":5245,"tags":{},"startTime":1728050012948,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4830,"timestamp":1483467145400,"id":5257,"parentId":5245,"tags":{},"startTime":1728050012948,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":118,"timestamp":1483467153407,"id":5259,"parentId":5220,"tags":{},"startTime":1728050012956,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":234,"timestamp":1483467153300,"id":5258,"parentId":5220,"tags":{},"startTime":1728050012956,"traceId":"b09007848b46e699"},{"name":"seal","duration":43975,"timestamp":1483467115806,"id":5245,"parentId":5220,"tags":{},"startTime":1728050012919,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":493525,"timestamp":1483466666303,"id":5220,"parentId":5177,"tags":{"name":"client"},"startTime":1728050012469,"traceId":"b09007848b46e699"},{"name":"emit","duration":15500,"timestamp":1483467159866,"id":5260,"parentId":5177,"tags":{},"startTime":1728050012963,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":827391,"timestamp":1483466375540,"id":5177,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050012178,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":20,"timestamp":1483467208934,"id":5261,"parentId":3,"tags":{},"startTime":1728050013012,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":869000,"timestamp":1483466377424,"id":5263,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728050013050,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":105668,"timestamp":1483467229675,"id":5262,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050013033,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1483467335429,"id":5264,"parentId":5262,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"275415040","memory.heapUsed":"264026528","memory.heapTotal":"306036736"},"startTime":1728050013138,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":11131,"timestamp":1483485853447,"id":5271,"parentId":5268,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050031656,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":12222,"timestamp":1483485853068,"id":5269,"parentId":5268,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050031656,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":44595,"timestamp":1483485853423,"id":5270,"parentId":5268,"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":1728050031656,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":44570,"timestamp":1483485853458,"id":5272,"parentId":5268,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1728050031656,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":46057,"timestamp":1483485853548,"id":5275,"parentId":5268,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050031656,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":46145,"timestamp":1483485853472,"id":5273,"parentId":5268,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050031656,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5305,"timestamp":1483485894708,"id":5278,"parentId":5277,"tags":{},"startTime":1728050031697,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5578,"timestamp":1483485894444,"id":5277,"parentId":5276,"tags":{},"startTime":1728050031697,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":25090,"timestamp":1483485893421,"id":5276,"parentId":5267,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050031696,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":66800,"timestamp":1483485853494,"id":5274,"parentId":5268,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050031656,"traceId":"b09007848b46e699"},{"name":"make","duration":163159,"timestamp":1483485837416,"id":5268,"parentId":5267,"tags":{},"startTime":1728050031640,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":7883,"timestamp":1483486012275,"id":5296,"parentId":5295,"tags":{},"startTime":1728050031815,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":6,"timestamp":1483486020209,"id":5298,"parentId":5295,"tags":{},"startTime":1728050031823,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":5526,"timestamp":1483486020252,"id":5299,"parentId":5295,"tags":{},"startTime":1728050031823,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1483486025860,"id":5300,"parentId":5295,"tags":{},"startTime":1728050031828,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":55,"timestamp":1483486025915,"id":5301,"parentId":5295,"tags":{},"startTime":1728050031828,"traceId":"b09007848b46e699"},{"name":"optimize","duration":9027,"timestamp":1483486020192,"id":5297,"parentId":5295,"tags":{},"startTime":1728050031823,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1178,"timestamp":1483486032126,"id":5302,"parentId":5295,"tags":{},"startTime":1728050031835,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":6950,"timestamp":1483486033322,"id":5303,"parentId":5295,"tags":{},"startTime":1728050031836,"traceId":"b09007848b46e699"},{"name":"hash","duration":1990,"timestamp":1483486042533,"id":5304,"parentId":5295,"tags":{},"startTime":1728050031845,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":216,"timestamp":1483486044521,"id":5305,"parentId":5295,"tags":{},"startTime":1728050031847,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":361,"timestamp":1483486044725,"id":5306,"parentId":5295,"tags":{},"startTime":1728050031847,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2893,"timestamp":1483486045101,"id":5307,"parentId":5295,"tags":{},"startTime":1728050031848,"traceId":"b09007848b46e699"},{"name":"seal","duration":48020,"timestamp":1483486007623,"id":5295,"parentId":5267,"tags":{},"startTime":1728050031810,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":239941,"timestamp":1483485832949,"id":5267,"parentId":5265,"tags":{"name":"server"},"startTime":1728050031635,"traceId":"b09007848b46e699"},{"name":"emit","duration":15281,"timestamp":1483486073035,"id":5308,"parentId":5265,"tags":{},"startTime":1728050031876,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":273586,"timestamp":1483485815452,"id":5265,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050031618,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7652,"timestamp":1483486107925,"id":5321,"parentId":5310,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050031910,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7718,"timestamp":1483486107962,"id":5323,"parentId":5310,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050031910,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7703,"timestamp":1483486107980,"id":5324,"parentId":5310,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050031911,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17271,"timestamp":1483486107628,"id":5311,"parentId":5310,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050031910,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17162,"timestamp":1483486107768,"id":5313,"parentId":5310,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050031910,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23138,"timestamp":1483486107810,"id":5315,"parentId":5310,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050031910,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36639,"timestamp":1483486107830,"id":5316,"parentId":5310,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050031910,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":43336,"timestamp":1483486107849,"id":5317,"parentId":5310,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050031910,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":43186,"timestamp":1483486108018,"id":5326,"parentId":5310,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1728050031911,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":66400,"timestamp":1483486107886,"id":5319,"parentId":5310,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050031910,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":66305,"timestamp":1483486108000,"id":5325,"parentId":5310,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050031911,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":84363,"timestamp":1483486107943,"id":5322,"parentId":5310,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050031910,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":103510,"timestamp":1483486107791,"id":5314,"parentId":5310,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050031910,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":63432,"timestamp":1483486148297,"id":5329,"parentId":5328,"tags":{},"startTime":1728050031951,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":394445,"timestamp":1483486214855,"id":5331,"parentId":5330,"tags":{},"startTime":1728050032017,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":398700,"timestamp":1483486211852,"id":5330,"parentId":5328,"tags":{},"startTime":1728050032014,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":65130,"timestamp":1483486610785,"id":5332,"parentId":5328,"tags":{"astUsed":"true"},"startTime":1728050032413,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":533976,"timestamp":1483486147948,"id":5328,"parentId":5327,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050031950,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":575751,"timestamp":1483486107739,"id":5312,"parentId":5310,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050031910,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":575022,"timestamp":1483486117013,"id":5327,"parentId":5309,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050031920,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":584541,"timestamp":1483486107868,"id":5318,"parentId":5310,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050031910,"traceId":"b09007848b46e699"},{"name":"build-module","duration":88,"timestamp":1483486692594,"id":5333,"parentId":5327,"tags":{},"startTime":1728050032495,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":584811,"timestamp":1483486107905,"id":5320,"parentId":5310,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050031910,"traceId":"b09007848b46e699"},{"name":"make","duration":599425,"timestamp":1483486093322,"id":5310,"parentId":5309,"tags":{},"startTime":1728050031896,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4140,"timestamp":1483486717369,"id":5335,"parentId":5334,"tags":{},"startTime":1728050032520,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1483486721557,"id":5337,"parentId":5334,"tags":{},"startTime":1728050032524,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":142,"timestamp":1483486721610,"id":5338,"parentId":5334,"tags":{},"startTime":1728050032524,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":8,"timestamp":1483486721791,"id":5339,"parentId":5334,"tags":{},"startTime":1728050032524,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1483486721833,"id":5340,"parentId":5334,"tags":{},"startTime":1728050032524,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3371,"timestamp":1483486721541,"id":5336,"parentId":5334,"tags":{},"startTime":1728050032524,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":933,"timestamp":1483486729388,"id":5341,"parentId":5334,"tags":{},"startTime":1728050032532,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":13214,"timestamp":1483486730341,"id":5342,"parentId":5334,"tags":{},"startTime":1728050032533,"traceId":"b09007848b46e699"},{"name":"hash","duration":76146,"timestamp":1483486750017,"id":5343,"parentId":5334,"tags":{},"startTime":1728050032553,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":1264,"timestamp":1483486826157,"id":5344,"parentId":5334,"tags":{},"startTime":1728050032629,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":1660,"timestamp":1483486827227,"id":5345,"parentId":5334,"tags":{},"startTime":1728050032630,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":116009,"timestamp":1483486828924,"id":5346,"parentId":5334,"tags":{},"startTime":1728050032631,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":252,"timestamp":1483486958799,"id":5348,"parentId":5309,"tags":{},"startTime":1728050032761,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":1370,"timestamp":1483486957693,"id":5347,"parentId":5309,"tags":{},"startTime":1728050032760,"traceId":"b09007848b46e699"},{"name":"seal","duration":260922,"timestamp":1483486704700,"id":5334,"parentId":5309,"tags":{},"startTime":1728050032507,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":872950,"timestamp":1483486092767,"id":5309,"parentId":5266,"tags":{"name":"client"},"startTime":1728050031895,"traceId":"b09007848b46e699"},{"name":"emit","duration":8465,"timestamp":1483486965765,"id":5349,"parentId":5266,"tags":{},"startTime":1728050032768,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1161403,"timestamp":1483485816431,"id":5266,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050031619,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":35,"timestamp":1483486992186,"id":5350,"parentId":3,"tags":{},"startTime":1728050032795,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1210000,"timestamp":1483485818529,"id":5352,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728050032837,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":205872,"timestamp":1483487004267,"id":5351,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050032807,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483487210235,"id":5353,"parentId":5351,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"209485824","memory.heapUsed":"298331704","memory.heapTotal":"338690048"},"startTime":1728050033013,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23098,"timestamp":1483490863631,"id":5360,"parentId":5357,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050036666,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25023,"timestamp":1483490862866,"id":5358,"parentId":5357,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050036665,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":146315,"timestamp":1483490863555,"id":5359,"parentId":5357,"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":1728050036666,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":146206,"timestamp":1483490863683,"id":5361,"parentId":5357,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1728050036666,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":84805,"timestamp":1483490945583,"id":5367,"parentId":5366,"tags":{},"startTime":1728050036748,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":85307,"timestamp":1483490945095,"id":5366,"parentId":5365,"tags":{},"startTime":1728050036748,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":93295,"timestamp":1483490941519,"id":5365,"parentId":5356,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050036744,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":173492,"timestamp":1483490863748,"id":5364,"parentId":5357,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050036666,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":173549,"timestamp":1483490863704,"id":5362,"parentId":5357,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050036666,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":174928,"timestamp":1483490863731,"id":5363,"parentId":5357,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050036666,"traceId":"b09007848b46e699"},{"name":"make","duration":374922,"timestamp":1483490848717,"id":5357,"parentId":5356,"tags":{},"startTime":1728050036651,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3884,"timestamp":1483491268537,"id":5385,"parentId":5384,"tags":{},"startTime":1728050037071,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":7,"timestamp":1483491272459,"id":5387,"parentId":5384,"tags":{},"startTime":1728050037075,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":5553,"timestamp":1483491272495,"id":5388,"parentId":5384,"tags":{},"startTime":1728050037075,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":10,"timestamp":1483491278135,"id":5389,"parentId":5384,"tags":{},"startTime":1728050037081,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":22,"timestamp":1483491278184,"id":5390,"parentId":5384,"tags":{},"startTime":1728050037081,"traceId":"b09007848b46e699"},{"name":"optimize","duration":8535,"timestamp":1483491272447,"id":5386,"parentId":5384,"tags":{},"startTime":1728050037075,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1595,"timestamp":1483491284869,"id":5391,"parentId":5384,"tags":{},"startTime":1728050037087,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":7654,"timestamp":1483491286490,"id":5392,"parentId":5384,"tags":{},"startTime":1728050037089,"traceId":"b09007848b46e699"},{"name":"hash","duration":2295,"timestamp":1483491297225,"id":5393,"parentId":5384,"tags":{},"startTime":1728050037100,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":239,"timestamp":1483491299518,"id":5394,"parentId":5384,"tags":{},"startTime":1728050037102,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":266,"timestamp":1483491299744,"id":5395,"parentId":5384,"tags":{},"startTime":1728050037102,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4816,"timestamp":1483491300017,"id":5396,"parentId":5384,"tags":{},"startTime":1728050037102,"traceId":"b09007848b46e699"},{"name":"seal","duration":55289,"timestamp":1483491261733,"id":5384,"parentId":5356,"tags":{},"startTime":1728050037064,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":482373,"timestamp":1483490846552,"id":5356,"parentId":5354,"tags":{"name":"server"},"startTime":1728050036649,"traceId":"b09007848b46e699"},{"name":"emit","duration":8761,"timestamp":1483491329143,"id":5397,"parentId":5354,"tags":{},"startTime":1728050037132,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":526552,"timestamp":1483490812368,"id":5354,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050036615,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7530,"timestamp":1483491354719,"id":5410,"parentId":5399,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050037157,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7645,"timestamp":1483491354750,"id":5412,"parentId":5399,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050037157,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7633,"timestamp":1483491354765,"id":5413,"parentId":5399,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050037157,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25512,"timestamp":1483491354452,"id":5400,"parentId":5399,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050037157,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25417,"timestamp":1483491354579,"id":5402,"parentId":5399,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050037157,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":39881,"timestamp":1483491354618,"id":5404,"parentId":5399,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050037157,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":49025,"timestamp":1483491354637,"id":5405,"parentId":5399,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050037157,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":52677,"timestamp":1483491354654,"id":5406,"parentId":5399,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050037157,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":52513,"timestamp":1483491354832,"id":5415,"parentId":5399,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1728050037157,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":58235,"timestamp":1483491354688,"id":5408,"parentId":5399,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050037157,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":58160,"timestamp":1483491354781,"id":5414,"parentId":5399,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050037157,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":61351,"timestamp":1483491354735,"id":5411,"parentId":5399,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050037157,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":62536,"timestamp":1483491354600,"id":5403,"parentId":5399,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050037157,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":11585,"timestamp":1483491405813,"id":5418,"parentId":5417,"tags":{},"startTime":1728050037208,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":259538,"timestamp":1483491417945,"id":5420,"parentId":5419,"tags":{},"startTime":1728050037220,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":261183,"timestamp":1483491417490,"id":5419,"parentId":5417,"tags":{},"startTime":1728050037220,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":118033,"timestamp":1483491678800,"id":5421,"parentId":5417,"tags":{"astUsed":"true"},"startTime":1728050037481,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":400053,"timestamp":1483491405397,"id":5417,"parentId":5416,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050037208,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":455671,"timestamp":1483491354557,"id":5401,"parentId":5399,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050037157,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":493502,"timestamp":1483491364196,"id":5416,"parentId":5398,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050037167,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":503589,"timestamp":1483491354671,"id":5407,"parentId":5399,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050037157,"traceId":"b09007848b46e699"},{"name":"build-module","duration":199,"timestamp":1483491858679,"id":5422,"parentId":5416,"tags":{},"startTime":1728050037661,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":504239,"timestamp":1483491354704,"id":5409,"parentId":5399,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050037157,"traceId":"b09007848b46e699"},{"name":"make","duration":516257,"timestamp":1483491342887,"id":5399,"parentId":5398,"tags":{},"startTime":1728050037145,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5484,"timestamp":1483491907696,"id":5424,"parentId":5423,"tags":{},"startTime":1728050037710,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1483491913223,"id":5426,"parentId":5423,"tags":{},"startTime":1728050037716,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":123,"timestamp":1483491913267,"id":5427,"parentId":5423,"tags":{},"startTime":1728050037716,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":6,"timestamp":1483491913428,"id":5428,"parentId":5423,"tags":{},"startTime":1728050037716,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1483491913479,"id":5429,"parentId":5423,"tags":{},"startTime":1728050037716,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3236,"timestamp":1483491913210,"id":5425,"parentId":5423,"tags":{},"startTime":1728050037716,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1558,"timestamp":1483491919741,"id":5430,"parentId":5423,"tags":{},"startTime":1728050037722,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":6803,"timestamp":1483491921322,"id":5431,"parentId":5423,"tags":{},"startTime":1728050037724,"traceId":"b09007848b46e699"},{"name":"hash","duration":7148,"timestamp":1483491932140,"id":5432,"parentId":5423,"tags":{},"startTime":1728050037735,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":389,"timestamp":1483491939286,"id":5433,"parentId":5423,"tags":{},"startTime":1728050037742,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":317,"timestamp":1483491939656,"id":5434,"parentId":5423,"tags":{},"startTime":1728050037742,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":8470,"timestamp":1483491939979,"id":5435,"parentId":5423,"tags":{},"startTime":1728050037742,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":179,"timestamp":1483491950584,"id":5437,"parentId":5398,"tags":{},"startTime":1728050037753,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":349,"timestamp":1483491950423,"id":5436,"parentId":5398,"tags":{},"startTime":1728050037753,"traceId":"b09007848b46e699"},{"name":"seal","duration":64845,"timestamp":1483491890923,"id":5423,"parentId":5398,"tags":{},"startTime":1728050037693,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":613747,"timestamp":1483491342420,"id":5398,"parentId":5355,"tags":{"name":"client"},"startTime":1728050037145,"traceId":"b09007848b46e699"},{"name":"emit","duration":15720,"timestamp":1483491956503,"id":5438,"parentId":5355,"tags":{},"startTime":1728050037759,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1160689,"timestamp":1483490815347,"id":5355,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050036618,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":23,"timestamp":1483491981214,"id":5439,"parentId":3,"tags":{},"startTime":1728050037784,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1189000,"timestamp":1483490818423,"id":5441,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728050037825,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":228388,"timestamp":1483491986647,"id":5440,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050037789,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483492215100,"id":5442,"parentId":5440,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"194920448","memory.heapUsed":"335727240","memory.heapTotal":"371343360"},"startTime":1728050038018,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":45320,"timestamp":1483514061616,"id":5449,"parentId":5446,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050059864,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":46392,"timestamp":1483514061307,"id":5447,"parentId":5446,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050059863,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":82204,"timestamp":1483514061603,"id":5448,"parentId":5446,"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":1728050059864,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":19798,"timestamp":1483514128953,"id":5454,"parentId":5453,"tags":{},"startTime":1728050059931,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":24251,"timestamp":1483514124517,"id":5453,"parentId":5452,"tags":{},"startTime":1728050059927,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":29505,"timestamp":1483514123364,"id":5452,"parentId":5445,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050059925,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":93119,"timestamp":1483514061639,"id":5451,"parentId":5446,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050059864,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":94112,"timestamp":1483514061629,"id":5450,"parentId":5446,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050059864,"traceId":"b09007848b46e699"},{"name":"make","duration":214150,"timestamp":1483514053727,"id":5446,"parentId":5445,"tags":{},"startTime":1728050059856,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4363,"timestamp":1483514287431,"id":5466,"parentId":5465,"tags":{},"startTime":1728050060089,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":3,"timestamp":1483514291828,"id":5468,"parentId":5465,"tags":{},"startTime":1728050060094,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":4918,"timestamp":1483514291933,"id":5469,"parentId":5465,"tags":{},"startTime":1728050060094,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":7,"timestamp":1483514296911,"id":5470,"parentId":5465,"tags":{},"startTime":1728050060099,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":47,"timestamp":1483514296961,"id":5471,"parentId":5465,"tags":{},"startTime":1728050060099,"traceId":"b09007848b46e699"},{"name":"optimize","duration":9589,"timestamp":1483514291816,"id":5467,"parentId":5465,"tags":{},"startTime":1728050060094,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2349,"timestamp":1483514307871,"id":5472,"parentId":5465,"tags":{},"startTime":1728050060110,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":8961,"timestamp":1483514310274,"id":5473,"parentId":5465,"tags":{},"startTime":1728050060112,"traceId":"b09007848b46e699"},{"name":"hash","duration":1607,"timestamp":1483514323120,"id":5474,"parentId":5465,"tags":{},"startTime":1728050060125,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":187,"timestamp":1483514324725,"id":5475,"parentId":5465,"tags":{},"startTime":1728050060127,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":202,"timestamp":1483514324902,"id":5476,"parentId":5465,"tags":{},"startTime":1728050060127,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":7462,"timestamp":1483514325160,"id":5477,"parentId":5465,"tags":{},"startTime":1728050060127,"traceId":"b09007848b46e699"},{"name":"seal","duration":60043,"timestamp":1483514280618,"id":5465,"parentId":5445,"tags":{},"startTime":1728050060083,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":297749,"timestamp":1483514052261,"id":5445,"parentId":5443,"tags":{"name":"server"},"startTime":1728050059854,"traceId":"b09007848b46e699"},{"name":"emit","duration":18127,"timestamp":1483514350221,"id":5478,"parentId":5443,"tags":{},"startTime":1728050060152,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":356384,"timestamp":1483514031671,"id":5443,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050059834,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7261,"timestamp":1483514398986,"id":5491,"parentId":5480,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050060201,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7323,"timestamp":1483514399008,"id":5493,"parentId":5480,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050060201,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7317,"timestamp":1483514399016,"id":5494,"parentId":5480,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050060201,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23747,"timestamp":1483514398808,"id":5481,"parentId":5480,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050060201,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23685,"timestamp":1483514398892,"id":5483,"parentId":5480,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050060201,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":52690,"timestamp":1483514398916,"id":5485,"parentId":5480,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050060201,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":59539,"timestamp":1483514398929,"id":5486,"parentId":5480,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050060201,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":61708,"timestamp":1483514398939,"id":5487,"parentId":5480,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050060201,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":65717,"timestamp":1483514398959,"id":5489,"parentId":5480,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050060201,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":65661,"timestamp":1483514399026,"id":5495,"parentId":5480,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050060201,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":70285,"timestamp":1483514398996,"id":5492,"parentId":5480,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050060201,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":71209,"timestamp":1483514398907,"id":5484,"parentId":5480,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050060201,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":10578,"timestamp":1483514459685,"id":5498,"parentId":5497,"tags":{},"startTime":1728050060262,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":209293,"timestamp":1483514470426,"id":5500,"parentId":5499,"tags":{},"startTime":1728050060272,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":210331,"timestamp":1483514470329,"id":5499,"parentId":5497,"tags":{},"startTime":1728050060272,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":30791,"timestamp":1483514681011,"id":5501,"parentId":5497,"tags":{"astUsed":"true"},"startTime":1728050060483,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":255350,"timestamp":1483514459506,"id":5497,"parentId":5496,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050060262,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":329582,"timestamp":1483514398879,"id":5482,"parentId":5480,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050060201,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":330101,"timestamp":1483514398947,"id":5488,"parentId":5480,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050060201,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":326803,"timestamp":1483514407473,"id":5496,"parentId":5479,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050060210,"traceId":"b09007848b46e699"},{"name":"build-module","duration":57,"timestamp":1483514734562,"id":5502,"parentId":5496,"tags":{},"startTime":1728050060537,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":335680,"timestamp":1483514398968,"id":5490,"parentId":5480,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050060201,"traceId":"b09007848b46e699"},{"name":"make","duration":343032,"timestamp":1483514391636,"id":5480,"parentId":5479,"tags":{},"startTime":1728050060194,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6760,"timestamp":1483514752052,"id":5504,"parentId":5503,"tags":{},"startTime":1728050060554,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":7,"timestamp":1483514758863,"id":5506,"parentId":5503,"tags":{},"startTime":1728050060561,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":167,"timestamp":1483514758916,"id":5507,"parentId":5503,"tags":{},"startTime":1728050060561,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":9,"timestamp":1483514759127,"id":5508,"parentId":5503,"tags":{},"startTime":1728050060561,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1483514759170,"id":5509,"parentId":5503,"tags":{},"startTime":1728050060561,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3428,"timestamp":1483514758846,"id":5505,"parentId":5503,"tags":{},"startTime":1728050060561,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1710,"timestamp":1483514766399,"id":5510,"parentId":5503,"tags":{},"startTime":1728050060568,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":20939,"timestamp":1483514768137,"id":5511,"parentId":5503,"tags":{},"startTime":1728050060570,"traceId":"b09007848b46e699"},{"name":"hash","duration":10584,"timestamp":1483514792608,"id":5512,"parentId":5503,"tags":{},"startTime":1728050060595,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":631,"timestamp":1483514803189,"id":5513,"parentId":5503,"tags":{},"startTime":1728050060605,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":437,"timestamp":1483514803795,"id":5514,"parentId":5503,"tags":{},"startTime":1728050060606,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":19156,"timestamp":1483514804243,"id":5515,"parentId":5503,"tags":{},"startTime":1728050060606,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":160,"timestamp":1483514825548,"id":5517,"parentId":5479,"tags":{},"startTime":1728050060628,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":311,"timestamp":1483514825408,"id":5516,"parentId":5479,"tags":{},"startTime":1728050060627,"traceId":"b09007848b46e699"},{"name":"seal","duration":85040,"timestamp":1483514745375,"id":5503,"parentId":5479,"tags":{},"startTime":1728050060547,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":439158,"timestamp":1483514391325,"id":5479,"parentId":5444,"tags":{"name":"client"},"startTime":1728050060193,"traceId":"b09007848b46e699"},{"name":"emit","duration":34483,"timestamp":1483514830548,"id":5518,"parentId":5444,"tags":{},"startTime":1728050060633,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":833024,"timestamp":1483514038214,"id":5444,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050059840,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":6,"timestamp":1483514879501,"id":5519,"parentId":3,"tags":{},"startTime":1728050060682,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":874000,"timestamp":1483514039615,"id":5521,"parentId":3,"tags":{"updatedModules":["[project]/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"],"page":"/about","isPageHidden":false},"startTime":1728050060721,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":341329,"timestamp":1483514885562,"id":5520,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050060688,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483515226930,"id":5522,"parentId":5520,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"284377088","memory.heapUsed":"239525536","memory.heapTotal":"361299968"},"startTime":1728050061029,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13155,"timestamp":1483526531956,"id":5529,"parentId":5526,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050072334,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":27754,"timestamp":1483526531504,"id":5527,"parentId":5526,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050072333,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":50994,"timestamp":1483526531939,"id":5528,"parentId":5526,"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":1728050072334,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6193,"timestamp":1483526577237,"id":5534,"parentId":5533,"tags":{},"startTime":1728050072379,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7010,"timestamp":1483526576429,"id":5533,"parentId":5532,"tags":{},"startTime":1728050072378,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":28377,"timestamp":1483526560291,"id":5532,"parentId":5525,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050072362,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":61059,"timestamp":1483526532037,"id":5531,"parentId":5526,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050072334,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":61141,"timestamp":1483526531970,"id":5530,"parentId":5526,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050072334,"traceId":"b09007848b46e699"},{"name":"make","duration":183923,"timestamp":1483526515015,"id":5526,"parentId":5525,"tags":{},"startTime":1728050072317,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":9441,"timestamp":1483526715755,"id":5546,"parentId":5545,"tags":{},"startTime":1728050072518,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":7,"timestamp":1483526725234,"id":5548,"parentId":5545,"tags":{},"startTime":1728050072527,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":6003,"timestamp":1483526725285,"id":5549,"parentId":5545,"tags":{},"startTime":1728050072527,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":20,"timestamp":1483526731348,"id":5550,"parentId":5545,"tags":{},"startTime":1728050072533,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":15,"timestamp":1483526731394,"id":5551,"parentId":5545,"tags":{},"startTime":1728050072533,"traceId":"b09007848b46e699"},{"name":"optimize","duration":13077,"timestamp":1483526725220,"id":5547,"parentId":5545,"tags":{},"startTime":1728050072527,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2235,"timestamp":1483526742856,"id":5552,"parentId":5545,"tags":{},"startTime":1728050072545,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":8477,"timestamp":1483526745120,"id":5553,"parentId":5545,"tags":{},"startTime":1728050072547,"traceId":"b09007848b46e699"},{"name":"hash","duration":7626,"timestamp":1483526755966,"id":5554,"parentId":5545,"tags":{},"startTime":1728050072558,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":413,"timestamp":1483526763589,"id":5555,"parentId":5545,"tags":{},"startTime":1728050072565,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":441,"timestamp":1483526763988,"id":5556,"parentId":5545,"tags":{},"startTime":1728050072566,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":7794,"timestamp":1483526764436,"id":5557,"parentId":5545,"tags":{},"startTime":1728050072566,"traceId":"b09007848b46e699"},{"name":"seal","duration":70273,"timestamp":1483526708965,"id":5545,"parentId":5525,"tags":{},"startTime":1728050072511,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":282263,"timestamp":1483526513542,"id":5525,"parentId":5523,"tags":{"name":"server"},"startTime":1728050072315,"traceId":"b09007848b46e699"},{"name":"emit","duration":8114,"timestamp":1483526795948,"id":5558,"parentId":5523,"tags":{},"startTime":1728050072598,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":321214,"timestamp":1483526483419,"id":5523,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050072285,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7351,"timestamp":1483526818979,"id":5571,"parentId":5560,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050072621,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7414,"timestamp":1483526819017,"id":5573,"parentId":5560,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050072621,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7398,"timestamp":1483526819036,"id":5574,"parentId":5560,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050072621,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15761,"timestamp":1483526818701,"id":5561,"parentId":5560,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050072621,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15656,"timestamp":1483526818824,"id":5563,"parentId":5560,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050072621,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":21026,"timestamp":1483526818864,"id":5565,"parentId":5560,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050072621,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26977,"timestamp":1483526818884,"id":5566,"parentId":5560,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050072621,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":31487,"timestamp":1483526818903,"id":5567,"parentId":5560,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050072621,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":41244,"timestamp":1483526818940,"id":5569,"parentId":5560,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050072621,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":41144,"timestamp":1483526819054,"id":5575,"parentId":5560,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050072621,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":43484,"timestamp":1483526818998,"id":5572,"parentId":5560,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050072621,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":45109,"timestamp":1483526818844,"id":5564,"parentId":5560,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050072621,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":16091,"timestamp":1483526848639,"id":5578,"parentId":5577,"tags":{},"startTime":1728050072650,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":275585,"timestamp":1483526864926,"id":5580,"parentId":5579,"tags":{},"startTime":1728050072667,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":276782,"timestamp":1483526864798,"id":5579,"parentId":5577,"tags":{},"startTime":1728050072667,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":81219,"timestamp":1483527141720,"id":5581,"parentId":5577,"tags":{"astUsed":"true"},"startTime":1728050072944,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":380277,"timestamp":1483526848376,"id":5577,"parentId":5576,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050072650,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":412643,"timestamp":1483526818800,"id":5562,"parentId":5560,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050072621,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":411104,"timestamp":1483526827384,"id":5576,"parentId":5559,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050072629,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":420254,"timestamp":1483526818921,"id":5568,"parentId":5560,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050072621,"traceId":"b09007848b46e699"},{"name":"build-module","duration":101,"timestamp":1483527239526,"id":5582,"parentId":5576,"tags":{},"startTime":1728050073041,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":420815,"timestamp":1483526818959,"id":5570,"parentId":5560,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050072621,"traceId":"b09007848b46e699"},{"name":"make","duration":431670,"timestamp":1483526808140,"id":5560,"parentId":5559,"tags":{},"startTime":1728050072610,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":9819,"timestamp":1483527258113,"id":5584,"parentId":5583,"tags":{},"startTime":1728050073060,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":7,"timestamp":1483527267986,"id":5586,"parentId":5583,"tags":{},"startTime":1728050073070,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":187,"timestamp":1483527268046,"id":5587,"parentId":5583,"tags":{},"startTime":1728050073070,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":8,"timestamp":1483527268274,"id":5588,"parentId":5583,"tags":{},"startTime":1728050073070,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":11,"timestamp":1483527268346,"id":5589,"parentId":5583,"tags":{},"startTime":1728050073070,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5157,"timestamp":1483527267968,"id":5585,"parentId":5583,"tags":{},"startTime":1728050073070,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1788,"timestamp":1483527276619,"id":5590,"parentId":5583,"tags":{},"startTime":1728050073078,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":8393,"timestamp":1483527279055,"id":5591,"parentId":5583,"tags":{},"startTime":1728050073081,"traceId":"b09007848b46e699"},{"name":"hash","duration":7753,"timestamp":1483527290568,"id":5592,"parentId":5583,"tags":{},"startTime":1728050073092,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":410,"timestamp":1483527298319,"id":5593,"parentId":5583,"tags":{},"startTime":1728050073100,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":262,"timestamp":1483527298710,"id":5594,"parentId":5583,"tags":{},"startTime":1728050073101,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5300,"timestamp":1483527298980,"id":5595,"parentId":5583,"tags":{},"startTime":1728050073101,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":154,"timestamp":1483527306272,"id":5597,"parentId":5559,"tags":{},"startTime":1728050073108,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":290,"timestamp":1483527306144,"id":5596,"parentId":5559,"tags":{},"startTime":1728050073108,"traceId":"b09007848b46e699"},{"name":"seal","duration":58019,"timestamp":1483527252767,"id":5583,"parentId":5559,"tags":{},"startTime":1728050073055,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":503196,"timestamp":1483526807644,"id":5559,"parentId":5524,"tags":{"name":"client"},"startTime":1728050072609,"traceId":"b09007848b46e699"},{"name":"emit","duration":12507,"timestamp":1483527310886,"id":5598,"parentId":5524,"tags":{},"startTime":1728050073113,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":840218,"timestamp":1483526485035,"id":5524,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050072287,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":7,"timestamp":1483527329506,"id":5599,"parentId":3,"tags":{},"startTime":1728050073131,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":863000,"timestamp":1483526487299,"id":5601,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728050073152,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":105176,"timestamp":1483527335971,"id":5600,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050073138,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483527441184,"id":5602,"parentId":5600,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"273842176","memory.heapUsed":"261133768","memory.heapTotal":"363544576"},"startTime":1728050073243,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10767,"timestamp":1483534901876,"id":5609,"parentId":5606,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050080704,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":11399,"timestamp":1483534901560,"id":5607,"parentId":5606,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050080703,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9334,"timestamp":1483534956476,"id":5614,"parentId":5613,"tags":{},"startTime":1728050080758,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9712,"timestamp":1483534956148,"id":5613,"parentId":5612,"tags":{},"startTime":1728050080758,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":14272,"timestamp":1483534954427,"id":5612,"parentId":5605,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050080756,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":68765,"timestamp":1483534901861,"id":5608,"parentId":5606,"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":1728050080704,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":70101,"timestamp":1483534901900,"id":5611,"parentId":5606,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050080704,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":70121,"timestamp":1483534901887,"id":5610,"parentId":5606,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050080704,"traceId":"b09007848b46e699"},{"name":"make","duration":141804,"timestamp":1483534895650,"id":5606,"parentId":5605,"tags":{},"startTime":1728050080697,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2181,"timestamp":1483535051685,"id":5626,"parentId":5625,"tags":{},"startTime":1728050080853,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":10,"timestamp":1483535053895,"id":5628,"parentId":5625,"tags":{},"startTime":1728050080856,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":3056,"timestamp":1483535053928,"id":5629,"parentId":5625,"tags":{},"startTime":1728050080856,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":5,"timestamp":1483535057032,"id":5630,"parentId":5625,"tags":{},"startTime":1728050080859,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":11,"timestamp":1483535057061,"id":5631,"parentId":5625,"tags":{},"startTime":1728050080859,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5337,"timestamp":1483535053885,"id":5627,"parentId":5625,"tags":{},"startTime":1728050080856,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1083,"timestamp":1483535061249,"id":5632,"parentId":5625,"tags":{},"startTime":1728050080863,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":4216,"timestamp":1483535062344,"id":5633,"parentId":5625,"tags":{},"startTime":1728050080864,"traceId":"b09007848b46e699"},{"name":"hash","duration":1307,"timestamp":1483535068137,"id":5634,"parentId":5625,"tags":{},"startTime":1728050080870,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":175,"timestamp":1483535069443,"id":5635,"parentId":5625,"tags":{},"startTime":1728050080871,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":197,"timestamp":1483535069610,"id":5636,"parentId":5625,"tags":{},"startTime":1728050080871,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2845,"timestamp":1483535069812,"id":5637,"parentId":5625,"tags":{},"startTime":1728050080871,"traceId":"b09007848b46e699"},{"name":"seal","duration":30291,"timestamp":1483535047522,"id":5625,"parentId":5605,"tags":{},"startTime":1728050080849,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":195841,"timestamp":1483534894394,"id":5605,"parentId":5603,"tags":{"name":"server"},"startTime":1728050080696,"traceId":"b09007848b46e699"},{"name":"emit","duration":78257,"timestamp":1483535090571,"id":5638,"parentId":5603,"tags":{},"startTime":1728050080892,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":301920,"timestamp":1483534873705,"id":5603,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050080675,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":52300,"timestamp":1483535206993,"id":5651,"parentId":5640,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050081009,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":58358,"timestamp":1483535207062,"id":5653,"parentId":5640,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050081009,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":58380,"timestamp":1483535207083,"id":5654,"parentId":5640,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050081009,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":87685,"timestamp":1483535206592,"id":5641,"parentId":5640,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050081008,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":87574,"timestamp":1483535206735,"id":5643,"parentId":5640,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050081008,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":98759,"timestamp":1483535206776,"id":5645,"parentId":5640,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050081008,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":112044,"timestamp":1483535206801,"id":5646,"parentId":5640,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050081008,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":117008,"timestamp":1483535206820,"id":5647,"parentId":5640,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050081008,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":133536,"timestamp":1483535206860,"id":5649,"parentId":5640,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050081009,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":133319,"timestamp":1483535207102,"id":5655,"parentId":5640,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050081009,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":143888,"timestamp":1483535207040,"id":5652,"parentId":5640,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050081009,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":145565,"timestamp":1483535206757,"id":5644,"parentId":5640,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050081008,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":31252,"timestamp":1483535321492,"id":5658,"parentId":5657,"tags":{},"startTime":1728050081123,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":268660,"timestamp":1483535353098,"id":5660,"parentId":5659,"tags":{},"startTime":1728050081155,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":270250,"timestamp":1483535352881,"id":5659,"parentId":5657,"tags":{},"startTime":1728050081155,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":203132,"timestamp":1483535623353,"id":5661,"parentId":5657,"tags":{"astUsed":"true"},"startTime":1728050081425,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":511673,"timestamp":1483535321107,"id":5657,"parentId":5656,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050081123,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":665676,"timestamp":1483535206709,"id":5642,"parentId":5640,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050081008,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":607756,"timestamp":1483535275547,"id":5656,"parentId":5639,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050081077,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":676937,"timestamp":1483535206838,"id":5648,"parentId":5640,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050081008,"traceId":"b09007848b46e699"},{"name":"build-module","duration":84,"timestamp":1483535884003,"id":5662,"parentId":5656,"tags":{},"startTime":1728050081686,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":677246,"timestamp":1483535206919,"id":5650,"parentId":5640,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050081009,"traceId":"b09007848b46e699"},{"name":"make","duration":689622,"timestamp":1483535194582,"id":5640,"parentId":5639,"tags":{},"startTime":1728050080996,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2809,"timestamp":1483535915365,"id":5664,"parentId":5663,"tags":{},"startTime":1728050081717,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1483535918215,"id":5666,"parentId":5663,"tags":{},"startTime":1728050081720,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":153,"timestamp":1483535918302,"id":5667,"parentId":5663,"tags":{},"startTime":1728050081720,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":6,"timestamp":1483535918500,"id":5668,"parentId":5663,"tags":{},"startTime":1728050081720,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1483535918570,"id":5669,"parentId":5663,"tags":{},"startTime":1728050081720,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3020,"timestamp":1483535918201,"id":5665,"parentId":5663,"tags":{},"startTime":1728050081720,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":729,"timestamp":1483535923540,"id":5670,"parentId":5663,"tags":{},"startTime":1728050081725,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":6829,"timestamp":1483535924284,"id":5671,"parentId":5663,"tags":{},"startTime":1728050081726,"traceId":"b09007848b46e699"},{"name":"hash","duration":6828,"timestamp":1483535933826,"id":5672,"parentId":5663,"tags":{},"startTime":1728050081735,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":473,"timestamp":1483535940653,"id":5673,"parentId":5663,"tags":{},"startTime":1728050081742,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":623,"timestamp":1483535941091,"id":5674,"parentId":5663,"tags":{},"startTime":1728050081743,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":8637,"timestamp":1483535941724,"id":5675,"parentId":5663,"tags":{},"startTime":1728050081743,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":197,"timestamp":1483535952433,"id":5677,"parentId":5639,"tags":{},"startTime":1728050081754,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":408,"timestamp":1483535952229,"id":5676,"parentId":5639,"tags":{},"startTime":1728050081754,"traceId":"b09007848b46e699"},{"name":"seal","duration":58589,"timestamp":1483535898275,"id":5663,"parentId":5639,"tags":{},"startTime":1728050081700,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":762957,"timestamp":1483535193966,"id":5639,"parentId":5604,"tags":{"name":"client"},"startTime":1728050080996,"traceId":"b09007848b46e699"},{"name":"emit","duration":12864,"timestamp":1483535956974,"id":5678,"parentId":5604,"tags":{},"startTime":1728050081759,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1106680,"timestamp":1483534874915,"id":5604,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050080677,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":16,"timestamp":1483535991226,"id":5679,"parentId":3,"tags":{},"startTime":1728050081793,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1137000,"timestamp":1483534877504,"id":5681,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728050081822,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":177806,"timestamp":1483535994947,"id":5680,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050081797,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483536172821,"id":5682,"parentId":5680,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"219054080","memory.heapUsed":"300070464","memory.heapTotal":"365789184"},"startTime":1728050081974,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15347,"timestamp":1483551394015,"id":5689,"parentId":5686,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050097195,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16815,"timestamp":1483551393569,"id":5687,"parentId":5686,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050097195,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":34918,"timestamp":1483551393979,"id":5688,"parentId":5686,"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":1728050097195,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4199,"timestamp":1483551424871,"id":5694,"parentId":5693,"tags":{},"startTime":1728050097226,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4444,"timestamp":1483551424629,"id":5693,"parentId":5692,"tags":{},"startTime":1728050097226,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":8567,"timestamp":1483551423726,"id":5692,"parentId":5685,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050097225,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":44526,"timestamp":1483551394076,"id":5691,"parentId":5686,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050097195,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":44570,"timestamp":1483551394043,"id":5690,"parentId":5686,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050097195,"traceId":"b09007848b46e699"},{"name":"make","duration":124441,"timestamp":1483551377960,"id":5686,"parentId":5685,"tags":{},"startTime":1728050097179,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2235,"timestamp":1483551513609,"id":5706,"parentId":5705,"tags":{},"startTime":1728050097315,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":9,"timestamp":1483551515872,"id":5708,"parentId":5705,"tags":{},"startTime":1728050097317,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":3068,"timestamp":1483551515900,"id":5709,"parentId":5705,"tags":{},"startTime":1728050097317,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":5,"timestamp":1483551519019,"id":5710,"parentId":5705,"tags":{},"startTime":1728050097320,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":10,"timestamp":1483551519049,"id":5711,"parentId":5705,"tags":{},"startTime":1728050097320,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5382,"timestamp":1483551515862,"id":5707,"parentId":5705,"tags":{},"startTime":1728050097317,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":3024,"timestamp":1483551523319,"id":5712,"parentId":5705,"tags":{},"startTime":1728050097325,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":9298,"timestamp":1483551526365,"id":5713,"parentId":5705,"tags":{},"startTime":1728050097328,"traceId":"b09007848b46e699"},{"name":"hash","duration":1993,"timestamp":1483551543725,"id":5714,"parentId":5705,"tags":{},"startTime":1728050097345,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":416,"timestamp":1483551545717,"id":5715,"parentId":5705,"tags":{},"startTime":1728050097347,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":535,"timestamp":1483551546109,"id":5716,"parentId":5705,"tags":{},"startTime":1728050097347,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2401,"timestamp":1483551546668,"id":5717,"parentId":5705,"tags":{},"startTime":1728050097348,"traceId":"b09007848b46e699"},{"name":"seal","duration":45548,"timestamp":1483551509794,"id":5705,"parentId":5685,"tags":{},"startTime":1728050097311,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":184975,"timestamp":1483551376474,"id":5685,"parentId":5683,"tags":{"name":"server"},"startTime":1728050097178,"traceId":"b09007848b46e699"},{"name":"emit","duration":8156,"timestamp":1483551561536,"id":5718,"parentId":5683,"tags":{},"startTime":1728050097363,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":217605,"timestamp":1483551352680,"id":5683,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050097154,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5743,"timestamp":1483551581630,"id":5731,"parentId":5720,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050097383,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5818,"timestamp":1483551581657,"id":5733,"parentId":5720,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050097383,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5809,"timestamp":1483551581670,"id":5734,"parentId":5720,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050097383,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13731,"timestamp":1483551581417,"id":5721,"parentId":5720,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050097383,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13655,"timestamp":1483551581518,"id":5723,"parentId":5720,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050097383,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":19381,"timestamp":1483551581547,"id":5725,"parentId":5720,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050097383,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25154,"timestamp":1483551581563,"id":5726,"parentId":5720,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050097383,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29199,"timestamp":1483551581577,"id":5727,"parentId":5720,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050097383,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37284,"timestamp":1483551581603,"id":5729,"parentId":5720,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050097383,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37162,"timestamp":1483551581739,"id":5735,"parentId":5720,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050097383,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":39694,"timestamp":1483551581644,"id":5732,"parentId":5720,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050097383,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":40660,"timestamp":1483551581533,"id":5724,"parentId":5720,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050097383,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":13071,"timestamp":1483551609348,"id":5738,"parentId":5737,"tags":{},"startTime":1728050097411,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":365175,"timestamp":1483551622724,"id":5740,"parentId":5739,"tags":{},"startTime":1728050097424,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":366375,"timestamp":1483551622512,"id":5739,"parentId":5737,"tags":{},"startTime":1728050097424,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":55185,"timestamp":1483551989057,"id":5741,"parentId":5737,"tags":{"astUsed":"true"},"startTime":1728050097790,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":438794,"timestamp":1483551609066,"id":5737,"parentId":5736,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050097410,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":467654,"timestamp":1483551581499,"id":5722,"parentId":5720,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050097383,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":468318,"timestamp":1483551588310,"id":5736,"parentId":5719,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050097390,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":475580,"timestamp":1483551581590,"id":5728,"parentId":5720,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050097383,"traceId":"b09007848b46e699"},{"name":"build-module","duration":80,"timestamp":1483552057354,"id":5742,"parentId":5736,"tags":{},"startTime":1728050097859,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":475858,"timestamp":1483551581616,"id":5730,"parentId":5720,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050097383,"traceId":"b09007848b46e699"},{"name":"make","duration":484262,"timestamp":1483551573361,"id":5720,"parentId":5719,"tags":{},"startTime":1728050097375,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3084,"timestamp":1483552095085,"id":5744,"parentId":5743,"tags":{},"startTime":1728050097896,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1483552098209,"id":5746,"parentId":5743,"tags":{},"startTime":1728050097900,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":123,"timestamp":1483552098251,"id":5747,"parentId":5743,"tags":{},"startTime":1728050097900,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":8,"timestamp":1483552098413,"id":5748,"parentId":5743,"tags":{},"startTime":1728050097900,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1483552098452,"id":5749,"parentId":5743,"tags":{},"startTime":1728050097900,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3147,"timestamp":1483552098195,"id":5745,"parentId":5743,"tags":{},"startTime":1728050097900,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1847,"timestamp":1483552105368,"id":5750,"parentId":5743,"tags":{},"startTime":1728050097907,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":11589,"timestamp":1483552107255,"id":5751,"parentId":5743,"tags":{},"startTime":1728050097909,"traceId":"b09007848b46e699"},{"name":"hash","duration":9551,"timestamp":1483552122502,"id":5752,"parentId":5743,"tags":{},"startTime":1728050097924,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":400,"timestamp":1483552132050,"id":5753,"parentId":5743,"tags":{},"startTime":1728050097933,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":458,"timestamp":1483552132430,"id":5754,"parentId":5743,"tags":{},"startTime":1728050097934,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":9072,"timestamp":1483552132896,"id":5755,"parentId":5743,"tags":{},"startTime":1728050097934,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":153,"timestamp":1483552144227,"id":5757,"parentId":5719,"tags":{},"startTime":1728050097946,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":286,"timestamp":1483552144104,"id":5756,"parentId":5719,"tags":{},"startTime":1728050097945,"traceId":"b09007848b46e699"},{"name":"seal","duration":63011,"timestamp":1483552084653,"id":5743,"parentId":5719,"tags":{},"startTime":1728050097886,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":574764,"timestamp":1483551572951,"id":5719,"parentId":5684,"tags":{"name":"client"},"startTime":1728050097374,"traceId":"b09007848b46e699"},{"name":"emit","duration":8335,"timestamp":1483552147762,"id":5758,"parentId":5684,"tags":{},"startTime":1728050097949,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":803818,"timestamp":1483551353877,"id":5684,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050097155,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":6,"timestamp":1483552161199,"id":5759,"parentId":3,"tags":{},"startTime":1728050097963,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":828000,"timestamp":1483551355581,"id":5761,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728050097987,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":281913,"timestamp":1483552168299,"id":5760,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050097970,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1483552450508,"id":5762,"parentId":5760,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"222953472","memory.heapUsed":"328821776","memory.heapTotal":"368033792"},"startTime":1728050098252,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29899,"timestamp":1483562912281,"id":5769,"parentId":5766,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050108713,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":60212,"timestamp":1483562911906,"id":5767,"parentId":5766,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050108713,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":82424,"timestamp":1483562912190,"id":5768,"parentId":5766,"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":1728050108713,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4895,"timestamp":1483562990786,"id":5774,"parentId":5773,"tags":{},"startTime":1728050108792,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5143,"timestamp":1483562990545,"id":5773,"parentId":5772,"tags":{},"startTime":1728050108792,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":8612,"timestamp":1483562989599,"id":5772,"parentId":5765,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050108791,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":86749,"timestamp":1483562912346,"id":5771,"parentId":5766,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050108714,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":87825,"timestamp":1483562912323,"id":5770,"parentId":5766,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050108713,"traceId":"b09007848b46e699"},{"name":"make","duration":166966,"timestamp":1483562904253,"id":5766,"parentId":5765,"tags":{},"startTime":1728050108705,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2683,"timestamp":1483563089728,"id":5786,"parentId":5785,"tags":{},"startTime":1728050108891,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":7,"timestamp":1483563092442,"id":5788,"parentId":5785,"tags":{},"startTime":1728050108894,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":1883,"timestamp":1483563092469,"id":5789,"parentId":5785,"tags":{},"startTime":1728050108894,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":6,"timestamp":1483563094401,"id":5790,"parentId":5785,"tags":{},"startTime":1728050108896,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":12,"timestamp":1483563094430,"id":5791,"parentId":5785,"tags":{},"startTime":1728050108896,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4159,"timestamp":1483563092431,"id":5787,"parentId":5785,"tags":{},"startTime":1728050108894,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":897,"timestamp":1483563098578,"id":5792,"parentId":5785,"tags":{},"startTime":1728050108900,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":4231,"timestamp":1483563099487,"id":5793,"parentId":5785,"tags":{},"startTime":1728050108901,"traceId":"b09007848b46e699"},{"name":"hash","duration":1340,"timestamp":1483563105321,"id":5794,"parentId":5785,"tags":{},"startTime":1728050108906,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":171,"timestamp":1483563106660,"id":5795,"parentId":5785,"tags":{},"startTime":1728050108908,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":193,"timestamp":1483563106823,"id":5796,"parentId":5785,"tags":{},"startTime":1728050108908,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":261,"timestamp":1483563107021,"id":5797,"parentId":5785,"tags":{},"startTime":1728050108908,"traceId":"b09007848b46e699"},{"name":"seal","duration":32835,"timestamp":1483563083306,"id":5785,"parentId":5765,"tags":{},"startTime":1728050108884,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":222188,"timestamp":1483562902662,"id":5765,"parentId":5763,"tags":{"name":"server"},"startTime":1728050108704,"traceId":"b09007848b46e699"},{"name":"emit","duration":8810,"timestamp":1483563125109,"id":5798,"parentId":5763,"tags":{},"startTime":1728050108926,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":268431,"timestamp":1483562866284,"id":5763,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050108667,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6699,"timestamp":1483563147192,"id":5811,"parentId":5800,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050108948,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6761,"timestamp":1483563147213,"id":5813,"parentId":5800,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050108948,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6754,"timestamp":1483563147223,"id":5814,"parentId":5800,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050108948,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14689,"timestamp":1483563147010,"id":5801,"parentId":5800,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050108948,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14612,"timestamp":1483563147108,"id":5803,"parentId":5800,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050108948,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18309,"timestamp":1483563147130,"id":5805,"parentId":5800,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050108948,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37461,"timestamp":1483563147142,"id":5806,"parentId":5800,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050108948,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":39955,"timestamp":1483563147152,"id":5807,"parentId":5800,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050108948,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":43404,"timestamp":1483563147172,"id":5809,"parentId":5800,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050108948,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":43360,"timestamp":1483563147233,"id":5815,"parentId":5800,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050108948,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":45598,"timestamp":1483563147203,"id":5812,"parentId":5800,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050108948,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":46209,"timestamp":1483563147119,"id":5804,"parentId":5800,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050108948,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":7517,"timestamp":1483563185938,"id":5818,"parentId":5817,"tags":{},"startTime":1728050108987,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":356128,"timestamp":1483563193616,"id":5820,"parentId":5819,"tags":{},"startTime":1728050108995,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":357113,"timestamp":1483563193507,"id":5819,"parentId":5817,"tags":{},"startTime":1728050108995,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":62290,"timestamp":1483563550745,"id":5821,"parentId":5817,"tags":{"astUsed":"true"},"startTime":1728050109352,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":432482,"timestamp":1483563185713,"id":5817,"parentId":5816,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050108987,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":474175,"timestamp":1483563147093,"id":5802,"parentId":5800,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050108948,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":473454,"timestamp":1483563154687,"id":5816,"parentId":5799,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050108956,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":481418,"timestamp":1483563147162,"id":5808,"parentId":5800,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050108948,"traceId":"b09007848b46e699"},{"name":"build-module","duration":92,"timestamp":1483563628868,"id":5822,"parentId":5816,"tags":{},"startTime":1728050109430,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":481894,"timestamp":1483563147182,"id":5810,"parentId":5800,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050108948,"traceId":"b09007848b46e699"},{"name":"make","duration":489714,"timestamp":1483563139405,"id":5800,"parentId":5799,"tags":{},"startTime":1728050108941,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4435,"timestamp":1483563655748,"id":5824,"parentId":5823,"tags":{},"startTime":1728050109457,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":6,"timestamp":1483563660230,"id":5826,"parentId":5823,"tags":{},"startTime":1728050109461,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":173,"timestamp":1483563660288,"id":5827,"parentId":5823,"tags":{},"startTime":1728050109461,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":8,"timestamp":1483563660505,"id":5828,"parentId":5823,"tags":{},"startTime":1728050109462,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":48,"timestamp":1483563660581,"id":5829,"parentId":5823,"tags":{},"startTime":1728050109462,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3889,"timestamp":1483563660212,"id":5825,"parentId":5823,"tags":{},"startTime":1728050109461,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1026,"timestamp":1483563669017,"id":5830,"parentId":5823,"tags":{},"startTime":1728050109470,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":9039,"timestamp":1483563670072,"id":5831,"parentId":5823,"tags":{},"startTime":1728050109471,"traceId":"b09007848b46e699"},{"name":"hash","duration":8179,"timestamp":1483563684692,"id":5832,"parentId":5823,"tags":{},"startTime":1728050109486,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":356,"timestamp":1483563692869,"id":5833,"parentId":5823,"tags":{},"startTime":1728050109494,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":256,"timestamp":1483563693209,"id":5834,"parentId":5823,"tags":{},"startTime":1728050109494,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":9997,"timestamp":1483563693471,"id":5835,"parentId":5823,"tags":{},"startTime":1728050109495,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":172,"timestamp":1483563705354,"id":5837,"parentId":5799,"tags":{},"startTime":1728050109506,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":315,"timestamp":1483563705220,"id":5836,"parentId":5799,"tags":{},"startTime":1728050109506,"traceId":"b09007848b46e699"},{"name":"seal","duration":69543,"timestamp":1483563642623,"id":5823,"parentId":5799,"tags":{},"startTime":1728050109444,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":573517,"timestamp":1483563138732,"id":5799,"parentId":5764,"tags":{"name":"client"},"startTime":1728050108940,"traceId":"b09007848b46e699"},{"name":"emit","duration":23601,"timestamp":1483563712311,"id":5838,"parentId":5764,"tags":{},"startTime":1728050109513,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":870236,"timestamp":1483562867478,"id":5764,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050108669,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":12,"timestamp":1483563753340,"id":5839,"parentId":3,"tags":{},"startTime":1728050109554,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":929000,"timestamp":1483562868924,"id":5841,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728050109602,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":78967,"timestamp":1483563811290,"id":5848,"parentId":5845,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050109612,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":79415,"timestamp":1483563811194,"id":5846,"parentId":5845,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050109612,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":112036,"timestamp":1483563811273,"id":5847,"parentId":5845,"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":1728050109612,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":113753,"timestamp":1483563811303,"id":5849,"parentId":5845,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050109612,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":114262,"timestamp":1483563811331,"id":5851,"parentId":5845,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050109612,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":114283,"timestamp":1483563811317,"id":5850,"parentId":5845,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050109612,"traceId":"b09007848b46e699"},{"name":"make","duration":253393,"timestamp":1483563805664,"id":5845,"parentId":5844,"tags":{},"startTime":1728050109607,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5053,"timestamp":1483564073919,"id":5869,"parentId":5868,"tags":{},"startTime":1728050109875,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1483564079014,"id":5871,"parentId":5868,"tags":{},"startTime":1728050109880,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":16615,"timestamp":1483564079045,"id":5872,"parentId":5868,"tags":{},"startTime":1728050109880,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":21,"timestamp":1483564095720,"id":5873,"parentId":5868,"tags":{},"startTime":1728050109897,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1483564095779,"id":5874,"parentId":5868,"tags":{},"startTime":1728050109897,"traceId":"b09007848b46e699"},{"name":"optimize","duration":22236,"timestamp":1483564079002,"id":5870,"parentId":5868,"tags":{},"startTime":1728050109880,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1200,"timestamp":1483564106656,"id":5875,"parentId":5868,"tags":{},"startTime":1728050109908,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":8546,"timestamp":1483564107901,"id":5876,"parentId":5868,"tags":{},"startTime":1728050109909,"traceId":"b09007848b46e699"},{"name":"hash","duration":2221,"timestamp":1483564118744,"id":5877,"parentId":5868,"tags":{},"startTime":1728050109920,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":225,"timestamp":1483564120962,"id":5878,"parentId":5868,"tags":{},"startTime":1728050109922,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":201,"timestamp":1483564121177,"id":5879,"parentId":5868,"tags":{},"startTime":1728050109922,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":764,"timestamp":1483564121383,"id":5880,"parentId":5868,"tags":{},"startTime":1728050109923,"traceId":"b09007848b46e699"},{"name":"seal","duration":59957,"timestamp":1483564068166,"id":5868,"parentId":5844,"tags":{},"startTime":1728050109869,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":336357,"timestamp":1483563805318,"id":5844,"parentId":5842,"tags":{"name":"server"},"startTime":1728050109606,"traceId":"b09007848b46e699"},{"name":"emit","duration":5978,"timestamp":1483564141777,"id":5881,"parentId":5842,"tags":{},"startTime":1728050109943,"traceId":"b09007848b46e699"},{"name":"compile-path","duration":345463,"timestamp":1483563803228,"id":5843,"tags":{"trigger":"/_not-found","isTurbopack":false},"startTime":1728050109604,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":345792,"timestamp":1483563803150,"id":5842,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728050109604,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":465808,"timestamp":1483563772759,"id":5840,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050109574,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483564238600,"id":5882,"parentId":5840,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"335347712","memory.heapUsed":"250107408","memory.heapTotal":"378224640"},"startTime":1728050110040,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":253408,"timestamp":1483564267613,"id":5883,"tags":{"url":"/about","isTurbopack":false},"startTime":1728050110069,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483564521062,"id":5884,"parentId":5883,"tags":{"url":"/about","memory.rss":"306626560","memory.heapUsed":"247120968","memory.heapTotal":"379322368"},"startTime":1728050110322,"traceId":"b09007848b46e699"},{"name":"client-success","duration":6,"timestamp":1483565134088,"id":5885,"parentId":3,"tags":{},"startTime":1728050110935,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":27030,"timestamp":1483566342845,"id":5892,"parentId":5889,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050112144,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":28596,"timestamp":1483566341694,"id":5890,"parentId":5889,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050112143,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":51569,"timestamp":1483566342784,"id":5891,"parentId":5889,"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":1728050112144,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3409,"timestamp":1483566391069,"id":5898,"parentId":5897,"tags":{},"startTime":1728050112192,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3681,"timestamp":1483566390800,"id":5897,"parentId":5896,"tags":{},"startTime":1728050112192,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":7443,"timestamp":1483566389733,"id":5896,"parentId":5888,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050112191,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":57394,"timestamp":1483566342932,"id":5894,"parentId":5889,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050112144,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":57321,"timestamp":1483566343018,"id":5895,"parentId":5889,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050112144,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":57466,"timestamp":1483566342876,"id":5893,"parentId":5889,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050112144,"traceId":"b09007848b46e699"},{"name":"make","duration":213917,"timestamp":1483566327672,"id":5889,"parentId":5888,"tags":{},"startTime":1728050112129,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":11800,"timestamp":1483566561911,"id":5916,"parentId":5915,"tags":{},"startTime":1728050112363,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1483566573777,"id":5918,"parentId":5915,"tags":{},"startTime":1728050112375,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":7816,"timestamp":1483566573812,"id":5919,"parentId":5915,"tags":{},"startTime":1728050112375,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":63,"timestamp":1483566581809,"id":5920,"parentId":5915,"tags":{},"startTime":1728050112383,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":212,"timestamp":1483566581972,"id":5921,"parentId":5915,"tags":{},"startTime":1728050112383,"traceId":"b09007848b46e699"},{"name":"optimize","duration":12791,"timestamp":1483566573758,"id":5917,"parentId":5915,"tags":{},"startTime":1728050112375,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1308,"timestamp":1483566591674,"id":5922,"parentId":5915,"tags":{},"startTime":1728050112393,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":8956,"timestamp":1483566593006,"id":5923,"parentId":5915,"tags":{},"startTime":1728050112394,"traceId":"b09007848b46e699"},{"name":"hash","duration":3093,"timestamp":1483566604740,"id":5924,"parentId":5915,"tags":{},"startTime":1728050112406,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":347,"timestamp":1483566607829,"id":5925,"parentId":5915,"tags":{},"startTime":1728050112409,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":519,"timestamp":1483566608156,"id":5926,"parentId":5915,"tags":{},"startTime":1728050112409,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3677,"timestamp":1483566608686,"id":5927,"parentId":5915,"tags":{},"startTime":1728050112410,"traceId":"b09007848b46e699"},{"name":"seal","duration":78561,"timestamp":1483566552177,"id":5915,"parentId":5888,"tags":{},"startTime":1728050112353,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":317690,"timestamp":1483566325981,"id":5888,"parentId":5886,"tags":{"name":"server"},"startTime":1728050112127,"traceId":"b09007848b46e699"},{"name":"emit","duration":19693,"timestamp":1483566643814,"id":5928,"parentId":5886,"tags":{},"startTime":1728050112445,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":364698,"timestamp":1483566303601,"id":5886,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050112105,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":50408,"timestamp":1483566693202,"id":5941,"parentId":5930,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050112494,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":50330,"timestamp":1483566693423,"id":5943,"parentId":5930,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050112495,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":49794,"timestamp":1483566693962,"id":5944,"parentId":5930,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050112495,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":78511,"timestamp":1483566691398,"id":5931,"parentId":5930,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050112492,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":78274,"timestamp":1483566691689,"id":5933,"parentId":5930,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050112493,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":87565,"timestamp":1483566691744,"id":5935,"parentId":5930,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050112493,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":104437,"timestamp":1483566691853,"id":5936,"parentId":5930,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050112493,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":130736,"timestamp":1483566692500,"id":5937,"parentId":5930,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050112494,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":149207,"timestamp":1483566692856,"id":5939,"parentId":5930,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050112494,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":147206,"timestamp":1483566694882,"id":5945,"parentId":5930,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050112496,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":152980,"timestamp":1483566693388,"id":5942,"parentId":5930,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050112494,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":155767,"timestamp":1483566691718,"id":5934,"parentId":5930,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050112493,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":37543,"timestamp":1483566810392,"id":5948,"parentId":5947,"tags":{},"startTime":1728050112611,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":383922,"timestamp":1483566848175,"id":5950,"parentId":5949,"tags":{},"startTime":1728050112649,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":385167,"timestamp":1483566848040,"id":5949,"parentId":5947,"tags":{},"startTime":1728050112649,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":393800,"timestamp":1483567233467,"id":5951,"parentId":5947,"tags":{"astUsed":"true"},"startTime":1728050113035,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":848011,"timestamp":1483566808920,"id":5947,"parentId":5946,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050112610,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":969692,"timestamp":1483566691650,"id":5932,"parentId":5930,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050112493,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":937774,"timestamp":1483566744989,"id":5946,"parentId":5929,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050112546,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":990810,"timestamp":1483566692690,"id":5938,"parentId":5930,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050112494,"traceId":"b09007848b46e699"},{"name":"build-module","duration":271,"timestamp":1483567683883,"id":5952,"parentId":5946,"tags":{},"startTime":1728050113485,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":991364,"timestamp":1483566692890,"id":5940,"parentId":5930,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050112494,"traceId":"b09007848b46e699"},{"name":"make","duration":1009034,"timestamp":1483566675545,"id":5930,"parentId":5929,"tags":{},"startTime":1728050112477,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":7429,"timestamp":1483567744221,"id":5954,"parentId":5953,"tags":{},"startTime":1728050113545,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":19,"timestamp":1483567751709,"id":5956,"parentId":5953,"tags":{},"startTime":1728050113553,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":298,"timestamp":1483567751792,"id":5957,"parentId":5953,"tags":{},"startTime":1728050113553,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":22,"timestamp":1483567752303,"id":5958,"parentId":5953,"tags":{},"startTime":1728050113553,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":12,"timestamp":1483567752824,"id":5959,"parentId":5953,"tags":{},"startTime":1728050113554,"traceId":"b09007848b46e699"},{"name":"optimize","duration":21029,"timestamp":1483567751690,"id":5955,"parentId":5953,"tags":{},"startTime":1728050113553,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":7016,"timestamp":1483567791886,"id":5960,"parentId":5953,"tags":{},"startTime":1728050113593,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":28574,"timestamp":1483567798979,"id":5961,"parentId":5953,"tags":{},"startTime":1728050113600,"traceId":"b09007848b46e699"},{"name":"hash","duration":16603,"timestamp":1483567833294,"id":5962,"parentId":5953,"tags":{},"startTime":1728050113634,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":665,"timestamp":1483567849894,"id":5963,"parentId":5953,"tags":{},"startTime":1728050113651,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":934,"timestamp":1483567850520,"id":5964,"parentId":5953,"tags":{},"startTime":1728050113652,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":16350,"timestamp":1483567851495,"id":5965,"parentId":5953,"tags":{},"startTime":1728050113653,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":688,"timestamp":1483567880649,"id":5967,"parentId":5929,"tags":{},"startTime":1728050113682,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":1139,"timestamp":1483567880223,"id":5966,"parentId":5929,"tags":{},"startTime":1728050113681,"traceId":"b09007848b46e699"},{"name":"seal","duration":183693,"timestamp":1483567734262,"id":5953,"parentId":5929,"tags":{},"startTime":1728050113535,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1243460,"timestamp":1483566674773,"id":5929,"parentId":5887,"tags":{"name":"client"},"startTime":1728050112476,"traceId":"b09007848b46e699"},{"name":"emit","duration":36209,"timestamp":1483567920022,"id":5968,"parentId":5887,"tags":{},"startTime":1728050113721,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1653307,"timestamp":1483566306099,"id":5887,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050112107,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":736,"timestamp":1483567972003,"id":5969,"parentId":3,"tags":{},"startTime":1728050113774,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1771000,"timestamp":1483566313506,"id":5971,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728050113899,"traceId":"b09007848b46e699"},{"name":"client-full-reload","duration":13,"timestamp":1483568528904,"id":5973,"parentId":3,"tags":{"stackTrace":""},"startTime":1728050114330,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":544076,"timestamp":1483568008064,"id":5970,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050113809,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1483568552190,"id":5975,"parentId":5970,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"235814912","memory.heapUsed":"292231992","memory.heapTotal":"384385024"},"startTime":1728050114353,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":421399,"timestamp":1483568139370,"id":5972,"tags":{"url":"/_next/static/webpack/1d1f8d524b00c3e2.webpack.hot-update.json","isTurbopack":false},"startTime":1728050113940,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":3,"timestamp":1483568560910,"id":5976,"parentId":5972,"tags":{"url":"/_next/static/webpack/1d1f8d524b00c3e2.webpack.hot-update.json","memory.rss":"235847680","memory.heapUsed":"294555896","memory.heapTotal":"384385024"},"startTime":1728050114362,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":218254,"timestamp":1483568536031,"id":5974,"tags":{"url":"/about","isTurbopack":false},"startTime":1728050114337,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":16,"timestamp":1483568754394,"id":5977,"parentId":5974,"tags":{"url":"/about","memory.rss":"214679552","memory.heapUsed":"292506128","memory.heapTotal":"384647168"},"startTime":1728050114555,"traceId":"b09007848b46e699"},{"name":"client-success","duration":6,"timestamp":1483569555120,"id":5978,"parentId":3,"tags":{},"startTime":1728050115356,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16736,"timestamp":1483619861238,"id":5985,"parentId":5982,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050165661,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18145,"timestamp":1483619860972,"id":5983,"parentId":5982,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050165661,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":56908,"timestamp":1483619861223,"id":5984,"parentId":5982,"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":1728050165661,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":59836,"timestamp":1483619861278,"id":5988,"parentId":5982,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050165661,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":59873,"timestamp":1483619861252,"id":5986,"parentId":5982,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050165661,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":92064,"timestamp":1483619908616,"id":5991,"parentId":5990,"tags":{},"startTime":1728050165709,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":92419,"timestamp":1483619908279,"id":5990,"parentId":5989,"tags":{},"startTime":1728050165708,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":104436,"timestamp":1483619906001,"id":5989,"parentId":5981,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutvalues.jsx","layer":"rsc"},"startTime":1728050165706,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":150861,"timestamp":1483619861267,"id":5987,"parentId":5982,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050165661,"traceId":"b09007848b46e699"},{"name":"make","duration":289173,"timestamp":1483619838829,"id":5982,"parentId":5981,"tags":{},"startTime":1728050165639,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3811,"timestamp":1483620143684,"id":6009,"parentId":6008,"tags":{},"startTime":1728050165944,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":9,"timestamp":1483620147539,"id":6011,"parentId":6008,"tags":{},"startTime":1728050165948,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":4516,"timestamp":1483620147572,"id":6012,"parentId":6008,"tags":{},"startTime":1728050165948,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":11,"timestamp":1483620152142,"id":6013,"parentId":6008,"tags":{},"startTime":1728050165952,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":10,"timestamp":1483620152180,"id":6014,"parentId":6008,"tags":{},"startTime":1728050165952,"traceId":"b09007848b46e699"},{"name":"optimize","duration":8287,"timestamp":1483620147527,"id":6010,"parentId":6008,"tags":{},"startTime":1728050165948,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1063,"timestamp":1483620161475,"id":6015,"parentId":6008,"tags":{},"startTime":1728050165962,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":8233,"timestamp":1483620162594,"id":6016,"parentId":6008,"tags":{},"startTime":1728050165963,"traceId":"b09007848b46e699"},{"name":"hash","duration":6079,"timestamp":1483620172615,"id":6017,"parentId":6008,"tags":{},"startTime":1728050165973,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":252,"timestamp":1483620178692,"id":6018,"parentId":6008,"tags":{},"startTime":1728050165979,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":970,"timestamp":1483620178934,"id":6019,"parentId":6008,"tags":{},"startTime":1728050165979,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3184,"timestamp":1483620179929,"id":6020,"parentId":6008,"tags":{},"startTime":1728050165980,"traceId":"b09007848b46e699"},{"name":"seal","duration":50104,"timestamp":1483620138865,"id":6008,"parentId":5981,"tags":{},"startTime":1728050165939,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":360584,"timestamp":1483619837830,"id":5981,"parentId":5979,"tags":{"name":"server"},"startTime":1728050165638,"traceId":"b09007848b46e699"},{"name":"emit","duration":8584,"timestamp":1483620198557,"id":6021,"parentId":5979,"tags":{},"startTime":1728050165999,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":399766,"timestamp":1483619808691,"id":5979,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728050165609,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5528,"timestamp":1483620221188,"id":6034,"parentId":6023,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050166021,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5576,"timestamp":1483620221221,"id":6036,"parentId":6023,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050166021,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5563,"timestamp":1483620221236,"id":6037,"parentId":6023,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050166021,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10040,"timestamp":1483620220948,"id":6024,"parentId":6023,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050166021,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9961,"timestamp":1483620221050,"id":6026,"parentId":6023,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050166021,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14228,"timestamp":1483620221087,"id":6028,"parentId":6023,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050166021,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18380,"timestamp":1483620221103,"id":6029,"parentId":6023,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050166021,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":30205,"timestamp":1483620221120,"id":6030,"parentId":6023,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050166021,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":42640,"timestamp":1483620221154,"id":6032,"parentId":6023,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050166021,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":42561,"timestamp":1483620221251,"id":6038,"parentId":6023,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050166021,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":46152,"timestamp":1483620221204,"id":6035,"parentId":6023,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050166021,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":26571,"timestamp":1483620240932,"id":6041,"parentId":6040,"tags":{},"startTime":1728050166041,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":57692,"timestamp":1483620221070,"id":6027,"parentId":6023,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050166021,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":424405,"timestamp":1483620267735,"id":6043,"parentId":6042,"tags":{},"startTime":1728050166068,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":427165,"timestamp":1483620267594,"id":6042,"parentId":6040,"tags":{},"startTime":1728050166068,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":61275,"timestamp":1483620694843,"id":6044,"parentId":6040,"tags":{"astUsed":"true"},"startTime":1728050166495,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":526476,"timestamp":1483620240601,"id":6040,"parentId":6039,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050166041,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":548258,"timestamp":1483620221030,"id":6025,"parentId":6023,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050166021,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":548147,"timestamp":1483620227269,"id":6039,"parentId":6022,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050166027,"traceId":"b09007848b46e699"},{"name":"build-module","duration":75,"timestamp":1483620776383,"id":6045,"parentId":6039,"tags":{},"startTime":1728050166577,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":555365,"timestamp":1483620221136,"id":6031,"parentId":6023,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050166021,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":555375,"timestamp":1483620221172,"id":6033,"parentId":6023,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050166021,"traceId":"b09007848b46e699"},{"name":"make","duration":564835,"timestamp":1483620211739,"id":6023,"parentId":6022,"tags":{},"startTime":1728050166012,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5137,"timestamp":1483620916820,"id":6047,"parentId":6046,"tags":{},"startTime":1728050166717,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":12,"timestamp":1483620922011,"id":6049,"parentId":6046,"tags":{},"startTime":1728050166722,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":312,"timestamp":1483620922208,"id":6050,"parentId":6046,"tags":{},"startTime":1728050166722,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":15,"timestamp":1483620922571,"id":6051,"parentId":6046,"tags":{},"startTime":1728050166723,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1483620922609,"id":6052,"parentId":6046,"tags":{},"startTime":1728050166723,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5592,"timestamp":1483620921994,"id":6048,"parentId":6046,"tags":{},"startTime":1728050166722,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":733,"timestamp":1483620931364,"id":6053,"parentId":6046,"tags":{},"startTime":1728050166731,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":8649,"timestamp":1483620932118,"id":6054,"parentId":6046,"tags":{},"startTime":1728050166732,"traceId":"b09007848b46e699"},{"name":"hash","duration":10944,"timestamp":1483620944393,"id":6055,"parentId":6046,"tags":{},"startTime":1728050166745,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":781,"timestamp":1483620955334,"id":6056,"parentId":6046,"tags":{},"startTime":1728050166755,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":395,"timestamp":1483620956094,"id":6057,"parentId":6046,"tags":{},"startTime":1728050166756,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":8083,"timestamp":1483620956505,"id":6058,"parentId":6046,"tags":{},"startTime":1728050166757,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":2164,"timestamp":1483620976095,"id":6060,"parentId":6022,"tags":{},"startTime":1728050166776,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":7875,"timestamp":1483620970794,"id":6059,"parentId":6022,"tags":{},"startTime":1728050166771,"traceId":"b09007848b46e699"},{"name":"seal","duration":87790,"timestamp":1483620910356,"id":6046,"parentId":6022,"tags":{},"startTime":1728050166710,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":786978,"timestamp":1483620211351,"id":6022,"parentId":5980,"tags":{"name":"client"},"startTime":1728050166011,"traceId":"b09007848b46e699"},{"name":"emit","duration":208147,"timestamp":1483620998600,"id":6061,"parentId":5980,"tags":{},"startTime":1728050166799,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1565177,"timestamp":1483619809786,"id":5980,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728050165610,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":92,"timestamp":1483621448335,"id":6062,"parentId":3,"tags":{},"startTime":1728050167249,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1695000,"timestamp":1483619813607,"id":6064,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728050167325,"traceId":"b09007848b46e699"},{"name":"client-full-reload","duration":106,"timestamp":1483622814484,"id":6066,"parentId":3,"tags":{"stackTrace":""},"startTime":1728050168615,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":1406647,"timestamp":1483621460388,"id":6063,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050167260,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":3,"timestamp":1483622867177,"id":6068,"parentId":6063,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"152977408","memory.heapUsed":"238554160","memory.heapTotal":"281067520"},"startTime":1728050168667,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":1347542,"timestamp":1483621536515,"id":6065,"tags":{"url":"/_next/static/webpack/899a2989aaae0cff.webpack.hot-update.json","isTurbopack":false},"startTime":1728050167337,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":3,"timestamp":1483622884160,"id":6069,"parentId":6065,"tags":{"url":"/_next/static/webpack/899a2989aaae0cff.webpack.hot-update.json","memory.rss":"156237824","memory.heapUsed":"241079008","memory.heapTotal":"281067520"},"startTime":1728050168684,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":423230,"timestamp":1483622827928,"id":6067,"tags":{"url":"/about","isTurbopack":false},"startTime":1728050168628,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483623251216,"id":6070,"parentId":6067,"tags":{"url":"/about","memory.rss":"161366016","memory.heapUsed":"241347624","memory.heapTotal":"281329664"},"startTime":1728050169051,"traceId":"b09007848b46e699"},{"name":"client-success","duration":30,"timestamp":1483633272480,"id":6071,"parentId":3,"tags":{},"startTime":1728050179072,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":65813,"timestamp":1483691296939,"id":6078,"parentId":6075,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050237096,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":67253,"timestamp":1483691296640,"id":6076,"parentId":6075,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050237096,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":121976,"timestamp":1483691296915,"id":6077,"parentId":6075,"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":1728050237096,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":122900,"timestamp":1483691296996,"id":6080,"parentId":6075,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050237096,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":61902,"timestamp":1483691414250,"id":6083,"parentId":6082,"tags":{},"startTime":1728050237213,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":62357,"timestamp":1483691413817,"id":6082,"parentId":6081,"tags":{},"startTime":1728050237213,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":69430,"timestamp":1483691412562,"id":6081,"parentId":6074,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050237211,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":188260,"timestamp":1483691296959,"id":6079,"parentId":6075,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050237096,"traceId":"b09007848b46e699"},{"name":"make","duration":288874,"timestamp":1483691280381,"id":6075,"parentId":6074,"tags":{},"startTime":1728050237079,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":45749,"timestamp":1483691895933,"id":6095,"parentId":6094,"tags":{},"startTime":1728050237695,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":12,"timestamp":1483691941744,"id":6097,"parentId":6094,"tags":{},"startTime":1728050237741,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":12676,"timestamp":1483691941976,"id":6098,"parentId":6094,"tags":{},"startTime":1728050237741,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":23,"timestamp":1483691954724,"id":6099,"parentId":6094,"tags":{},"startTime":1728050237754,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":12,"timestamp":1483691954773,"id":6100,"parentId":6094,"tags":{},"startTime":1728050237754,"traceId":"b09007848b46e699"},{"name":"optimize","duration":51675,"timestamp":1483691941723,"id":6096,"parentId":6094,"tags":{},"startTime":1728050237741,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2369,"timestamp":1483692003090,"id":6101,"parentId":6094,"tags":{},"startTime":1728050237802,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":13163,"timestamp":1483692005510,"id":6102,"parentId":6094,"tags":{},"startTime":1728050237804,"traceId":"b09007848b46e699"},{"name":"hash","duration":23559,"timestamp":1483692025206,"id":6103,"parentId":6094,"tags":{},"startTime":1728050237824,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":385,"timestamp":1483692048763,"id":6104,"parentId":6094,"tags":{},"startTime":1728050237848,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":4525,"timestamp":1483692049123,"id":6105,"parentId":6094,"tags":{},"startTime":1728050237848,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":17903,"timestamp":1483692053696,"id":6106,"parentId":6094,"tags":{},"startTime":1728050237853,"traceId":"b09007848b46e699"},{"name":"seal","duration":243004,"timestamp":1483691871885,"id":6094,"parentId":6074,"tags":{},"startTime":1728050237671,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":852812,"timestamp":1483691278206,"id":6074,"parentId":6072,"tags":{"name":"server"},"startTime":1728050237077,"traceId":"b09007848b46e699"},{"name":"emit","duration":20321,"timestamp":1483692131199,"id":6107,"parentId":6072,"tags":{},"startTime":1728050237930,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":917014,"timestamp":1483691236109,"id":6072,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050237035,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10634,"timestamp":1483692173677,"id":6120,"parentId":6109,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050237973,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10684,"timestamp":1483692173721,"id":6122,"parentId":6109,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050237973,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10647,"timestamp":1483692173762,"id":6123,"parentId":6109,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050237973,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":19691,"timestamp":1483692173142,"id":6110,"parentId":6109,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050237972,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":19465,"timestamp":1483692173396,"id":6112,"parentId":6109,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050237972,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26712,"timestamp":1483692173465,"id":6114,"parentId":6109,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050237972,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":34675,"timestamp":1483692173506,"id":6115,"parentId":6109,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050237972,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":38870,"timestamp":1483692173540,"id":6116,"parentId":6109,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050237972,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":49996,"timestamp":1483692173609,"id":6118,"parentId":6109,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050237972,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":49837,"timestamp":1483692173791,"id":6124,"parentId":6109,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050237973,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":54163,"timestamp":1483692173700,"id":6121,"parentId":6109,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050237973,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":55765,"timestamp":1483692173428,"id":6113,"parentId":6109,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050237972,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":19368,"timestamp":1483692210660,"id":6127,"parentId":6126,"tags":{},"startTime":1728050238010,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":1271656,"timestamp":1483692230325,"id":6129,"parentId":6128,"tags":{},"startTime":1728050238029,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":1273568,"timestamp":1483692230109,"id":6128,"parentId":6126,"tags":{},"startTime":1728050238029,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":61209,"timestamp":1483693504234,"id":6130,"parentId":6126,"tags":{"astUsed":"true"},"startTime":1728050239303,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":1364407,"timestamp":1483692210255,"id":6126,"parentId":6125,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050238009,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":1406803,"timestamp":1483692173356,"id":6111,"parentId":6109,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050237972,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":1410515,"timestamp":1483692185244,"id":6125,"parentId":6108,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050237984,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":1436769,"timestamp":1483692173573,"id":6117,"parentId":6109,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050237972,"traceId":"b09007848b46e699"},{"name":"build-module","duration":126,"timestamp":1483693610587,"id":6131,"parentId":6125,"tags":{},"startTime":1728050239409,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":1437420,"timestamp":1483692173651,"id":6119,"parentId":6109,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050237972,"traceId":"b09007848b46e699"},{"name":"make","duration":1453938,"timestamp":1483692157209,"id":6109,"parentId":6108,"tags":{},"startTime":1728050237956,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":26843,"timestamp":1483694603387,"id":6133,"parentId":6132,"tags":{},"startTime":1728050240402,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":11,"timestamp":1483694630299,"id":6135,"parentId":6132,"tags":{},"startTime":1728050240429,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":330,"timestamp":1483694630336,"id":6136,"parentId":6132,"tags":{},"startTime":1728050240429,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":22,"timestamp":1483694630728,"id":6137,"parentId":6132,"tags":{},"startTime":1728050240430,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1483694630784,"id":6138,"parentId":6132,"tags":{},"startTime":1728050240430,"traceId":"b09007848b46e699"},{"name":"optimize","duration":6367,"timestamp":1483694630272,"id":6134,"parentId":6132,"tags":{},"startTime":1728050240429,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":12246,"timestamp":1483694656083,"id":6139,"parentId":6132,"tags":{},"startTime":1728050240455,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":30738,"timestamp":1483694668384,"id":6140,"parentId":6132,"tags":{},"startTime":1728050240467,"traceId":"b09007848b46e699"},{"name":"hash","duration":22943,"timestamp":1483694730127,"id":6141,"parentId":6132,"tags":{},"startTime":1728050240529,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":552,"timestamp":1483694753067,"id":6142,"parentId":6132,"tags":{},"startTime":1728050240552,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":422,"timestamp":1483694753587,"id":6143,"parentId":6132,"tags":{},"startTime":1728050240552,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":6535,"timestamp":1483694754018,"id":6144,"parentId":6132,"tags":{},"startTime":1728050240553,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":215,"timestamp":1483694766044,"id":6146,"parentId":6108,"tags":{},"startTime":1728050240565,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":772,"timestamp":1483694765505,"id":6145,"parentId":6108,"tags":{},"startTime":1728050240564,"traceId":"b09007848b46e699"},{"name":"seal","duration":184529,"timestamp":1483694587932,"id":6132,"parentId":6108,"tags":{},"startTime":1728050240387,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":2615942,"timestamp":1483692156582,"id":6108,"parentId":6073,"tags":{"name":"client"},"startTime":1728050237955,"traceId":"b09007848b46e699"},{"name":"emit","duration":11739,"timestamp":1483694772580,"id":6147,"parentId":6073,"tags":{},"startTime":1728050240571,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":3550946,"timestamp":1483691237350,"id":6073,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050237036,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":19,"timestamp":1483694803972,"id":6148,"parentId":3,"tags":{},"startTime":1728050240603,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":3614000,"timestamp":1483691241110,"id":6150,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728050240658,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":186479,"timestamp":1483694811313,"id":6149,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050240610,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1483694997840,"id":6151,"parentId":6149,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"285655040","memory.heapUsed":"229113512","memory.heapTotal":"277151744"},"startTime":1728050240797,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":31163,"timestamp":1483702004995,"id":6158,"parentId":6155,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050247804,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":32881,"timestamp":1483702004665,"id":6156,"parentId":6155,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050247803,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":75767,"timestamp":1483702004976,"id":6157,"parentId":6155,"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":1728050247804,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":77148,"timestamp":1483702005028,"id":6160,"parentId":6155,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050247804,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":99168,"timestamp":1483702072905,"id":6163,"parentId":6162,"tags":{},"startTime":1728050247872,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":99820,"timestamp":1483702072269,"id":6162,"parentId":6161,"tags":{},"startTime":1728050247871,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":105982,"timestamp":1483702069423,"id":6161,"parentId":6154,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050247868,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":172020,"timestamp":1483702005012,"id":6159,"parentId":6155,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050247804,"traceId":"b09007848b46e699"},{"name":"make","duration":262678,"timestamp":1483701996589,"id":6155,"parentId":6154,"tags":{},"startTime":1728050247795,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2629,"timestamp":1483702274755,"id":6175,"parentId":6174,"tags":{},"startTime":1728050248073,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":3,"timestamp":1483702277412,"id":6177,"parentId":6174,"tags":{},"startTime":1728050248076,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":4613,"timestamp":1483702277604,"id":6178,"parentId":6174,"tags":{},"startTime":1728050248076,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":7,"timestamp":1483702282283,"id":6179,"parentId":6174,"tags":{},"startTime":1728050248081,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":18,"timestamp":1483702282325,"id":6180,"parentId":6174,"tags":{},"startTime":1728050248081,"traceId":"b09007848b46e699"},{"name":"optimize","duration":9077,"timestamp":1483702277401,"id":6176,"parentId":6174,"tags":{},"startTime":1728050248076,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":878,"timestamp":1483702292045,"id":6181,"parentId":6174,"tags":{},"startTime":1728050248091,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":4725,"timestamp":1483702292938,"id":6182,"parentId":6174,"tags":{},"startTime":1728050248092,"traceId":"b09007848b46e699"},{"name":"hash","duration":1466,"timestamp":1483702299218,"id":6183,"parentId":6174,"tags":{},"startTime":1728050248098,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":153,"timestamp":1483702300683,"id":6184,"parentId":6174,"tags":{},"startTime":1728050248099,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":179,"timestamp":1483702300827,"id":6185,"parentId":6174,"tags":{},"startTime":1728050248099,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":6907,"timestamp":1483702301012,"id":6186,"parentId":6174,"tags":{},"startTime":1728050248100,"traceId":"b09007848b46e699"},{"name":"seal","duration":52328,"timestamp":1483702270346,"id":6174,"parentId":6154,"tags":{},"startTime":1728050248069,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":338886,"timestamp":1483701995496,"id":6154,"parentId":6152,"tags":{"name":"server"},"startTime":1728050247794,"traceId":"b09007848b46e699"},{"name":"emit","duration":6595,"timestamp":1483702334497,"id":6187,"parentId":6152,"tags":{},"startTime":1728050248133,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":376319,"timestamp":1483701965337,"id":6152,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050247764,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5411,"timestamp":1483702351342,"id":6200,"parentId":6189,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050248150,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5506,"timestamp":1483702351366,"id":6202,"parentId":6189,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050248150,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5497,"timestamp":1483702351378,"id":6203,"parentId":6189,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050248150,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10780,"timestamp":1483702351140,"id":6190,"parentId":6189,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050248150,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10704,"timestamp":1483702351236,"id":6192,"parentId":6189,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050248150,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15577,"timestamp":1483702351264,"id":6194,"parentId":6189,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050248150,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":19839,"timestamp":1483702351278,"id":6195,"parentId":6189,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050248150,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26114,"timestamp":1483702351290,"id":6196,"parentId":6189,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050248150,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29323,"timestamp":1483702351315,"id":6198,"parentId":6189,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050248150,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29255,"timestamp":1483702351390,"id":6204,"parentId":6189,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050248150,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":31452,"timestamp":1483702351354,"id":6201,"parentId":6189,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050248150,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":32894,"timestamp":1483702351251,"id":6193,"parentId":6189,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050248150,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":12216,"timestamp":1483702373105,"id":6207,"parentId":6206,"tags":{},"startTime":1728050248172,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":353928,"timestamp":1483702385881,"id":6209,"parentId":6208,"tags":{},"startTime":1728050248185,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":355184,"timestamp":1483702385514,"id":6208,"parentId":6206,"tags":{},"startTime":1728050248184,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":170041,"timestamp":1483702740847,"id":6210,"parentId":6206,"tags":{"astUsed":"true"},"startTime":1728050248540,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":545437,"timestamp":1483702372840,"id":6206,"parentId":6205,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050248172,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":569351,"timestamp":1483702351220,"id":6191,"parentId":6189,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050248150,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":603812,"timestamp":1483702357615,"id":6205,"parentId":6188,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050248156,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":610740,"timestamp":1483702351302,"id":6197,"parentId":6189,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050248150,"traceId":"b09007848b46e699"},{"name":"build-module","duration":87,"timestamp":1483702962255,"id":6211,"parentId":6205,"tags":{},"startTime":1728050248761,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":611223,"timestamp":1483702351330,"id":6199,"parentId":6189,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050248150,"traceId":"b09007848b46e699"},{"name":"make","duration":618792,"timestamp":1483702343857,"id":6189,"parentId":6188,"tags":{},"startTime":1728050248143,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3279,"timestamp":1483702991705,"id":6213,"parentId":6212,"tags":{},"startTime":1728050248790,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1483702995022,"id":6215,"parentId":6212,"tags":{},"startTime":1728050248794,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":145,"timestamp":1483702995053,"id":6216,"parentId":6212,"tags":{},"startTime":1728050248794,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":11,"timestamp":1483702995239,"id":6217,"parentId":6212,"tags":{},"startTime":1728050248794,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1483702995287,"id":6218,"parentId":6212,"tags":{},"startTime":1728050248794,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3390,"timestamp":1483702995009,"id":6214,"parentId":6212,"tags":{},"startTime":1728050248794,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":930,"timestamp":1483703001911,"id":6219,"parentId":6212,"tags":{},"startTime":1728050248801,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":19848,"timestamp":1483703002866,"id":6220,"parentId":6212,"tags":{},"startTime":1728050248802,"traceId":"b09007848b46e699"},{"name":"hash","duration":14738,"timestamp":1483703027400,"id":6221,"parentId":6212,"tags":{},"startTime":1728050248826,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":1090,"timestamp":1483703042133,"id":6222,"parentId":6212,"tags":{},"startTime":1728050248841,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":1029,"timestamp":1483703043189,"id":6223,"parentId":6212,"tags":{},"startTime":1728050248842,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":12609,"timestamp":1483703044246,"id":6224,"parentId":6212,"tags":{},"startTime":1728050248843,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":120,"timestamp":1483703058786,"id":6226,"parentId":6188,"tags":{},"startTime":1728050248857,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":244,"timestamp":1483703058670,"id":6225,"parentId":6188,"tags":{},"startTime":1728050248857,"traceId":"b09007848b46e699"},{"name":"seal","duration":77596,"timestamp":1483702985658,"id":6212,"parentId":6188,"tags":{},"startTime":1728050248784,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":719775,"timestamp":1483702343553,"id":6188,"parentId":6153,"tags":{"name":"client"},"startTime":1728050248142,"traceId":"b09007848b46e699"},{"name":"emit","duration":13108,"timestamp":1483703063381,"id":6227,"parentId":6153,"tags":{},"startTime":1728050248862,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1144880,"timestamp":1483701966366,"id":6153,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050247765,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":44,"timestamp":1483703126355,"id":6228,"parentId":3,"tags":{},"startTime":1728050248925,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1193000,"timestamp":1483701967575,"id":6230,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728050248960,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":21721,"timestamp":1483703187018,"id":6237,"parentId":6234,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050248986,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22425,"timestamp":1483703186603,"id":6235,"parentId":6234,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050248985,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":45619,"timestamp":1483703187040,"id":6238,"parentId":6234,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050248986,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":48144,"timestamp":1483703186973,"id":6236,"parentId":6234,"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":1728050248986,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":48849,"timestamp":1483703187082,"id":6240,"parentId":6234,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050248986,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":48875,"timestamp":1483703187061,"id":6239,"parentId":6234,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050248986,"traceId":"b09007848b46e699"},{"name":"make","duration":143741,"timestamp":1483703177938,"id":6234,"parentId":6233,"tags":{},"startTime":1728050248977,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2654,"timestamp":1483703336165,"id":6258,"parentId":6257,"tags":{},"startTime":1728050249135,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1483703338852,"id":6260,"parentId":6257,"tags":{},"startTime":1728050249137,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":4690,"timestamp":1483703338884,"id":6261,"parentId":6257,"tags":{},"startTime":1728050249138,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":8,"timestamp":1483703343625,"id":6262,"parentId":6257,"tags":{},"startTime":1728050249142,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1483703343656,"id":6263,"parentId":6257,"tags":{},"startTime":1728050249142,"traceId":"b09007848b46e699"},{"name":"optimize","duration":7460,"timestamp":1483703338840,"id":6259,"parentId":6257,"tags":{},"startTime":1728050249137,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2022,"timestamp":1483703352827,"id":6264,"parentId":6257,"tags":{},"startTime":1728050249151,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":9430,"timestamp":1483703354888,"id":6265,"parentId":6257,"tags":{},"startTime":1728050249154,"traceId":"b09007848b46e699"},{"name":"hash","duration":2069,"timestamp":1483703368518,"id":6266,"parentId":6257,"tags":{},"startTime":1728050249167,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":201,"timestamp":1483703370584,"id":6267,"parentId":6257,"tags":{},"startTime":1728050249169,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":298,"timestamp":1483703370773,"id":6268,"parentId":6257,"tags":{},"startTime":1728050249169,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":785,"timestamp":1483703371078,"id":6269,"parentId":6257,"tags":{},"startTime":1728050249170,"traceId":"b09007848b46e699"},{"name":"seal","duration":59772,"timestamp":1483703328451,"id":6257,"parentId":6233,"tags":{},"startTime":1728050249127,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":225260,"timestamp":1483703177529,"id":6233,"parentId":6231,"tags":{"name":"server"},"startTime":1728050248976,"traceId":"b09007848b46e699"},{"name":"emit","duration":17021,"timestamp":1483703402946,"id":6270,"parentId":6231,"tags":{},"startTime":1728050249202,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":246119,"timestamp":1483703174430,"id":6231,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728050248973,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10435,"timestamp":1483703430606,"id":6285,"parentId":6273,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050249229,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10497,"timestamp":1483703430634,"id":6287,"parentId":6273,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050249229,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10486,"timestamp":1483703430648,"id":6288,"parentId":6273,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050249229,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17803,"timestamp":1483703430370,"id":6275,"parentId":6273,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050249229,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17717,"timestamp":1483703430481,"id":6277,"parentId":6273,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050249229,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":21675,"timestamp":1483703430518,"id":6279,"parentId":6273,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050249229,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":27291,"timestamp":1483703430548,"id":6281,"parentId":6273,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050249229,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":31824,"timestamp":1483703430533,"id":6280,"parentId":6273,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050249229,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":31821,"timestamp":1483703430577,"id":6283,"parentId":6273,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050249229,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":31738,"timestamp":1483703430662,"id":6289,"parentId":6273,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050249229,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":32159,"timestamp":1483703430620,"id":6286,"parentId":6273,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050249229,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":32930,"timestamp":1483703430499,"id":6278,"parentId":6273,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050249229,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":6947,"timestamp":1483703456568,"id":6292,"parentId":6291,"tags":{},"startTime":1728050249255,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":381151,"timestamp":1483703463680,"id":6294,"parentId":6293,"tags":{},"startTime":1728050249262,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":382275,"timestamp":1483703463572,"id":6293,"parentId":6291,"tags":{},"startTime":1728050249262,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":50589,"timestamp":1483703845976,"id":6295,"parentId":6291,"tags":{"astUsed":"true"},"startTime":1728050249645,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":445656,"timestamp":1483703456377,"id":6291,"parentId":6290,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050249255,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":495786,"timestamp":1483703430459,"id":6276,"parentId":6273,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050249229,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":495161,"timestamp":1483703441891,"id":6290,"parentId":6272,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050249241,"traceId":"b09007848b46e699"},{"name":"build-module","duration":104,"timestamp":1483703938193,"id":6296,"parentId":6290,"tags":{},"startTime":1728050249737,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":508067,"timestamp":1483703430591,"id":6284,"parentId":6273,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050249229,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":508289,"timestamp":1483703430563,"id":6282,"parentId":6273,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050249229,"traceId":"b09007848b46e699"},{"name":"make","duration":515605,"timestamp":1483703423273,"id":6273,"parentId":6272,"tags":{},"startTime":1728050249222,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6065,"timestamp":1483703954796,"id":6298,"parentId":6297,"tags":{},"startTime":1728050249753,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":7,"timestamp":1483703961069,"id":6300,"parentId":6297,"tags":{},"startTime":1728050249760,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":221,"timestamp":1483703961131,"id":6301,"parentId":6297,"tags":{},"startTime":1728050249760,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":10,"timestamp":1483703961394,"id":6302,"parentId":6297,"tags":{},"startTime":1728050249760,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1483703961441,"id":6303,"parentId":6297,"tags":{},"startTime":1728050249760,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3712,"timestamp":1483703961050,"id":6299,"parentId":6297,"tags":{},"startTime":1728050249760,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":986,"timestamp":1483703968881,"id":6304,"parentId":6297,"tags":{},"startTime":1728050249768,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":12754,"timestamp":1483703969902,"id":6305,"parentId":6297,"tags":{},"startTime":1728050249769,"traceId":"b09007848b46e699"},{"name":"hash","duration":7434,"timestamp":1483703986426,"id":6306,"parentId":6297,"tags":{},"startTime":1728050249785,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":349,"timestamp":1483703993859,"id":6307,"parentId":6297,"tags":{},"startTime":1728050249792,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":258,"timestamp":1483703994193,"id":6308,"parentId":6297,"tags":{},"startTime":1728050249793,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5336,"timestamp":1483703994458,"id":6309,"parentId":6297,"tags":{},"startTime":1728050249793,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":120,"timestamp":1483704002630,"id":6311,"parentId":6272,"tags":{},"startTime":1728050249801,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":264,"timestamp":1483704002498,"id":6310,"parentId":6272,"tags":{},"startTime":1728050249801,"traceId":"b09007848b46e699"},{"name":"seal","duration":59484,"timestamp":1483703947061,"id":6297,"parentId":6272,"tags":{},"startTime":1728050249746,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":583673,"timestamp":1483703422936,"id":6272,"parentId":6271,"tags":{"name":"client"},"startTime":1728050249222,"traceId":"b09007848b46e699"},{"name":"emit","duration":14269,"timestamp":1483704006664,"id":6312,"parentId":6271,"tags":{},"startTime":1728050249805,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":611791,"timestamp":1483703410076,"id":6271,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050249209,"traceId":"b09007848b46e699"},{"name":"client-success","duration":7,"timestamp":1483704030593,"id":6315,"parentId":3,"tags":{},"startTime":1728050249829,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":659000,"timestamp":1483703410453,"id":6322,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728050250211,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":380562,"timestamp":1483704058235,"id":6316,"parentId":6314,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050249857,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":388472,"timestamp":1483704058382,"id":6317,"parentId":6314,"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":1728050249857,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":13870,"timestamp":1483704433733,"id":6325,"parentId":6324,"tags":{},"startTime":1728050250232,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":14432,"timestamp":1483704433235,"id":6324,"parentId":6323,"tags":{},"startTime":1728050250232,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":31822,"timestamp":1483704430399,"id":6323,"parentId":6313,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050250229,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":417260,"timestamp":1483704058463,"id":6321,"parentId":6314,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050249857,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":419777,"timestamp":1483704058425,"id":6319,"parentId":6314,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050249857,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":419811,"timestamp":1483704058405,"id":6318,"parentId":6314,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050249857,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":419776,"timestamp":1483704058444,"id":6320,"parentId":6314,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050249857,"traceId":"b09007848b46e699"},{"name":"make","duration":654763,"timestamp":1483704024911,"id":6314,"parentId":6313,"tags":{},"startTime":1728050249824,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4177,"timestamp":1483704698958,"id":6343,"parentId":6342,"tags":{},"startTime":1728050250498,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":9,"timestamp":1483704703197,"id":6345,"parentId":6342,"tags":{},"startTime":1728050250502,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":11233,"timestamp":1483704703251,"id":6346,"parentId":6342,"tags":{},"startTime":1728050250502,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":40,"timestamp":1483704714659,"id":6347,"parentId":6342,"tags":{},"startTime":1728050250513,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":101,"timestamp":1483704714807,"id":6348,"parentId":6342,"tags":{},"startTime":1728050250513,"traceId":"b09007848b46e699"},{"name":"optimize","duration":27723,"timestamp":1483704703172,"id":6344,"parentId":6342,"tags":{},"startTime":1728050250502,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2249,"timestamp":1483704736339,"id":6349,"parentId":6342,"tags":{},"startTime":1728050250535,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":11947,"timestamp":1483704738619,"id":6350,"parentId":6342,"tags":{},"startTime":1728050250537,"traceId":"b09007848b46e699"},{"name":"hash","duration":3101,"timestamp":1483704753770,"id":6351,"parentId":6342,"tags":{},"startTime":1728050250552,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":453,"timestamp":1483704756868,"id":6352,"parentId":6342,"tags":{},"startTime":1728050250555,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":394,"timestamp":1483704757304,"id":6353,"parentId":6342,"tags":{},"startTime":1728050250556,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":6413,"timestamp":1483704757706,"id":6354,"parentId":6342,"tags":{},"startTime":1728050250556,"traceId":"b09007848b46e699"},{"name":"seal","duration":558908,"timestamp":1483704693915,"id":6342,"parentId":6313,"tags":{},"startTime":1728050250493,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1292703,"timestamp":1483704024513,"id":6313,"parentId":6274,"tags":{"name":"server"},"startTime":1728050249823,"traceId":"b09007848b46e699"},{"name":"emit","duration":23696,"timestamp":1483705317996,"id":6355,"parentId":6274,"tags":{},"startTime":1728050251117,"traceId":"b09007848b46e699"},{"name":"compile-path","duration":2193698,"timestamp":1483703174521,"id":6232,"tags":{"trigger":"/_not-found","isTurbopack":false},"startTime":1728050248973,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":1943174,"timestamp":1483703429590,"id":6274,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050249228,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":2644727,"timestamp":1483703138283,"id":6229,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050248937,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":3,"timestamp":1483705783105,"id":6357,"parentId":6229,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"178061312","memory.heapUsed":"302266616","memory.heapTotal":"339574784"},"startTime":1728050251582,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":62168,"timestamp":1483705771590,"id":6356,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050251570,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483705833797,"id":6358,"parentId":6356,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"188071936","memory.heapUsed":"303284688","memory.heapTotal":"342507520"},"startTime":1728050251632,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":722169,"timestamp":1483705910760,"id":6359,"tags":{"url":"/about","isTurbopack":false},"startTime":1728050251709,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":3,"timestamp":1483706633217,"id":6360,"parentId":6359,"tags":{"url":"/about","memory.rss":"120733696","memory.heapUsed":"310665760","memory.heapTotal":"345128960"},"startTime":1728050252432,"traceId":"b09007848b46e699"},{"name":"client-success","duration":18,"timestamp":1483709165175,"id":6361,"parentId":3,"tags":{},"startTime":1728050254964,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16864,"timestamp":1483724449719,"id":6368,"parentId":6365,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050270248,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":19630,"timestamp":1483724449416,"id":6366,"parentId":6365,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050270248,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":72482,"timestamp":1483724449698,"id":6367,"parentId":6365,"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":1728050270248,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4240,"timestamp":1483724518170,"id":6374,"parentId":6373,"tags":{},"startTime":1728050270316,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4589,"timestamp":1483724517825,"id":6373,"parentId":6372,"tags":{},"startTime":1728050270316,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":8860,"timestamp":1483724516635,"id":6372,"parentId":6364,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050270315,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":77477,"timestamp":1483724449784,"id":6371,"parentId":6365,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050270248,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":77522,"timestamp":1483724449749,"id":6369,"parentId":6365,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050270248,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":80465,"timestamp":1483724449767,"id":6370,"parentId":6365,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050270248,"traceId":"b09007848b46e699"},{"name":"make","duration":226776,"timestamp":1483724427029,"id":6365,"parentId":6364,"tags":{},"startTime":1728050270225,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4539,"timestamp":1483724685045,"id":6392,"parentId":6391,"tags":{},"startTime":1728050270483,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1483724689638,"id":6394,"parentId":6391,"tags":{},"startTime":1728050270488,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":3913,"timestamp":1483724689689,"id":6395,"parentId":6391,"tags":{},"startTime":1728050270488,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":9,"timestamp":1483724693673,"id":6396,"parentId":6391,"tags":{},"startTime":1728050270492,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":12,"timestamp":1483724693724,"id":6397,"parentId":6391,"tags":{},"startTime":1728050270492,"traceId":"b09007848b46e699"},{"name":"optimize","duration":7433,"timestamp":1483724689622,"id":6393,"parentId":6391,"tags":{},"startTime":1728050270488,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1984,"timestamp":1483724703598,"id":6398,"parentId":6391,"tags":{},"startTime":1728050270502,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":7875,"timestamp":1483724705615,"id":6399,"parentId":6391,"tags":{},"startTime":1728050270504,"traceId":"b09007848b46e699"},{"name":"hash","duration":2475,"timestamp":1483724715939,"id":6400,"parentId":6391,"tags":{},"startTime":1728050270514,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":630,"timestamp":1483724718412,"id":6401,"parentId":6391,"tags":{},"startTime":1728050270517,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":569,"timestamp":1483724718948,"id":6402,"parentId":6391,"tags":{},"startTime":1728050270517,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4104,"timestamp":1483724719547,"id":6403,"parentId":6391,"tags":{},"startTime":1728050270518,"traceId":"b09007848b46e699"},{"name":"seal","duration":60693,"timestamp":1483724677015,"id":6391,"parentId":6364,"tags":{},"startTime":1728050270475,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":341832,"timestamp":1483724422727,"id":6364,"parentId":6362,"tags":{"name":"server"},"startTime":1728050270221,"traceId":"b09007848b46e699"},{"name":"emit","duration":11721,"timestamp":1483724764743,"id":6404,"parentId":6362,"tags":{},"startTime":1728050270563,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":387286,"timestamp":1483724390426,"id":6362,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050270189,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9560,"timestamp":1483724794255,"id":6417,"parentId":6406,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050270593,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9696,"timestamp":1483724794292,"id":6419,"parentId":6406,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050270593,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9684,"timestamp":1483724794310,"id":6420,"parentId":6406,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050270593,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":19870,"timestamp":1483724793857,"id":6407,"parentId":6406,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050270592,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":19665,"timestamp":1483724794093,"id":6409,"parentId":6406,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050270592,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":28346,"timestamp":1483724794140,"id":6411,"parentId":6406,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050270592,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":34983,"timestamp":1483724794162,"id":6412,"parentId":6406,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050270592,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":44654,"timestamp":1483724794181,"id":6413,"parentId":6406,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050270592,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":53005,"timestamp":1483724794217,"id":6415,"parentId":6406,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050270592,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":52919,"timestamp":1483724794327,"id":6421,"parentId":6406,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050270593,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":59147,"timestamp":1483724794273,"id":6418,"parentId":6406,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050270593,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":61837,"timestamp":1483724794121,"id":6410,"parentId":6406,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050270592,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":24035,"timestamp":1483724832282,"id":6424,"parentId":6423,"tags":{},"startTime":1728050270631,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":452478,"timestamp":1483724856871,"id":6426,"parentId":6425,"tags":{},"startTime":1728050270655,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":521537,"timestamp":1483724856449,"id":6425,"parentId":6423,"tags":{},"startTime":1728050270655,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":67361,"timestamp":1483725378303,"id":6427,"parentId":6423,"tags":{"astUsed":"true"},"startTime":1728050271177,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":624276,"timestamp":1483724831610,"id":6423,"parentId":6422,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050270630,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":665733,"timestamp":1483724793980,"id":6408,"parentId":6406,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050270592,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":671991,"timestamp":1483724805386,"id":6422,"parentId":6405,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050270604,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":684922,"timestamp":1483724794200,"id":6414,"parentId":6406,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050270592,"traceId":"b09007848b46e699"},{"name":"build-module","duration":161,"timestamp":1483725480556,"id":6428,"parentId":6422,"tags":{},"startTime":1728050271279,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":686956,"timestamp":1483724794236,"id":6416,"parentId":6406,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050270592,"traceId":"b09007848b46e699"},{"name":"make","duration":699487,"timestamp":1483724781804,"id":6406,"parentId":6405,"tags":{},"startTime":1728050270580,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3628,"timestamp":1483725507990,"id":6430,"parentId":6429,"tags":{},"startTime":1728050271306,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1483725511653,"id":6432,"parentId":6429,"tags":{},"startTime":1728050271310,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":167,"timestamp":1483725511705,"id":6433,"parentId":6429,"tags":{},"startTime":1728050271310,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":15,"timestamp":1483725511930,"id":6434,"parentId":6429,"tags":{},"startTime":1728050271310,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1483725512009,"id":6435,"parentId":6429,"tags":{},"startTime":1728050271310,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5019,"timestamp":1483725511642,"id":6431,"parentId":6429,"tags":{},"startTime":1728050271310,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1251,"timestamp":1483725520295,"id":6436,"parentId":6429,"tags":{},"startTime":1728050271319,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":16455,"timestamp":1483725521571,"id":6437,"parentId":6429,"tags":{},"startTime":1728050271320,"traceId":"b09007848b46e699"},{"name":"hash","duration":11508,"timestamp":1483725545429,"id":6438,"parentId":6429,"tags":{},"startTime":1728050271344,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":465,"timestamp":1483725556934,"id":6439,"parentId":6429,"tags":{},"startTime":1728050271355,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":612,"timestamp":1483725557378,"id":6440,"parentId":6429,"tags":{},"startTime":1728050271356,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":11144,"timestamp":1483725558029,"id":6441,"parentId":6429,"tags":{},"startTime":1728050271356,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":203,"timestamp":1483725572059,"id":6443,"parentId":6405,"tags":{},"startTime":1728050271370,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":425,"timestamp":1483725571848,"id":6442,"parentId":6405,"tags":{},"startTime":1728050271370,"traceId":"b09007848b46e699"},{"name":"seal","duration":80579,"timestamp":1483725497113,"id":6429,"parentId":6405,"tags":{},"startTime":1728050271295,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":796613,"timestamp":1483724781316,"id":6405,"parentId":6363,"tags":{"name":"client"},"startTime":1728050270580,"traceId":"b09007848b46e699"},{"name":"emit","duration":12227,"timestamp":1483725578085,"id":6444,"parentId":6363,"tags":{},"startTime":1728050271376,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1202678,"timestamp":1483724391612,"id":6363,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050270190,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":22,"timestamp":1483725601090,"id":6445,"parentId":3,"tags":{},"startTime":1728050271399,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1597000,"timestamp":1483724393863,"id":6447,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728050271809,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33719,"timestamp":1483726153348,"id":6464,"parentId":6453,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050271952,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33841,"timestamp":1483726153410,"id":6466,"parentId":6453,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050271952,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33821,"timestamp":1483726153433,"id":6467,"parentId":6453,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050271952,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":99843,"timestamp":1483726152470,"id":6454,"parentId":6453,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050271951,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":99450,"timestamp":1483726152892,"id":6456,"parentId":6453,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050271951,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":116433,"timestamp":1483726152941,"id":6458,"parentId":6453,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050271951,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":124749,"timestamp":1483726153303,"id":6463,"parentId":6453,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050271952,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":129487,"timestamp":1483726152988,"id":6460,"parentId":6453,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050271951,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":134403,"timestamp":1483726152965,"id":6459,"parentId":6453,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050271951,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":136209,"timestamp":1483726153376,"id":6465,"parentId":6453,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050271952,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":144736,"timestamp":1483726152918,"id":6457,"parentId":6453,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050271951,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":148140,"timestamp":1483726153039,"id":6462,"parentId":6453,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050271951,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":147756,"timestamp":1483726153456,"id":6468,"parentId":6453,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050271952,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":149967,"timestamp":1483726152853,"id":6455,"parentId":6453,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050271951,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":164610,"timestamp":1483726153017,"id":6461,"parentId":6453,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050271951,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":722681,"timestamp":1483726153478,"id":6469,"parentId":6453,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1728050271952,"traceId":"b09007848b46e699"},{"name":"make","duration":731010,"timestamp":1483726145730,"id":6453,"parentId":6452,"tags":{},"startTime":1728050271944,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5620,"timestamp":1483726940348,"id":6471,"parentId":6470,"tags":{},"startTime":1728050272739,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1483726946008,"id":6473,"parentId":6470,"tags":{},"startTime":1728050272744,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":153,"timestamp":1483726946074,"id":6474,"parentId":6470,"tags":{},"startTime":1728050272744,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":16,"timestamp":1483726946274,"id":6475,"parentId":6470,"tags":{},"startTime":1728050272744,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1483726946364,"id":6476,"parentId":6470,"tags":{},"startTime":1728050272745,"traceId":"b09007848b46e699"},{"name":"optimize","duration":7060,"timestamp":1483726945994,"id":6472,"parentId":6470,"tags":{},"startTime":1728050272744,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1155,"timestamp":1483726957832,"id":6477,"parentId":6470,"tags":{},"startTime":1728050272756,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":18341,"timestamp":1483726959014,"id":6478,"parentId":6470,"tags":{},"startTime":1728050272757,"traceId":"b09007848b46e699"},{"name":"hash","duration":19980,"timestamp":1483726989639,"id":6479,"parentId":6470,"tags":{},"startTime":1728050272788,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":450,"timestamp":1483727009616,"id":6480,"parentId":6470,"tags":{},"startTime":1728050272808,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":346,"timestamp":1483727010047,"id":6481,"parentId":6470,"tags":{},"startTime":1728050272808,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5228,"timestamp":1483727010403,"id":6482,"parentId":6470,"tags":{},"startTime":1728050272809,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":206,"timestamp":1483727018549,"id":6484,"parentId":6452,"tags":{},"startTime":1728050272817,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":356,"timestamp":1483727018411,"id":6483,"parentId":6452,"tags":{},"startTime":1728050272817,"traceId":"b09007848b46e699"},{"name":"seal","duration":98577,"timestamp":1483726926120,"id":6470,"parentId":6452,"tags":{},"startTime":1728050272724,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":881701,"timestamp":1483726143091,"id":6452,"parentId":6449,"tags":{"name":"client"},"startTime":1728050271941,"traceId":"b09007848b46e699"},{"name":"emit","duration":14200,"timestamp":1483727024881,"id":6485,"parentId":6449,"tags":{},"startTime":1728050272823,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":907645,"timestamp":1483726133533,"id":6449,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728050271932,"traceId":"b09007848b46e699"},{"name":"client-success","duration":8,"timestamp":1483727069294,"id":6488,"parentId":3,"tags":{},"startTime":1728050272868,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":101577,"timestamp":1483727100507,"id":6489,"parentId":6487,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050272899,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":104486,"timestamp":1483727100699,"id":6491,"parentId":6487,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050272899,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":202903,"timestamp":1483727100670,"id":6490,"parentId":6487,"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":1728050272899,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":202868,"timestamp":1483727100722,"id":6492,"parentId":6487,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1728050272899,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":203715,"timestamp":1483727100772,"id":6494,"parentId":6487,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050272899,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":203699,"timestamp":1483727100794,"id":6495,"parentId":6487,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050272899,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":203803,"timestamp":1483727100748,"id":6493,"parentId":6487,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050272899,"traceId":"b09007848b46e699"},{"name":"make","duration":450611,"timestamp":1483727047410,"id":6487,"parentId":6486,"tags":{},"startTime":1728050272846,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":9056,"timestamp":1483727526542,"id":6513,"parentId":6512,"tags":{},"startTime":1728050273325,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":11,"timestamp":1483727535658,"id":6515,"parentId":6512,"tags":{},"startTime":1728050273334,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":7999,"timestamp":1483727535697,"id":6516,"parentId":6512,"tags":{},"startTime":1728050273334,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":26,"timestamp":1483727543758,"id":6517,"parentId":6512,"tags":{},"startTime":1728050273342,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1483727543829,"id":6518,"parentId":6512,"tags":{},"startTime":1728050273342,"traceId":"b09007848b46e699"},{"name":"optimize","duration":13841,"timestamp":1483727535639,"id":6514,"parentId":6512,"tags":{},"startTime":1728050273334,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1348,"timestamp":1483727553402,"id":6519,"parentId":6512,"tags":{},"startTime":1728050273352,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":21481,"timestamp":1483727554840,"id":6520,"parentId":6512,"tags":{},"startTime":1728050273353,"traceId":"b09007848b46e699"},{"name":"hash","duration":2883,"timestamp":1483727580487,"id":6521,"parentId":6512,"tags":{},"startTime":1728050273379,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":387,"timestamp":1483727583367,"id":6522,"parentId":6512,"tags":{},"startTime":1728050273382,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":456,"timestamp":1483727583736,"id":6523,"parentId":6512,"tags":{},"startTime":1728050273382,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1640,"timestamp":1483727584202,"id":6524,"parentId":6512,"tags":{},"startTime":1728050273382,"traceId":"b09007848b46e699"},{"name":"seal","duration":79052,"timestamp":1483727516483,"id":6512,"parentId":6486,"tags":{},"startTime":1728050273315,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":563629,"timestamp":1483727046417,"id":6486,"parentId":6451,"tags":{"name":"server"},"startTime":1728050272845,"traceId":"b09007848b46e699"},{"name":"emit","duration":8508,"timestamp":1483727610263,"id":6525,"parentId":6451,"tags":{},"startTime":1728050273408,"traceId":"b09007848b46e699"},{"name":"compile-path","duration":1486259,"timestamp":1483726133751,"id":6450,"tags":{"trigger":"/_error","isTurbopack":false},"startTime":1728050271932,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":1486039,"timestamp":1483726134498,"id":6451,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728050271933,"traceId":"b09007848b46e699"}] -[{"name":"client-full-reload","duration":9,"timestamp":1483727708745,"id":6528,"parentId":3,"tags":{"stackTrace":""},"startTime":1728050273507,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":283658,"timestamp":1483727748194,"id":6529,"tags":{"url":"/about","isTurbopack":false},"startTime":1728050273546,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":3,"timestamp":1483728031980,"id":6530,"parentId":6529,"tags":{"url":"/about","memory.rss":"314015744","memory.heapUsed":"245925216","memory.heapTotal":"291700736"},"startTime":1728050273830,"traceId":"b09007848b46e699"},{"name":"client-success","duration":78,"timestamp":1483729125833,"id":6531,"parentId":3,"tags":{},"startTime":1728050274924,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13124,"timestamp":1483730853808,"id":6546,"parentId":6535,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050276652,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13226,"timestamp":1483730853838,"id":6548,"parentId":6535,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050276652,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13219,"timestamp":1483730853848,"id":6549,"parentId":6535,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050276652,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":21433,"timestamp":1483730853362,"id":6536,"parentId":6535,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050276652,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":21181,"timestamp":1483730853658,"id":6538,"parentId":6535,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050276652,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26693,"timestamp":1483730853704,"id":6540,"parentId":6535,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050276652,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":44002,"timestamp":1483730853751,"id":6542,"parentId":6535,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050276652,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":43892,"timestamp":1483730853875,"id":6551,"parentId":6535,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1728050276652,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":51836,"timestamp":1483730853822,"id":6547,"parentId":6535,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050276652,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":52373,"timestamp":1483730853737,"id":6541,"parentId":6535,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050276652,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":13544,"timestamp":1483730894663,"id":6554,"parentId":6553,"tags":{},"startTime":1728050276693,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":66421,"timestamp":1483730853688,"id":6539,"parentId":6535,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050276652,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":73192,"timestamp":1483730853779,"id":6544,"parentId":6535,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050276652,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":73119,"timestamp":1483730853862,"id":6550,"parentId":6535,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050276652,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":228658,"timestamp":1483730908449,"id":6556,"parentId":6555,"tags":{},"startTime":1728050276707,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":229475,"timestamp":1483730908289,"id":6555,"parentId":6553,"tags":{},"startTime":1728050276706,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":91136,"timestamp":1483731137851,"id":6557,"parentId":6553,"tags":{"astUsed":"true"},"startTime":1728050276936,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":420093,"timestamp":1483730894157,"id":6553,"parentId":6552,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050276692,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":462879,"timestamp":1483730853639,"id":6537,"parentId":6535,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050276652,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":456235,"timestamp":1483730868390,"id":6552,"parentId":6534,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050276667,"traceId":"b09007848b46e699"},{"name":"build-module","duration":120,"timestamp":1483731326602,"id":6558,"parentId":6552,"tags":{},"startTime":1728050277125,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":473117,"timestamp":1483730853794,"id":6545,"parentId":6535,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050276652,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":493574,"timestamp":1483730853765,"id":6543,"parentId":6535,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050276652,"traceId":"b09007848b46e699"},{"name":"make","duration":499092,"timestamp":1483730848286,"id":6535,"parentId":6534,"tags":{},"startTime":1728050276646,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":50049,"timestamp":1483731814237,"id":6560,"parentId":6559,"tags":{},"startTime":1728050277612,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":7,"timestamp":1483731864333,"id":6562,"parentId":6559,"tags":{},"startTime":1728050277662,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":105,"timestamp":1483731864361,"id":6563,"parentId":6559,"tags":{},"startTime":1728050277662,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":9,"timestamp":1483731864501,"id":6564,"parentId":6559,"tags":{},"startTime":1728050277663,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1483731864537,"id":6565,"parentId":6559,"tags":{},"startTime":1728050277663,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5287,"timestamp":1483731864316,"id":6561,"parentId":6559,"tags":{},"startTime":1728050277662,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":605,"timestamp":1483731878662,"id":6566,"parentId":6559,"tags":{},"startTime":1728050277677,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":16093,"timestamp":1483731879283,"id":6567,"parentId":6559,"tags":{},"startTime":1728050277677,"traceId":"b09007848b46e699"},{"name":"hash","duration":5318,"timestamp":1483731900648,"id":6568,"parentId":6559,"tags":{},"startTime":1728050277699,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":380,"timestamp":1483731905964,"id":6569,"parentId":6559,"tags":{},"startTime":1728050277704,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":232,"timestamp":1483731906329,"id":6570,"parentId":6559,"tags":{},"startTime":1728050277704,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":8292,"timestamp":1483731906566,"id":6571,"parentId":6559,"tags":{},"startTime":1728050277705,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":170,"timestamp":1483731918192,"id":6573,"parentId":6534,"tags":{},"startTime":1728050277716,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":340,"timestamp":1483731918034,"id":6572,"parentId":6534,"tags":{},"startTime":1728050277716,"traceId":"b09007848b46e699"},{"name":"seal","duration":341939,"timestamp":1483731593907,"id":6559,"parentId":6534,"tags":{},"startTime":1728050277392,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1089077,"timestamp":1483730846854,"id":6534,"parentId":6532,"tags":{"name":"client"},"startTime":1728050276645,"traceId":"b09007848b46e699"},{"name":"emit","duration":31409,"timestamp":1483731936005,"id":6574,"parentId":6532,"tags":{},"startTime":1728050277734,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1155983,"timestamp":1483730813145,"id":6532,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050276611,"traceId":"b09007848b46e699"},{"name":"client-success","duration":5,"timestamp":1483731992220,"id":6577,"parentId":3,"tags":{},"startTime":1728050277790,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1601000,"timestamp":1483730815378,"id":6585,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728050278277,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":450085,"timestamp":1483732131354,"id":6578,"parentId":6576,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050277929,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":449979,"timestamp":1483732132488,"id":6580,"parentId":6576,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050277931,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":513804,"timestamp":1483732132394,"id":6579,"parentId":6576,"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":1728050277931,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":513685,"timestamp":1483732132527,"id":6581,"parentId":6576,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1728050277931,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":514512,"timestamp":1483732132653,"id":6584,"parentId":6576,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050277931,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5808,"timestamp":1483732641475,"id":6588,"parentId":6587,"tags":{},"startTime":1728050278440,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6121,"timestamp":1483732641166,"id":6587,"parentId":6586,"tags":{},"startTime":1728050278439,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":12005,"timestamp":1483732639660,"id":6586,"parentId":6575,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050278438,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":519590,"timestamp":1483732132581,"id":6582,"parentId":6576,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050277931,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":520900,"timestamp":1483732132621,"id":6583,"parentId":6576,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050277931,"traceId":"b09007848b46e699"},{"name":"make","duration":814863,"timestamp":1483731973303,"id":6576,"parentId":6575,"tags":{},"startTime":1728050277771,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6585,"timestamp":1483732819525,"id":6606,"parentId":6605,"tags":{},"startTime":1728050278618,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1483732826157,"id":6608,"parentId":6605,"tags":{},"startTime":1728050278624,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":8033,"timestamp":1483732826193,"id":6609,"parentId":6605,"tags":{},"startTime":1728050278624,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":11,"timestamp":1483732834303,"id":6610,"parentId":6605,"tags":{},"startTime":1728050278632,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":16,"timestamp":1483732834361,"id":6611,"parentId":6605,"tags":{},"startTime":1728050278632,"traceId":"b09007848b46e699"},{"name":"optimize","duration":14837,"timestamp":1483732826141,"id":6607,"parentId":6605,"tags":{},"startTime":1728050278624,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1245,"timestamp":1483732844619,"id":6612,"parentId":6605,"tags":{},"startTime":1728050278643,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":9174,"timestamp":1483732845881,"id":6613,"parentId":6605,"tags":{},"startTime":1728050278644,"traceId":"b09007848b46e699"},{"name":"hash","duration":2593,"timestamp":1483732857720,"id":6614,"parentId":6605,"tags":{},"startTime":1728050278656,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":312,"timestamp":1483732860311,"id":6615,"parentId":6605,"tags":{},"startTime":1728050278658,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":329,"timestamp":1483732860605,"id":6616,"parentId":6605,"tags":{},"startTime":1728050278659,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3397,"timestamp":1483732860943,"id":6617,"parentId":6605,"tags":{},"startTime":1728050278659,"traceId":"b09007848b46e699"},{"name":"seal","duration":67179,"timestamp":1483732813016,"id":6605,"parentId":6575,"tags":{},"startTime":1728050278611,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":923148,"timestamp":1483731972637,"id":6575,"parentId":6533,"tags":{"name":"server"},"startTime":1728050277771,"traceId":"b09007848b46e699"},{"name":"emit","duration":9080,"timestamp":1483732895915,"id":6618,"parentId":6533,"tags":{},"startTime":1728050278694,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":2089991,"timestamp":1483730817177,"id":6533,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050276615,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":145677,"timestamp":1483732943639,"id":6619,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050278742,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483733089380,"id":6620,"parentId":6619,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"236732416","memory.heapUsed":"243282856","memory.heapTotal":"298024960"},"startTime":1728050278887,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17137,"timestamp":1483741747701,"id":6627,"parentId":6624,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050287546,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18867,"timestamp":1483741747389,"id":6625,"parentId":6624,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050287545,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":75550,"timestamp":1483741747681,"id":6626,"parentId":6624,"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":1728050287546,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":75527,"timestamp":1483741747717,"id":6628,"parentId":6624,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1728050287546,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4541,"timestamp":1483741819810,"id":6634,"parentId":6633,"tags":{},"startTime":1728050287618,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4895,"timestamp":1483741819463,"id":6633,"parentId":6632,"tags":{},"startTime":1728050287617,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":9602,"timestamp":1483741818417,"id":6632,"parentId":6623,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050287616,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":81479,"timestamp":1483741747762,"id":6631,"parentId":6624,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050287546,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":81519,"timestamp":1483741747730,"id":6629,"parentId":6624,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050287546,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":82686,"timestamp":1483741747747,"id":6630,"parentId":6624,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050287546,"traceId":"b09007848b46e699"},{"name":"make","duration":296622,"timestamp":1483741733443,"id":6624,"parentId":6623,"tags":{},"startTime":1728050287531,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6783,"timestamp":1483742338610,"id":6652,"parentId":6651,"tags":{},"startTime":1728050288137,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":13,"timestamp":1483742345446,"id":6654,"parentId":6651,"tags":{},"startTime":1728050288143,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":6392,"timestamp":1483742345485,"id":6655,"parentId":6651,"tags":{},"startTime":1728050288143,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":18,"timestamp":1483742351947,"id":6656,"parentId":6651,"tags":{},"startTime":1728050288150,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1483742351999,"id":6657,"parentId":6651,"tags":{},"startTime":1728050288150,"traceId":"b09007848b46e699"},{"name":"optimize","duration":10609,"timestamp":1483742345429,"id":6653,"parentId":6651,"tags":{},"startTime":1728050288143,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2066,"timestamp":1483742360664,"id":6658,"parentId":6651,"tags":{},"startTime":1728050288159,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":11941,"timestamp":1483742362762,"id":6659,"parentId":6651,"tags":{},"startTime":1728050288161,"traceId":"b09007848b46e699"},{"name":"hash","duration":2419,"timestamp":1483742378499,"id":6660,"parentId":6651,"tags":{},"startTime":1728050288176,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":280,"timestamp":1483742380913,"id":6661,"parentId":6651,"tags":{},"startTime":1728050288179,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":795,"timestamp":1483742381169,"id":6662,"parentId":6651,"tags":{},"startTime":1728050288179,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":481,"timestamp":1483742381984,"id":6663,"parentId":6651,"tags":{},"startTime":1728050288180,"traceId":"b09007848b46e699"},{"name":"seal","duration":88528,"timestamp":1483742307942,"id":6651,"parentId":6623,"tags":{},"startTime":1728050288106,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":680088,"timestamp":1483741729624,"id":6623,"parentId":6621,"tags":{"name":"server"},"startTime":1728050287528,"traceId":"b09007848b46e699"},{"name":"emit","duration":5304,"timestamp":1483742409843,"id":6664,"parentId":6621,"tags":{},"startTime":1728050288208,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":721050,"timestamp":1483741694870,"id":6621,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050287493,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":31184,"timestamp":1483742438887,"id":6677,"parentId":6666,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050288237,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":31254,"timestamp":1483742438925,"id":6679,"parentId":6666,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050288237,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":31077,"timestamp":1483742439106,"id":6680,"parentId":6666,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050288237,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":205412,"timestamp":1483742438349,"id":6667,"parentId":6666,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050288236,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":205122,"timestamp":1483742438704,"id":6669,"parentId":6666,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050288237,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":215467,"timestamp":1483742438760,"id":6671,"parentId":6666,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050288237,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":223173,"timestamp":1483742438783,"id":6672,"parentId":6666,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050288237,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":241119,"timestamp":1483742438803,"id":6673,"parentId":6666,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050288237,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":240751,"timestamp":1483742439185,"id":6682,"parentId":6666,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1728050288237,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":261552,"timestamp":1483742438849,"id":6675,"parentId":6666,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050288237,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":261256,"timestamp":1483742439159,"id":6681,"parentId":6666,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050288237,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":266734,"timestamp":1483742438906,"id":6678,"parentId":6666,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050288237,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":268317,"timestamp":1483742438737,"id":6670,"parentId":6666,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050288237,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":36179,"timestamp":1483742671630,"id":6685,"parentId":6684,"tags":{},"startTime":1728050288470,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":257704,"timestamp":1483742708356,"id":6687,"parentId":6686,"tags":{},"startTime":1728050288506,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":258935,"timestamp":1483742708076,"id":6686,"parentId":6684,"tags":{},"startTime":1728050288506,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":38168,"timestamp":1483742967108,"id":6688,"parentId":6684,"tags":{"astUsed":"true"},"startTime":1728050288765,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":348296,"timestamp":1483742666145,"id":6684,"parentId":6683,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050288464,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":576594,"timestamp":1483742438661,"id":6668,"parentId":6666,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050288237,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":577870,"timestamp":1483742438824,"id":6674,"parentId":6666,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050288237,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":544031,"timestamp":1483742480888,"id":6683,"parentId":6665,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050288279,"traceId":"b09007848b46e699"},{"name":"build-module","duration":56,"timestamp":1483743025170,"id":6689,"parentId":6683,"tags":{},"startTime":1728050288823,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":586390,"timestamp":1483742438868,"id":6676,"parentId":6666,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050288237,"traceId":"b09007848b46e699"},{"name":"make","duration":606698,"timestamp":1483742418584,"id":6666,"parentId":6665,"tags":{},"startTime":1728050288217,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3916,"timestamp":1483743038884,"id":6691,"parentId":6690,"tags":{},"startTime":1728050288837,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1483743042835,"id":6693,"parentId":6690,"tags":{},"startTime":1728050288841,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":127,"timestamp":1483743042862,"id":6694,"parentId":6690,"tags":{},"startTime":1728050288841,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":7,"timestamp":1483743043022,"id":6695,"parentId":6690,"tags":{},"startTime":1728050288841,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1483743043064,"id":6696,"parentId":6690,"tags":{},"startTime":1728050288841,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4431,"timestamp":1483743042823,"id":6692,"parentId":6690,"tags":{},"startTime":1728050288841,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":679,"timestamp":1483743049518,"id":6697,"parentId":6690,"tags":{},"startTime":1728050288847,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":13240,"timestamp":1483743050211,"id":6698,"parentId":6690,"tags":{},"startTime":1728050288848,"traceId":"b09007848b46e699"},{"name":"hash","duration":7967,"timestamp":1483743065967,"id":6699,"parentId":6690,"tags":{},"startTime":1728050288864,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":850,"timestamp":1483743073932,"id":6700,"parentId":6690,"tags":{},"startTime":1728050288872,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":872,"timestamp":1483743074739,"id":6701,"parentId":6690,"tags":{},"startTime":1728050288873,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":9812,"timestamp":1483743075648,"id":6702,"parentId":6690,"tags":{},"startTime":1728050288874,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":180,"timestamp":1483743091643,"id":6704,"parentId":6665,"tags":{},"startTime":1728050288890,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":437,"timestamp":1483743091396,"id":6703,"parentId":6665,"tags":{},"startTime":1728050288889,"traceId":"b09007848b46e699"},{"name":"seal","duration":63962,"timestamp":1483743033411,"id":6690,"parentId":6665,"tags":{},"startTime":1728050288831,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":679433,"timestamp":1483742418117,"id":6665,"parentId":6622,"tags":{"name":"client"},"startTime":1728050288216,"traceId":"b09007848b46e699"},{"name":"emit","duration":39741,"timestamp":1483743097694,"id":6705,"parentId":6622,"tags":{},"startTime":1728050288896,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1447733,"timestamp":1483741696228,"id":6622,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050287494,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":21,"timestamp":1483743151536,"id":6706,"parentId":3,"tags":{},"startTime":1728050288949,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1474000,"timestamp":1483741698548,"id":6708,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728050288971,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":219720,"timestamp":1483743155880,"id":6707,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050288954,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1483743375650,"id":6709,"parentId":6707,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"298237952","memory.heapUsed":"228035824","memory.heapTotal":"287031296"},"startTime":1728050289174,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":317890,"timestamp":1483991954743,"id":6710,"tags":{"url":"/","isTurbopack":false},"startTime":1728050537748,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1483992272966,"id":6711,"parentId":6710,"tags":{"url":"/","memory.rss":"149078016","memory.heapUsed":"224232960","memory.heapTotal":"250085376"},"startTime":1728050538066,"traceId":"b09007848b46e699"},{"name":"client-success","duration":6,"timestamp":1483993127055,"id":6712,"parentId":3,"tags":{},"startTime":1728050538921,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":75405,"timestamp":1483999210685,"id":6713,"tags":{"url":"/about.html","isTurbopack":false},"startTime":1728050545004,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":3,"timestamp":1483999286371,"id":6714,"parentId":6713,"tags":{"url":"/about.html","memory.rss":"123912192","memory.heapUsed":"207325840","memory.heapTotal":"263864320"},"startTime":1728050545080,"traceId":"b09007848b46e699"},{"name":"client-success","duration":5,"timestamp":1483999647335,"id":6715,"parentId":3,"tags":{},"startTime":1728050545441,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":138390,"timestamp":1484004252000,"id":6716,"tags":{"url":"/about","isTurbopack":false},"startTime":1728050550045,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":0,"timestamp":1484004390462,"id":6717,"parentId":6716,"tags":{"url":"/about","memory.rss":"137953280","memory.heapUsed":"204880008","memory.heapTotal":"263864320"},"startTime":1728050550184,"traceId":"b09007848b46e699"},{"name":"client-success","duration":4,"timestamp":1484004768989,"id":6718,"parentId":3,"tags":{},"startTime":1728050550562,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18530,"timestamp":1484088726476,"id":6733,"parentId":6722,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050634511,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18741,"timestamp":1484088726523,"id":6735,"parentId":6722,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050634511,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18733,"timestamp":1484088726539,"id":6736,"parentId":6722,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050634511,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":46057,"timestamp":1484088725331,"id":6723,"parentId":6722,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050634509,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":45586,"timestamp":1484088725850,"id":6725,"parentId":6722,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050634510,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":51469,"timestamp":1484088725916,"id":6727,"parentId":6722,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050634510,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":84295,"timestamp":1484088725982,"id":6729,"parentId":6722,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050634510,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":103103,"timestamp":1484088726503,"id":6734,"parentId":6722,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050634511,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":106651,"timestamp":1484088725953,"id":6728,"parentId":6722,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050634510,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":30104,"timestamp":1484088803721,"id":6740,"parentId":6739,"tags":{},"startTime":1728050634588,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":144159,"timestamp":1484088725885,"id":6726,"parentId":6722,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050634510,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":236007,"timestamp":1484088726105,"id":6731,"parentId":6722,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050634510,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":235575,"timestamp":1484088726554,"id":6737,"parentId":6722,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050634511,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":636954,"timestamp":1484088834210,"id":6742,"parentId":6741,"tags":{},"startTime":1728050634618,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":640749,"timestamp":1484088833953,"id":6741,"parentId":6739,"tags":{},"startTime":1728050634618,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":103151,"timestamp":1484089475218,"id":6743,"parentId":6739,"tags":{"astUsed":"true"},"startTime":1728050635259,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":798897,"timestamp":1484088802187,"id":6739,"parentId":6738,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050634586,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":878427,"timestamp":1484088725809,"id":6724,"parentId":6722,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050634510,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":869442,"timestamp":1484088746667,"id":6738,"parentId":6721,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050634531,"traceId":"b09007848b46e699"},{"name":"build-module","duration":95,"timestamp":1484089616831,"id":6744,"parentId":6738,"tags":{},"startTime":1728050635401,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":890724,"timestamp":1484088726441,"id":6732,"parentId":6722,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050634510,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":899350,"timestamp":1484088726012,"id":6730,"parentId":6722,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050634510,"traceId":"b09007848b46e699"},{"name":"make","duration":903516,"timestamp":1484088721911,"id":6722,"parentId":6721,"tags":{},"startTime":1728050634506,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":126462,"timestamp":1484090066224,"id":6746,"parentId":6745,"tags":{},"startTime":1728050635850,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":11,"timestamp":1484090192771,"id":6748,"parentId":6745,"tags":{},"startTime":1728050635977,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":295,"timestamp":1484090192978,"id":6749,"parentId":6745,"tags":{},"startTime":1728050635977,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":17,"timestamp":1484090193378,"id":6750,"parentId":6745,"tags":{},"startTime":1728050635977,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":42,"timestamp":1484090200127,"id":6751,"parentId":6745,"tags":{},"startTime":1728050635984,"traceId":"b09007848b46e699"},{"name":"optimize","duration":14023,"timestamp":1484090192742,"id":6747,"parentId":6745,"tags":{},"startTime":1728050635977,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":3166,"timestamp":1484090212273,"id":6752,"parentId":6745,"tags":{},"startTime":1728050635996,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":22716,"timestamp":1484090215574,"id":6753,"parentId":6745,"tags":{},"startTime":1728050636000,"traceId":"b09007848b46e699"},{"name":"hash","duration":13691,"timestamp":1484090245329,"id":6754,"parentId":6745,"tags":{},"startTime":1728050636029,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":1681,"timestamp":1484090259016,"id":6755,"parentId":6745,"tags":{},"startTime":1728050636043,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":886,"timestamp":1484090260654,"id":6756,"parentId":6745,"tags":{},"startTime":1728050636045,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":14732,"timestamp":1484090261575,"id":6757,"parentId":6745,"tags":{},"startTime":1728050636046,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":260,"timestamp":1484090279930,"id":6759,"parentId":6721,"tags":{},"startTime":1728050636064,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":438,"timestamp":1484090279768,"id":6758,"parentId":6721,"tags":{},"startTime":1728050636064,"traceId":"b09007848b46e699"},{"name":"seal","duration":476811,"timestamp":1484089816558,"id":6745,"parentId":6721,"tags":{},"startTime":1728050635601,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1572873,"timestamp":1484088720579,"id":6721,"parentId":6719,"tags":{"name":"client"},"startTime":1728050634505,"traceId":"b09007848b46e699"},{"name":"emit","duration":20160,"timestamp":1484090293536,"id":6760,"parentId":6719,"tags":{},"startTime":1728050636078,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1627997,"timestamp":1484088688235,"id":6719,"parentId":3,"tags":{"trigger":"src/app/about/page.jsx"},"startTime":1728050634472,"traceId":"b09007848b46e699"},{"name":"client-success","duration":6,"timestamp":1484090347077,"id":6763,"parentId":3,"tags":{},"startTime":1728050636131,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1691000,"timestamp":1484088691262,"id":6769,"parentId":3,"tags":{"updatedModules":["[project]/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"],"page":"/about","isPageHidden":false},"startTime":1728050636171,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":35979,"timestamp":1484090373595,"id":6764,"parentId":6762,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050636158,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":51486,"timestamp":1484090374005,"id":6766,"parentId":6762,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050636158,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":108024,"timestamp":1484090373961,"id":6765,"parentId":6762,"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":1728050636158,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":110019,"timestamp":1484090374065,"id":6768,"parentId":6762,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050636158,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":176280,"timestamp":1484090469681,"id":6772,"parentId":6771,"tags":{},"startTime":1728050636254,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":176787,"timestamp":1484090469189,"id":6771,"parentId":6770,"tags":{},"startTime":1728050636253,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":184245,"timestamp":1484090465346,"id":6770,"parentId":6761,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/about/page.jsx","layer":"rsc"},"startTime":1728050636249,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":312341,"timestamp":1484090374035,"id":6767,"parentId":6762,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050636158,"traceId":"b09007848b46e699"},{"name":"make","duration":434419,"timestamp":1484090324910,"id":6762,"parentId":6761,"tags":{},"startTime":1728050636109,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3997,"timestamp":1484090775969,"id":6784,"parentId":6783,"tags":{},"startTime":1728050636560,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":7,"timestamp":1484090780002,"id":6786,"parentId":6783,"tags":{},"startTime":1728050636564,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":3648,"timestamp":1484090780204,"id":6787,"parentId":6783,"tags":{},"startTime":1728050636564,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":10,"timestamp":1484090783934,"id":6788,"parentId":6783,"tags":{},"startTime":1728050636568,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1484090784005,"id":6789,"parentId":6783,"tags":{},"startTime":1728050636568,"traceId":"b09007848b46e699"},{"name":"optimize","duration":9096,"timestamp":1484090779988,"id":6785,"parentId":6783,"tags":{},"startTime":1728050636564,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":969,"timestamp":1484090792381,"id":6790,"parentId":6783,"tags":{},"startTime":1728050636576,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":5953,"timestamp":1484090793397,"id":6791,"parentId":6783,"tags":{},"startTime":1728050636577,"traceId":"b09007848b46e699"},{"name":"hash","duration":1752,"timestamp":1484090801245,"id":6792,"parentId":6783,"tags":{},"startTime":1728050636585,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":405,"timestamp":1484090802995,"id":6793,"parentId":6783,"tags":{},"startTime":1728050636587,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":408,"timestamp":1484090803385,"id":6794,"parentId":6783,"tags":{},"startTime":1728050636587,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3335,"timestamp":1484090803802,"id":6795,"parentId":6783,"tags":{},"startTime":1728050636588,"traceId":"b09007848b46e699"},{"name":"seal","duration":54777,"timestamp":1484090769224,"id":6783,"parentId":6761,"tags":{},"startTime":1728050636553,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":510993,"timestamp":1484090321473,"id":6761,"parentId":6720,"tags":{"name":"server"},"startTime":1728050636105,"traceId":"b09007848b46e699"},{"name":"emit","duration":9542,"timestamp":1484090832588,"id":6796,"parentId":6720,"tags":{},"startTime":1728050636617,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":2152688,"timestamp":1484088691173,"id":6720,"parentId":3,"tags":{"trigger":"src/app/about/page.jsx"},"startTime":1728050634475,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":162312,"timestamp":1484090855440,"id":6797,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050636639,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484091017804,"id":6798,"parentId":6797,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"256753664","memory.heapUsed":"233918768","memory.heapTotal":"278691840"},"startTime":1728050636802,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":178550,"timestamp":1484093224304,"id":6799,"tags":{"url":"/about","isTurbopack":false},"startTime":1728050639008,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484093402946,"id":6800,"parentId":6799,"tags":{"url":"/about","memory.rss":"163102720","memory.heapUsed":"243187176","memory.heapTotal":"278953984"},"startTime":1728050639187,"traceId":"b09007848b46e699"},{"name":"client-success","duration":8,"timestamp":1484093783924,"id":6801,"parentId":3,"tags":{},"startTime":1728050639568,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":12294,"timestamp":1484097884483,"id":6816,"parentId":6805,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050643668,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":12399,"timestamp":1484097884517,"id":6818,"parentId":6805,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050643668,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":12381,"timestamp":1484097884537,"id":6819,"parentId":6805,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050643668,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":21332,"timestamp":1484097883845,"id":6806,"parentId":6805,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050643668,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":20957,"timestamp":1484097884246,"id":6808,"parentId":6805,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050643668,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23843,"timestamp":1484097884301,"id":6810,"parentId":6805,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050643668,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":46281,"timestamp":1484097884341,"id":6812,"parentId":6805,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050643668,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":58369,"timestamp":1484097884325,"id":6811,"parentId":6805,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050643668,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":58546,"timestamp":1484097884499,"id":6817,"parentId":6805,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050643668,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":61699,"timestamp":1484097884276,"id":6809,"parentId":6805,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050643668,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":10020,"timestamp":1484097935974,"id":6823,"parentId":6822,"tags":{},"startTime":1728050643720,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":70618,"timestamp":1484097884411,"id":6814,"parentId":6805,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050643668,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":70480,"timestamp":1484097884557,"id":6820,"parentId":6805,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050643668,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":156952,"timestamp":1484097946206,"id":6825,"parentId":6824,"tags":{},"startTime":1728050643730,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":157631,"timestamp":1484097946062,"id":6824,"parentId":6822,"tags":{},"startTime":1728050643730,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":24342,"timestamp":1484098103756,"id":6826,"parentId":6822,"tags":{"astUsed":"true"},"startTime":1728050643888,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":197302,"timestamp":1484097933867,"id":6822,"parentId":6821,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050643718,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":247541,"timestamp":1484097884221,"id":6807,"parentId":6805,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050643668,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":243630,"timestamp":1484097898236,"id":6821,"parentId":6804,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050643682,"traceId":"b09007848b46e699"},{"name":"build-module","duration":53,"timestamp":1484098142908,"id":6827,"parentId":6821,"tags":{},"startTime":1728050643927,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":258711,"timestamp":1484097884465,"id":6815,"parentId":6805,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050643668,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":261692,"timestamp":1484097884357,"id":6813,"parentId":6805,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050643668,"traceId":"b09007848b46e699"},{"name":"make","duration":267305,"timestamp":1484097878777,"id":6805,"parentId":6804,"tags":{},"startTime":1728050643663,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2056,"timestamp":1484098156447,"id":6829,"parentId":6828,"tags":{},"startTime":1728050643940,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1484098158527,"id":6831,"parentId":6828,"tags":{},"startTime":1728050643942,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":91,"timestamp":1484098158627,"id":6832,"parentId":6828,"tags":{},"startTime":1728050643942,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":16,"timestamp":1484098158796,"id":6833,"parentId":6828,"tags":{},"startTime":1728050643943,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1484098158861,"id":6834,"parentId":6828,"tags":{},"startTime":1728050643943,"traceId":"b09007848b46e699"},{"name":"optimize","duration":2689,"timestamp":1484098158517,"id":6830,"parentId":6828,"tags":{},"startTime":1728050643942,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":452,"timestamp":1484098162879,"id":6835,"parentId":6828,"tags":{},"startTime":1728050643947,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":12111,"timestamp":1484098163340,"id":6836,"parentId":6828,"tags":{},"startTime":1728050643947,"traceId":"b09007848b46e699"},{"name":"hash","duration":6196,"timestamp":1484098177384,"id":6837,"parentId":6828,"tags":{},"startTime":1728050643961,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":637,"timestamp":1484098183576,"id":6838,"parentId":6828,"tags":{},"startTime":1728050643967,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":268,"timestamp":1484098184197,"id":6839,"parentId":6828,"tags":{},"startTime":1728050643968,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4467,"timestamp":1484098184470,"id":6840,"parentId":6828,"tags":{},"startTime":1728050643968,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":98,"timestamp":1484098192065,"id":6842,"parentId":6804,"tags":{},"startTime":1728050643976,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":209,"timestamp":1484098191961,"id":6841,"parentId":6804,"tags":{},"startTime":1728050643976,"traceId":"b09007848b46e699"},{"name":"seal","duration":42584,"timestamp":1484098152160,"id":6828,"parentId":6804,"tags":{},"startTime":1728050643936,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":323441,"timestamp":1484097871379,"id":6804,"parentId":6802,"tags":{"name":"client"},"startTime":1728050643655,"traceId":"b09007848b46e699"},{"name":"emit","duration":8498,"timestamp":1484098194868,"id":6843,"parentId":6802,"tags":{},"startTime":1728050643979,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":368155,"timestamp":1484097835856,"id":6802,"parentId":3,"tags":{"trigger":"src/app/about/page.jsx"},"startTime":1728050643620,"traceId":"b09007848b46e699"},{"name":"client-success","duration":4,"timestamp":1484098209250,"id":6846,"parentId":3,"tags":{},"startTime":1728050643993,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8416,"timestamp":1484098211642,"id":6847,"parentId":6845,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050643995,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9513,"timestamp":1484098211721,"id":6849,"parentId":6845,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050643996,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":383000,"timestamp":1484097840888,"id":6852,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728050644015,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25110,"timestamp":1484098211708,"id":6848,"parentId":6845,"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":1728050643996,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25530,"timestamp":1484098211744,"id":6851,"parentId":6845,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050643996,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7516,"timestamp":1484098232603,"id":6855,"parentId":6854,"tags":{},"startTime":1728050644016,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7667,"timestamp":1484098232458,"id":6854,"parentId":6853,"tags":{},"startTime":1728050644016,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":9623,"timestamp":1484098231781,"id":6853,"parentId":6844,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/about/page.jsx","layer":"rsc"},"startTime":1728050644016,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":42360,"timestamp":1484098211733,"id":6850,"parentId":6845,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050643996,"traceId":"b09007848b46e699"},{"name":"make","duration":87749,"timestamp":1484098206338,"id":6845,"parentId":6844,"tags":{},"startTime":1728050643990,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":1610,"timestamp":1484098301967,"id":6869,"parentId":6868,"tags":{},"startTime":1728050644086,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":3,"timestamp":1484098303593,"id":6871,"parentId":6868,"tags":{},"startTime":1728050644087,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":2170,"timestamp":1484098303706,"id":6872,"parentId":6868,"tags":{},"startTime":1728050644088,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":5,"timestamp":1484098305906,"id":6873,"parentId":6868,"tags":{},"startTime":1728050644090,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1484098305933,"id":6874,"parentId":6868,"tags":{},"startTime":1728050644090,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3992,"timestamp":1484098303588,"id":6870,"parentId":6868,"tags":{},"startTime":1728050644087,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":521,"timestamp":1484098308891,"id":6875,"parentId":6868,"tags":{},"startTime":1728050644093,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":5479,"timestamp":1484098309419,"id":6876,"parentId":6868,"tags":{},"startTime":1728050644093,"traceId":"b09007848b46e699"},{"name":"hash","duration":964,"timestamp":1484098316176,"id":6877,"parentId":6868,"tags":{},"startTime":1728050644100,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":92,"timestamp":1484098317139,"id":6878,"parentId":6868,"tags":{},"startTime":1728050644101,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":138,"timestamp":1484098317225,"id":6879,"parentId":6868,"tags":{},"startTime":1728050644101,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":195,"timestamp":1484098317367,"id":6880,"parentId":6868,"tags":{},"startTime":1728050644101,"traceId":"b09007848b46e699"},{"name":"seal","duration":22392,"timestamp":1484098298861,"id":6868,"parentId":6844,"tags":{},"startTime":1728050644083,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":119623,"timestamp":1484098206056,"id":6844,"parentId":6803,"tags":{"name":"server"},"startTime":1728050643990,"traceId":"b09007848b46e699"},{"name":"emit","duration":4529,"timestamp":1484098325725,"id":6881,"parentId":6803,"tags":{},"startTime":1728050644110,"traceId":"b09007848b46e699"},{"name":"compile-path","duration":78014,"timestamp":1484098252883,"id":6857,"tags":{"trigger":"/_not-found","isTurbopack":false},"startTime":1728050644037,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":515,"timestamp":1484098330615,"id":6882,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728050644114,"traceId":"b09007848b46e699"}] -[{"name":"add-entry","duration":5775,"timestamp":1484098348034,"id":6888,"parentId":6884,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050644132,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6016,"timestamp":1484098347959,"id":6886,"parentId":6884,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050644132,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":19781,"timestamp":1484098348045,"id":6889,"parentId":6884,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050644132,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":20959,"timestamp":1484098348022,"id":6887,"parentId":6884,"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":1728050644132,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":21448,"timestamp":1484098348068,"id":6891,"parentId":6884,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050644132,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":21461,"timestamp":1484098348057,"id":6890,"parentId":6884,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050644132,"traceId":"b09007848b46e699"},{"name":"make","duration":89151,"timestamp":1484098333033,"id":6884,"parentId":6883,"tags":{},"startTime":1728050644117,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":1712,"timestamp":1484098431152,"id":6909,"parentId":6908,"tags":{},"startTime":1728050644215,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":3,"timestamp":1484098432884,"id":6911,"parentId":6908,"tags":{},"startTime":1728050644217,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":1974,"timestamp":1484098432904,"id":6912,"parentId":6908,"tags":{},"startTime":1728050644217,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":4,"timestamp":1484098434901,"id":6913,"parentId":6908,"tags":{},"startTime":1728050644219,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":2,"timestamp":1484098434918,"id":6914,"parentId":6908,"tags":{},"startTime":1728050644219,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3460,"timestamp":1484098432875,"id":6910,"parentId":6908,"tags":{},"startTime":1728050644217,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":403,"timestamp":1484098437456,"id":6915,"parentId":6908,"tags":{},"startTime":1728050644221,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":3329,"timestamp":1484098437866,"id":6916,"parentId":6908,"tags":{},"startTime":1728050644222,"traceId":"b09007848b46e699"},{"name":"hash","duration":859,"timestamp":1484098442057,"id":6917,"parentId":6908,"tags":{},"startTime":1728050644226,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":98,"timestamp":1484098442916,"id":6918,"parentId":6908,"tags":{},"startTime":1728050644227,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":121,"timestamp":1484098443009,"id":6919,"parentId":6908,"tags":{},"startTime":1728050644227,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":296,"timestamp":1484098443134,"id":6920,"parentId":6908,"tags":{},"startTime":1728050644227,"traceId":"b09007848b46e699"},{"name":"seal","duration":22651,"timestamp":1484098426642,"id":6908,"parentId":6883,"tags":{},"startTime":1728050644210,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":121596,"timestamp":1484098332806,"id":6883,"parentId":3,"tags":{"name":"server"},"startTime":1728050644117,"traceId":"b09007848b46e699"},{"name":"emit","duration":3343,"timestamp":1484098454470,"id":6921,"parentId":3,"tags":{},"startTime":1728050644238,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":1297,"timestamp":1484098458459,"id":6922,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728050644242,"traceId":"b09007848b46e699"}] -[{"name":"add-entry","duration":6397,"timestamp":1484098473245,"id":6927,"parentId":6924,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050644257,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6663,"timestamp":1484098473156,"id":6925,"parentId":6924,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050644257,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":24883,"timestamp":1484098473256,"id":6928,"parentId":6924,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050644257,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26038,"timestamp":1484098473231,"id":6926,"parentId":6924,"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":1728050644257,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26557,"timestamp":1484098473279,"id":6930,"parentId":6924,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050644257,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26574,"timestamp":1484098473267,"id":6929,"parentId":6924,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050644257,"traceId":"b09007848b46e699"},{"name":"make","duration":99392,"timestamp":1484098461920,"id":6924,"parentId":6923,"tags":{},"startTime":1728050644246,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2275,"timestamp":1484098574016,"id":6948,"parentId":6947,"tags":{},"startTime":1728050644358,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":3,"timestamp":1484098576314,"id":6950,"parentId":6947,"tags":{},"startTime":1728050644360,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":2894,"timestamp":1484098576339,"id":6951,"parentId":6947,"tags":{},"startTime":1728050644360,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":7,"timestamp":1484098579271,"id":6952,"parentId":6947,"tags":{},"startTime":1728050644363,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1484098579293,"id":6953,"parentId":6947,"tags":{},"startTime":1728050644363,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4397,"timestamp":1484098576305,"id":6949,"parentId":6947,"tags":{},"startTime":1728050644360,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":583,"timestamp":1484098582342,"id":6954,"parentId":6947,"tags":{},"startTime":1728050644366,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":4916,"timestamp":1484098582935,"id":6955,"parentId":6947,"tags":{},"startTime":1728050644367,"traceId":"b09007848b46e699"},{"name":"hash","duration":1068,"timestamp":1484098589247,"id":6956,"parentId":6947,"tags":{},"startTime":1728050644373,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":145,"timestamp":1484098590314,"id":6957,"parentId":6947,"tags":{},"startTime":1728050644374,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":146,"timestamp":1484098590450,"id":6958,"parentId":6947,"tags":{},"startTime":1728050644374,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":210,"timestamp":1484098590602,"id":6959,"parentId":6947,"tags":{},"startTime":1728050644374,"traceId":"b09007848b46e699"},{"name":"seal","duration":28643,"timestamp":1484098570695,"id":6947,"parentId":6923,"tags":{},"startTime":1728050644355,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":143685,"timestamp":1484098461672,"id":6923,"parentId":3,"tags":{"name":"server"},"startTime":1728050644245,"traceId":"b09007848b46e699"},{"name":"emit","duration":9444,"timestamp":1484098605489,"id":6960,"parentId":3,"tags":{},"startTime":1728050644389,"traceId":"b09007848b46e699"},{"name":"client-full-reload","duration":5,"timestamp":1484098745369,"id":6961,"parentId":3,"tags":{"stackTrace":""},"startTime":1728050644529,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":515832,"timestamp":1484098238766,"id":6856,"tags":{"url":"/_next/static/webpack/069b97494ac3bb1c.webpack.hot-update.json","isTurbopack":false},"startTime":1728050644023,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484098754693,"id":6963,"parentId":6856,"tags":{"url":"/_next/static/webpack/069b97494ac3bb1c.webpack.hot-update.json","memory.rss":"319897600","memory.heapUsed":"221157440","memory.heapTotal":"319520768"},"startTime":1728050644539,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":427932,"timestamp":1484098341255,"id":6885,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050644125,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484098769220,"id":6964,"parentId":6885,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"319537152","memory.heapUsed":"223843016","memory.heapTotal":"319520768"},"startTime":1728050644553,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":115697,"timestamp":1484098750337,"id":6962,"tags":{"url":"/about","isTurbopack":false},"startTime":1728050644534,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":0,"timestamp":1484098866061,"id":6965,"parentId":6962,"tags":{"url":"/about","memory.rss":"316162048","memory.heapUsed":"223895952","memory.heapTotal":"319520768"},"startTime":1728050644650,"traceId":"b09007848b46e699"},{"name":"client-success","duration":7,"timestamp":1484099197009,"id":6966,"parentId":3,"tags":{},"startTime":1728050644981,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33592,"timestamp":1484108529003,"id":6981,"parentId":6970,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050654313,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33744,"timestamp":1484108529033,"id":6983,"parentId":6970,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050654313,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33734,"timestamp":1484108529047,"id":6984,"parentId":6970,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050654313,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":50175,"timestamp":1484108528535,"id":6971,"parentId":6970,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050654312,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":49886,"timestamp":1484108528860,"id":6973,"parentId":6970,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050654312,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":53280,"timestamp":1484108528892,"id":6975,"parentId":6970,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050654312,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":60706,"timestamp":1484108528946,"id":6977,"parentId":6970,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050654313,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":67270,"timestamp":1484108528923,"id":6976,"parentId":6970,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050654313,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":69059,"timestamp":1484108529018,"id":6982,"parentId":6970,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050654313,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":13787,"timestamp":1484108587074,"id":6988,"parentId":6987,"tags":{},"startTime":1728050654371,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":96963,"timestamp":1484108528876,"id":6974,"parentId":6970,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050654312,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":99509,"timestamp":1484108528972,"id":6979,"parentId":6970,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050654313,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":99429,"timestamp":1484108529061,"id":6985,"parentId":6970,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050654313,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":281642,"timestamp":1484108601131,"id":6990,"parentId":6989,"tags":{},"startTime":1728050654385,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":283032,"timestamp":1484108600952,"id":6989,"parentId":6987,"tags":{},"startTime":1728050654385,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":78409,"timestamp":1484108884106,"id":6991,"parentId":6987,"tags":{"astUsed":"true"},"startTime":1728050654668,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":381831,"timestamp":1484108586678,"id":6987,"parentId":6986,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050654370,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":452418,"timestamp":1484108528840,"id":6972,"parentId":6970,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050654312,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":423473,"timestamp":1484108564089,"id":6986,"parentId":6969,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050654348,"traceId":"b09007848b46e699"},{"name":"build-module","duration":141,"timestamp":1484108989283,"id":6992,"parentId":6986,"tags":{},"startTime":1728050654773,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":461088,"timestamp":1484108528986,"id":6980,"parentId":6970,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050654313,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":465061,"timestamp":1484108528957,"id":6978,"parentId":6970,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050654313,"traceId":"b09007848b46e699"},{"name":"make","duration":467821,"timestamp":1484108526244,"id":6970,"parentId":6969,"tags":{},"startTime":1728050654310,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4507,"timestamp":1484109009874,"id":6994,"parentId":6993,"tags":{},"startTime":1728050654793,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":10,"timestamp":1484109014434,"id":6996,"parentId":6993,"tags":{},"startTime":1728050654798,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":168,"timestamp":1484109014471,"id":6997,"parentId":6993,"tags":{},"startTime":1728050654798,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1484109014678,"id":6998,"parentId":6993,"tags":{},"startTime":1728050654798,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1484109014724,"id":6999,"parentId":6993,"tags":{},"startTime":1728050654798,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5524,"timestamp":1484109014417,"id":6995,"parentId":6993,"tags":{},"startTime":1728050654798,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":962,"timestamp":1484109022740,"id":7000,"parentId":6993,"tags":{},"startTime":1728050654806,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":22408,"timestamp":1484109023730,"id":7001,"parentId":6993,"tags":{},"startTime":1728050654807,"traceId":"b09007848b46e699"},{"name":"hash","duration":8890,"timestamp":1484109053548,"id":7002,"parentId":6993,"tags":{},"startTime":1728050654837,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":401,"timestamp":1484109062436,"id":7003,"parentId":6993,"tags":{},"startTime":1728050654846,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":300,"timestamp":1484109062818,"id":7004,"parentId":6993,"tags":{},"startTime":1728050654846,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5208,"timestamp":1484109063127,"id":7005,"parentId":6993,"tags":{},"startTime":1728050654847,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":129,"timestamp":1484109070179,"id":7007,"parentId":6969,"tags":{},"startTime":1728050654854,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":255,"timestamp":1484109070059,"id":7006,"parentId":6969,"tags":{},"startTime":1728050654854,"traceId":"b09007848b46e699"},{"name":"seal","duration":71380,"timestamp":1484109003251,"id":6993,"parentId":6969,"tags":{},"startTime":1728050654787,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":550053,"timestamp":1484108524640,"id":6969,"parentId":6967,"tags":{"name":"client"},"startTime":1728050654308,"traceId":"b09007848b46e699"},{"name":"emit","duration":12894,"timestamp":1484109074749,"id":7008,"parentId":6967,"tags":{},"startTime":1728050654858,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":581079,"timestamp":1484108507514,"id":6967,"parentId":3,"tags":{"trigger":"src/app/about/page.jsx"},"startTime":1728050654291,"traceId":"b09007848b46e699"},{"name":"client-success","duration":5,"timestamp":1484109099827,"id":7011,"parentId":3,"tags":{},"startTime":1728050654883,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13752,"timestamp":1484109117989,"id":7012,"parentId":7010,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050654902,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15028,"timestamp":1484109118095,"id":7014,"parentId":7010,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050654902,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":624000,"timestamp":1484108509358,"id":7018,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728050654934,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":41036,"timestamp":1484109118074,"id":7013,"parentId":7010,"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":1728050654902,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6548,"timestamp":1484109152689,"id":7021,"parentId":7020,"tags":{},"startTime":1728050654936,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6782,"timestamp":1484109152458,"id":7020,"parentId":7019,"tags":{},"startTime":1728050654936,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":9186,"timestamp":1484109151463,"id":7019,"parentId":7009,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/about/page.jsx","layer":"rsc"},"startTime":1728050654935,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":44334,"timestamp":1484109118149,"id":7017,"parentId":7010,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050654902,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":45081,"timestamp":1484109118113,"id":7015,"parentId":7010,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050654902,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":73286,"timestamp":1484109118132,"id":7016,"parentId":7010,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050654902,"traceId":"b09007848b46e699"},{"name":"make","duration":250550,"timestamp":1484109092309,"id":7010,"parentId":7009,"tags":{},"startTime":1728050654876,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2887,"timestamp":1484109357937,"id":7039,"parentId":7038,"tags":{},"startTime":1728050655142,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1484109360866,"id":7041,"parentId":7038,"tags":{},"startTime":1728050655144,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":4245,"timestamp":1484109360915,"id":7042,"parentId":7038,"tags":{},"startTime":1728050655145,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":10,"timestamp":1484109365218,"id":7043,"parentId":7038,"tags":{},"startTime":1728050655149,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1484109365250,"id":7044,"parentId":7038,"tags":{},"startTime":1728050655149,"traceId":"b09007848b46e699"},{"name":"optimize","duration":8711,"timestamp":1484109360844,"id":7040,"parentId":7038,"tags":{},"startTime":1728050655144,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":3996,"timestamp":1484109371687,"id":7045,"parentId":7038,"tags":{},"startTime":1728050655155,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":7002,"timestamp":1484109375714,"id":7046,"parentId":7038,"tags":{},"startTime":1728050655159,"traceId":"b09007848b46e699"},{"name":"hash","duration":2087,"timestamp":1484109384578,"id":7047,"parentId":7038,"tags":{},"startTime":1728050655168,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":237,"timestamp":1484109386663,"id":7048,"parentId":7038,"tags":{},"startTime":1728050655170,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":222,"timestamp":1484109386884,"id":7049,"parentId":7038,"tags":{},"startTime":1728050655170,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2453,"timestamp":1484109387112,"id":7050,"parentId":7038,"tags":{},"startTime":1728050655171,"traceId":"b09007848b46e699"},{"name":"seal","duration":47972,"timestamp":1484109352386,"id":7038,"parentId":7009,"tags":{},"startTime":1728050655136,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":327074,"timestamp":1484109091919,"id":7009,"parentId":6968,"tags":{"name":"server"},"startTime":1728050654876,"traceId":"b09007848b46e699"},{"name":"emit","duration":24708,"timestamp":1484109419132,"id":7051,"parentId":6968,"tags":{},"startTime":1728050655203,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":935705,"timestamp":1484108510288,"id":6968,"parentId":3,"tags":{"trigger":"src/app/about/page.jsx"},"startTime":1728050654294,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":201643,"timestamp":1484109464251,"id":7052,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050655248,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484109665946,"id":7053,"parentId":7052,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"249692160","memory.heapUsed":"266926848","memory.heapTotal":"322289664"},"startTime":1728050655450,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29196,"timestamp":1484126199735,"id":7068,"parentId":7057,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050671983,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29179,"timestamp":1484126199892,"id":7070,"parentId":7057,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050671983,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29076,"timestamp":1484126199997,"id":7071,"parentId":7057,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050671983,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":43830,"timestamp":1484126196940,"id":7058,"parentId":7057,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050671980,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":42025,"timestamp":1484126198764,"id":7060,"parentId":7057,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050671982,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":45634,"timestamp":1484126199160,"id":7062,"parentId":7057,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050671982,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":53104,"timestamp":1484126199320,"id":7064,"parentId":7057,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050671983,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":67274,"timestamp":1484126199760,"id":7069,"parentId":7057,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050671983,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":19167,"timestamp":1484126247959,"id":7075,"parentId":7074,"tags":{},"startTime":1728050672031,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":86065,"timestamp":1484126199273,"id":7063,"parentId":7057,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050671983,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":89486,"timestamp":1484126199011,"id":7061,"parentId":7057,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050671982,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":92693,"timestamp":1484126199588,"id":7066,"parentId":7057,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050671983,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":92266,"timestamp":1484126200025,"id":7072,"parentId":7057,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050671983,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":227237,"timestamp":1484126267641,"id":7077,"parentId":7076,"tags":{},"startTime":1728050672051,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":228773,"timestamp":1484126267290,"id":7076,"parentId":7074,"tags":{},"startTime":1728050672051,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":144683,"timestamp":1484126496176,"id":7078,"parentId":7074,"tags":{"astUsed":"true"},"startTime":1728050672279,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":402235,"timestamp":1484126247695,"id":7074,"parentId":7073,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050672031,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":437393,"timestamp":1484126231464,"id":7073,"parentId":7056,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050672015,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":488965,"timestamp":1484126198586,"id":7059,"parentId":7057,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050671982,"traceId":"b09007848b46e699"},{"name":"build-module","duration":877,"timestamp":1484126691801,"id":7079,"parentId":7073,"tags":{},"startTime":1728050672475,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":493719,"timestamp":1484126199676,"id":7067,"parentId":7057,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050671983,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":514613,"timestamp":1484126199396,"id":7065,"parentId":7057,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050671983,"traceId":"b09007848b46e699"},{"name":"make","duration":523700,"timestamp":1484126190450,"id":7057,"parentId":7056,"tags":{},"startTime":1728050671974,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3897,"timestamp":1484126742094,"id":7081,"parentId":7080,"tags":{},"startTime":1728050672525,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":9,"timestamp":1484126746045,"id":7083,"parentId":7080,"tags":{},"startTime":1728050672529,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":172,"timestamp":1484126746079,"id":7084,"parentId":7080,"tags":{},"startTime":1728050672529,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":18,"timestamp":1484126746293,"id":7085,"parentId":7080,"tags":{},"startTime":1728050672530,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1484126746349,"id":7086,"parentId":7080,"tags":{},"startTime":1728050672530,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4601,"timestamp":1484126746027,"id":7082,"parentId":7080,"tags":{},"startTime":1728050672529,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":6285,"timestamp":1484126755805,"id":7087,"parentId":7080,"tags":{},"startTime":1728050672539,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":13717,"timestamp":1484126762145,"id":7088,"parentId":7080,"tags":{},"startTime":1728050672545,"traceId":"b09007848b46e699"},{"name":"hash","duration":14982,"timestamp":1484126780838,"id":7089,"parentId":7080,"tags":{},"startTime":1728050672564,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":2096,"timestamp":1484126795816,"id":7090,"parentId":7080,"tags":{},"startTime":1728050672579,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":1194,"timestamp":1484126797873,"id":7091,"parentId":7080,"tags":{},"startTime":1728050672581,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":18457,"timestamp":1484126799111,"id":7092,"parentId":7080,"tags":{},"startTime":1728050672582,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":216,"timestamp":1484126824049,"id":7094,"parentId":7056,"tags":{},"startTime":1728050672607,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":2451,"timestamp":1484126821827,"id":7093,"parentId":7056,"tags":{},"startTime":1728050672605,"traceId":"b09007848b46e699"},{"name":"seal","duration":98806,"timestamp":1484126734306,"id":7080,"parentId":7056,"tags":{},"startTime":1728050672518,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":653140,"timestamp":1484126180060,"id":7056,"parentId":7054,"tags":{"name":"client"},"startTime":1728050671963,"traceId":"b09007848b46e699"},{"name":"emit","duration":44714,"timestamp":1484126833430,"id":7095,"parentId":7054,"tags":{},"startTime":1728050672617,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":721487,"timestamp":1484126158021,"id":7054,"parentId":3,"tags":{"trigger":"src/app/about/page.jsx"},"startTime":1728050671941,"traceId":"b09007848b46e699"},{"name":"client-success","duration":8,"timestamp":1484126901868,"id":7098,"parentId":3,"tags":{},"startTime":1728050672685,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1046000,"timestamp":1484126158896,"id":7105,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728050672990,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":99477,"timestamp":1484127133782,"id":7099,"parentId":7097,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050672917,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":93617,"timestamp":1484127144499,"id":7101,"parentId":7097,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050672928,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":20135,"timestamp":1484127301012,"id":7108,"parentId":7107,"tags":{},"startTime":1728050673084,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":20684,"timestamp":1484127300479,"id":7107,"parentId":7106,"tags":{},"startTime":1728050673084,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":26210,"timestamp":1484127297220,"id":7106,"parentId":7096,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/about/page.jsx","layer":"rsc"},"startTime":1728050673080,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":187575,"timestamp":1484127141820,"id":7100,"parentId":7097,"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":1728050672925,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":176624,"timestamp":1484127153700,"id":7104,"parentId":7097,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050672937,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":185824,"timestamp":1484127144620,"id":7102,"parentId":7097,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050672928,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":216602,"timestamp":1484127151693,"id":7103,"parentId":7097,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050672935,"traceId":"b09007848b46e699"},{"name":"make","duration":629025,"timestamp":1484126891642,"id":7097,"parentId":7096,"tags":{},"startTime":1728050672675,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":10218,"timestamp":1484127544108,"id":7126,"parentId":7125,"tags":{},"startTime":1728050673327,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":13,"timestamp":1484127554581,"id":7128,"parentId":7125,"tags":{},"startTime":1728050673338,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":10706,"timestamp":1484127554876,"id":7129,"parentId":7125,"tags":{},"startTime":1728050673338,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":49,"timestamp":1484127565653,"id":7130,"parentId":7125,"tags":{},"startTime":1728050673349,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":100,"timestamp":1484127565960,"id":7131,"parentId":7125,"tags":{},"startTime":1728050673349,"traceId":"b09007848b46e699"},{"name":"optimize","duration":19633,"timestamp":1484127554554,"id":7127,"parentId":7125,"tags":{},"startTime":1728050673338,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1965,"timestamp":1484127583181,"id":7132,"parentId":7125,"tags":{},"startTime":1728050673366,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":11076,"timestamp":1484127585189,"id":7133,"parentId":7125,"tags":{},"startTime":1728050673368,"traceId":"b09007848b46e699"},{"name":"hash","duration":2573,"timestamp":1484127599336,"id":7134,"parentId":7125,"tags":{},"startTime":1728050673383,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":322,"timestamp":1484127601907,"id":7135,"parentId":7125,"tags":{},"startTime":1728050673385,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":340,"timestamp":1484127602212,"id":7136,"parentId":7125,"tags":{},"startTime":1728050673385,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3483,"timestamp":1484127602562,"id":7137,"parentId":7125,"tags":{},"startTime":1728050673386,"traceId":"b09007848b46e699"},{"name":"seal","duration":86063,"timestamp":1484127533193,"id":7125,"parentId":7096,"tags":{},"startTime":1728050673316,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":746668,"timestamp":1484126890392,"id":7096,"parentId":7055,"tags":{"name":"server"},"startTime":1728050672674,"traceId":"b09007848b46e699"},{"name":"emit","duration":94057,"timestamp":1484127637256,"id":7138,"parentId":7055,"tags":{},"startTime":1728050673420,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":1574118,"timestamp":1484126159063,"id":7055,"parentId":3,"tags":{"trigger":"src/app/about/page.jsx"},"startTime":1728050671942,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":189429,"timestamp":1484127796672,"id":7139,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050673580,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484127986135,"id":7140,"parentId":7139,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"292454400","memory.heapUsed":"217052576","memory.heapTotal":"320045056"},"startTime":1728050673769,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":28489,"timestamp":1484143902200,"id":7147,"parentId":7144,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050689685,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29408,"timestamp":1484143901661,"id":7145,"parentId":7144,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050689685,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":93447,"timestamp":1484143902162,"id":7146,"parentId":7144,"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":1728050689685,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":94761,"timestamp":1484143902309,"id":7150,"parentId":7144,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050689685,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":94846,"timestamp":1484143902233,"id":7148,"parentId":7144,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050689685,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6088,"timestamp":1484143991123,"id":7153,"parentId":7152,"tags":{},"startTime":1728050689774,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6502,"timestamp":1484143990715,"id":7152,"parentId":7151,"tags":{},"startTime":1728050689774,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":17522,"timestamp":1484143982997,"id":7151,"parentId":7143,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050689766,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":106913,"timestamp":1484143902271,"id":7149,"parentId":7144,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050689685,"traceId":"b09007848b46e699"},{"name":"make","duration":262425,"timestamp":1484143881940,"id":7144,"parentId":7143,"tags":{},"startTime":1728050689665,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":62663,"timestamp":1484144184355,"id":7171,"parentId":7170,"tags":{},"startTime":1728050689967,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":14,"timestamp":1484144247119,"id":7173,"parentId":7170,"tags":{},"startTime":1728050690030,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":11882,"timestamp":1484144247177,"id":7174,"parentId":7170,"tags":{},"startTime":1728050690030,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":28,"timestamp":1484144259116,"id":7175,"parentId":7170,"tags":{},"startTime":1728050690042,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":14,"timestamp":1484144259168,"id":7176,"parentId":7170,"tags":{},"startTime":1728050690042,"traceId":"b09007848b46e699"},{"name":"optimize","duration":25121,"timestamp":1484144247098,"id":7172,"parentId":7170,"tags":{},"startTime":1728050690030,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1686,"timestamp":1484144277805,"id":7177,"parentId":7170,"tags":{},"startTime":1728050690061,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":37421,"timestamp":1484144279520,"id":7178,"parentId":7170,"tags":{},"startTime":1728050690062,"traceId":"b09007848b46e699"},{"name":"hash","duration":10703,"timestamp":1484144326496,"id":7179,"parentId":7170,"tags":{},"startTime":1728050690109,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":249,"timestamp":1484144337196,"id":7180,"parentId":7170,"tags":{},"startTime":1728050690120,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":343,"timestamp":1484144337430,"id":7181,"parentId":7170,"tags":{},"startTime":1728050690120,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2827,"timestamp":1484144337778,"id":7182,"parentId":7170,"tags":{},"startTime":1728050690121,"traceId":"b09007848b46e699"},{"name":"seal","duration":183057,"timestamp":1484144166202,"id":7170,"parentId":7143,"tags":{},"startTime":1728050689949,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":476169,"timestamp":1484143880400,"id":7143,"parentId":7141,"tags":{"name":"server"},"startTime":1728050689663,"traceId":"b09007848b46e699"},{"name":"emit","duration":9321,"timestamp":1484144356742,"id":7183,"parentId":7141,"tags":{},"startTime":1728050690140,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":521468,"timestamp":1484143845519,"id":7141,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050689628,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7738,"timestamp":1484144394845,"id":7196,"parentId":7185,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050690178,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7813,"timestamp":1484144394872,"id":7198,"parentId":7185,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050690178,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7803,"timestamp":1484144394885,"id":7199,"parentId":7185,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050690178,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17550,"timestamp":1484144394561,"id":7186,"parentId":7185,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050690177,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17403,"timestamp":1484144394728,"id":7188,"parentId":7185,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050690178,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23323,"timestamp":1484144394758,"id":7190,"parentId":7185,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050690178,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":31353,"timestamp":1484144394775,"id":7191,"parentId":7185,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050690178,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36521,"timestamp":1484144394791,"id":7192,"parentId":7185,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050690178,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":43161,"timestamp":1484144394818,"id":7194,"parentId":7185,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050690178,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":43099,"timestamp":1484144394897,"id":7200,"parentId":7185,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050690178,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":48455,"timestamp":1484144394859,"id":7197,"parentId":7185,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050690178,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":57677,"timestamp":1484144394745,"id":7189,"parentId":7185,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050690178,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":24660,"timestamp":1484144428498,"id":7203,"parentId":7202,"tags":{},"startTime":1728050690211,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":102817,"timestamp":1484144394708,"id":7187,"parentId":7185,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050690178,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":890636,"timestamp":1484144453593,"id":7205,"parentId":7204,"tags":{},"startTime":1728050690236,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":891994,"timestamp":1484144453303,"id":7204,"parentId":7202,"tags":{},"startTime":1728050690236,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":66397,"timestamp":1484145345621,"id":7206,"parentId":7202,"tags":{"astUsed":"true"},"startTime":1728050691128,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":1005264,"timestamp":1484144428157,"id":7202,"parentId":7201,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050690211,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":1041618,"timestamp":1484144394805,"id":7193,"parentId":7185,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050690178,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":1043010,"timestamp":1484144405012,"id":7201,"parentId":7184,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050690188,"traceId":"b09007848b46e699"},{"name":"build-module","duration":93,"timestamp":1484145448898,"id":7207,"parentId":7201,"tags":{},"startTime":1728050691232,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":1054205,"timestamp":1484144394831,"id":7195,"parentId":7185,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050690178,"traceId":"b09007848b46e699"},{"name":"make","duration":1079326,"timestamp":1484144369771,"id":7185,"parentId":7184,"tags":{},"startTime":1728050690153,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5819,"timestamp":1484145496217,"id":7209,"parentId":7208,"tags":{},"startTime":1728050691279,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":6,"timestamp":1484145502112,"id":7211,"parentId":7208,"tags":{},"startTime":1728050691285,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":198,"timestamp":1484145502162,"id":7212,"parentId":7208,"tags":{},"startTime":1728050691285,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":26,"timestamp":1484145502403,"id":7213,"parentId":7208,"tags":{},"startTime":1728050691285,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":11,"timestamp":1484145502497,"id":7214,"parentId":7208,"tags":{},"startTime":1728050691285,"traceId":"b09007848b46e699"},{"name":"optimize","duration":9337,"timestamp":1484145502093,"id":7210,"parentId":7208,"tags":{},"startTime":1728050691285,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":3476,"timestamp":1484145515692,"id":7215,"parentId":7208,"tags":{},"startTime":1728050691299,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":32460,"timestamp":1484145519200,"id":7216,"parentId":7208,"tags":{},"startTime":1728050691302,"traceId":"b09007848b46e699"},{"name":"hash","duration":26766,"timestamp":1484145559596,"id":7217,"parentId":7208,"tags":{},"startTime":1728050691342,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":2192,"timestamp":1484145586359,"id":7218,"parentId":7208,"tags":{},"startTime":1728050691369,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":2371,"timestamp":1484145588342,"id":7219,"parentId":7208,"tags":{},"startTime":1728050691371,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":13051,"timestamp":1484145590761,"id":7220,"parentId":7208,"tags":{},"startTime":1728050691374,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":338,"timestamp":1484145610245,"id":7222,"parentId":7184,"tags":{},"startTime":1728050691393,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":650,"timestamp":1484145609949,"id":7221,"parentId":7184,"tags":{},"startTime":1728050691393,"traceId":"b09007848b46e699"},{"name":"seal","duration":131727,"timestamp":1484145486293,"id":7208,"parentId":7184,"tags":{},"startTime":1728050691269,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1248710,"timestamp":1484144369409,"id":7184,"parentId":7142,"tags":{"name":"client"},"startTime":1728050690152,"traceId":"b09007848b46e699"},{"name":"emit","duration":19009,"timestamp":1484145618203,"id":7223,"parentId":7142,"tags":{},"startTime":1728050691401,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1793493,"timestamp":1484143847310,"id":7142,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050689630,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":37,"timestamp":1484145646510,"id":7224,"parentId":3,"tags":{},"startTime":1728050691429,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1840000,"timestamp":1484143849364,"id":7226,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728050691477,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13804,"timestamp":1484145718615,"id":7242,"parentId":7231,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050691501,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13891,"timestamp":1484145718653,"id":7244,"parentId":7231,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050691502,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13876,"timestamp":1484145718673,"id":7245,"parentId":7231,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050691502,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29701,"timestamp":1484145718311,"id":7232,"parentId":7231,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050691501,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29584,"timestamp":1484145718451,"id":7234,"parentId":7231,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050691501,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":32929,"timestamp":1484145718493,"id":7236,"parentId":7231,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050691501,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36197,"timestamp":1484145718596,"id":7241,"parentId":7231,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050691501,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":49493,"timestamp":1484145718535,"id":7238,"parentId":7231,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050691501,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":52316,"timestamp":1484145718710,"id":7247,"parentId":7231,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1728050691502,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":55253,"timestamp":1484145718634,"id":7243,"parentId":7231,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050691501,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":56185,"timestamp":1484145718515,"id":7237,"parentId":7231,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050691501,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":61154,"timestamp":1484145718474,"id":7235,"parentId":7231,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050691501,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":64078,"timestamp":1484145718576,"id":7240,"parentId":7231,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050691501,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":63975,"timestamp":1484145718692,"id":7246,"parentId":7231,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050691502,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":65379,"timestamp":1484145718425,"id":7233,"parentId":7231,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050691501,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":69669,"timestamp":1484145718558,"id":7239,"parentId":7231,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050691501,"traceId":"b09007848b46e699"},{"name":"make","duration":72141,"timestamp":1484145716151,"id":7231,"parentId":7230,"tags":{},"startTime":1728050691499,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4107,"timestamp":1484145802043,"id":7249,"parentId":7248,"tags":{},"startTime":1728050691585,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":6,"timestamp":1484145806246,"id":7251,"parentId":7248,"tags":{},"startTime":1728050691589,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":110,"timestamp":1484145806278,"id":7252,"parentId":7248,"tags":{},"startTime":1728050691589,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":7,"timestamp":1484145806419,"id":7253,"parentId":7248,"tags":{},"startTime":1728050691589,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1484145806445,"id":7254,"parentId":7248,"tags":{},"startTime":1728050691589,"traceId":"b09007848b46e699"},{"name":"optimize","duration":2848,"timestamp":1484145806229,"id":7250,"parentId":7248,"tags":{},"startTime":1728050691589,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":3512,"timestamp":1484145811997,"id":7255,"parentId":7248,"tags":{},"startTime":1728050691595,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":23236,"timestamp":1484145815568,"id":7256,"parentId":7248,"tags":{},"startTime":1728050691598,"traceId":"b09007848b46e699"},{"name":"hash","duration":6273,"timestamp":1484145842613,"id":7257,"parentId":7248,"tags":{},"startTime":1728050691625,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":400,"timestamp":1484145848884,"id":7258,"parentId":7248,"tags":{},"startTime":1728050691632,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":237,"timestamp":1484145849263,"id":7259,"parentId":7248,"tags":{},"startTime":1728050691632,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":27502,"timestamp":1484145849508,"id":7260,"parentId":7248,"tags":{},"startTime":1728050691632,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":120,"timestamp":1484145879114,"id":7262,"parentId":7230,"tags":{},"startTime":1728050691662,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":275,"timestamp":1484145878967,"id":7261,"parentId":7230,"tags":{},"startTime":1728050691662,"traceId":"b09007848b46e699"},{"name":"seal","duration":89252,"timestamp":1484145796714,"id":7248,"parentId":7230,"tags":{},"startTime":1728050691580,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":170612,"timestamp":1484145715400,"id":7230,"parentId":7227,"tags":{"name":"client"},"startTime":1728050691498,"traceId":"b09007848b46e699"},{"name":"emit","duration":12745,"timestamp":1484145886071,"id":7263,"parentId":7227,"tags":{},"startTime":1728050691669,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":187885,"timestamp":1484145712237,"id":7227,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728050691495,"traceId":"b09007848b46e699"},{"name":"client-success","duration":4,"timestamp":1484145910115,"id":7266,"parentId":3,"tags":{},"startTime":1728050691693,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":211000,"timestamp":1484145713419,"id":7274,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728050691708,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9639,"timestamp":1484145918234,"id":7267,"parentId":7265,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050691701,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10062,"timestamp":1484145918378,"id":7269,"parentId":7265,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050691701,"traceId":"b09007848b46e699"},{"name":"build-module","duration":8637,"timestamp":1484145954536,"id":7275,"parentId":7270,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!","layer":null},"startTime":1728050691737,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":46796,"timestamp":1484145918358,"id":7268,"parentId":7265,"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":1728050691701,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":47798,"timestamp":1484145918429,"id":7272,"parentId":7265,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050691701,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":47788,"timestamp":1484145918445,"id":7273,"parentId":7265,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050691701,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":48242,"timestamp":1484145918412,"id":7271,"parentId":7265,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050691701,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":52512,"timestamp":1484145918394,"id":7270,"parentId":7265,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1728050691701,"traceId":"b09007848b46e699"},{"name":"make","duration":162581,"timestamp":1484145904922,"id":7265,"parentId":7264,"tags":{},"startTime":1728050691688,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6619,"timestamp":1484146088553,"id":7293,"parentId":7292,"tags":{},"startTime":1728050691871,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1484146095218,"id":7295,"parentId":7292,"tags":{},"startTime":1728050691878,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":4613,"timestamp":1484146095255,"id":7296,"parentId":7292,"tags":{},"startTime":1728050691878,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":16,"timestamp":1484146099914,"id":7297,"parentId":7292,"tags":{},"startTime":1728050691883,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":9,"timestamp":1484146099952,"id":7298,"parentId":7292,"tags":{},"startTime":1728050691883,"traceId":"b09007848b46e699"},{"name":"optimize","duration":9131,"timestamp":1484146095204,"id":7294,"parentId":7292,"tags":{},"startTime":1728050691878,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":709,"timestamp":1484146107108,"id":7299,"parentId":7292,"tags":{},"startTime":1728050691890,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":14773,"timestamp":1484146107829,"id":7300,"parentId":7292,"tags":{},"startTime":1728050691891,"traceId":"b09007848b46e699"},{"name":"hash","duration":2238,"timestamp":1484146124725,"id":7301,"parentId":7292,"tags":{},"startTime":1728050691908,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":353,"timestamp":1484146126961,"id":7302,"parentId":7292,"tags":{},"startTime":1728050691910,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":492,"timestamp":1484146127294,"id":7303,"parentId":7292,"tags":{},"startTime":1728050691910,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1920,"timestamp":1484146127795,"id":7304,"parentId":7292,"tags":{},"startTime":1728050691911,"traceId":"b09007848b46e699"},{"name":"seal","duration":62240,"timestamp":1484146075667,"id":7292,"parentId":7264,"tags":{},"startTime":1728050691859,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":341107,"timestamp":1484145904577,"id":7264,"parentId":7229,"tags":{"name":"server"},"startTime":1728050691687,"traceId":"b09007848b46e699"},{"name":"emit","duration":11262,"timestamp":1484146246000,"id":7305,"parentId":7229,"tags":{},"startTime":1728050692029,"traceId":"b09007848b46e699"},{"name":"compile-path","duration":546259,"timestamp":1484145712336,"id":7228,"tags":{"trigger":"/_error","isTurbopack":false},"startTime":1728050691495,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":546478,"timestamp":1484145712523,"id":7229,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728050691495,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":249330,"timestamp":1484146334736,"id":7307,"tags":{"url":"/about","isTurbopack":false},"startTime":1728050692118,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":0,"timestamp":1484146584124,"id":7308,"parentId":7307,"tags":{"url":"/about","memory.rss":"284049408","memory.heapUsed":"238978616","memory.heapTotal":"288374784"},"startTime":1728050692367,"traceId":"b09007848b46e699"},{"name":"client-success","duration":5,"timestamp":1484146987978,"id":7309,"parentId":3,"tags":{},"startTime":1728050692771,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15713,"timestamp":1484162978528,"id":7316,"parentId":7313,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050708761,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":158337,"timestamp":1484162978187,"id":7314,"parentId":7313,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050708761,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":166398,"timestamp":1484162978509,"id":7315,"parentId":7313,"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":1728050708761,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":166375,"timestamp":1484162978547,"id":7317,"parentId":7313,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1728050708761,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6560,"timestamp":1484163139447,"id":7323,"parentId":7322,"tags":{},"startTime":1728050708922,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7195,"timestamp":1484163138821,"id":7322,"parentId":7321,"tags":{},"startTime":1728050708921,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":14680,"timestamp":1484163137199,"id":7321,"parentId":7312,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050708920,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":175995,"timestamp":1484162978594,"id":7320,"parentId":7313,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050708761,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":176042,"timestamp":1484162978563,"id":7318,"parentId":7313,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050708761,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":180792,"timestamp":1484162978580,"id":7319,"parentId":7313,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050708761,"traceId":"b09007848b46e699"},{"name":"make","duration":501291,"timestamp":1484162967513,"id":7313,"parentId":7312,"tags":{},"startTime":1728050708750,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":25791,"timestamp":1484163510214,"id":7341,"parentId":7340,"tags":{},"startTime":1728050709293,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":29,"timestamp":1484163536071,"id":7343,"parentId":7340,"tags":{},"startTime":1728050709319,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":8375,"timestamp":1484163536141,"id":7344,"parentId":7340,"tags":{},"startTime":1728050709319,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":22,"timestamp":1484163544574,"id":7345,"parentId":7340,"tags":{},"startTime":1728050709327,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":21,"timestamp":1484163544620,"id":7346,"parentId":7340,"tags":{},"startTime":1728050709327,"traceId":"b09007848b46e699"},{"name":"optimize","duration":14676,"timestamp":1484163536052,"id":7342,"parentId":7340,"tags":{},"startTime":1728050709319,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2780,"timestamp":1484163562524,"id":7347,"parentId":7340,"tags":{},"startTime":1728050709345,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":9899,"timestamp":1484163565392,"id":7348,"parentId":7340,"tags":{},"startTime":1728050709348,"traceId":"b09007848b46e699"},{"name":"hash","duration":3981,"timestamp":1484163579080,"id":7349,"parentId":7340,"tags":{},"startTime":1728050709362,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":892,"timestamp":1484163583058,"id":7350,"parentId":7340,"tags":{},"startTime":1728050709366,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":789,"timestamp":1484163583921,"id":7351,"parentId":7340,"tags":{},"startTime":1728050709366,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3962,"timestamp":1484163584727,"id":7352,"parentId":7340,"tags":{},"startTime":1728050709367,"traceId":"b09007848b46e699"},{"name":"seal","duration":102220,"timestamp":1484163495540,"id":7340,"parentId":7312,"tags":{},"startTime":1728050709278,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":647301,"timestamp":1484162965566,"id":7312,"parentId":7310,"tags":{"name":"server"},"startTime":1728050708748,"traceId":"b09007848b46e699"},{"name":"emit","duration":7704,"timestamp":1484163612988,"id":7353,"parentId":7310,"tags":{},"startTime":1728050709395,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":687960,"timestamp":1484162933656,"id":7310,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050708716,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8322,"timestamp":1484163638035,"id":7366,"parentId":7355,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050709421,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8407,"timestamp":1484163638067,"id":7368,"parentId":7355,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050709421,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8394,"timestamp":1484163638083,"id":7369,"parentId":7355,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050709421,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33435,"timestamp":1484163637766,"id":7356,"parentId":7355,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050709420,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33468,"timestamp":1484163637885,"id":7358,"parentId":7355,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050709420,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":39594,"timestamp":1484163637920,"id":7360,"parentId":7355,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050709420,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":46659,"timestamp":1484163637950,"id":7361,"parentId":7355,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050709420,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":57417,"timestamp":1484163637967,"id":7362,"parentId":7355,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050709420,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":57291,"timestamp":1484163638114,"id":7371,"parentId":7355,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1728050709421,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":63154,"timestamp":1484163638003,"id":7364,"parentId":7355,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050709420,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":63074,"timestamp":1484163638098,"id":7370,"parentId":7355,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050709421,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":65453,"timestamp":1484163638052,"id":7367,"parentId":7355,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050709421,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":67021,"timestamp":1484163637903,"id":7359,"parentId":7355,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050709420,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":18961,"timestamp":1484163686722,"id":7374,"parentId":7373,"tags":{},"startTime":1728050709469,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":83050,"timestamp":1484163637864,"id":7357,"parentId":7355,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050709420,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":496602,"timestamp":1484163705970,"id":7376,"parentId":7375,"tags":{},"startTime":1728050709488,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":497847,"timestamp":1484163705770,"id":7375,"parentId":7373,"tags":{},"startTime":1728050709488,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":48796,"timestamp":1484164203844,"id":7377,"parentId":7373,"tags":{"astUsed":"true"},"startTime":1728050709986,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":572623,"timestamp":1484163686380,"id":7373,"parentId":7372,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050709469,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":626662,"timestamp":1484163650237,"id":7372,"parentId":7354,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050709433,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":639669,"timestamp":1484163637983,"id":7363,"parentId":7355,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050709420,"traceId":"b09007848b46e699"},{"name":"build-module","duration":82,"timestamp":1484164277927,"id":7378,"parentId":7372,"tags":{},"startTime":1728050710060,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":640052,"timestamp":1484163638019,"id":7365,"parentId":7355,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050709421,"traceId":"b09007848b46e699"},{"name":"make","duration":651281,"timestamp":1484163626832,"id":7355,"parentId":7354,"tags":{},"startTime":1728050709409,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":18638,"timestamp":1484164436265,"id":7380,"parentId":7379,"tags":{},"startTime":1728050710219,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":10,"timestamp":1484164454966,"id":7382,"parentId":7379,"tags":{},"startTime":1728050710237,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":120,"timestamp":1484164454999,"id":7383,"parentId":7379,"tags":{},"startTime":1728050710237,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":11,"timestamp":1484164455157,"id":7384,"parentId":7379,"tags":{},"startTime":1728050710238,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1484164455193,"id":7385,"parentId":7379,"tags":{},"startTime":1728050710238,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5300,"timestamp":1484164454942,"id":7381,"parentId":7379,"tags":{},"startTime":1728050710237,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":718,"timestamp":1484164463380,"id":7386,"parentId":7379,"tags":{},"startTime":1728050710246,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":9560,"timestamp":1484164464112,"id":7387,"parentId":7379,"tags":{},"startTime":1728050710247,"traceId":"b09007848b46e699"},{"name":"hash","duration":7157,"timestamp":1484164476467,"id":7388,"parentId":7379,"tags":{},"startTime":1728050710259,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":443,"timestamp":1484164483620,"id":7389,"parentId":7379,"tags":{},"startTime":1728050710266,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":440,"timestamp":1484164484043,"id":7390,"parentId":7379,"tags":{},"startTime":1728050710267,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":7122,"timestamp":1484164484491,"id":7391,"parentId":7379,"tags":{},"startTime":1728050710267,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":137,"timestamp":1484164495965,"id":7393,"parentId":7354,"tags":{},"startTime":1728050710278,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":254,"timestamp":1484164495860,"id":7392,"parentId":7354,"tags":{},"startTime":1728050710278,"traceId":"b09007848b46e699"},{"name":"seal","duration":75823,"timestamp":1484164424642,"id":7379,"parentId":7354,"tags":{},"startTime":1728050710207,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":874107,"timestamp":1484163626414,"id":7354,"parentId":7311,"tags":{"name":"client"},"startTime":1728050709409,"traceId":"b09007848b46e699"},{"name":"emit","duration":7810,"timestamp":1484164500572,"id":7394,"parentId":7311,"tags":{},"startTime":1728050710283,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1572412,"timestamp":1484162937457,"id":7311,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050708720,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":6,"timestamp":1484164520505,"id":7395,"parentId":3,"tags":{},"startTime":1728050710303,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1610000,"timestamp":1484162941100,"id":7397,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728050710336,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":117580,"timestamp":1484164523574,"id":7396,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050710306,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484164641196,"id":7398,"parentId":7396,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"303448064","memory.heapUsed":"231150024","memory.heapTotal":"291356672"},"startTime":1728050710424,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":27537,"timestamp":1484178164398,"id":7405,"parentId":7402,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050723947,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":31175,"timestamp":1484178163799,"id":7403,"parentId":7402,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050723946,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":122009,"timestamp":1484178164369,"id":7404,"parentId":7402,"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":1728050723947,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":121973,"timestamp":1484178164423,"id":7406,"parentId":7402,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1728050723947,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":123476,"timestamp":1484178164521,"id":7409,"parentId":7402,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050723947,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":123554,"timestamp":1484178164449,"id":7407,"parentId":7402,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050723947,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7205,"timestamp":1484178281868,"id":7412,"parentId":7411,"tags":{},"startTime":1728050724064,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7659,"timestamp":1484178281419,"id":7411,"parentId":7410,"tags":{},"startTime":1728050724064,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":13740,"timestamp":1484178280337,"id":7410,"parentId":7401,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050724063,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":131150,"timestamp":1484178164492,"id":7408,"parentId":7402,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050723947,"traceId":"b09007848b46e699"},{"name":"make","duration":270075,"timestamp":1484178134873,"id":7402,"parentId":7401,"tags":{},"startTime":1728050723917,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":7424,"timestamp":1484178423002,"id":7430,"parentId":7429,"tags":{},"startTime":1728050724205,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1484178430472,"id":7432,"parentId":7429,"tags":{},"startTime":1728050724213,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":18060,"timestamp":1484178430569,"id":7433,"parentId":7429,"tags":{},"startTime":1728050724213,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":8,"timestamp":1484178448684,"id":7434,"parentId":7429,"tags":{},"startTime":1728050724231,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":16,"timestamp":1484178448716,"id":7435,"parentId":7429,"tags":{},"startTime":1728050724231,"traceId":"b09007848b46e699"},{"name":"optimize","duration":23193,"timestamp":1484178430456,"id":7431,"parentId":7429,"tags":{},"startTime":1728050724213,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1763,"timestamp":1484178456534,"id":7436,"parentId":7429,"tags":{},"startTime":1728050724239,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":9036,"timestamp":1484178458614,"id":7437,"parentId":7429,"tags":{},"startTime":1728050724241,"traceId":"b09007848b46e699"},{"name":"hash","duration":1916,"timestamp":1484178469596,"id":7438,"parentId":7429,"tags":{},"startTime":1728050724252,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":230,"timestamp":1484178471510,"id":7439,"parentId":7429,"tags":{},"startTime":1728050724254,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":231,"timestamp":1484178471729,"id":7440,"parentId":7429,"tags":{},"startTime":1728050724254,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2659,"timestamp":1484178471965,"id":7441,"parentId":7429,"tags":{},"startTime":1728050724254,"traceId":"b09007848b46e699"},{"name":"seal","duration":65841,"timestamp":1484178416935,"id":7429,"parentId":7401,"tags":{},"startTime":1728050724199,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":365964,"timestamp":1484178132758,"id":7401,"parentId":7399,"tags":{"name":"server"},"startTime":1728050723915,"traceId":"b09007848b46e699"},{"name":"emit","duration":13151,"timestamp":1484178498860,"id":7442,"parentId":7399,"tags":{},"startTime":1728050724281,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":419942,"timestamp":1484178094586,"id":7399,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050723877,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9810,"timestamp":1484178534070,"id":7455,"parentId":7444,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050724316,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9870,"timestamp":1484178534108,"id":7457,"parentId":7444,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050724316,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9855,"timestamp":1484178534127,"id":7458,"parentId":7444,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050724316,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18281,"timestamp":1484178533765,"id":7445,"parentId":7444,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050724316,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18171,"timestamp":1484178533899,"id":7447,"parentId":7444,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050724316,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23696,"timestamp":1484178533943,"id":7449,"parentId":7444,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050724316,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33760,"timestamp":1484178533965,"id":7450,"parentId":7444,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050724316,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37169,"timestamp":1484178533986,"id":7451,"parentId":7444,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050724316,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37059,"timestamp":1484178534165,"id":7460,"parentId":7444,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1728050724316,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":45094,"timestamp":1484178534030,"id":7453,"parentId":7444,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050724316,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":44995,"timestamp":1484178534146,"id":7459,"parentId":7444,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050724316,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":47824,"timestamp":1484178534089,"id":7456,"parentId":7444,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050724316,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":48795,"timestamp":1484178533922,"id":7448,"parentId":7444,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050724316,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":13367,"timestamp":1484178569546,"id":7463,"parentId":7462,"tags":{},"startTime":1728050724352,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":306031,"timestamp":1484178583141,"id":7465,"parentId":7464,"tags":{},"startTime":1728050724365,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":307332,"timestamp":1484178582979,"id":7464,"parentId":7462,"tags":{},"startTime":1728050724365,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":64928,"timestamp":1484178890446,"id":7466,"parentId":7462,"tags":{"astUsed":"true"},"startTime":1728050724673,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":391427,"timestamp":1484178569296,"id":7462,"parentId":7461,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050724351,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":432839,"timestamp":1484178533873,"id":7446,"parentId":7444,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050724316,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":432727,"timestamp":1484178534009,"id":7452,"parentId":7444,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050724316,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":426825,"timestamp":1484178545158,"id":7461,"parentId":7443,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050724327,"traceId":"b09007848b46e699"},{"name":"build-module","duration":72,"timestamp":1484178972286,"id":7467,"parentId":7461,"tags":{},"startTime":1728050724754,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":438362,"timestamp":1484178534049,"id":7454,"parentId":7444,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050724316,"traceId":"b09007848b46e699"},{"name":"make","duration":450041,"timestamp":1484178522411,"id":7444,"parentId":7443,"tags":{},"startTime":1728050724305,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3232,"timestamp":1484178992193,"id":7469,"parentId":7468,"tags":{},"startTime":1728050724774,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1484178995460,"id":7471,"parentId":7468,"tags":{},"startTime":1728050724778,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":122,"timestamp":1484178995486,"id":7472,"parentId":7468,"tags":{},"startTime":1728050724778,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":7,"timestamp":1484178995643,"id":7473,"parentId":7468,"tags":{},"startTime":1728050724778,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1484178995684,"id":7474,"parentId":7468,"tags":{},"startTime":1728050724778,"traceId":"b09007848b46e699"},{"name":"optimize","duration":2959,"timestamp":1484178995447,"id":7470,"parentId":7468,"tags":{},"startTime":1728050724778,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":744,"timestamp":1484179000733,"id":7475,"parentId":7468,"tags":{},"startTime":1728050724783,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":13904,"timestamp":1484179001490,"id":7476,"parentId":7468,"tags":{},"startTime":1728050724784,"traceId":"b09007848b46e699"},{"name":"hash","duration":7816,"timestamp":1484179018461,"id":7477,"parentId":7468,"tags":{},"startTime":1728050724801,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":382,"timestamp":1484179026272,"id":7478,"parentId":7468,"tags":{},"startTime":1728050724808,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":293,"timestamp":1484179026637,"id":7479,"parentId":7468,"tags":{},"startTime":1728050724809,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4881,"timestamp":1484179026938,"id":7480,"parentId":7468,"tags":{},"startTime":1728050724809,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":126,"timestamp":1484179033948,"id":7482,"parentId":7443,"tags":{},"startTime":1728050724816,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":253,"timestamp":1484179033828,"id":7481,"parentId":7443,"tags":{},"startTime":1728050724816,"traceId":"b09007848b46e699"},{"name":"seal","duration":55532,"timestamp":1484178982839,"id":7468,"parentId":7443,"tags":{},"startTime":1728050724765,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":516496,"timestamp":1484178521927,"id":7443,"parentId":7400,"tags":{"name":"client"},"startTime":1728050724304,"traceId":"b09007848b46e699"},{"name":"emit","duration":10487,"timestamp":1484179038474,"id":7483,"parentId":7400,"tags":{},"startTime":1728050724821,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":954139,"timestamp":1484178096290,"id":7400,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050723878,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":13,"timestamp":1484179081982,"id":7484,"parentId":3,"tags":{},"startTime":1728050724864,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1004000,"timestamp":1484178111242,"id":7486,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728050724899,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":187291,"timestamp":1484179095869,"id":7485,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050724878,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484179283212,"id":7487,"parentId":7485,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"267354112","memory.heapUsed":"257967520","memory.heapTotal":"296222720"},"startTime":1728050725065,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22228,"timestamp":1484205906613,"id":7494,"parentId":7491,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050751688,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":62719,"timestamp":1484205906315,"id":7492,"parentId":7491,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050751688,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":104761,"timestamp":1484205906592,"id":7493,"parentId":7491,"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":1728050751688,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":104745,"timestamp":1484205906629,"id":7495,"parentId":7491,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1728050751688,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":12292,"timestamp":1484205999361,"id":7501,"parentId":7500,"tags":{},"startTime":1728050751781,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":13476,"timestamp":1484205998213,"id":7500,"parentId":7499,"tags":{},"startTime":1728050751780,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":29645,"timestamp":1484205986264,"id":7499,"parentId":7490,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050751768,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":113295,"timestamp":1484205906663,"id":7497,"parentId":7491,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050751688,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":113293,"timestamp":1484205906679,"id":7498,"parentId":7491,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050751688,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":113330,"timestamp":1484205906645,"id":7496,"parentId":7491,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050751688,"traceId":"b09007848b46e699"},{"name":"make","duration":316678,"timestamp":1484205895743,"id":7491,"parentId":7490,"tags":{},"startTime":1728050751677,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":10235,"timestamp":1484206252561,"id":7519,"parentId":7518,"tags":{},"startTime":1728050752034,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":17,"timestamp":1484206262851,"id":7521,"parentId":7518,"tags":{},"startTime":1728050752045,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":19063,"timestamp":1484206262963,"id":7522,"parentId":7518,"tags":{},"startTime":1728050752045,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":13,"timestamp":1484206282063,"id":7523,"parentId":7518,"tags":{},"startTime":1728050752064,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":19,"timestamp":1484206282182,"id":7524,"parentId":7518,"tags":{},"startTime":1728050752064,"traceId":"b09007848b46e699"},{"name":"optimize","duration":25994,"timestamp":1484206262838,"id":7520,"parentId":7518,"tags":{},"startTime":1728050752044,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2198,"timestamp":1484206293286,"id":7525,"parentId":7518,"tags":{},"startTime":1728050752075,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":16941,"timestamp":1484206295520,"id":7526,"parentId":7518,"tags":{},"startTime":1728050752077,"traceId":"b09007848b46e699"},{"name":"hash","duration":1175,"timestamp":1484206314339,"id":7527,"parentId":7518,"tags":{},"startTime":1728050752096,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":196,"timestamp":1484206315513,"id":7528,"parentId":7518,"tags":{},"startTime":1728050752097,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":174,"timestamp":1484206315698,"id":7529,"parentId":7518,"tags":{},"startTime":1728050752097,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2594,"timestamp":1484206315876,"id":7530,"parentId":7518,"tags":{},"startTime":1728050752098,"traceId":"b09007848b46e699"},{"name":"seal","duration":84730,"timestamp":1484206243943,"id":7518,"parentId":7490,"tags":{},"startTime":1728050752026,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":442961,"timestamp":1484205894505,"id":7490,"parentId":7488,"tags":{"name":"server"},"startTime":1728050751676,"traceId":"b09007848b46e699"},{"name":"emit","duration":10348,"timestamp":1484206337576,"id":7531,"parentId":7488,"tags":{},"startTime":1728050752119,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":481489,"timestamp":1484205867582,"id":7488,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050751649,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26285,"timestamp":1484206503208,"id":7544,"parentId":7533,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050752285,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26309,"timestamp":1484206503274,"id":7546,"parentId":7533,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050752285,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25855,"timestamp":1484206503730,"id":7547,"parentId":7533,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050752285,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":43171,"timestamp":1484206501916,"id":7534,"parentId":7533,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050752284,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":42827,"timestamp":1484206502330,"id":7536,"parentId":7533,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050752284,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":47874,"timestamp":1484206502487,"id":7538,"parentId":7533,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050752284,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":54113,"timestamp":1484206502697,"id":7539,"parentId":7533,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050752284,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":58931,"timestamp":1484206502778,"id":7540,"parentId":7533,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050752284,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":57855,"timestamp":1484206503879,"id":7549,"parentId":7533,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1728050752286,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":66722,"timestamp":1484206503016,"id":7542,"parentId":7533,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050752285,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":65958,"timestamp":1484206503827,"id":7548,"parentId":7533,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050752285,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":71751,"timestamp":1484206503245,"id":7545,"parentId":7533,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050752285,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":73741,"timestamp":1484206502452,"id":7537,"parentId":7533,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050752284,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":14889,"timestamp":1484206564497,"id":7552,"parentId":7551,"tags":{},"startTime":1728050752346,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":567083,"timestamp":1484206579681,"id":7554,"parentId":7553,"tags":{},"startTime":1728050752361,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":568135,"timestamp":1484206579502,"id":7553,"parentId":7551,"tags":{},"startTime":1728050752361,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":89624,"timestamp":1484207147967,"id":7555,"parentId":7551,"tags":{"astUsed":"true"},"startTime":1728050752930,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":679873,"timestamp":1484206564131,"id":7551,"parentId":7550,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050752346,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":742862,"timestamp":1484206502835,"id":7541,"parentId":7533,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050752284,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":743527,"timestamp":1484206502227,"id":7535,"parentId":7533,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050752284,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":830610,"timestamp":1484206532402,"id":7550,"parentId":7532,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050752314,"traceId":"b09007848b46e699"},{"name":"build-module","duration":484,"timestamp":1484207390903,"id":7556,"parentId":7550,"tags":{},"startTime":1728050753173,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":890154,"timestamp":1484206503051,"id":7543,"parentId":7533,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050752285,"traceId":"b09007848b46e699"},{"name":"make","duration":1040768,"timestamp":1484206352643,"id":7533,"parentId":7532,"tags":{},"startTime":1728050752134,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":9015,"timestamp":1484207437705,"id":7558,"parentId":7557,"tags":{},"startTime":1728050753219,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":14,"timestamp":1484207446797,"id":7560,"parentId":7557,"tags":{},"startTime":1728050753228,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":231,"timestamp":1484207446837,"id":7561,"parentId":7557,"tags":{},"startTime":1728050753228,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":8,"timestamp":1484207447111,"id":7562,"parentId":7557,"tags":{},"startTime":1728050753229,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1484207447172,"id":7563,"parentId":7557,"tags":{},"startTime":1728050753229,"traceId":"b09007848b46e699"},{"name":"optimize","duration":26770,"timestamp":1484207446779,"id":7559,"parentId":7557,"tags":{},"startTime":1728050753228,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":16930,"timestamp":1484207506038,"id":7564,"parentId":7557,"tags":{},"startTime":1728050753288,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":12914,"timestamp":1484207523013,"id":7565,"parentId":7557,"tags":{},"startTime":1728050753305,"traceId":"b09007848b46e699"},{"name":"hash","duration":8273,"timestamp":1484207546180,"id":7566,"parentId":7557,"tags":{},"startTime":1728050753328,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":1160,"timestamp":1484207554450,"id":7567,"parentId":7557,"tags":{},"startTime":1728050753336,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":1346,"timestamp":1484207555559,"id":7568,"parentId":7557,"tags":{},"startTime":1728050753337,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":9205,"timestamp":1484207556934,"id":7569,"parentId":7557,"tags":{},"startTime":1728050753339,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":322,"timestamp":1484207571410,"id":7571,"parentId":7532,"tags":{},"startTime":1728050753353,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":620,"timestamp":1484207571128,"id":7570,"parentId":7532,"tags":{},"startTime":1728050753353,"traceId":"b09007848b46e699"},{"name":"seal","duration":157104,"timestamp":1484207422922,"id":7557,"parentId":7532,"tags":{},"startTime":1728050753205,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1227958,"timestamp":1484206352168,"id":7532,"parentId":7489,"tags":{"name":"client"},"startTime":1728050752134,"traceId":"b09007848b46e699"},{"name":"emit","duration":49172,"timestamp":1484207580209,"id":7572,"parentId":7489,"tags":{},"startTime":1728050753362,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1769180,"timestamp":1484205868896,"id":7489,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050751651,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":21,"timestamp":1484207660098,"id":7573,"parentId":3,"tags":{},"startTime":1728050753442,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1832000,"timestamp":1484205870289,"id":7575,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728050753485,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":126506,"timestamp":1484207682510,"id":7574,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050753464,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484207809057,"id":7576,"parentId":7574,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"224837632","memory.heapUsed":"250778424","memory.heapTotal":"281706496"},"startTime":1728050753591,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13926,"timestamp":1484220801222,"id":7583,"parentId":7580,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050766583,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15068,"timestamp":1484220800736,"id":7581,"parentId":7580,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050766582,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":59961,"timestamp":1484220801195,"id":7582,"parentId":7580,"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":1728050766583,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7021,"timestamp":1484220854544,"id":7588,"parentId":7587,"tags":{},"startTime":1728050766636,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7755,"timestamp":1484220853816,"id":7587,"parentId":7586,"tags":{},"startTime":1728050766635,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":29838,"timestamp":1484220851568,"id":7586,"parentId":7579,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050766633,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":94111,"timestamp":1484220801319,"id":7585,"parentId":7580,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050766583,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":96312,"timestamp":1484220801243,"id":7584,"parentId":7580,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050766583,"traceId":"b09007848b46e699"},{"name":"make","duration":202763,"timestamp":1484220790394,"id":7580,"parentId":7579,"tags":{},"startTime":1728050766572,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":7087,"timestamp":1484221010465,"id":7600,"parentId":7599,"tags":{},"startTime":1728050766792,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1484221017599,"id":7602,"parentId":7599,"tags":{},"startTime":1728050766799,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":3778,"timestamp":1484221017638,"id":7603,"parentId":7599,"tags":{},"startTime":1728050766799,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":8,"timestamp":1484221021462,"id":7604,"parentId":7599,"tags":{},"startTime":1728050766803,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":22,"timestamp":1484221021490,"id":7605,"parentId":7599,"tags":{},"startTime":1728050766803,"traceId":"b09007848b46e699"},{"name":"optimize","duration":7244,"timestamp":1484221017583,"id":7601,"parentId":7599,"tags":{},"startTime":1728050766799,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1298,"timestamp":1484221028327,"id":7606,"parentId":7599,"tags":{},"startTime":1728050766810,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":9093,"timestamp":1484221029644,"id":7607,"parentId":7599,"tags":{},"startTime":1728050766811,"traceId":"b09007848b46e699"},{"name":"hash","duration":2560,"timestamp":1484221041810,"id":7608,"parentId":7599,"tags":{},"startTime":1728050766823,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":319,"timestamp":1484221044368,"id":7609,"parentId":7599,"tags":{},"startTime":1728050766826,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":515,"timestamp":1484221044669,"id":7610,"parentId":7599,"tags":{},"startTime":1728050766826,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5721,"timestamp":1484221045192,"id":7611,"parentId":7599,"tags":{},"startTime":1728050766827,"traceId":"b09007848b46e699"},{"name":"seal","duration":69207,"timestamp":1484221004666,"id":7599,"parentId":7579,"tags":{},"startTime":1728050766786,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":302641,"timestamp":1484220789051,"id":7579,"parentId":7577,"tags":{"name":"server"},"startTime":1728050766570,"traceId":"b09007848b46e699"},{"name":"emit","duration":33221,"timestamp":1484221091892,"id":7612,"parentId":7577,"tags":{},"startTime":1728050766873,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":370206,"timestamp":1484220756629,"id":7577,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050766538,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10843,"timestamp":1484221150980,"id":7625,"parentId":7614,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050766932,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10963,"timestamp":1484221151027,"id":7627,"parentId":7614,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050766932,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10945,"timestamp":1484221151050,"id":7628,"parentId":7614,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050766932,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":32909,"timestamp":1484221150516,"id":7615,"parentId":7614,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050766932,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":32751,"timestamp":1484221150714,"id":7617,"parentId":7614,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050766932,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":39624,"timestamp":1484221150765,"id":7619,"parentId":7614,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050766932,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":46405,"timestamp":1484221150822,"id":7620,"parentId":7614,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050766932,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":54405,"timestamp":1484221150861,"id":7621,"parentId":7614,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050766932,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":79072,"timestamp":1484221150912,"id":7623,"parentId":7614,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050766932,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":78934,"timestamp":1484221151072,"id":7629,"parentId":7614,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050766932,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":82680,"timestamp":1484221151005,"id":7626,"parentId":7614,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050766932,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":83862,"timestamp":1484221150739,"id":7618,"parentId":7614,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050766932,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":34501,"timestamp":1484221200322,"id":7632,"parentId":7631,"tags":{},"startTime":1728050766982,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":332727,"timestamp":1484221235108,"id":7634,"parentId":7633,"tags":{},"startTime":1728050767016,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":335085,"timestamp":1484221234916,"id":7633,"parentId":7631,"tags":{},"startTime":1728050767016,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":73437,"timestamp":1484221570293,"id":7635,"parentId":7631,"tags":{"astUsed":"true"},"startTime":1728050767352,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":452239,"timestamp":1484221199519,"id":7631,"parentId":7630,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050766981,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":509704,"timestamp":1484221150687,"id":7616,"parentId":7614,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050766932,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":501492,"timestamp":1484221165146,"id":7630,"parentId":7613,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050766946,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":516310,"timestamp":1484221150888,"id":7622,"parentId":7614,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050766932,"traceId":"b09007848b46e699"},{"name":"build-module","duration":98,"timestamp":1484221668095,"id":7636,"parentId":7630,"tags":{},"startTime":1728050767449,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":517723,"timestamp":1484221150935,"id":7624,"parentId":7614,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050766932,"traceId":"b09007848b46e699"},{"name":"make","duration":537190,"timestamp":1484221131539,"id":7614,"parentId":7613,"tags":{},"startTime":1728050766913,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4393,"timestamp":1484221689957,"id":7638,"parentId":7637,"tags":{},"startTime":1728050767471,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":6,"timestamp":1484221694403,"id":7640,"parentId":7637,"tags":{},"startTime":1728050767476,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":673,"timestamp":1484221694442,"id":7641,"parentId":7637,"tags":{},"startTime":1728050767476,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1484221695308,"id":7642,"parentId":7637,"tags":{},"startTime":1728050767477,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1484221695365,"id":7643,"parentId":7637,"tags":{},"startTime":1728050767477,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3556,"timestamp":1484221694386,"id":7639,"parentId":7637,"tags":{},"startTime":1728050767476,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":795,"timestamp":1484221701577,"id":7644,"parentId":7637,"tags":{},"startTime":1728050767483,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":11786,"timestamp":1484221702391,"id":7645,"parentId":7637,"tags":{},"startTime":1728050767484,"traceId":"b09007848b46e699"},{"name":"hash","duration":10973,"timestamp":1484221723574,"id":7646,"parentId":7637,"tags":{},"startTime":1728050767505,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":397,"timestamp":1484221734546,"id":7647,"parentId":7637,"tags":{},"startTime":1728050767516,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":259,"timestamp":1484221734927,"id":7648,"parentId":7637,"tags":{},"startTime":1728050767516,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":6112,"timestamp":1484221735193,"id":7649,"parentId":7637,"tags":{},"startTime":1728050767517,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":184,"timestamp":1484221745671,"id":7651,"parentId":7613,"tags":{},"startTime":1728050767527,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":404,"timestamp":1484221745465,"id":7650,"parentId":7613,"tags":{},"startTime":1728050767527,"traceId":"b09007848b46e699"},{"name":"seal","duration":76256,"timestamp":1484221681816,"id":7637,"parentId":7613,"tags":{},"startTime":1728050767463,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":627217,"timestamp":1484221130935,"id":7613,"parentId":7578,"tags":{"name":"client"},"startTime":1728050766912,"traceId":"b09007848b46e699"},{"name":"emit","duration":15519,"timestamp":1484221758211,"id":7652,"parentId":7578,"tags":{},"startTime":1728050767540,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1028753,"timestamp":1484220758222,"id":7578,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050766540,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":8,"timestamp":1484221793891,"id":7653,"parentId":3,"tags":{},"startTime":1728050767575,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1110000,"timestamp":1484220760875,"id":7655,"parentId":3,"tags":{"updatedModules":["[project]/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"],"page":"/about","isPageHidden":true},"startTime":1728050767654,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":11526,"timestamp":1484221920158,"id":7662,"parentId":7659,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050767701,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":12115,"timestamp":1484221919863,"id":7660,"parentId":7659,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050767701,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":34811,"timestamp":1484221920182,"id":7663,"parentId":7659,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050767702,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36775,"timestamp":1484221920120,"id":7661,"parentId":7659,"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":1728050767701,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":38102,"timestamp":1484221920227,"id":7665,"parentId":7659,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050767702,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":38138,"timestamp":1484221920204,"id":7664,"parentId":7659,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050767702,"traceId":"b09007848b46e699"},{"name":"make","duration":146670,"timestamp":1484221910666,"id":7659,"parentId":7658,"tags":{},"startTime":1728050767692,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2644,"timestamp":1484222069457,"id":7683,"parentId":7682,"tags":{},"startTime":1728050767851,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1484222072129,"id":7685,"parentId":7682,"tags":{},"startTime":1728050767853,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":4007,"timestamp":1484222072158,"id":7686,"parentId":7682,"tags":{},"startTime":1728050767853,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":8,"timestamp":1484222076211,"id":7687,"parentId":7682,"tags":{},"startTime":1728050767858,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1484222076239,"id":7688,"parentId":7682,"tags":{},"startTime":1728050767858,"traceId":"b09007848b46e699"},{"name":"optimize","duration":6629,"timestamp":1484222072121,"id":7684,"parentId":7682,"tags":{},"startTime":1728050767853,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":724,"timestamp":1484222080726,"id":7689,"parentId":7682,"tags":{},"startTime":1728050767862,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":11854,"timestamp":1484222081462,"id":7690,"parentId":7682,"tags":{},"startTime":1728050767863,"traceId":"b09007848b46e699"},{"name":"hash","duration":1560,"timestamp":1484222095205,"id":7691,"parentId":7682,"tags":{},"startTime":1728050767877,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":210,"timestamp":1484222096763,"id":7692,"parentId":7682,"tags":{},"startTime":1728050767878,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":192,"timestamp":1484222096963,"id":7693,"parentId":7682,"tags":{},"startTime":1728050767878,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":496,"timestamp":1484222097161,"id":7694,"parentId":7682,"tags":{},"startTime":1728050767878,"traceId":"b09007848b46e699"},{"name":"seal","duration":41121,"timestamp":1484222065066,"id":7682,"parentId":7658,"tags":{},"startTime":1728050767846,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":212592,"timestamp":1484221909915,"id":7658,"parentId":7656,"tags":{"name":"server"},"startTime":1728050767691,"traceId":"b09007848b46e699"},{"name":"emit","duration":11559,"timestamp":1484222122622,"id":7695,"parentId":7656,"tags":{},"startTime":1728050767904,"traceId":"b09007848b46e699"},{"name":"compile-path","duration":230110,"timestamp":1484221905528,"id":7657,"tags":{"trigger":"/_not-found","isTurbopack":false},"startTime":1728050767687,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":230703,"timestamp":1484221905464,"id":7656,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728050767687,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":728085,"timestamp":1484221811703,"id":7654,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050767593,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":7,"timestamp":1484222539919,"id":7696,"parentId":7654,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"223952896","memory.heapUsed":"292516272","memory.heapTotal":"324206592"},"startTime":1728050768321,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":419397,"timestamp":1484222569987,"id":7697,"tags":{"url":"/about","isTurbopack":false},"startTime":1728050768351,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484222989475,"id":7698,"parentId":7697,"tags":{"url":"/about","memory.rss":"178601984","memory.heapUsed":"292204680","memory.heapTotal":"330547200"},"startTime":1728050768771,"traceId":"b09007848b46e699"},{"name":"client-success","duration":16,"timestamp":1484223564589,"id":7699,"parentId":3,"tags":{},"startTime":1728050769346,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":11519,"timestamp":1484224238545,"id":7706,"parentId":7703,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050770020,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":12133,"timestamp":1484224238300,"id":7704,"parentId":7703,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050770020,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":65253,"timestamp":1484224238528,"id":7705,"parentId":7703,"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":1728050770020,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5723,"timestamp":1484224299068,"id":7712,"parentId":7711,"tags":{},"startTime":1728050770080,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6255,"timestamp":1484224298545,"id":7711,"parentId":7710,"tags":{},"startTime":1728050770080,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":23347,"timestamp":1484224286892,"id":7710,"parentId":7702,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050770068,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":73647,"timestamp":1484224238588,"id":7709,"parentId":7703,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050770020,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":73696,"timestamp":1484224238560,"id":7707,"parentId":7703,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050770020,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":75306,"timestamp":1484224238575,"id":7708,"parentId":7703,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050770020,"traceId":"b09007848b46e699"},{"name":"make","duration":196082,"timestamp":1484224213507,"id":7703,"parentId":7702,"tags":{},"startTime":1728050769995,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3894,"timestamp":1484224440171,"id":7730,"parentId":7729,"tags":{},"startTime":1728050770221,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":3,"timestamp":1484224444097,"id":7732,"parentId":7729,"tags":{},"startTime":1728050770225,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":2291,"timestamp":1484224444125,"id":7733,"parentId":7729,"tags":{},"startTime":1728050770225,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":5,"timestamp":1484224446456,"id":7734,"parentId":7729,"tags":{},"startTime":1728050770228,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":9,"timestamp":1484224446476,"id":7735,"parentId":7729,"tags":{},"startTime":1728050770228,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4493,"timestamp":1484224444086,"id":7731,"parentId":7729,"tags":{},"startTime":1728050770225,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1476,"timestamp":1484224451816,"id":7736,"parentId":7729,"tags":{},"startTime":1728050770233,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":8139,"timestamp":1484224453325,"id":7737,"parentId":7729,"tags":{},"startTime":1728050770235,"traceId":"b09007848b46e699"},{"name":"hash","duration":1363,"timestamp":1484224463135,"id":7738,"parentId":7729,"tags":{},"startTime":1728050770244,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":212,"timestamp":1484224464496,"id":7739,"parentId":7729,"tags":{},"startTime":1728050770246,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":222,"timestamp":1484224464699,"id":7740,"parentId":7729,"tags":{},"startTime":1728050770246,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2836,"timestamp":1484224464926,"id":7741,"parentId":7729,"tags":{},"startTime":1728050770246,"traceId":"b09007848b46e699"},{"name":"seal","duration":43945,"timestamp":1484224433560,"id":7729,"parentId":7702,"tags":{},"startTime":1728050770215,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":273702,"timestamp":1484224211579,"id":7702,"parentId":7700,"tags":{"name":"server"},"startTime":1728050769993,"traceId":"b09007848b46e699"},{"name":"emit","duration":16832,"timestamp":1484224485438,"id":7742,"parentId":7700,"tags":{},"startTime":1728050770267,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":323789,"timestamp":1484224179650,"id":7700,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050769961,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9377,"timestamp":1484224516834,"id":7755,"parentId":7744,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050770298,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9452,"timestamp":1484224516863,"id":7757,"parentId":7744,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050770298,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9440,"timestamp":1484224516876,"id":7758,"parentId":7744,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050770298,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16205,"timestamp":1484224516614,"id":7745,"parentId":7744,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050770298,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16130,"timestamp":1484224516714,"id":7747,"parentId":7744,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050770298,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":20829,"timestamp":1484224516746,"id":7749,"parentId":7744,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050770298,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25850,"timestamp":1484224516762,"id":7750,"parentId":7744,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050770298,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29244,"timestamp":1484224516776,"id":7751,"parentId":7744,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050770298,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":34000,"timestamp":1484224516804,"id":7753,"parentId":7744,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050770298,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33925,"timestamp":1484224516890,"id":7759,"parentId":7744,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050770298,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36108,"timestamp":1484224516849,"id":7756,"parentId":7744,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050770298,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37112,"timestamp":1484224516730,"id":7748,"parentId":7744,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050770298,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":9673,"timestamp":1484224544370,"id":7762,"parentId":7761,"tags":{},"startTime":1728050770326,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":388524,"timestamp":1484224554320,"id":7764,"parentId":7763,"tags":{},"startTime":1728050770336,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":389633,"timestamp":1484224554127,"id":7763,"parentId":7761,"tags":{},"startTime":1728050770335,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":47608,"timestamp":1484224943905,"id":7765,"parentId":7761,"tags":{"astUsed":"true"},"startTime":1728050770725,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":451348,"timestamp":1484224544095,"id":7761,"parentId":7760,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050770325,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":480014,"timestamp":1484224516694,"id":7746,"parentId":7744,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050770298,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":473838,"timestamp":1484224527292,"id":7760,"parentId":7743,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050770309,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":484711,"timestamp":1484224516790,"id":7752,"parentId":7744,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050770298,"traceId":"b09007848b46e699"},{"name":"build-module","duration":78,"timestamp":1484225001721,"id":7766,"parentId":7760,"tags":{},"startTime":1728050770783,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":485028,"timestamp":1484224516819,"id":7754,"parentId":7744,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050770298,"traceId":"b09007848b46e699"},{"name":"make","duration":492703,"timestamp":1484224509179,"id":7744,"parentId":7743,"tags":{},"startTime":1728050770290,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3320,"timestamp":1484225027461,"id":7768,"parentId":7767,"tags":{},"startTime":1728050770809,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":9,"timestamp":1484225030831,"id":7770,"parentId":7767,"tags":{},"startTime":1728050770812,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":257,"timestamp":1484225030885,"id":7771,"parentId":7767,"tags":{},"startTime":1728050770812,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":10,"timestamp":1484225031192,"id":7772,"parentId":7767,"tags":{},"startTime":1728050770812,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1484225031260,"id":7773,"parentId":7767,"tags":{},"startTime":1728050770813,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3835,"timestamp":1484225030814,"id":7769,"parentId":7767,"tags":{},"startTime":1728050770812,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":921,"timestamp":1484225037816,"id":7774,"parentId":7767,"tags":{},"startTime":1728050770819,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":12955,"timestamp":1484225038770,"id":7775,"parentId":7767,"tags":{},"startTime":1728050770820,"traceId":"b09007848b46e699"},{"name":"hash","duration":6589,"timestamp":1484225054233,"id":7776,"parentId":7767,"tags":{},"startTime":1728050770836,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":356,"timestamp":1484225060821,"id":7777,"parentId":7767,"tags":{},"startTime":1728050770842,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":300,"timestamp":1484225061160,"id":7778,"parentId":7767,"tags":{},"startTime":1728050770842,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4688,"timestamp":1484225061468,"id":7779,"parentId":7767,"tags":{},"startTime":1728050770843,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":138,"timestamp":1484225067863,"id":7781,"parentId":7743,"tags":{},"startTime":1728050770849,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":272,"timestamp":1484225067736,"id":7780,"parentId":7743,"tags":{},"startTime":1728050770849,"traceId":"b09007848b46e699"},{"name":"seal","duration":49970,"timestamp":1484225021087,"id":7767,"parentId":7743,"tags":{},"startTime":1728050770802,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":562585,"timestamp":1484224508513,"id":7743,"parentId":7701,"tags":{"name":"client"},"startTime":1728050770290,"traceId":"b09007848b46e699"},{"name":"emit","duration":19685,"timestamp":1484225071139,"id":7782,"parentId":7701,"tags":{},"startTime":1728050770852,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":931905,"timestamp":1484224180884,"id":7701,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050769962,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":33,"timestamp":1484225129114,"id":7783,"parentId":3,"tags":{},"startTime":1728050770910,"traceId":"b09007848b46e699"},{"name":"client-full-reload","duration":7,"timestamp":1484225606222,"id":7786,"parentId":3,"tags":{"stackTrace":""},"startTime":1728050771387,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":515124,"timestamp":1484225164675,"id":7785,"tags":{"url":"/_next/static/webpack/9a8a9a2f9e02d103.webpack.hot-update.json","isTurbopack":false},"startTime":1728050770946,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484225679865,"id":7788,"parentId":7785,"tags":{"url":"/_next/static/webpack/9a8a9a2f9e02d103.webpack.hot-update.json","memory.rss":"195133440","memory.heapUsed":"328800176","memory.heapTotal":"368377856"},"startTime":1728050771461,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":544412,"timestamp":1484225139320,"id":7784,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050770921,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484225683789,"id":7789,"parentId":7784,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"195149824","memory.heapUsed":"330893224","memory.heapTotal":"368377856"},"startTime":1728050771465,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":675009,"timestamp":1484225662340,"id":7787,"tags":{"url":"/about","isTurbopack":false},"startTime":1728050771444,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1484226337455,"id":7790,"parentId":7787,"tags":{"url":"/about","memory.rss":"216252416","memory.heapUsed":"326917656","memory.heapTotal":"370475008"},"startTime":1728050772119,"traceId":"b09007848b46e699"},{"name":"client-success","duration":11,"timestamp":1484226891993,"id":7791,"parentId":3,"tags":{},"startTime":1728050772673,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":88305,"timestamp":1484251042593,"id":7798,"parentId":7795,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050796823,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":96903,"timestamp":1484251037844,"id":7796,"parentId":7795,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050796819,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":199603,"timestamp":1484251042538,"id":7797,"parentId":7795,"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":1728050796823,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":14133,"timestamp":1484251233476,"id":7804,"parentId":7803,"tags":{},"startTime":1728050797014,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":14794,"timestamp":1484251232867,"id":7803,"parentId":7802,"tags":{},"startTime":1728050797014,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":21323,"timestamp":1484251230995,"id":7802,"parentId":7794,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050797012,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":212192,"timestamp":1484251042655,"id":7800,"parentId":7795,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050796823,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":212175,"timestamp":1484251042688,"id":7801,"parentId":7795,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050796823,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":212246,"timestamp":1484251042624,"id":7799,"parentId":7795,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050796823,"traceId":"b09007848b46e699"},{"name":"make","duration":569853,"timestamp":1484251003286,"id":7795,"parentId":7794,"tags":{},"startTime":1728050796784,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":21025,"timestamp":1484251602150,"id":7822,"parentId":7821,"tags":{},"startTime":1728050797383,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":10,"timestamp":1484251623227,"id":7824,"parentId":7821,"tags":{},"startTime":1728050797404,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":7045,"timestamp":1484251623288,"id":7825,"parentId":7821,"tags":{},"startTime":1728050797404,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":32,"timestamp":1484251630444,"id":7826,"parentId":7821,"tags":{},"startTime":1728050797411,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":84,"timestamp":1484251630506,"id":7827,"parentId":7821,"tags":{},"startTime":1728050797411,"traceId":"b09007848b46e699"},{"name":"optimize","duration":16310,"timestamp":1484251623208,"id":7823,"parentId":7821,"tags":{},"startTime":1728050797404,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2116,"timestamp":1484251646470,"id":7828,"parentId":7821,"tags":{},"startTime":1728050797427,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":25083,"timestamp":1484251648623,"id":7829,"parentId":7821,"tags":{},"startTime":1728050797429,"traceId":"b09007848b46e699"},{"name":"hash","duration":9082,"timestamp":1484251688092,"id":7830,"parentId":7821,"tags":{},"startTime":1728050797469,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":568,"timestamp":1484251697170,"id":7831,"parentId":7821,"tags":{},"startTime":1728050797478,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":949,"timestamp":1484251697563,"id":7832,"parentId":7821,"tags":{},"startTime":1728050797478,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":7465,"timestamp":1484251698533,"id":7833,"parentId":7821,"tags":{},"startTime":1728050797479,"traceId":"b09007848b46e699"},{"name":"seal","duration":133627,"timestamp":1484251592907,"id":7821,"parentId":7794,"tags":{},"startTime":1728050797374,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":742263,"timestamp":1484251000313,"id":7794,"parentId":7792,"tags":{"name":"server"},"startTime":1728050796781,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":774339,"timestamp":1484250979789,"id":7792,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050796761,"traceId":"b09007848b46e699"},{"name":"client-error","duration":9,"timestamp":1484251798281,"id":7851,"parentId":3,"tags":{"errorCount":1},"startTime":1728050797579,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15321,"timestamp":1484251792788,"id":7846,"parentId":7835,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050797574,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15666,"timestamp":1484251792841,"id":7848,"parentId":7835,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050797574,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15651,"timestamp":1484251792866,"id":7849,"parentId":7835,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050797574,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":24990,"timestamp":1484251792277,"id":7836,"parentId":7835,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050797573,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":24706,"timestamp":1484251792586,"id":7838,"parentId":7835,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050797573,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":32056,"timestamp":1484251792638,"id":7840,"parentId":7835,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050797573,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":43824,"timestamp":1484251792689,"id":7842,"parentId":7835,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050797573,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":51047,"timestamp":1484251792739,"id":7844,"parentId":7835,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050797573,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":50915,"timestamp":1484251792890,"id":7850,"parentId":7835,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050797574,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":55111,"timestamp":1484251792665,"id":7841,"parentId":7835,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050797573,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":55231,"timestamp":1484251792816,"id":7847,"parentId":7835,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050797574,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":56471,"timestamp":1484251792613,"id":7839,"parentId":7835,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050797573,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":14789,"timestamp":1484251834779,"id":7854,"parentId":7853,"tags":{},"startTime":1728050797616,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":342099,"timestamp":1484251849941,"id":7856,"parentId":7855,"tags":{},"startTime":1728050797631,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":343880,"timestamp":1484251849680,"id":7855,"parentId":7853,"tags":{},"startTime":1728050797630,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":81973,"timestamp":1484252193746,"id":7857,"parentId":7853,"tags":{"astUsed":"true"},"startTime":1728050797974,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":449751,"timestamp":1484251834524,"id":7853,"parentId":7852,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050797615,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":492988,"timestamp":1484251792553,"id":7837,"parentId":7835,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050797573,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":482083,"timestamp":1484251809847,"id":7852,"parentId":7834,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050797591,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":499535,"timestamp":1484251792714,"id":7843,"parentId":7835,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050797573,"traceId":"b09007848b46e699"},{"name":"build-module","duration":76,"timestamp":1484252292381,"id":7858,"parentId":7852,"tags":{},"startTime":1728050798073,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":499725,"timestamp":1484251792763,"id":7845,"parentId":7835,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050797574,"traceId":"b09007848b46e699"},{"name":"make","duration":528638,"timestamp":1484251763881,"id":7835,"parentId":7834,"tags":{},"startTime":1728050797545,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":15398,"timestamp":1484252451092,"id":7860,"parentId":7859,"tags":{},"startTime":1728050798232,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1484252466548,"id":7862,"parentId":7859,"tags":{},"startTime":1728050798247,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":422,"timestamp":1484252466589,"id":7863,"parentId":7859,"tags":{},"startTime":1728050798247,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1484252467059,"id":7864,"parentId":7859,"tags":{},"startTime":1728050798248,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1484252467109,"id":7865,"parentId":7859,"tags":{},"startTime":1728050798248,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5733,"timestamp":1484252466529,"id":7861,"parentId":7859,"tags":{},"startTime":1728050798247,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1215,"timestamp":1484252475281,"id":7866,"parentId":7859,"tags":{},"startTime":1728050798256,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":32054,"timestamp":1484252476518,"id":7867,"parentId":7859,"tags":{},"startTime":1728050798257,"traceId":"b09007848b46e699"},{"name":"hash","duration":9635,"timestamp":1484252513108,"id":7868,"parentId":7859,"tags":{},"startTime":1728050798294,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":533,"timestamp":1484252522738,"id":7869,"parentId":7859,"tags":{},"startTime":1728050798303,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":342,"timestamp":1484252523245,"id":7870,"parentId":7859,"tags":{},"startTime":1728050798304,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":10698,"timestamp":1484252523595,"id":7871,"parentId":7859,"tags":{},"startTime":1728050798304,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":453,"timestamp":1484252537299,"id":7873,"parentId":7834,"tags":{},"startTime":1728050798318,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":659,"timestamp":1484252537109,"id":7872,"parentId":7834,"tags":{},"startTime":1728050798318,"traceId":"b09007848b46e699"},{"name":"seal","duration":104303,"timestamp":1484252443375,"id":7859,"parentId":7834,"tags":{},"startTime":1728050798224,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":784692,"timestamp":1484251763060,"id":7834,"parentId":7793,"tags":{"name":"client"},"startTime":1728050797544,"traceId":"b09007848b46e699"},{"name":"emit","duration":22147,"timestamp":1484252547930,"id":7874,"parentId":7793,"tags":{},"startTime":1728050798329,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1591216,"timestamp":1484250981106,"id":7793,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050796762,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":13,"timestamp":1484253349415,"id":7886,"parentId":3,"tags":{},"startTime":1728050799130,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":62000,"timestamp":1484253346790,"id":7895,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728050799198,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":101608,"timestamp":1484253403781,"id":7891,"parentId":7888,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050799184,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":103849,"timestamp":1484253403238,"id":7889,"parentId":7888,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050799184,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":177825,"timestamp":1484253403725,"id":7890,"parentId":7888,"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":1728050799184,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":25699,"timestamp":1484253557538,"id":7899,"parentId":7898,"tags":{},"startTime":1728050799338,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":26023,"timestamp":1484253557234,"id":7898,"parentId":7897,"tags":{},"startTime":1728050799338,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":28386,"timestamp":1484253555254,"id":7897,"parentId":7887,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050799336,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":191059,"timestamp":1484253403857,"id":7893,"parentId":7888,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050799185,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":191053,"timestamp":1484253403885,"id":7894,"parentId":7888,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050799185,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":191124,"timestamp":1484253403820,"id":7892,"parentId":7888,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050799185,"traceId":"b09007848b46e699"},{"name":"make","duration":515657,"timestamp":1484253356503,"id":7888,"parentId":7887,"tags":{},"startTime":1728050799137,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":12648,"timestamp":1484253907368,"id":7917,"parentId":7916,"tags":{},"startTime":1728050799688,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":11,"timestamp":1484253920074,"id":7919,"parentId":7916,"tags":{},"startTime":1728050799701,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":7289,"timestamp":1484253920115,"id":7920,"parentId":7916,"tags":{},"startTime":1728050799701,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":23,"timestamp":1484253927460,"id":7921,"parentId":7916,"tags":{},"startTime":1728050799708,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":10,"timestamp":1484253927512,"id":7922,"parentId":7916,"tags":{},"startTime":1728050799708,"traceId":"b09007848b46e699"},{"name":"optimize","duration":13490,"timestamp":1484253920054,"id":7918,"parentId":7916,"tags":{},"startTime":1728050799701,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2150,"timestamp":1484253976233,"id":7923,"parentId":7916,"tags":{},"startTime":1728050799757,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":10505,"timestamp":1484253978418,"id":7924,"parentId":7916,"tags":{},"startTime":1728050799759,"traceId":"b09007848b46e699"},{"name":"hash","duration":3537,"timestamp":1484253996104,"id":7925,"parentId":7916,"tags":{},"startTime":1728050799777,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":299,"timestamp":1484253999640,"id":7926,"parentId":7916,"tags":{},"startTime":1728050799780,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":279,"timestamp":1484253999921,"id":7927,"parentId":7916,"tags":{},"startTime":1728050799781,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2218,"timestamp":1484254000216,"id":7928,"parentId":7916,"tags":{},"startTime":1728050799781,"traceId":"b09007848b46e699"},{"name":"seal","duration":121907,"timestamp":1484253899424,"id":7916,"parentId":7887,"tags":{},"startTime":1728050799680,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":696321,"timestamp":1484253355746,"id":7887,"parentId":7884,"tags":{"name":"server"},"startTime":1728050799136,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":708,"timestamp":1484254057415,"id":7929,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728050799838,"traceId":"b09007848b46e699"},{"name":"client-error","duration":6,"timestamp":1484254096864,"id":7947,"parentId":3,"tags":{"errorCount":1},"startTime":1728050799878,"traceId":"b09007848b46e699"},{"name":"client-success","duration":2,"timestamp":1484254096908,"id":7948,"parentId":3,"tags":{},"startTime":1728050799878,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17397,"timestamp":1484254090915,"id":7942,"parentId":7931,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050799872,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23867,"timestamp":1484254090965,"id":7944,"parentId":7931,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050799872,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23860,"timestamp":1484254090989,"id":7945,"parentId":7931,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050799872,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":70264,"timestamp":1484254090529,"id":7932,"parentId":7931,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050799871,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":70155,"timestamp":1484254090698,"id":7934,"parentId":7931,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050799871,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":77131,"timestamp":1484254090753,"id":7936,"parentId":7931,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050799871,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":94900,"timestamp":1484254090808,"id":7938,"parentId":7931,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050799872,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":101012,"timestamp":1484254090864,"id":7940,"parentId":7931,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050799872,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":100879,"timestamp":1484254091014,"id":7946,"parentId":7931,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050799872,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":105122,"timestamp":1484254090940,"id":7943,"parentId":7931,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050799872,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":106607,"timestamp":1484254090781,"id":7937,"parentId":7931,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050799871,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":106908,"timestamp":1484254090726,"id":7935,"parentId":7931,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050799871,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":19642,"timestamp":1484254178179,"id":7951,"parentId":7950,"tags":{},"startTime":1728050799959,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":305254,"timestamp":1484254198079,"id":7953,"parentId":7952,"tags":{},"startTime":1728050799979,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":306883,"timestamp":1484254197903,"id":7952,"parentId":7950,"tags":{},"startTime":1728050799979,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":62458,"timestamp":1484254505013,"id":7954,"parentId":7950,"tags":{"astUsed":"true"},"startTime":1728050800286,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":393654,"timestamp":1484254177847,"id":7950,"parentId":7949,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050799959,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":488399,"timestamp":1484254090665,"id":7933,"parentId":7931,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050799871,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":452921,"timestamp":1484254130374,"id":7949,"parentId":7930,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050799911,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":493376,"timestamp":1484254090838,"id":7939,"parentId":7931,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050799872,"traceId":"b09007848b46e699"},{"name":"build-module","duration":54,"timestamp":1484254584814,"id":7955,"parentId":7949,"tags":{},"startTime":1728050800366,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":494650,"timestamp":1484254090889,"id":7941,"parentId":7931,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050799872,"traceId":"b09007848b46e699"},{"name":"make","duration":520356,"timestamp":1484254065281,"id":7931,"parentId":7930,"tags":{},"startTime":1728050799846,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":10413,"timestamp":1484254607013,"id":7957,"parentId":7956,"tags":{},"startTime":1728050800388,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":10,"timestamp":1484254617661,"id":7959,"parentId":7956,"tags":{},"startTime":1728050800398,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":323,"timestamp":1484254618358,"id":7960,"parentId":7956,"tags":{},"startTime":1728050800399,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":10,"timestamp":1484254618793,"id":7961,"parentId":7956,"tags":{},"startTime":1728050800399,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":13,"timestamp":1484254620080,"id":7962,"parentId":7956,"tags":{},"startTime":1728050800401,"traceId":"b09007848b46e699"},{"name":"optimize","duration":12719,"timestamp":1484254617495,"id":7958,"parentId":7956,"tags":{},"startTime":1728050800398,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":722,"timestamp":1484254633995,"id":7963,"parentId":7956,"tags":{},"startTime":1728050800415,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":11193,"timestamp":1484254634734,"id":7964,"parentId":7956,"tags":{},"startTime":1728050800415,"traceId":"b09007848b46e699"},{"name":"hash","duration":5789,"timestamp":1484254648209,"id":7965,"parentId":7956,"tags":{},"startTime":1728050800429,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":445,"timestamp":1484254653997,"id":7966,"parentId":7956,"tags":{},"startTime":1728050800435,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":231,"timestamp":1484254654426,"id":7967,"parentId":7956,"tags":{},"startTime":1728050800435,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4504,"timestamp":1484254654662,"id":7968,"parentId":7956,"tags":{},"startTime":1728050800435,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":174,"timestamp":1484254660958,"id":7970,"parentId":7930,"tags":{},"startTime":1728050800442,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":376,"timestamp":1484254660762,"id":7969,"parentId":7930,"tags":{},"startTime":1728050800441,"traceId":"b09007848b46e699"},{"name":"seal","duration":69101,"timestamp":1484254596058,"id":7956,"parentId":7930,"tags":{},"startTime":1728050800377,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":603085,"timestamp":1484254062124,"id":7930,"parentId":7885,"tags":{"name":"client"},"startTime":1728050799843,"traceId":"b09007848b46e699"},{"name":"emit","duration":26823,"timestamp":1484254665284,"id":7971,"parentId":7885,"tags":{},"startTime":1728050800446,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1349333,"timestamp":1484253346075,"id":7885,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050799127,"traceId":"b09007848b46e699"},{"name":"client-success","duration":7,"timestamp":1484254707065,"id":7974,"parentId":3,"tags":{},"startTime":1728050800488,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3358,"timestamp":1484254751251,"id":7983,"parentId":7982,"tags":{},"startTime":1728050800532,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3546,"timestamp":1484254751077,"id":7982,"parentId":7981,"tags":{},"startTime":1728050800532,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":4619,"timestamp":1484254750141,"id":7981,"parentId":7972,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050800531,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":32932,"timestamp":1484254722336,"id":7975,"parentId":7973,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050800503,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":35151,"timestamp":1484254722419,"id":7976,"parentId":7973,"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":1728050800503,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37112,"timestamp":1484254722469,"id":7979,"parentId":7973,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050800503,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37103,"timestamp":1484254722484,"id":7980,"parentId":7973,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050800503,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":38662,"timestamp":1484254722453,"id":7978,"parentId":7973,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050800503,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":38689,"timestamp":1484254722438,"id":7977,"parentId":7973,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050800503,"traceId":"b09007848b46e699"},{"name":"make","duration":168783,"timestamp":1484254699735,"id":7973,"parentId":7972,"tags":{},"startTime":1728050800480,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2489,"timestamp":1484254879849,"id":8001,"parentId":8000,"tags":{},"startTime":1728050800661,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1484254882359,"id":8003,"parentId":8000,"tags":{},"startTime":1728050800663,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":5269,"timestamp":1484254882388,"id":8004,"parentId":8000,"tags":{},"startTime":1728050800663,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":7,"timestamp":1484254887697,"id":8005,"parentId":8000,"tags":{},"startTime":1728050800668,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1484254887720,"id":8006,"parentId":8000,"tags":{},"startTime":1728050800668,"traceId":"b09007848b46e699"},{"name":"optimize","duration":7451,"timestamp":1484254882351,"id":8002,"parentId":8000,"tags":{},"startTime":1728050800663,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":697,"timestamp":1484254891569,"id":8007,"parentId":8000,"tags":{},"startTime":1728050800672,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":4721,"timestamp":1484254892275,"id":8008,"parentId":8000,"tags":{},"startTime":1728050800673,"traceId":"b09007848b46e699"},{"name":"hash","duration":1023,"timestamp":1484254898533,"id":8009,"parentId":8000,"tags":{},"startTime":1728050800679,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":129,"timestamp":1484254899556,"id":8010,"parentId":8000,"tags":{},"startTime":1728050800680,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":157,"timestamp":1484254899675,"id":8011,"parentId":8000,"tags":{},"startTime":1728050800680,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":232,"timestamp":1484254899837,"id":8012,"parentId":8000,"tags":{},"startTime":1728050800681,"traceId":"b09007848b46e699"},{"name":"seal","duration":31168,"timestamp":1484254875695,"id":8000,"parentId":7972,"tags":{},"startTime":1728050800656,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":215950,"timestamp":1484254699257,"id":7972,"parentId":3,"tags":{"name":"server"},"startTime":1728050800480,"traceId":"b09007848b46e699"}] -[{"name":"client-error","duration":7,"timestamp":1484254945959,"id":8013,"parentId":3,"tags":{"errorCount":1},"startTime":1728050800727,"traceId":"b09007848b46e699"},{"name":"client-success","duration":24,"timestamp":1484255506483,"id":8026,"parentId":3,"tags":{},"startTime":1728050801287,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":53780,"timestamp":1484255558651,"id":8029,"parentId":8025,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050801339,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":56915,"timestamp":1484255558537,"id":8027,"parentId":8025,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050801339,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":145209,"timestamp":1484255558628,"id":8028,"parentId":8025,"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":1728050801339,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":15245,"timestamp":1484255690013,"id":8035,"parentId":8034,"tags":{},"startTime":1728050801471,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":15622,"timestamp":1484255689645,"id":8034,"parentId":8033,"tags":{},"startTime":1728050801470,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":19805,"timestamp":1484255688978,"id":8033,"parentId":8024,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050801470,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":179969,"timestamp":1484255558695,"id":8031,"parentId":8025,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050801339,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":179967,"timestamp":1484255558716,"id":8032,"parentId":8025,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050801339,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":180014,"timestamp":1484255558673,"id":8030,"parentId":8025,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050801339,"traceId":"b09007848b46e699"},{"name":"make","duration":787297,"timestamp":1484255455910,"id":8025,"parentId":8024,"tags":{},"startTime":1728050801237,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6406,"timestamp":1484256269841,"id":8053,"parentId":8052,"tags":{},"startTime":1728050802050,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":9,"timestamp":1484256276291,"id":8055,"parentId":8052,"tags":{},"startTime":1728050802057,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":8297,"timestamp":1484256276327,"id":8056,"parentId":8052,"tags":{},"startTime":1728050802057,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":21,"timestamp":1484256284676,"id":8057,"parentId":8052,"tags":{},"startTime":1728050802065,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1484256284740,"id":8058,"parentId":8052,"tags":{},"startTime":1728050802065,"traceId":"b09007848b46e699"},{"name":"optimize","duration":268565,"timestamp":1484256276276,"id":8054,"parentId":8052,"tags":{},"startTime":1728050802057,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":3597,"timestamp":1484256610319,"id":8059,"parentId":8052,"tags":{},"startTime":1728050802391,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":16313,"timestamp":1484256613952,"id":8060,"parentId":8052,"tags":{},"startTime":1728050802395,"traceId":"b09007848b46e699"},{"name":"hash","duration":3109,"timestamp":1484256647893,"id":8061,"parentId":8052,"tags":{},"startTime":1728050802429,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":1022,"timestamp":1484256651000,"id":8062,"parentId":8052,"tags":{},"startTime":1728050802432,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":1496,"timestamp":1484256652001,"id":8063,"parentId":8052,"tags":{},"startTime":1728050802433,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":6609,"timestamp":1484256653511,"id":8064,"parentId":8052,"tags":{},"startTime":1728050802434,"traceId":"b09007848b46e699"},{"name":"seal","duration":439742,"timestamp":1484256259809,"id":8052,"parentId":8024,"tags":{},"startTime":1728050802040,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1270021,"timestamp":1484255445887,"id":8024,"parentId":8022,"tags":{"name":"server"},"startTime":1728050801227,"traceId":"b09007848b46e699"},{"name":"emit","duration":38631,"timestamp":1484256716066,"id":8065,"parentId":8022,"tags":{},"startTime":1728050802497,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":1674910,"timestamp":1484255081089,"id":8022,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050800862,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33695,"timestamp":1484256777666,"id":8078,"parentId":8067,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050802558,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33747,"timestamp":1484256777763,"id":8080,"parentId":8067,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050802558,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33765,"timestamp":1484256777791,"id":8081,"parentId":8067,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050802558,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":60369,"timestamp":1484256777178,"id":8068,"parentId":8067,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050802558,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":60143,"timestamp":1484256777428,"id":8070,"parentId":8067,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050802558,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":68049,"timestamp":1484256777481,"id":8072,"parentId":8067,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050802558,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":75349,"timestamp":1484256777507,"id":8073,"parentId":8067,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050802558,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":83783,"timestamp":1484256777532,"id":8074,"parentId":8067,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050802558,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":90436,"timestamp":1484256777582,"id":8076,"parentId":8067,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050802558,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":90206,"timestamp":1484256777823,"id":8082,"parentId":8067,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050802558,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":94617,"timestamp":1484256777723,"id":8079,"parentId":8067,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050802558,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":97992,"timestamp":1484256777455,"id":8071,"parentId":8067,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050802558,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":21251,"timestamp":1484256854434,"id":8085,"parentId":8084,"tags":{},"startTime":1728050802635,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":353371,"timestamp":1484256875946,"id":8087,"parentId":8086,"tags":{},"startTime":1728050802657,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":354314,"timestamp":1484256875769,"id":8086,"parentId":8084,"tags":{},"startTime":1728050802656,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":31423,"timestamp":1484257230180,"id":8088,"parentId":8084,"tags":{"astUsed":"true"},"startTime":1728050803011,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":410304,"timestamp":1484256854188,"id":8084,"parentId":8083,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050802635,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":491369,"timestamp":1484256777397,"id":8069,"parentId":8067,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050802558,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":461951,"timestamp":1484256812670,"id":8083,"parentId":8066,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050802593,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":498734,"timestamp":1484256777557,"id":8075,"parentId":8067,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050802558,"traceId":"b09007848b46e699"},{"name":"build-module","duration":49,"timestamp":1484257277272,"id":8089,"parentId":8083,"tags":{},"startTime":1728050803058,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":500516,"timestamp":1484256777614,"id":8077,"parentId":8067,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050802558,"traceId":"b09007848b46e699"},{"name":"make","duration":515733,"timestamp":1484256762414,"id":8067,"parentId":8066,"tags":{},"startTime":1728050802543,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":7990,"timestamp":1484257289413,"id":8091,"parentId":8090,"tags":{},"startTime":1728050803070,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":6,"timestamp":1484257297455,"id":8093,"parentId":8090,"tags":{},"startTime":1728050803078,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":847,"timestamp":1484257297490,"id":8094,"parentId":8090,"tags":{},"startTime":1728050803078,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":10,"timestamp":1484257298382,"id":8095,"parentId":8090,"tags":{},"startTime":1728050803079,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1484257298433,"id":8096,"parentId":8090,"tags":{},"startTime":1728050803079,"traceId":"b09007848b46e699"},{"name":"optimize","duration":6559,"timestamp":1484257297437,"id":8092,"parentId":8090,"tags":{},"startTime":1728050803078,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":575,"timestamp":1484257305893,"id":8097,"parentId":8090,"tags":{},"startTime":1728050803087,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":8846,"timestamp":1484257306478,"id":8098,"parentId":8090,"tags":{},"startTime":1728050803087,"traceId":"b09007848b46e699"},{"name":"hash","duration":5226,"timestamp":1484257317347,"id":8099,"parentId":8090,"tags":{},"startTime":1728050803098,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":271,"timestamp":1484257322572,"id":8100,"parentId":8090,"tags":{},"startTime":1728050803103,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":211,"timestamp":1484257322831,"id":8101,"parentId":8090,"tags":{},"startTime":1728050803103,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3693,"timestamp":1484257323047,"id":8102,"parentId":8090,"tags":{},"startTime":1728050803104,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":152,"timestamp":1484257329082,"id":8104,"parentId":8066,"tags":{},"startTime":1728050803110,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":279,"timestamp":1484257328962,"id":8103,"parentId":8066,"tags":{},"startTime":1728050803110,"traceId":"b09007848b46e699"},{"name":"seal","duration":49352,"timestamp":1484257284889,"id":8090,"parentId":8066,"tags":{},"startTime":1728050803066,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":573280,"timestamp":1484256761028,"id":8066,"parentId":8023,"tags":{"name":"client"},"startTime":1728050802542,"traceId":"b09007848b46e699"},{"name":"emit","duration":35526,"timestamp":1484257334370,"id":8105,"parentId":8023,"tags":{},"startTime":1728050803115,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":2261624,"timestamp":1484255112653,"id":8023,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050800893,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":41,"timestamp":1484257386558,"id":8106,"parentId":3,"tags":{},"startTime":1728050803167,"traceId":"b09007848b46e699"},{"name":"client-full-reload","duration":2,"timestamp":1484258511058,"id":8108,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js?v=1728050771468:1364:20)"},"startTime":1728050804292,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":329119,"timestamp":1484258352216,"id":8107,"tags":{"url":"/about","isTurbopack":false},"startTime":1728050804133,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":3,"timestamp":1484258681557,"id":8109,"parentId":8107,"tags":{"url":"/about","memory.rss":"291078144","memory.heapUsed":"238883504","memory.heapTotal":"303988736"},"startTime":1728050804462,"traceId":"b09007848b46e699"},{"name":"client-success","duration":12,"timestamp":1484259300960,"id":8110,"parentId":3,"tags":{},"startTime":1728050805082,"traceId":"b09007848b46e699"},{"name":"next-client-pages-loader","duration":679,"timestamp":1484259514296,"id":8112,"parentId":8111,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1728050805295,"traceId":"b09007848b46e699"},{"name":"build-module","duration":3211,"timestamp":1484259513462,"id":8111,"parentId":7881,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!","layer":null},"startTime":1728050805294,"traceId":"b09007848b46e699"},{"name":"next-client-pages-loader","duration":22,"timestamp":1484259516777,"id":8114,"parentId":8113,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1728050805297,"traceId":"b09007848b46e699"},{"name":"build-module","duration":318,"timestamp":1484259516733,"id":8113,"parentId":7883,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!","layer":null},"startTime":1728050805297,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":3362,"timestamp":1484259524473,"id":8116,"parentId":8115,"tags":{},"startTime":1728050805305,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5380,"timestamp":1484259524042,"id":8115,"parentId":7878,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js","layer":null},"startTime":1728050805305,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6254,"timestamp":1484259535604,"id":8129,"parentId":8128,"tags":{},"startTime":1728050805316,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6325,"timestamp":1484259535540,"id":8128,"parentId":8126,"tags":{},"startTime":1728050805316,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9475,"timestamp":1484259535228,"id":8126,"parentId":8111,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/pages/_app.js","layer":null},"startTime":1728050805316,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":20573,"timestamp":1484259525084,"id":8121,"parentId":8120,"tags":{},"startTime":1728050805306,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":20773,"timestamp":1484259524887,"id":8120,"parentId":8117,"tags":{},"startTime":1728050805305,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":23191,"timestamp":1484259524502,"id":8117,"parentId":7880,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/next-dev.js","layer":null},"startTime":1728050805305,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":23178,"timestamp":1484259525193,"id":8123,"parentId":8122,"tags":{},"startTime":1728050805306,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":23222,"timestamp":1484259525151,"id":8122,"parentId":8118,"tags":{},"startTime":1728050805306,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":28124,"timestamp":1484259524667,"id":8118,"parentId":7879,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/amp-dev.js","layer":null},"startTime":1728050805305,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":27540,"timestamp":1484259525308,"id":8125,"parentId":8124,"tags":{},"startTime":1728050805306,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":27595,"timestamp":1484259525255,"id":8124,"parentId":8119,"tags":{},"startTime":1728050805306,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":33550,"timestamp":1484259524763,"id":8119,"parentId":7882,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js","layer":null},"startTime":1728050805305,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":22751,"timestamp":1484259535705,"id":8131,"parentId":8130,"tags":{},"startTime":1728050805316,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":22791,"timestamp":1484259535669,"id":8130,"parentId":8127,"tags":{},"startTime":1728050805316,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":29114,"timestamp":1484259535391,"id":8127,"parentId":8113,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/pages/_error.js","layer":null},"startTime":1728050805316,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":41299,"timestamp":1484259536411,"id":8133,"parentId":8132,"tags":{},"startTime":1728050805317,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":43244,"timestamp":1484259536374,"id":8132,"parentId":8115,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/helpers.js","layer":null},"startTime":1728050805317,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3512,"timestamp":1484259584894,"id":8143,"parentId":8142,"tags":{},"startTime":1728050805365,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3562,"timestamp":1484259584854,"id":8142,"parentId":8135,"tags":{},"startTime":1728050805365,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":6602,"timestamp":1484259584056,"id":8135,"parentId":8117,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/setup-hydration-warning.js","layer":null},"startTime":1728050805365,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6627,"timestamp":1484259585090,"id":8147,"parentId":8146,"tags":{},"startTime":1728050805366,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6665,"timestamp":1484259585057,"id":8146,"parentId":8137,"tags":{},"startTime":1728050805366,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9224,"timestamp":1484259584250,"id":8137,"parentId":8119,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/with-router.js","layer":null},"startTime":1728050805365,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8821,"timestamp":1484259584711,"id":8141,"parentId":8140,"tags":{},"startTime":1728050805365,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8905,"timestamp":1484259584630,"id":8140,"parentId":8134,"tags":{},"startTime":1728050805365,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":12315,"timestamp":1484259583855,"id":8134,"parentId":8117,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/webpack.js","layer":null},"startTime":1728050805364,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":12773,"timestamp":1484259585274,"id":8151,"parentId":8150,"tags":{},"startTime":1728050805366,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":12808,"timestamp":1484259585244,"id":8150,"parentId":8139,"tags":{},"startTime":1728050805366,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":16558,"timestamp":1484259584429,"id":8139,"parentId":8118,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/fouc.js","layer":null},"startTime":1728050805365,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":16075,"timestamp":1484259584990,"id":8145,"parentId":8144,"tags":{},"startTime":1728050805366,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":16110,"timestamp":1484259584958,"id":8144,"parentId":8136,"tags":{},"startTime":1728050805366,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":21580,"timestamp":1484259584155,"id":8136,"parentId":8117,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/page-bootstrap.js","layer":null},"startTime":1728050805365,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":20639,"timestamp":1484259585183,"id":8149,"parentId":8148,"tags":{},"startTime":1728050805366,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":20674,"timestamp":1484259585152,"id":8148,"parentId":8138,"tags":{},"startTime":1728050805366,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":24498,"timestamp":1484259584342,"id":8138,"parentId":8117,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/hot-middleware-client.js","layer":null},"startTime":1728050805365,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":28960,"timestamp":1484259587835,"id":8155,"parentId":8154,"tags":{},"startTime":1728050805368,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":29060,"timestamp":1484259587741,"id":8154,"parentId":8152,"tags":{},"startTime":1728050805368,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":31372,"timestamp":1484259587317,"id":8152,"parentId":8118,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/on-demand-entries-client.js","layer":null},"startTime":1728050805368,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":32345,"timestamp":1484259588061,"id":8157,"parentId":8156,"tags":{},"startTime":1728050805369,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":32484,"timestamp":1484259587926,"id":8156,"parentId":8153,"tags":{},"startTime":1728050805369,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":43415,"timestamp":1484259587541,"id":8153,"parentId":8117,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/index.js","layer":null},"startTime":1728050805368,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6919,"timestamp":1484259636532,"id":8167,"parentId":8166,"tags":{},"startTime":1728050805417,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6961,"timestamp":1484259636496,"id":8166,"parentId":8161,"tags":{},"startTime":1728050805417,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8855,"timestamp":1484259635521,"id":8161,"parentId":8119,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":null},"startTime":1728050805416,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":10314,"timestamp":1484259636430,"id":8165,"parentId":8164,"tags":{},"startTime":1728050805417,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":10388,"timestamp":1484259636359,"id":8164,"parentId":8160,"tags":{},"startTime":1728050805417,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":14104,"timestamp":1484259635339,"id":8160,"parentId":8126,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils.js","layer":null},"startTime":1728050805416,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":14016,"timestamp":1484259636626,"id":8169,"parentId":8168,"tags":{},"startTime":1728050805417,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":14051,"timestamp":1484259636595,"id":8168,"parentId":8162,"tags":{},"startTime":1728050805417,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":17313,"timestamp":1484259635621,"id":8162,"parentId":8127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/head.js","layer":null},"startTime":1728050805416,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":67332,"timestamp":1484259591434,"id":8159,"parentId":8158,"tags":{},"startTime":1728050805372,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":68323,"timestamp":1484259591251,"id":8158,"parentId":8119,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/is-error.js","layer":null},"startTime":1728050805372,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":36235,"timestamp":1484259636719,"id":8171,"parentId":8170,"tags":{},"startTime":1728050805417,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":36272,"timestamp":1484259636689,"id":8170,"parentId":8163,"tags":{},"startTime":1728050805417,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":55144,"timestamp":1484259635718,"id":8163,"parentId":8119,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/router.js","layer":null},"startTime":1728050805416,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":70405,"timestamp":1484259667109,"id":8181,"parentId":8180,"tags":{},"startTime":1728050805448,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":70503,"timestamp":1484259667039,"id":8180,"parentId":8174,"tags":{},"startTime":1728050805448,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":73246,"timestamp":1484259666269,"id":8174,"parentId":8118,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/websocket.js","layer":null},"startTime":1728050805447,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":74150,"timestamp":1484259667305,"id":8185,"parentId":8184,"tags":{},"startTime":1728050805448,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":74188,"timestamp":1484259667273,"id":8184,"parentId":8178,"tags":{},"startTime":1728050805448,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":76660,"timestamp":1484259666616,"id":8178,"parentId":8136,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/shared.js","layer":null},"startTime":1728050805447,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":76131,"timestamp":1484259667210,"id":8183,"parentId":8182,"tags":{},"startTime":1728050805448,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":76169,"timestamp":1484259667175,"id":8182,"parentId":8177,"tags":{},"startTime":1728050805448,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":78510,"timestamp":1484259666517,"id":8177,"parentId":8136,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/dev-build-watcher.js","layer":null},"startTime":1728050805447,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":78837,"timestamp":1484259667400,"id":8187,"parentId":8186,"tags":{},"startTime":1728050805448,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":78872,"timestamp":1484259667369,"id":8186,"parentId":8179,"tags":{},"startTime":1728050805448,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":83479,"timestamp":1484259666711,"id":8179,"parentId":8136,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/hot-reloader-client.js","layer":null},"startTime":1728050805447,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":100666,"timestamp":1484259649805,"id":8173,"parentId":8172,"tags":{},"startTime":1728050805430,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":101211,"timestamp":1484259649742,"id":8172,"parentId":8118,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":null},"startTime":1728050805430,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":43642,"timestamp":1484259708386,"id":8211,"parentId":8210,"tags":{},"startTime":1728050805489,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":43867,"timestamp":1484259708169,"id":8210,"parentId":8192,"tags":{},"startTime":1728050805489,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":52950,"timestamp":1484259700595,"id":8192,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/performance-relayer.js","layer":null},"startTime":1728050805481,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":45108,"timestamp":1484259708508,"id":8213,"parentId":8212,"tags":{},"startTime":1728050805489,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":45158,"timestamp":1484259708467,"id":8212,"parentId":8193,"tags":{},"startTime":1728050805489,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":58854,"timestamp":1484259700787,"id":8193,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/route-announcer.js","layer":null},"startTime":1728050805481,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":51798,"timestamp":1484259707949,"id":8209,"parentId":8208,"tags":{},"startTime":1728050805489,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":51907,"timestamp":1484259707842,"id":8208,"parentId":8191,"tags":{},"startTime":1728050805488,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":61196,"timestamp":1484259700454,"id":8191,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/page-loader.js","layer":null},"startTime":1728050805481,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":53071,"timestamp":1484259708624,"id":8215,"parentId":8214,"tags":{},"startTime":1728050805489,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":53114,"timestamp":1484259708585,"id":8214,"parentId":8194,"tags":{},"startTime":1728050805489,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":61937,"timestamp":1484259700950,"id":8194,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/remove-base-path.js","layer":null},"startTime":1728050805482,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":54183,"timestamp":1484259708737,"id":8217,"parentId":8216,"tags":{},"startTime":1728050805489,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":54223,"timestamp":1484259708699,"id":8216,"parentId":8195,"tags":{},"startTime":1728050805489,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":62721,"timestamp":1484259701104,"id":8195,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/has-base-path.js","layer":null},"startTime":1728050805482,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":55005,"timestamp":1484259708849,"id":8219,"parentId":8218,"tags":{},"startTime":1728050805489,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":55047,"timestamp":1484259708811,"id":8218,"parentId":8196,"tags":{},"startTime":1728050805489,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":63404,"timestamp":1484259701461,"id":8196,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/on-recoverable-error.js","layer":null},"startTime":1728050805482,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":55727,"timestamp":1484259709177,"id":8223,"parentId":8222,"tags":{},"startTime":1728050805490,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":55804,"timestamp":1484259709104,"id":8222,"parentId":8198,"tags":{},"startTime":1728050805490,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":63777,"timestamp":1484259701828,"id":8198,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":null},"startTime":1728050805482,"traceId":"b09007848b46e699"}] -[{"name":"next-swc-transform","duration":58663,"timestamp":1484259707740,"id":8207,"parentId":8206,"tags":{},"startTime":1728050805488,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":58962,"timestamp":1484259707454,"id":8206,"parentId":8190,"tags":{},"startTime":1728050805488,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":70096,"timestamp":1484259699739,"id":8190,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/head-manager.js","layer":null},"startTime":1728050805480,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":59977,"timestamp":1484259709944,"id":8227,"parentId":8226,"tags":{},"startTime":1728050805491,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":60093,"timestamp":1484259709833,"id":8226,"parentId":8200,"tags":{},"startTime":1728050805490,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":69029,"timestamp":1484259702186,"id":8200,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/runtime-config.external.js","layer":null},"startTime":1728050805483,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":61816,"timestamp":1484259709519,"id":8225,"parentId":8224,"tags":{},"startTime":1728050805490,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":62044,"timestamp":1484259709297,"id":8224,"parentId":8199,"tags":{},"startTime":1728050805490,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":70828,"timestamp":1484259702008,"id":8199,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/mitt.js","layer":null},"startTime":1728050805483,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":63983,"timestamp":1484259709001,"id":8221,"parentId":8220,"tags":{},"startTime":1728050805490,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":64031,"timestamp":1484259708960,"id":8220,"parentId":8197,"tags":{},"startTime":1728050805490,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":77461,"timestamp":1484259701642,"id":8197,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/script.js","layer":null},"startTime":1728050805482,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":69063,"timestamp":1484259710123,"id":8229,"parentId":8228,"tags":{},"startTime":1728050805491,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":69113,"timestamp":1484259710077,"id":8228,"parentId":8201,"tags":{},"startTime":1728050805491,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":77534,"timestamp":1484259702448,"id":8201,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":null},"startTime":1728050805483,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":69552,"timestamp":1484259710460,"id":8233,"parentId":8232,"tags":{},"startTime":1728050805491,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":69595,"timestamp":1484259710421,"id":8232,"parentId":8203,"tags":{},"startTime":1728050805491,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":77466,"timestamp":1484259703310,"id":8203,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":null},"startTime":1728050805484,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":71229,"timestamp":1484259710343,"id":8231,"parentId":8230,"tags":{},"startTime":1728050805491,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":71286,"timestamp":1484259710289,"id":8230,"parentId":8202,"tags":{},"startTime":1728050805491,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":79670,"timestamp":1484259702763,"id":8202,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":null},"startTime":1728050805483,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":72494,"timestamp":1484259710616,"id":8235,"parentId":8234,"tags":{},"startTime":1728050805491,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":72556,"timestamp":1484259710557,"id":8234,"parentId":8204,"tags":{},"startTime":1728050805491,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":80948,"timestamp":1484259703605,"id":8204,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/adapters.js","layer":null},"startTime":1728050805484,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":73832,"timestamp":1484259710790,"id":8237,"parentId":8236,"tags":{},"startTime":1728050805491,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":73880,"timestamp":1484259710746,"id":8236,"parentId":8205,"tags":{},"startTime":1728050805491,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":82615,"timestamp":1484259703828,"id":8205,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/client.js","layer":null},"startTime":1728050805484,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":140166,"timestamp":1484259666487,"id":8176,"parentId":8175,"tags":{},"startTime":1728050805447,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":142005,"timestamp":1484259666461,"id":8175,"parentId":8134,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/deployment-id.js","layer":null},"startTime":1728050805447,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":127938,"timestamp":1484259699667,"id":8189,"parentId":8188,"tags":{},"startTime":1728050805480,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":128868,"timestamp":1484259699424,"id":8188,"parentId":8115,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-refresh/runtime.js","layer":null},"startTime":1728050805480,"traceId":"b09007848b46e699"},{"name":"build-module","duration":406,"timestamp":1484259833305,"id":8248,"parentId":8163,"tags":{"layer":null},"startTime":1728050805614,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9062,"timestamp":1484259836608,"id":8275,"parentId":8274,"tags":{},"startTime":1728050805617,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9112,"timestamp":1484259836568,"id":8274,"parentId":8240,"tags":{},"startTime":1728050805617,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":16154,"timestamp":1484259832556,"id":8240,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":null},"startTime":1728050805613,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":12272,"timestamp":1484259836496,"id":8273,"parentId":8272,"tags":{},"startTime":1728050805617,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":12316,"timestamp":1484259836455,"id":8272,"parentId":8239,"tags":{},"startTime":1728050805617,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":19103,"timestamp":1484259832422,"id":8239,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":null},"startTime":1728050805613,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":14887,"timestamp":1484259836716,"id":8277,"parentId":8276,"tags":{},"startTime":1728050805617,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":14928,"timestamp":1484259836680,"id":8276,"parentId":8243,"tags":{},"startTime":1728050805617,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":25937,"timestamp":1484259832739,"id":8243,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/tracing/tracer.js","layer":null},"startTime":1728050805613,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":27708,"timestamp":1484259836381,"id":8271,"parentId":8270,"tags":{},"startTime":1728050805617,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":27804,"timestamp":1484259836295,"id":8270,"parentId":8238,"tags":{},"startTime":1728050805617,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":35324,"timestamp":1484259832159,"id":8238,"parentId":8136,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":null},"startTime":1728050805613,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":30704,"timestamp":1484259836823,"id":8279,"parentId":8278,"tags":{},"startTime":1728050805617,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":30743,"timestamp":1484259836787,"id":8278,"parentId":8244,"tags":{},"startTime":1728050805617,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":37469,"timestamp":1484259832854,"id":8244,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/tracing/report-to-socket.js","layer":null},"startTime":1728050805613,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":33333,"timestamp":1484259837033,"id":8283,"parentId":8282,"tags":{},"startTime":1728050805618,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":33371,"timestamp":1484259836999,"id":8282,"parentId":8246,"tags":{},"startTime":1728050805618,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":38884,"timestamp":1484259833080,"id":8246,"parentId":8162,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":null},"startTime":1728050805614,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":35069,"timestamp":1484259836929,"id":8281,"parentId":8280,"tags":{},"startTime":1728050805618,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":35106,"timestamp":1484259836895,"id":8280,"parentId":8245,"tags":{},"startTime":1728050805617,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":41799,"timestamp":1484259832969,"id":8245,"parentId":8162,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/side-effect.js","layer":null},"startTime":1728050805614,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":37661,"timestamp":1484259837138,"id":8285,"parentId":8284,"tags":{},"startTime":1728050805618,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":37697,"timestamp":1484259837104,"id":8284,"parentId":8247,"tags":{},"startTime":1728050805618,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":43061,"timestamp":1484259833189,"id":8247,"parentId":8162,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/amp-mode.js","layer":null},"startTime":1728050805614,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":39029,"timestamp":1484259837244,"id":8287,"parentId":8286,"tags":{},"startTime":1728050805618,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":39067,"timestamp":1484259837209,"id":8286,"parentId":8249,"tags":{},"startTime":1728050805618,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":44114,"timestamp":1484259833757,"id":8249,"parentId":8136,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/runtime-error-handler.js","layer":null},"startTime":1728050805614,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":40548,"timestamp":1484259837350,"id":8289,"parentId":8288,"tags":{},"startTime":1728050805618,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":40585,"timestamp":1484259837316,"id":8288,"parentId":8250,"tags":{},"startTime":1728050805618,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":45556,"timestamp":1484259833883,"id":8250,"parentId":8158,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/is-plain-object.js","layer":null},"startTime":1728050805614,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":42016,"timestamp":1484259837455,"id":8291,"parentId":8290,"tags":{},"startTime":1728050805618,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":42053,"timestamp":1484259837421,"id":8290,"parentId":8251,"tags":{},"startTime":1728050805618,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":46608,"timestamp":1484259834001,"id":8251,"parentId":8162,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":null},"startTime":1728050805615,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":42842,"timestamp":1484259837792,"id":8297,"parentId":8296,"tags":{},"startTime":1728050805618,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":42882,"timestamp":1484259837754,"id":8296,"parentId":8254,"tags":{},"startTime":1728050805618,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":47756,"timestamp":1484259834359,"id":8254,"parentId":8163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/add-locale.js","layer":null},"startTime":1728050805615,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":44457,"timestamp":1484259837682,"id":8295,"parentId":8294,"tags":{},"startTime":1728050805618,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":44499,"timestamp":1484259837643,"id":8294,"parentId":8253,"tags":{},"startTime":1728050805618,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":49267,"timestamp":1484259834243,"id":8253,"parentId":8163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/detect-domain-locale.js","layer":null},"startTime":1728050805615,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":45637,"timestamp":1484259837900,"id":8299,"parentId":8298,"tags":{},"startTime":1728050805618,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":45677,"timestamp":1484259837862,"id":8298,"parentId":8255,"tags":{},"startTime":1728050805618,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":50496,"timestamp":1484259834468,"id":8255,"parentId":8163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/remove-locale.js","layer":null},"startTime":1728050805615,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":46979,"timestamp":1484259838008,"id":8301,"parentId":8300,"tags":{},"startTime":1728050805619,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":47019,"timestamp":1484259837971,"id":8300,"parentId":8256,"tags":{},"startTime":1728050805619,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":51782,"timestamp":1484259834569,"id":8256,"parentId":8163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/add-base-path.js","layer":null},"startTime":1728050805615,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":48279,"timestamp":1484259838117,"id":8303,"parentId":8302,"tags":{},"startTime":1728050805619,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":48320,"timestamp":1484259838079,"id":8302,"parentId":8257,"tags":{},"startTime":1728050805619,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":53915,"timestamp":1484259834673,"id":8257,"parentId":8163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/resolve-href.js","layer":null},"startTime":1728050805615,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":50284,"timestamp":1484259838332,"id":8307,"parentId":8306,"tags":{},"startTime":1728050805619,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":50324,"timestamp":1484259838295,"id":8306,"parentId":8261,"tags":{},"startTime":1728050805619,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":54824,"timestamp":1484259834923,"id":8261,"parentId":8163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":null},"startTime":1728050805616,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":51561,"timestamp":1484259838225,"id":8305,"parentId":8304,"tags":{},"startTime":1728050805619,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":51600,"timestamp":1484259838188,"id":8304,"parentId":8260,"tags":{},"startTime":1728050805619,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":57123,"timestamp":1484259834820,"id":8260,"parentId":8163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/bloom-filter.js","layer":null},"startTime":1728050805615,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":53429,"timestamp":1484259838552,"id":8311,"parentId":8310,"tags":{},"startTime":1728050805619,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":53467,"timestamp":1484259838515,"id":8310,"parentId":8263,"tags":{},"startTime":1728050805619,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":57936,"timestamp":1484259835122,"id":8263,"parentId":8163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":null},"startTime":1728050805616,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":54649,"timestamp":1484259838445,"id":8309,"parentId":8308,"tags":{},"startTime":1728050805619,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":54690,"timestamp":1484259838406,"id":8308,"parentId":8262,"tags":{},"startTime":1728050805619,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":59121,"timestamp":1484259835024,"id":8262,"parentId":8163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":null},"startTime":1728050805616,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":55295,"timestamp":1484259838877,"id":8317,"parentId":8316,"tags":{},"startTime":1728050805619,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":55335,"timestamp":1484259838839,"id":8316,"parentId":8266,"tags":{},"startTime":1728050805619,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":59725,"timestamp":1484259835419,"id":8266,"parentId":8163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":null},"startTime":1728050805616,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":56527,"timestamp":1484259838660,"id":8313,"parentId":8312,"tags":{},"startTime":1728050805619,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":56568,"timestamp":1484259838622,"id":8312,"parentId":8264,"tags":{},"startTime":1728050805619,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":62964,"timestamp":1484259835223,"id":8264,"parentId":8163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":null},"startTime":1728050805616,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":59457,"timestamp":1484259838768,"id":8315,"parentId":8314,"tags":{},"startTime":1728050805619,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":59495,"timestamp":1484259838732,"id":8314,"parentId":8265,"tags":{},"startTime":1728050805619,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":64873,"timestamp":1484259835320,"id":8265,"parentId":8163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":null},"startTime":1728050805616,"traceId":"b09007848b46e699"}] -[{"name":"next-swc-transform","duration":61608,"timestamp":1484259838985,"id":8319,"parentId":8318,"tags":{},"startTime":1728050805620,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":61647,"timestamp":1484259838948,"id":8318,"parentId":8267,"tags":{},"startTime":1728050805620,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":66733,"timestamp":1484259835519,"id":8267,"parentId":8163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":null},"startTime":1728050805616,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":72960,"timestamp":1484259837572,"id":8293,"parentId":8292,"tags":{},"startTime":1728050805618,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":73031,"timestamp":1484259837528,"id":8292,"parentId":8252,"tags":{},"startTime":1728050805618,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":81008,"timestamp":1484259834119,"id":8252,"parentId":8163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/route-loader.js","layer":null},"startTime":1728050805615,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":76082,"timestamp":1484259839094,"id":8321,"parentId":8320,"tags":{},"startTime":1728050805620,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":76124,"timestamp":1484259839055,"id":8320,"parentId":8268,"tags":{},"startTime":1728050805620,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":80502,"timestamp":1484259835617,"id":8268,"parentId":8163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":null},"startTime":1728050805616,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":76947,"timestamp":1484259839202,"id":8323,"parentId":8322,"tags":{},"startTime":1728050805620,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":76985,"timestamp":1484259839166,"id":8322,"parentId":8269,"tags":{},"startTime":1728050805620,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":81296,"timestamp":1484259835720,"id":8269,"parentId":8163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":null},"startTime":1728050805616,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":56138,"timestamp":1484259861004,"id":8337,"parentId":8336,"tags":{},"startTime":1728050805642,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":56190,"timestamp":1484259860954,"id":8336,"parentId":8326,"tags":{},"startTime":1728050805642,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":58037,"timestamp":1484259859795,"id":8326,"parentId":8163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":null},"startTime":1728050805640,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":57015,"timestamp":1484259860842,"id":8335,"parentId":8334,"tags":{},"startTime":1728050805641,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":57069,"timestamp":1484259860790,"id":8334,"parentId":8325,"tags":{},"startTime":1728050805641,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":59539,"timestamp":1484259859633,"id":8325,"parentId":8163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":null},"startTime":1728050805640,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":58493,"timestamp":1484259860704,"id":8333,"parentId":8332,"tags":{},"startTime":1728050805641,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":58585,"timestamp":1484259860613,"id":8332,"parentId":8324,"tags":{},"startTime":1728050805641,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":60488,"timestamp":1484259859396,"id":8324,"parentId":8163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":null},"startTime":1728050805640,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":58861,"timestamp":1484259861132,"id":8339,"parentId":8338,"tags":{},"startTime":1728050805642,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":58909,"timestamp":1484259861086,"id":8338,"parentId":8327,"tags":{},"startTime":1728050805642,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":61191,"timestamp":1484259859926,"id":8327,"parentId":8163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":null},"startTime":1728050805641,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":72553,"timestamp":1484259861378,"id":8343,"parentId":8342,"tags":{},"startTime":1728050805642,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":72600,"timestamp":1484259861337,"id":8342,"parentId":8331,"tags":{},"startTime":1728050805642,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":74513,"timestamp":1484259860249,"id":8331,"parentId":8191,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","layer":null},"startTime":1728050805641,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":73544,"timestamp":1484259861256,"id":8341,"parentId":8340,"tags":{},"startTime":1728050805642,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":73589,"timestamp":1484259861213,"id":8340,"parentId":8330,"tags":{},"startTime":1728050805642,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":78133,"timestamp":1484259860128,"id":8330,"parentId":8191,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/constants.js","layer":null},"startTime":1728050805641,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":113572,"timestamp":1484259834790,"id":8259,"parentId":8258,"tags":{},"startTime":1728050805615,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":114013,"timestamp":1484259834771,"id":8258,"parentId":8163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/is-api-route.js","layer":null},"startTime":1728050805615,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":116096,"timestamp":1484259832704,"id":8242,"parentId":8241,"tags":{},"startTime":1728050805613,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":116890,"timestamp":1484259832675,"id":8241,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":null},"startTime":1728050805613,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7729,"timestamp":1484259942546,"id":8364,"parentId":8363,"tags":{},"startTime":1728050805723,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7815,"timestamp":1484259942471,"id":8363,"parentId":8344,"tags":{},"startTime":1728050805723,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":10867,"timestamp":1484259940470,"id":8344,"parentId":8195,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":null},"startTime":1728050805721,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8467,"timestamp":1484259942943,"id":8370,"parentId":8369,"tags":{},"startTime":1728050805724,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8520,"timestamp":1484259942899,"id":8369,"parentId":8349,"tags":{},"startTime":1728050805723,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":11337,"timestamp":1484259940973,"id":8349,"parentId":8163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":null},"startTime":1728050805722,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9692,"timestamp":1484259942660,"id":8366,"parentId":8365,"tags":{},"startTime":1728050805723,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9737,"timestamp":1484259942619,"id":8365,"parentId":8347,"tags":{},"startTime":1728050805723,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":12486,"timestamp":1484259940737,"id":8347,"parentId":8174,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/get-socket-url.js","layer":null},"startTime":1728050805721,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":12129,"timestamp":1484259943055,"id":8372,"parentId":8371,"tags":{},"startTime":1728050805724,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":12173,"timestamp":1484259943016,"id":8371,"parentId":8350,"tags":{},"startTime":1728050805724,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":14851,"timestamp":1484259941085,"id":8350,"parentId":8163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":null},"startTime":1728050805722,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":12803,"timestamp":1484259943162,"id":8374,"parentId":8373,"tags":{},"startTime":1728050805724,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":12840,"timestamp":1484259943126,"id":8373,"parentId":8351,"tags":{},"startTime":1728050805724,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":15642,"timestamp":1484259941187,"id":8351,"parentId":8197,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/request-idle-callback.js","layer":null},"startTime":1728050805722,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":13583,"timestamp":1484259943269,"id":8376,"parentId":8375,"tags":{},"startTime":1728050805724,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":13620,"timestamp":1484259943235,"id":8375,"parentId":8352,"tags":{},"startTime":1728050805724,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":16179,"timestamp":1484259941310,"id":8352,"parentId":8201,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-config.js","layer":null},"startTime":1728050805722,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":14029,"timestamp":1484259943480,"id":8380,"parentId":8379,"tags":{},"startTime":1728050805724,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":14065,"timestamp":1484259943447,"id":8379,"parentId":8356,"tags":{},"startTime":1728050805724,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":16394,"timestamp":1484259941551,"id":8356,"parentId":8204,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":null},"startTime":1728050805722,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":15154,"timestamp":1484259942824,"id":8368,"parentId":8367,"tags":{},"startTime":1728050805723,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":15247,"timestamp":1484259942734,"id":8367,"parentId":8348,"tags":{},"startTime":1728050805723,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":19942,"timestamp":1484259940851,"id":8348,"parentId":8179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/format-webpack-messages.js","layer":null},"startTime":1728050805721,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":17446,"timestamp":1484259943375,"id":8378,"parentId":8377,"tags":{},"startTime":1728050805724,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":17482,"timestamp":1484259943341,"id":8377,"parentId":8355,"tags":{},"startTime":1728050805724,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":20000,"timestamp":1484259941452,"id":8355,"parentId":8196,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":null},"startTime":1728050805722,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":17892,"timestamp":1484259943585,"id":8382,"parentId":8381,"tags":{},"startTime":1728050805724,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":17929,"timestamp":1484259943551,"id":8381,"parentId":8357,"tags":{},"startTime":1728050805724,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":20632,"timestamp":1484259941649,"id":8357,"parentId":8205,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/bus.js","layer":null},"startTime":1728050805722,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":18615,"timestamp":1484259943690,"id":8384,"parentId":8383,"tags":{},"startTime":1728050805724,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":18652,"timestamp":1484259943656,"id":8383,"parentId":8358,"tags":{},"startTime":1728050805724,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":21448,"timestamp":1484259941744,"id":8358,"parentId":8205,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parseStack.js","layer":null},"startTime":1728050805722,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":19421,"timestamp":1484259943798,"id":8386,"parentId":8385,"tags":{},"startTime":1728050805724,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":19460,"timestamp":1484259943761,"id":8385,"parentId":8359,"tags":{},"startTime":1728050805724,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":22479,"timestamp":1484259941839,"id":8359,"parentId":8205,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parse-component-stack.js","layer":null},"startTime":1728050805722,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":110506,"timestamp":1484259860073,"id":8329,"parentId":8328,"tags":{},"startTime":1728050805641,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":110810,"timestamp":1484259860043,"id":8328,"parentId":8126,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react/jsx-runtime.js","layer":null},"startTime":1728050805641,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":27195,"timestamp":1484259944011,"id":8390,"parentId":8389,"tags":{},"startTime":1728050805725,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":27232,"timestamp":1484259943977,"id":8389,"parentId":8361,"tags":{},"startTime":1728050805725,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":30012,"timestamp":1484259942029,"id":8361,"parentId":8205,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getErrorByType.js","layer":null},"startTime":1728050805723,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":28161,"timestamp":1484259943905,"id":8388,"parentId":8387,"tags":{},"startTime":1728050805724,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":28199,"timestamp":1484259943869,"id":8387,"parentId":8360,"tags":{},"startTime":1728050805724,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":31043,"timestamp":1484259941933,"id":8360,"parentId":8205,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js","layer":null},"startTime":1728050805723,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":28883,"timestamp":1484259944117,"id":8392,"parentId":8391,"tags":{},"startTime":1728050805725,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":28920,"timestamp":1484259944082,"id":8391,"parentId":8362,"tags":{},"startTime":1728050805725,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":31723,"timestamp":1484259942128,"id":8362,"parentId":8205,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/nodeStackFrames.js","layer":null},"startTime":1728050805723,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6636,"timestamp":1484259975752,"id":8395,"parentId":8394,"tags":{},"startTime":1728050805756,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6717,"timestamp":1484259975677,"id":8394,"parentId":8393,"tags":{},"startTime":1728050805756,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8369,"timestamp":1484259975244,"id":8393,"parentId":8205,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/ReactDevOverlay.js","layer":null},"startTime":1728050805756,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":50693,"timestamp":1484259941426,"id":8354,"parentId":8353,"tags":{},"startTime":1728050805722,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":51221,"timestamp":1484259941408,"id":8353,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-dom/client.js","layer":null},"startTime":1728050805722,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":51945,"timestamp":1484259940700,"id":8346,"parentId":8345,"tags":{},"startTime":1728050805721,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":52394,"timestamp":1484259940663,"id":8345,"parentId":8179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/dev/extract-modules-from-turbopack-message.js","layer":null},"startTime":1728050805721,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7524,"timestamp":1484259986285,"id":8411,"parentId":8410,"tags":{},"startTime":1728050805767,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7572,"timestamp":1484259986240,"id":8410,"parentId":8400,"tags":{},"startTime":1728050805767,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9594,"timestamp":1484259985003,"id":8400,"parentId":8252,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/trusted-types.js","layer":null},"startTime":1728050805766,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8590,"timestamp":1484259986032,"id":8407,"parentId":8406,"tags":{},"startTime":1728050805767,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8658,"timestamp":1484259985967,"id":8406,"parentId":8398,"tags":{},"startTime":1728050805767,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":10563,"timestamp":1484259984746,"id":8398,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/portal/index.js","layer":null},"startTime":1728050805765,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9171,"timestamp":1484259986161,"id":8409,"parentId":8408,"tags":{},"startTime":1728050805767,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9225,"timestamp":1484259986108,"id":8408,"parentId":8399,"tags":{},"startTime":1728050805767,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":11380,"timestamp":1484259984892,"id":8399,"parentId":8254,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/normalize-trailing-slash.js","layer":null},"startTime":1728050805765,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9898,"timestamp":1484259986396,"id":8413,"parentId":8412,"tags":{},"startTime":1728050805767,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9936,"timestamp":1484259986360,"id":8412,"parentId":8401,"tags":{},"startTime":1728050805767,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":11719,"timestamp":1484259985126,"id":8401,"parentId":8256,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":null},"startTime":1728050805766,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":10242,"timestamp":1484259986624,"id":8417,"parentId":8416,"tags":{},"startTime":1728050805767,"traceId":"b09007848b46e699"}] -[{"name":"next-swc-loader","duration":10553,"timestamp":1484259986585,"id":8416,"parentId":8403,"tags":{},"startTime":1728050805767,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":12352,"timestamp":1484259985330,"id":8403,"parentId":8267,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":null},"startTime":1728050805766,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":10856,"timestamp":1484259986845,"id":8421,"parentId":8420,"tags":{},"startTime":1728050805767,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":10895,"timestamp":1484259986808,"id":8420,"parentId":8405,"tags":{},"startTime":1728050805767,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":12727,"timestamp":1484259985545,"id":8405,"parentId":8268,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":null},"startTime":1728050805766,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":11778,"timestamp":1484259986512,"id":8415,"parentId":8414,"tags":{},"startTime":1728050805767,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":11824,"timestamp":1484259986468,"id":8414,"parentId":8402,"tags":{},"startTime":1728050805767,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":13594,"timestamp":1484259985229,"id":8402,"parentId":8264,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/escape-regexp.js","layer":null},"startTime":1728050805766,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":12106,"timestamp":1484259986735,"id":8419,"parentId":8418,"tags":{},"startTime":1728050805767,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":12145,"timestamp":1484259986697,"id":8418,"parentId":8404,"tags":{},"startTime":1728050805767,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":13910,"timestamp":1484259985434,"id":8404,"parentId":8268,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":null},"startTime":1728050805766,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6680,"timestamp":1484260007901,"id":8430,"parentId":8429,"tags":{},"startTime":1728050805788,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6736,"timestamp":1484260007854,"id":8429,"parentId":8425,"tags":{},"startTime":1728050805788,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8157,"timestamp":1484260007352,"id":8425,"parentId":8349,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":null},"startTime":1728050805788,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7528,"timestamp":1484260008016,"id":8432,"parentId":8431,"tags":{},"startTime":1728050805789,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7568,"timestamp":1484260007978,"id":8431,"parentId":8426,"tags":{},"startTime":1728050805789,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8714,"timestamp":1484260007470,"id":8426,"parentId":8347,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":null},"startTime":1728050805788,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8424,"timestamp":1484260007779,"id":8428,"parentId":8427,"tags":{},"startTime":1728050805788,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8498,"timestamp":1484260007706,"id":8427,"parentId":8424,"tags":{},"startTime":1728050805788,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9423,"timestamp":1484260007177,"id":8424,"parentId":8330,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":null},"startTime":1728050805788,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":32033,"timestamp":1484259984714,"id":8397,"parentId":8396,"tags":{},"startTime":1728050805765,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":34628,"timestamp":1484259984657,"id":8396,"parentId":8188,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.development.js","layer":null},"startTime":1728050805765,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7275239,"timestamp":1484252744258,"id":7878,"parentId":7877,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050798525,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8135,"timestamp":1484260013177,"id":8438,"parentId":8437,"tags":{},"startTime":1728050805794,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8218,"timestamp":1484260013100,"id":8437,"parentId":8435,"tags":{},"startTime":1728050805794,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9466,"timestamp":1484260012724,"id":8435,"parentId":8361,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/error-source.js","layer":null},"startTime":1728050805793,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9807,"timestamp":1484260013295,"id":8440,"parentId":8439,"tags":{},"startTime":1728050805794,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9852,"timestamp":1484260013253,"id":8439,"parentId":8436,"tags":{},"startTime":1728050805794,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":11982,"timestamp":1484260012885,"id":8436,"parentId":8361,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stack-frame.js","layer":null},"startTime":1728050805793,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":22781,"timestamp":1484260002783,"id":8423,"parentId":8422,"tags":{},"startTime":1728050805783,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":23028,"timestamp":1484260002721,"id":8422,"parentId":8126,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react/index.js","layer":null},"startTime":1728050805783,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7467,"timestamp":1484260020015,"id":8446,"parentId":8445,"tags":{},"startTime":1728050805801,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7533,"timestamp":1484260019953,"id":8445,"parentId":8441,"tags":{},"startTime":1728050805801,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8463,"timestamp":1484260019589,"id":8441,"parentId":8204,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/index.js","layer":null},"startTime":1728050805800,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7989,"timestamp":1484260020121,"id":8448,"parentId":8447,"tags":{},"startTime":1728050805801,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8028,"timestamp":1484260020084,"id":8447,"parentId":8444,"tags":{},"startTime":1728050805801,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9145,"timestamp":1484260019829,"id":8444,"parentId":8393,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/ErrorBoundary.js","layer":null},"startTime":1728050805800,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":20800,"timestamp":1484260012681,"id":8434,"parentId":8433,"tags":{},"startTime":1728050805793,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":22887,"timestamp":1484260012609,"id":8433,"parentId":8240,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":null},"startTime":1728050805793,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7374,"timestamp":1484260030456,"id":8458,"parentId":8457,"tags":{},"startTime":1728050805811,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7414,"timestamp":1484260030421,"id":8457,"parentId":8450,"tags":{},"startTime":1728050805811,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9525,"timestamp":1484260029734,"id":8450,"parentId":8393,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/ComponentStyles.js","layer":null},"startTime":1728050805810,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8727,"timestamp":1484260030553,"id":8460,"parentId":8459,"tags":{},"startTime":1728050805811,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8762,"timestamp":1484260030520,"id":8459,"parentId":8451,"tags":{},"startTime":1728050805811,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":11649,"timestamp":1484260029834,"id":8451,"parentId":8393,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/CssReset.js","layer":null},"startTime":1728050805810,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":11148,"timestamp":1484260030355,"id":8456,"parentId":8455,"tags":{},"startTime":1728050805811,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":11213,"timestamp":1484260030292,"id":8455,"parentId":8449,"tags":{},"startTime":1728050805811,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":13230,"timestamp":1484260029567,"id":8449,"parentId":8393,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/Base.js","layer":null},"startTime":1728050805810,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":13295,"timestamp":1484260030646,"id":8462,"parentId":8461,"tags":{},"startTime":1728050805811,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":13329,"timestamp":1484260030615,"id":8461,"parentId":8452,"tags":{},"startTime":1728050805811,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":15490,"timestamp":1484260029923,"id":8452,"parentId":8393,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/BuildError.js","layer":null},"startTime":1728050805811,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":14757,"timestamp":1484260030833,"id":8466,"parentId":8465,"tags":{},"startTime":1728050805811,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":14790,"timestamp":1484260030802,"id":8465,"parentId":8454,"tags":{},"startTime":1728050805811,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":16460,"timestamp":1484260030097,"id":8454,"parentId":8393,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/ShadowPortal.js","layer":null},"startTime":1728050805811,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":26767,"timestamp":1484260019800,"id":8443,"parentId":8442,"tags":{},"startTime":1728050805800,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":33719,"timestamp":1484260019771,"id":8442,"parentId":8328,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react/cjs/react-jsx-runtime.development.js","layer":null},"startTime":1728050805800,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":22839,"timestamp":1484260030740,"id":8464,"parentId":8463,"tags":{},"startTime":1728050805811,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":22874,"timestamp":1484260030708,"id":8463,"parentId":8453,"tags":{},"startTime":1728050805811,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":27051,"timestamp":1484260030010,"id":8453,"parentId":8393,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/Errors.js","layer":null},"startTime":1728050805811,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4942,"timestamp":1484260084199,"id":8478,"parentId":8477,"tags":{},"startTime":1728050805865,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4988,"timestamp":1484260084161,"id":8477,"parentId":8474,"tags":{},"startTime":1728050805865,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":6414,"timestamp":1484260083841,"id":8474,"parentId":8433,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":null},"startTime":1728050805864,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6231,"timestamp":1484260084092,"id":8476,"parentId":8475,"tags":{},"startTime":1728050805865,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6315,"timestamp":1484260084011,"id":8475,"parentId":8473,"tags":{},"startTime":1728050805865,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8201,"timestamp":1484260083678,"id":8473,"parentId":8441,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":null},"startTime":1728050805864,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":19514,"timestamp":1484260074217,"id":8470,"parentId":8469,"tags":{},"startTime":1728050805855,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":33806,"timestamp":1484260074195,"id":8469,"parentId":8422,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react/cjs/react.development.js","layer":null},"startTime":1728050805855,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":33873,"timestamp":1484260074168,"id":8468,"parentId":8467,"tags":{},"startTime":1728050805855,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":34430,"timestamp":1484260074094,"id":8467,"parentId":8353,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-dom/index.js","layer":null},"startTime":1728050805855,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":24037,"timestamp":1484260088299,"id":8481,"parentId":8480,"tags":{},"startTime":1728050805869,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":24114,"timestamp":1484260088230,"id":8480,"parentId":8479,"tags":{},"startTime":1728050805869,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":25327,"timestamp":1484260088022,"id":8479,"parentId":8450,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/noop-template.js","layer":null},"startTime":1728050805869,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":36571,"timestamp":1484260081458,"id":8472,"parentId":8471,"tags":{},"startTime":1728050805862,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":37204,"timestamp":1484260081385,"id":8471,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-is/index.js","layer":null},"startTime":1728050805862,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":13468,"timestamp":1484260116550,"id":8489,"parentId":8488,"tags":{},"startTime":1728050805897,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":13560,"timestamp":1484260116469,"id":8488,"parentId":8482,"tags":{},"startTime":1728050805897,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":15573,"timestamp":1484260115558,"id":8482,"parentId":8450,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/styles.js","layer":null},"startTime":1728050805896,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":14283,"timestamp":1484260116887,"id":8493,"parentId":8492,"tags":{},"startTime":1728050805897,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":14359,"timestamp":1484260116813,"id":8492,"parentId":8484,"tags":{},"startTime":1728050805897,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":16037,"timestamp":1484260115870,"id":8484,"parentId":8450,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/styles.js","layer":null},"startTime":1728050805896,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":14923,"timestamp":1484260117012,"id":8495,"parentId":8494,"tags":{},"startTime":1728050805898,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":14970,"timestamp":1484260116967,"id":8494,"parentId":8485,"tags":{},"startTime":1728050805898,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":16999,"timestamp":1484260116046,"id":8485,"parentId":8450,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/styles.js","layer":null},"startTime":1728050805897,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":17279,"timestamp":1484260116666,"id":8491,"parentId":8490,"tags":{},"startTime":1728050805897,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":17330,"timestamp":1484260116624,"id":8490,"parentId":8483,"tags":{},"startTime":1728050805897,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":19371,"timestamp":1484260115754,"id":8483,"parentId":8450,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/styles.js","layer":null},"startTime":1728050805896,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":18034,"timestamp":1484260117131,"id":8497,"parentId":8496,"tags":{},"startTime":1728050805898,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":18078,"timestamp":1484260117090,"id":8496,"parentId":8486,"tags":{},"startTime":1728050805898,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":19852,"timestamp":1484260116152,"id":8486,"parentId":8453,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CloseIcon.js","layer":null},"startTime":1728050805897,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":18788,"timestamp":1484260117275,"id":8499,"parentId":8498,"tags":{},"startTime":1728050805898,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":18832,"timestamp":1484260117235,"id":8498,"parentId":8487,"tags":{},"startTime":1728050805898,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":22138,"timestamp":1484260116264,"id":8487,"parentId":8453,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/component-stack-pseudo-html.js","layer":null},"startTime":1728050805897,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":22514,"timestamp":1484260129661,"id":8504,"parentId":8503,"tags":{},"startTime":1728050805910,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":22639,"timestamp":1484260129549,"id":8503,"parentId":8500,"tags":{},"startTime":1728050805910,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":24449,"timestamp":1484260128986,"id":8500,"parentId":8179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/strip-ansi/index.js","layer":null},"startTime":1728050805910,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":33961,"timestamp":1484260129257,"id":8502,"parentId":8501,"tags":{},"startTime":1728050805910,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":36922,"timestamp":1484260129223,"id":8501,"parentId":8192,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/web-vitals/web-vitals.js","layer":null},"startTime":1728050805910,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8796,"timestamp":1484260160721,"id":8514,"parentId":8513,"tags":{},"startTime":1728050805941,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8837,"timestamp":1484260160684,"id":8513,"parentId":8510,"tags":{},"startTime":1728050805941,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9717,"timestamp":1484260160401,"id":8510,"parentId":8474,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":null},"startTime":1728050805941,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9518,"timestamp":1484260160620,"id":8512,"parentId":8511,"tags":{},"startTime":1728050805941,"traceId":"b09007848b46e699"}] -[{"name":"next-swc-loader","duration":9807,"timestamp":1484260160552,"id":8511,"parentId":8509,"tags":{},"startTime":1728050805941,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":10616,"timestamp":1484260160218,"id":8509,"parentId":8474,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/segment.js","layer":null},"startTime":1728050805941,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":27711,"timestamp":1484260143278,"id":8506,"parentId":8505,"tags":{},"startTime":1728050805924,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":29425,"timestamp":1484260142726,"id":8505,"parentId":8153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":null},"startTime":1728050805923,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":28812,"timestamp":1484260143358,"id":8508,"parentId":8507,"tags":{},"startTime":1728050805924,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":29035,"timestamp":1484260143331,"id":8507,"parentId":8126,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":null},"startTime":1728050805924,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7427155,"timestamp":1484252745255,"id":7881,"parentId":7877,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050798526,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7427242,"timestamp":1484252745178,"id":7879,"parentId":7877,"tags":{"request":"./node_modules/next/dist/client/dev/amp-dev"},"startTime":1728050798526,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7427771,"timestamp":1484252745317,"id":7883,"parentId":7877,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050798526,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4285,"timestamp":1484260173343,"id":8525,"parentId":8524,"tags":{},"startTime":1728050805954,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4328,"timestamp":1484260173306,"id":8524,"parentId":8518,"tags":{},"startTime":1728050805954,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5644,"timestamp":1484260172718,"id":8518,"parentId":8452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/index.js","layer":null},"startTime":1728050805953,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4853,"timestamp":1484260173533,"id":8529,"parentId":8528,"tags":{},"startTime":1728050805954,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4888,"timestamp":1484260173501,"id":8528,"parentId":8520,"tags":{},"startTime":1728050805954,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":6065,"timestamp":1484260172911,"id":8520,"parentId":8453,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/index.js","layer":null},"startTime":1728050805953,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6723,"timestamp":1484260173438,"id":8527,"parentId":8526,"tags":{},"startTime":1728050805954,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6759,"timestamp":1484260173406,"id":8526,"parentId":8519,"tags":{},"startTime":1728050805954,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":7842,"timestamp":1484260172820,"id":8519,"parentId":8452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/index.js","layer":null},"startTime":1728050805953,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7052,"timestamp":1484260173633,"id":8531,"parentId":8530,"tags":{},"startTime":1728050805954,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7090,"timestamp":1484260173597,"id":8530,"parentId":8521,"tags":{},"startTime":1728050805954,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8260,"timestamp":1484260172998,"id":8521,"parentId":8487,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CollapseIcon.js","layer":null},"startTime":1728050805954,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8051,"timestamp":1484260173240,"id":8523,"parentId":8522,"tags":{},"startTime":1728050805954,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8117,"timestamp":1484260173176,"id":8522,"parentId":8517,"tags":{},"startTime":1728050805954,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9877,"timestamp":1484260172564,"id":8517,"parentId":8450,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/index.js","layer":null},"startTime":1728050805953,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5504,"timestamp":1484260184787,"id":8541,"parentId":8540,"tags":{},"startTime":1728050805965,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5546,"timestamp":1484260184752,"id":8540,"parentId":8535,"tags":{},"startTime":1728050805965,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8507,"timestamp":1484260184012,"id":8535,"parentId":8450,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/index.js","layer":null},"startTime":1728050805965,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7668,"timestamp":1484260184882,"id":8543,"parentId":8542,"tags":{},"startTime":1728050805965,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7702,"timestamp":1484260184850,"id":8542,"parentId":8536,"tags":{},"startTime":1728050805965,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9070,"timestamp":1484260184111,"id":8536,"parentId":8450,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/index.js","layer":null},"startTime":1728050805965,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8511,"timestamp":1484260184688,"id":8539,"parentId":8538,"tags":{},"startTime":1728050805965,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8577,"timestamp":1484260184624,"id":8538,"parentId":8534,"tags":{},"startTime":1728050805965,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9913,"timestamp":1484260183849,"id":8534,"parentId":8450,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/index.js","layer":null},"startTime":1728050805964,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8808,"timestamp":1484260184977,"id":8545,"parentId":8544,"tags":{},"startTime":1728050805966,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8840,"timestamp":1484260184946,"id":8544,"parentId":8537,"tags":{},"startTime":1728050805966,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":10402,"timestamp":1484260184204,"id":8537,"parentId":8453,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/hot-linked-text/index.js","layer":null},"startTime":1728050805965,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":24613,"timestamp":1484260177498,"id":8533,"parentId":8532,"tags":{},"startTime":1728050805958,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":25724,"timestamp":1484260177444,"id":8532,"parentId":8471,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js","layer":null},"startTime":1728050805958,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":34761,"timestamp":1484260168442,"id":8516,"parentId":8515,"tags":{},"startTime":1728050805949,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":166792,"timestamp":1484260168381,"id":8515,"parentId":8467,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-dom/cjs/react-dom.development.js","layer":null},"startTime":1728050805949,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":148286,"timestamp":1484260195889,"id":8547,"parentId":8546,"tags":{},"startTime":1728050805976,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":149538,"timestamp":1484260195833,"id":8546,"parentId":8358,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","layer":null},"startTime":1728050805976,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6665,"timestamp":1484260342503,"id":8554,"parentId":8553,"tags":{},"startTime":1728050806123,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6741,"timestamp":1484260342436,"id":8553,"parentId":8548,"tags":{},"startTime":1728050806123,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8227,"timestamp":1484260341760,"id":8548,"parentId":8517,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/group-stack-frames-by-framework.js","layer":null},"startTime":1728050806122,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7435,"timestamp":1484260342603,"id":8556,"parentId":8555,"tags":{},"startTime":1728050806123,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7474,"timestamp":1484260342567,"id":8555,"parentId":8549,"tags":{},"startTime":1728050806123,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9258,"timestamp":1484260341938,"id":8549,"parentId":8518,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/Overlay.js","layer":null},"startTime":1728050806123,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9700,"timestamp":1484260342706,"id":8558,"parentId":8557,"tags":{},"startTime":1728050806123,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9740,"timestamp":1484260342671,"id":8557,"parentId":8550,"tags":{},"startTime":1728050806123,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":11514,"timestamp":1484260342039,"id":8550,"parentId":8520,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/LeftRightDialogHeader.js","layer":null},"startTime":1728050806123,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":10789,"timestamp":1484260342803,"id":8560,"parentId":8559,"tags":{},"startTime":1728050806123,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":10823,"timestamp":1484260342772,"id":8559,"parentId":8551,"tags":{},"startTime":1728050806123,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":12450,"timestamp":1484260342134,"id":8551,"parentId":8519,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/Terminal.js","layer":null},"startTime":1728050806123,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":11704,"timestamp":1484260342903,"id":8562,"parentId":8561,"tags":{},"startTime":1728050806123,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":11740,"timestamp":1484260342870,"id":8561,"parentId":8552,"tags":{},"startTime":1728050806123,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":13066,"timestamp":1484260342226,"id":8552,"parentId":8517,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/GroupedStackFrames.js","layer":null},"startTime":1728050806123,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":19198,"timestamp":1484260347563,"id":8580,"parentId":8579,"tags":{},"startTime":1728050806128,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":19237,"timestamp":1484260347533,"id":8579,"parentId":8566,"tags":{},"startTime":1728050806128,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":20950,"timestamp":1484260346507,"id":8566,"parentId":8536,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/styles.js","layer":null},"startTime":1728050806127,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":20099,"timestamp":1484260347378,"id":8576,"parentId":8575,"tags":{},"startTime":1728050806128,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":20134,"timestamp":1484260347345,"id":8575,"parentId":8564,"tags":{},"startTime":1728050806128,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":21600,"timestamp":1484260346322,"id":8564,"parentId":8535,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/styles.js","layer":null},"startTime":1728050806127,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":20472,"timestamp":1484260347472,"id":8578,"parentId":8577,"tags":{},"startTime":1728050806128,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":20504,"timestamp":1484260347442,"id":8577,"parentId":8565,"tags":{},"startTime":1728050806128,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":22383,"timestamp":1484260346417,"id":8565,"parentId":8535,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/VersionStalenessInfo.js","layer":null},"startTime":1728050806127,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":21544,"timestamp":1484260347281,"id":8574,"parentId":8573,"tags":{},"startTime":1728050806128,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":21602,"timestamp":1484260347225,"id":8573,"parentId":8563,"tags":{},"startTime":1728050806128,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":23320,"timestamp":1484260346170,"id":8563,"parentId":8537,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/magic-identifier.js","layer":null},"startTime":1728050806127,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":21850,"timestamp":1484260347660,"id":8582,"parentId":8581,"tags":{},"startTime":1728050806128,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":21882,"timestamp":1484260347630,"id":8581,"parentId":8567,"tags":{},"startTime":1728050806128,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":23403,"timestamp":1484260346600,"id":8567,"parentId":8536,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/Toast.js","layer":null},"startTime":1728050806127,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":22078,"timestamp":1484260347942,"id":8588,"parentId":8587,"tags":{},"startTime":1728050806129,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":22109,"timestamp":1484260347913,"id":8587,"parentId":8570,"tags":{},"startTime":1728050806128,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":23600,"timestamp":1484260346859,"id":8570,"parentId":8534,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogContent.js","layer":null},"startTime":1728050806127,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":22748,"timestamp":1484260347759,"id":8584,"parentId":8583,"tags":{},"startTime":1728050806128,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":22781,"timestamp":1484260347728,"id":8583,"parentId":8568,"tags":{},"startTime":1728050806128,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":24490,"timestamp":1484260346686,"id":8568,"parentId":8534,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/Dialog.js","layer":null},"startTime":1728050806127,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":23340,"timestamp":1484260347852,"id":8586,"parentId":8585,"tags":{},"startTime":1728050806128,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":23371,"timestamp":1484260347822,"id":8585,"parentId":8569,"tags":{},"startTime":1728050806128,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":24842,"timestamp":1484260346768,"id":8569,"parentId":8534,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogBody.js","layer":null},"startTime":1728050806127,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":24280,"timestamp":1484260348033,"id":8590,"parentId":8589,"tags":{},"startTime":1728050806129,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":24313,"timestamp":1484260348004,"id":8589,"parentId":8571,"tags":{},"startTime":1728050806129,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":25825,"timestamp":1484260346946,"id":8571,"parentId":8534,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogHeader.js","layer":null},"startTime":1728050806128,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":24784,"timestamp":1484260348123,"id":8592,"parentId":8591,"tags":{},"startTime":1728050806129,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":24815,"timestamp":1484260348094,"id":8591,"parentId":8572,"tags":{},"startTime":1728050806129,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":26344,"timestamp":1484260347034,"id":8572,"parentId":8534,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/styles.js","layer":null},"startTime":1728050806128,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2716,"timestamp":1484260401363,"id":8605,"parentId":8604,"tags":{},"startTime":1728050806182,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2762,"timestamp":1484260401330,"id":8604,"parentId":8597,"tags":{},"startTime":1728050806182,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4349,"timestamp":1484260400775,"id":8597,"parentId":8549,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/body-locker.js","layer":null},"startTime":1728050806181,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4113,"timestamp":1484260401165,"id":8601,"parentId":8600,"tags":{},"startTime":1728050806182,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4187,"timestamp":1484260401095,"id":8600,"parentId":8595,"tags":{},"startTime":1728050806182,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5623,"timestamp":1484260400505,"id":8595,"parentId":8552,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/FrameworkIcon.js","layer":null},"startTime":1728050806181,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5649,"timestamp":1484260401455,"id":8607,"parentId":8606,"tags":{},"startTime":1728050806182,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5684,"timestamp":1484260401424,"id":8606,"parentId":8598,"tags":{},"startTime":1728050806182,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":6936,"timestamp":1484260400867,"id":8598,"parentId":8551,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/EditorLink.js","layer":null},"startTime":1728050806181,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5381,"timestamp":1484260403594,"id":8612,"parentId":8611,"tags":{},"startTime":1728050806184,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5464,"timestamp":1484260403515,"id":8611,"parentId":8610,"tags":{},"startTime":1728050806184,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":6298,"timestamp":1484260403141,"id":8610,"parentId":8517,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/index.js","layer":null},"startTime":1728050806184,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7922,"timestamp":1484260401546,"id":8609,"parentId":8608,"tags":{},"startTime":1728050806182,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7954,"timestamp":1484260401516,"id":8608,"parentId":8599,"tags":{},"startTime":1728050806182,"traceId":"b09007848b46e699"}] -[{"name":"build-module-js","duration":9479,"timestamp":1484260400958,"id":8599,"parentId":8552,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/CallStackFrame.js","layer":null},"startTime":1728050806182,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":11210,"timestamp":1484260399860,"id":8594,"parentId":8593,"tags":{},"startTime":1728050806180,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":11514,"timestamp":1484260399795,"id":8593,"parentId":8450,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js","layer":null},"startTime":1728050806180,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2508,"timestamp":1484260412215,"id":8615,"parentId":8614,"tags":{},"startTime":1728050806193,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2582,"timestamp":1484260412147,"id":8614,"parentId":8613,"tags":{},"startTime":1728050806193,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":3568,"timestamp":1484260411871,"id":8613,"parentId":8568,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/hooks/use-on-click-outside.js","layer":null},"startTime":1728050806192,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2976,"timestamp":1484260422077,"id":8619,"parentId":8618,"tags":{},"startTime":1728050806203,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3050,"timestamp":1484260422010,"id":8618,"parentId":8616,"tags":{},"startTime":1728050806203,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4266,"timestamp":1484260421712,"id":8616,"parentId":8598,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-open-in-editor.js","layer":null},"startTime":1728050806202,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4184,"timestamp":1484260422180,"id":8621,"parentId":8620,"tags":{},"startTime":1728050806203,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4223,"timestamp":1484260422144,"id":8620,"parentId":8617,"tags":{},"startTime":1728050806203,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5523,"timestamp":1484260421887,"id":8617,"parentId":8610,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/CodeFrame.js","layer":null},"startTime":1728050806202,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":33832,"timestamp":1484260401266,"id":8603,"parentId":8602,"tags":{},"startTime":1728050806182,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":33875,"timestamp":1484260401230,"id":8602,"parentId":8596,"tags":{},"startTime":1728050806182,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":45309,"timestamp":1484260400676,"id":8596,"parentId":8549,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/maintain--tab-focus.js","layer":null},"startTime":1728050806181,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":3286,"timestamp":1484260448836,"id":8623,"parentId":8622,"tags":{},"startTime":1728050806229,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":3631,"timestamp":1484260448776,"id":8622,"parentId":8515,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/scheduler/index.js","layer":null},"startTime":1728050806229,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":2445,"timestamp":1484260456580,"id":8625,"parentId":8624,"tags":{},"startTime":1728050806237,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4884,"timestamp":1484260456528,"id":8624,"parentId":8551,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/anser/index.js","layer":null},"startTime":1728050806237,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":4704,"timestamp":1484260458273,"id":8627,"parentId":8626,"tags":{},"startTime":1728050806239,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":6722,"timestamp":1484260458243,"id":8626,"parentId":8622,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/scheduler/cjs/scheduler.development.js","layer":null},"startTime":1728050806239,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7719926,"timestamp":1484252745287,"id":7882,"parentId":7877,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050798526,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":1915,"timestamp":1484260469942,"id":8629,"parentId":8628,"tags":{},"startTime":1728050806251,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":10343,"timestamp":1484260469885,"id":8628,"parentId":8596,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/platform/platform.js","layer":null},"startTime":1728050806250,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":10412,"timestamp":1484260469988,"id":8631,"parentId":8630,"tags":{},"startTime":1728050806251,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":11062,"timestamp":1484260469966,"id":8630,"parentId":8596,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/css.escape/css.escape.js","layer":null},"startTime":1728050806251,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7736110,"timestamp":1484252745226,"id":7880,"parentId":7877,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050798526,"traceId":"b09007848b46e699"},{"name":"make","duration":7737775,"timestamp":1484252743730,"id":7877,"parentId":7876,"tags":{},"startTime":1728050798524,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":1331,"timestamp":1484260483049,"id":8633,"parentId":8632,"tags":{},"startTime":1728050806264,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1484260484395,"id":8635,"parentId":8632,"tags":{},"startTime":1728050806265,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":32,"timestamp":1484260484417,"id":8636,"parentId":8632,"tags":{},"startTime":1728050806265,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":8,"timestamp":1484260484462,"id":8637,"parentId":8632,"tags":{},"startTime":1728050806265,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1484260484487,"id":8638,"parentId":8632,"tags":{},"startTime":1728050806265,"traceId":"b09007848b46e699"},{"name":"optimize","duration":168,"timestamp":1484260484389,"id":8634,"parentId":8632,"tags":{},"startTime":1728050806265,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2540,"timestamp":1484260486036,"id":8639,"parentId":8632,"tags":{},"startTime":1728050806267,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":16997,"timestamp":1484260488587,"id":8640,"parentId":8632,"tags":{},"startTime":1728050806269,"traceId":"b09007848b46e699"},{"name":"hash","duration":6745,"timestamp":1484260507211,"id":8641,"parentId":8632,"tags":{},"startTime":1728050806288,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":1116,"timestamp":1484260513954,"id":8642,"parentId":8632,"tags":{},"startTime":1728050806295,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":73,"timestamp":1484260515060,"id":8643,"parentId":8632,"tags":{},"startTime":1728050806296,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":108263,"timestamp":1484260515136,"id":8644,"parentId":8632,"tags":{},"startTime":1728050806296,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":105,"timestamp":1484260630587,"id":8645,"parentId":7876,"tags":{},"startTime":1728050806411,"traceId":"b09007848b46e699"},{"name":"seal","duration":148756,"timestamp":1484260482583,"id":8632,"parentId":7876,"tags":{},"startTime":1728050806263,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":7888688,"timestamp":1484252742745,"id":7876,"parentId":3,"tags":{"name":"client"},"startTime":1728050798523,"traceId":"b09007848b46e699"},{"name":"emit","duration":27264,"timestamp":1484260631514,"id":8646,"parentId":3,"tags":{},"startTime":1728050806412,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9587,"timestamp":1484260681553,"id":8662,"parentId":8651,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050806462,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9641,"timestamp":1484260681575,"id":8664,"parentId":8651,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050806462,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9633,"timestamp":1484260681586,"id":8665,"parentId":8651,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050806462,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18869,"timestamp":1484260681378,"id":8652,"parentId":8651,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050806462,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18801,"timestamp":1484260681460,"id":8654,"parentId":8651,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050806462,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":20832,"timestamp":1484260681485,"id":8656,"parentId":8651,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050806462,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22918,"timestamp":1484260681542,"id":8661,"parentId":8651,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050806462,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26227,"timestamp":1484260681508,"id":8658,"parentId":8651,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050806462,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":28434,"timestamp":1484260681607,"id":8667,"parentId":8651,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1728050806462,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":31237,"timestamp":1484260681565,"id":8663,"parentId":8651,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050806462,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33568,"timestamp":1484260681497,"id":8657,"parentId":8651,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050806462,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36107,"timestamp":1484260681473,"id":8655,"parentId":8651,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050806462,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":39046,"timestamp":1484260681530,"id":8660,"parentId":8651,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050806462,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":38989,"timestamp":1484260681597,"id":8666,"parentId":8651,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050806462,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":42114,"timestamp":1484260681446,"id":8653,"parentId":8651,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050806462,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":59340,"timestamp":1484260681519,"id":8659,"parentId":8651,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050806462,"traceId":"b09007848b46e699"},{"name":"make","duration":62359,"timestamp":1484260678549,"id":8651,"parentId":8650,"tags":{},"startTime":1728050806459,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2972,"timestamp":1484260752686,"id":8669,"parentId":8668,"tags":{},"startTime":1728050806533,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1484260755686,"id":8671,"parentId":8668,"tags":{},"startTime":1728050806536,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":66,"timestamp":1484260755706,"id":8672,"parentId":8668,"tags":{},"startTime":1728050806536,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":5,"timestamp":1484260755796,"id":8673,"parentId":8668,"tags":{},"startTime":1728050806536,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1484260755815,"id":8674,"parentId":8668,"tags":{},"startTime":1728050806536,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3213,"timestamp":1484260755675,"id":8670,"parentId":8668,"tags":{},"startTime":1728050806536,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":743,"timestamp":1484260766487,"id":8675,"parentId":8668,"tags":{},"startTime":1728050806547,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":7713,"timestamp":1484260767246,"id":8676,"parentId":8668,"tags":{},"startTime":1728050806548,"traceId":"b09007848b46e699"},{"name":"hash","duration":4093,"timestamp":1484260777775,"id":8677,"parentId":8668,"tags":{},"startTime":1728050806558,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":384,"timestamp":1484260781866,"id":8678,"parentId":8668,"tags":{},"startTime":1728050806562,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":287,"timestamp":1484260782191,"id":8679,"parentId":8668,"tags":{},"startTime":1728050806563,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2740,"timestamp":1484260782482,"id":8680,"parentId":8668,"tags":{},"startTime":1728050806563,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":82,"timestamp":1484260788472,"id":8682,"parentId":8650,"tags":{},"startTime":1728050806569,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":164,"timestamp":1484260788396,"id":8681,"parentId":8650,"tags":{},"startTime":1728050806569,"traceId":"b09007848b46e699"},{"name":"seal","duration":54592,"timestamp":1484260748079,"id":8668,"parentId":8650,"tags":{},"startTime":1728050806529,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":124889,"timestamp":1484260677821,"id":8650,"parentId":8647,"tags":{"name":"client"},"startTime":1728050806458,"traceId":"b09007848b46e699"},{"name":"emit","duration":13361,"timestamp":1484260802765,"id":8683,"parentId":8647,"tags":{},"startTime":1728050806583,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":144290,"timestamp":1484260672611,"id":8647,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728050806453,"traceId":"b09007848b46e699"},{"name":"client-success","duration":3,"timestamp":1484260822492,"id":8686,"parentId":3,"tags":{},"startTime":1728050806603,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":172000,"timestamp":1484260674516,"id":8694,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728050806631,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36170,"timestamp":1484260833908,"id":8687,"parentId":8685,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050806614,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":59383,"timestamp":1484260834005,"id":8689,"parentId":8685,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050806615,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":190969,"timestamp":1484260833991,"id":8688,"parentId":8685,"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":1728050806615,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":190973,"timestamp":1484260834016,"id":8690,"parentId":8685,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1728050806615,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":216945,"timestamp":1484260834041,"id":8692,"parentId":8685,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050806615,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":216995,"timestamp":1484260834053,"id":8693,"parentId":8685,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050806615,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":219276,"timestamp":1484260834029,"id":8691,"parentId":8685,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050806615,"traceId":"b09007848b46e699"},{"name":"make","duration":397925,"timestamp":1484260818445,"id":8685,"parentId":8684,"tags":{},"startTime":1728050806599,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5073,"timestamp":1484261236814,"id":8712,"parentId":8711,"tags":{},"startTime":1728050807017,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":15,"timestamp":1484261241922,"id":8714,"parentId":8711,"tags":{},"startTime":1728050807022,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":5346,"timestamp":1484261241960,"id":8715,"parentId":8711,"tags":{},"startTime":1728050807023,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":17,"timestamp":1484261247354,"id":8716,"parentId":8711,"tags":{},"startTime":1728050807028,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1484261247407,"id":8717,"parentId":8711,"tags":{},"startTime":1728050807028,"traceId":"b09007848b46e699"},{"name":"optimize","duration":11437,"timestamp":1484261241910,"id":8713,"parentId":8711,"tags":{},"startTime":1728050807022,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1303,"timestamp":1484261259858,"id":8718,"parentId":8711,"tags":{},"startTime":1728050807040,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":15137,"timestamp":1484261261198,"id":8719,"parentId":8711,"tags":{},"startTime":1728050807042,"traceId":"b09007848b46e699"},{"name":"hash","duration":1480,"timestamp":1484261278338,"id":8720,"parentId":8711,"tags":{},"startTime":1728050807059,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":189,"timestamp":1484261279817,"id":8721,"parentId":8711,"tags":{},"startTime":1728050807060,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":196,"timestamp":1484261279995,"id":8722,"parentId":8711,"tags":{},"startTime":1728050807061,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":586,"timestamp":1484261280198,"id":8723,"parentId":8711,"tags":{},"startTime":1728050807061,"traceId":"b09007848b46e699"}] -[{"name":"seal","duration":58591,"timestamp":1484261231007,"id":8711,"parentId":8684,"tags":{},"startTime":1728050807012,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":481700,"timestamp":1484260818202,"id":8684,"parentId":8649,"tags":{"name":"server"},"startTime":1728050806599,"traceId":"b09007848b46e699"},{"name":"emit","duration":9776,"timestamp":1484261300018,"id":8724,"parentId":8649,"tags":{},"startTime":1728050807081,"traceId":"b09007848b46e699"},{"name":"compile-path","duration":637843,"timestamp":1484260672706,"id":8648,"tags":{"trigger":"/_error","isTurbopack":false},"startTime":1728050806453,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":637631,"timestamp":1484260673149,"id":8649,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728050806454,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":9133867,"timestamp":1484252599022,"id":7875,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050798380,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1484261733122,"id":8725,"parentId":7875,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"229621760","memory.heapUsed":"274604952","memory.heapTotal":"319045632"},"startTime":1728050807514,"traceId":"b09007848b46e699"},{"name":"next-client-pages-loader","duration":140,"timestamp":1484262073268,"id":8727,"parentId":8726,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1728050807854,"traceId":"b09007848b46e699"},{"name":"build-module","duration":2931,"timestamp":1484262072127,"id":8726,"parentId":8019,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!","layer":null},"startTime":1728050807853,"traceId":"b09007848b46e699"},{"name":"next-client-pages-loader","duration":114,"timestamp":1484262075426,"id":8729,"parentId":8728,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1728050807856,"traceId":"b09007848b46e699"},{"name":"build-module","duration":1092,"timestamp":1484262075240,"id":8728,"parentId":8021,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!","layer":null},"startTime":1728050807856,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":13609,"timestamp":1484262103792,"id":8731,"parentId":8730,"tags":{},"startTime":1728050807884,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":27563,"timestamp":1484262102476,"id":8730,"parentId":8016,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js","layer":null},"startTime":1728050807883,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":31081,"timestamp":1484262105421,"id":8736,"parentId":8735,"tags":{},"startTime":1728050807886,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":31368,"timestamp":1484262105146,"id":8735,"parentId":8732,"tags":{},"startTime":1728050807886,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":36383,"timestamp":1484262103877,"id":8732,"parentId":8018,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/next-dev.js","layer":null},"startTime":1728050807884,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":34686,"timestamp":1484262105684,"id":8740,"parentId":8739,"tags":{},"startTime":1728050807886,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":34735,"timestamp":1484262105640,"id":8739,"parentId":8734,"tags":{},"startTime":1728050807886,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":41311,"timestamp":1484262104937,"id":8734,"parentId":8020,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js","layer":null},"startTime":1728050807885,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":40789,"timestamp":1484262105561,"id":8738,"parentId":8737,"tags":{},"startTime":1728050807886,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":40842,"timestamp":1484262105512,"id":8737,"parentId":8733,"tags":{},"startTime":1728050807886,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":43720,"timestamp":1484262104622,"id":8733,"parentId":8017,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/amp-dev.js","layer":null},"startTime":1728050807885,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8589,"timestamp":1484262168865,"id":8745,"parentId":8744,"tags":{},"startTime":1728050807949,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8702,"timestamp":1484262168769,"id":8744,"parentId":8741,"tags":{},"startTime":1728050807949,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":11471,"timestamp":1484262168161,"id":8741,"parentId":8732,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/webpack.js","layer":null},"startTime":1728050807949,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":10947,"timestamp":1484262169100,"id":8749,"parentId":8748,"tags":{},"startTime":1728050807950,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":10988,"timestamp":1484262169063,"id":8748,"parentId":8743,"tags":{},"startTime":1728050807950,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":12665,"timestamp":1484262168509,"id":8743,"parentId":8732,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/setup-hydration-warning.js","layer":null},"startTime":1728050807949,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":12241,"timestamp":1484262168989,"id":8747,"parentId":8746,"tags":{},"startTime":1728050807950,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":12286,"timestamp":1484262168946,"id":8746,"parentId":8742,"tags":{},"startTime":1728050807949,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":14775,"timestamp":1484262168384,"id":8742,"parentId":8732,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/page-bootstrap.js","layer":null},"startTime":1728050807949,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":17504,"timestamp":1484262172970,"id":8762,"parentId":8761,"tags":{},"startTime":1728050807954,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":17556,"timestamp":1484262172929,"id":8761,"parentId":8751,"tags":{},"startTime":1728050807953,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":23042,"timestamp":1484262171937,"id":8751,"parentId":8733,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/fouc.js","layer":null},"startTime":1728050807952,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":21867,"timestamp":1484262173188,"id":8766,"parentId":8765,"tags":{},"startTime":1728050807954,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":21905,"timestamp":1484262173153,"id":8765,"parentId":8753,"tags":{},"startTime":1728050807954,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":23731,"timestamp":1484262172170,"id":8753,"parentId":8734,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/with-router.js","layer":null},"startTime":1728050807953,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":22850,"timestamp":1484262173081,"id":8764,"parentId":8763,"tags":{},"startTime":1728050807954,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":22889,"timestamp":1484262173044,"id":8763,"parentId":8752,"tags":{},"startTime":1728050807954,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":27763,"timestamp":1484262172056,"id":8752,"parentId":8733,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/on-demand-entries-client.js","layer":null},"startTime":1728050807953,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":26625,"timestamp":1484262173295,"id":8768,"parentId":8767,"tags":{},"startTime":1728050807954,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":26670,"timestamp":1484262173260,"id":8767,"parentId":8754,"tags":{},"startTime":1728050807954,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":41275,"timestamp":1484262172276,"id":8754,"parentId":8726,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/pages/_app.js","layer":null},"startTime":1728050807953,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":41100,"timestamp":1484262172855,"id":8760,"parentId":8759,"tags":{},"startTime":1728050807953,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":41183,"timestamp":1484262172780,"id":8759,"parentId":8750,"tags":{},"startTime":1728050807953,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":44059,"timestamp":1484262171714,"id":8750,"parentId":8732,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/hot-middleware-client.js","layer":null},"startTime":1728050807952,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":43893,"timestamp":1484262173406,"id":8770,"parentId":8769,"tags":{},"startTime":1728050807954,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":43935,"timestamp":1484262173371,"id":8769,"parentId":8755,"tags":{},"startTime":1728050807954,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":47055,"timestamp":1484262172393,"id":8755,"parentId":8728,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/pages/_error.js","layer":null},"startTime":1728050807953,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":55606,"timestamp":1484262173512,"id":8772,"parentId":8771,"tags":{},"startTime":1728050807954,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":55745,"timestamp":1484262173478,"id":8771,"parentId":8758,"tags":{},"startTime":1728050807954,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":62651,"timestamp":1484262172544,"id":8758,"parentId":8732,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/index.js","layer":null},"startTime":1728050807953,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":79359,"timestamp":1484262172516,"id":8757,"parentId":8756,"tags":{},"startTime":1728050807953,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":80886,"timestamp":1484262172492,"id":8756,"parentId":8730,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/helpers.js","layer":null},"startTime":1728050807953,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":13657,"timestamp":1484262242188,"id":8780,"parentId":8779,"tags":{},"startTime":1728050808023,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":13838,"timestamp":1484262242019,"id":8779,"parentId":8775,"tags":{},"startTime":1728050808023,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":16184,"timestamp":1484262240563,"id":8775,"parentId":8734,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":null},"startTime":1728050808021,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":77501,"timestamp":1484262184555,"id":8774,"parentId":8773,"tags":{},"startTime":1728050807965,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":78290,"timestamp":1484262184492,"id":8773,"parentId":8734,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/is-error.js","layer":null},"startTime":1728050807965,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":13449,"timestamp":1484262265958,"id":8794,"parentId":8793,"tags":{},"startTime":1728050808046,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":13498,"timestamp":1484262265919,"id":8793,"parentId":8787,"tags":{},"startTime":1728050808046,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":15797,"timestamp":1484262265267,"id":8787,"parentId":8742,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/shared.js","layer":null},"startTime":1728050808046,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":15435,"timestamp":1484262265677,"id":8790,"parentId":8789,"tags":{},"startTime":1728050808046,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":15520,"timestamp":1484262265595,"id":8789,"parentId":8783,"tags":{},"startTime":1728050808046,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":17281,"timestamp":1484262264882,"id":8783,"parentId":8733,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/websocket.js","layer":null},"startTime":1728050808045,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":16562,"timestamp":1484262265840,"id":8792,"parentId":8791,"tags":{},"startTime":1728050808046,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":16610,"timestamp":1484262265795,"id":8791,"parentId":8786,"tags":{},"startTime":1728050808046,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":18739,"timestamp":1484262265155,"id":8786,"parentId":8742,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/dev-build-watcher.js","layer":null},"startTime":1728050808046,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":44403,"timestamp":1484262240924,"id":8778,"parentId":8777,"tags":{},"startTime":1728050808021,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":44853,"timestamp":1484262240900,"id":8777,"parentId":8733,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":null},"startTime":1728050808021,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":20093,"timestamp":1484262266067,"id":8796,"parentId":8795,"tags":{},"startTime":1728050808047,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":20132,"timestamp":1484262266031,"id":8795,"parentId":8788,"tags":{},"startTime":1728050808047,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":23488,"timestamp":1484262265371,"id":8788,"parentId":8742,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/hot-reloader-client.js","layer":null},"startTime":1728050808046,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":68423,"timestamp":1484262242407,"id":8782,"parentId":8781,"tags":{},"startTime":1728050808023,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":68514,"timestamp":1484262242330,"id":8781,"parentId":8776,"tags":{},"startTime":1728050808023,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":88351,"timestamp":1484262240783,"id":8776,"parentId":8734,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/router.js","layer":null},"startTime":1728050808021,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":50724,"timestamp":1484262278852,"id":8800,"parentId":8799,"tags":{},"startTime":1728050808059,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":50826,"timestamp":1484262278755,"id":8799,"parentId":8797,"tags":{},"startTime":1728050808059,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":53036,"timestamp":1484262278146,"id":8797,"parentId":8754,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils.js","layer":null},"startTime":1728050808059,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":52256,"timestamp":1484262278993,"id":8802,"parentId":8801,"tags":{},"startTime":1728050808060,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":52308,"timestamp":1484262278944,"id":8801,"parentId":8798,"tags":{},"startTime":1728050808059,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":54503,"timestamp":1484262278412,"id":8798,"parentId":8755,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/head.js","layer":null},"startTime":1728050808059,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":41303,"timestamp":1484262294812,"id":8823,"parentId":8822,"tags":{},"startTime":1728050808075,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":41402,"timestamp":1484262294720,"id":8822,"parentId":8803,"tags":{},"startTime":1728050808075,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":46660,"timestamp":1484262290479,"id":8803,"parentId":8742,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":null},"startTime":1728050808071,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":41952,"timestamp":1484262295226,"id":8829,"parentId":8828,"tags":{},"startTime":1728050808076,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":42004,"timestamp":1484262295177,"id":8828,"parentId":8806,"tags":{},"startTime":1728050808076,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":47207,"timestamp":1484262291024,"id":8806,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/performance-relayer.js","layer":null},"startTime":1728050808072,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":43180,"timestamp":1484262295095,"id":8827,"parentId":8826,"tags":{},"startTime":1728050808076,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":43228,"timestamp":1484262295049,"id":8826,"parentId":8805,"tags":{},"startTime":1728050808076,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":49236,"timestamp":1484262290832,"id":8805,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/page-loader.js","layer":null},"startTime":1728050808071,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":44636,"timestamp":1484262295479,"id":8833,"parentId":8832,"tags":{},"startTime":1728050808076,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":44680,"timestamp":1484262295438,"id":8832,"parentId":8808,"tags":{},"startTime":1728050808076,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":49328,"timestamp":1484262291725,"id":8808,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/remove-base-path.js","layer":null},"startTime":1728050808072,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":45471,"timestamp":1484262295616,"id":8835,"parentId":8834,"tags":{},"startTime":1728050808076,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":45520,"timestamp":1484262295569,"id":8834,"parentId":8809,"tags":{},"startTime":1728050808076,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":49962,"timestamp":1484262292145,"id":8809,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/has-base-path.js","layer":null},"startTime":1728050808073,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":46890,"timestamp":1484262295353,"id":8831,"parentId":8830,"tags":{},"startTime":1728050808076,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":46940,"timestamp":1484262295310,"id":8830,"parentId":8807,"tags":{},"startTime":1728050808076,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":57141,"timestamp":1484262291206,"id":8807,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/route-announcer.js","layer":null},"startTime":1728050808072,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":52444,"timestamp":1484262295996,"id":8841,"parentId":8840,"tags":{},"startTime":1728050808077,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":52494,"timestamp":1484262295953,"id":8840,"parentId":8812,"tags":{},"startTime":1728050808076,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":57088,"timestamp":1484262292906,"id":8812,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":null},"startTime":1728050808073,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":54297,"timestamp":1484262295743,"id":8837,"parentId":8836,"tags":{},"startTime":1728050808076,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":54343,"timestamp":1484262295702,"id":8836,"parentId":8810,"tags":{},"startTime":1728050808076,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":59447,"timestamp":1484262292327,"id":8810,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/on-recoverable-error.js","layer":null},"startTime":1728050808073,"traceId":"b09007848b46e699"}] -[{"name":"next-swc-transform","duration":58194,"timestamp":1484262294964,"id":8825,"parentId":8824,"tags":{},"startTime":1728050808076,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":58253,"timestamp":1484262294914,"id":8824,"parentId":8804,"tags":{},"startTime":1728050808075,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":66927,"timestamp":1484262290698,"id":8804,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/head-manager.js","layer":null},"startTime":1728050808071,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":61472,"timestamp":1484262296243,"id":8843,"parentId":8842,"tags":{},"startTime":1728050808077,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":61638,"timestamp":1484262296086,"id":8842,"parentId":8813,"tags":{},"startTime":1728050808077,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":66639,"timestamp":1484262293076,"id":8813,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/mitt.js","layer":null},"startTime":1728050808074,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":63288,"timestamp":1484262296495,"id":8847,"parentId":8846,"tags":{},"startTime":1728050808077,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":63333,"timestamp":1484262296455,"id":8846,"parentId":8815,"tags":{},"startTime":1728050808077,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":67152,"timestamp":1484262293324,"id":8815,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":null},"startTime":1728050808074,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":64131,"timestamp":1484262296373,"id":8845,"parentId":8844,"tags":{},"startTime":1728050808077,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":64176,"timestamp":1484262296330,"id":8844,"parentId":8814,"tags":{},"startTime":1728050808077,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":67944,"timestamp":1484262293199,"id":8814,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/runtime-config.external.js","layer":null},"startTime":1728050808074,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":64551,"timestamp":1484262296619,"id":8849,"parentId":8848,"tags":{},"startTime":1728050808077,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":64598,"timestamp":1484262296579,"id":8848,"parentId":8816,"tags":{},"startTime":1728050808077,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":68332,"timestamp":1484262293440,"id":8816,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":null},"startTime":1728050808074,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":65054,"timestamp":1484262296742,"id":8851,"parentId":8850,"tags":{},"startTime":1728050808077,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":65097,"timestamp":1484262296702,"id":8850,"parentId":8817,"tags":{},"startTime":1728050808077,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":68745,"timestamp":1484262293552,"id":8817,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":null},"startTime":1728050808074,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":65477,"timestamp":1484262296866,"id":8853,"parentId":8852,"tags":{},"startTime":1728050808077,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":65521,"timestamp":1484262296826,"id":8852,"parentId":8818,"tags":{},"startTime":1728050808077,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":69748,"timestamp":1484262293663,"id":8818,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/adapters.js","layer":null},"startTime":1728050808074,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":94225,"timestamp":1484262296989,"id":8855,"parentId":8854,"tags":{},"startTime":1728050808078,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":94281,"timestamp":1484262296949,"id":8854,"parentId":8819,"tags":{},"startTime":1728050808077,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":98573,"timestamp":1484262293782,"id":8819,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":null},"startTime":1728050808074,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":95596,"timestamp":1484262297115,"id":8857,"parentId":8856,"tags":{},"startTime":1728050808078,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":95641,"timestamp":1484262297074,"id":8856,"parentId":8820,"tags":{},"startTime":1728050808078,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":99490,"timestamp":1484262293892,"id":8820,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":null},"startTime":1728050808074,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":97595,"timestamp":1484262295867,"id":8839,"parentId":8838,"tags":{},"startTime":1728050808076,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":97639,"timestamp":1484262295826,"id":8838,"parentId":8811,"tags":{},"startTime":1728050808076,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":103383,"timestamp":1484262292564,"id":8811,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/script.js","layer":null},"startTime":1728050808073,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":98759,"timestamp":1484262297255,"id":8859,"parentId":8858,"tags":{},"startTime":1728050808078,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":98804,"timestamp":1484262297214,"id":8858,"parentId":8821,"tags":{},"startTime":1728050808078,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":104244,"timestamp":1484262294002,"id":8821,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/client.js","layer":null},"startTime":1728050808075,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":136417,"timestamp":1484262265126,"id":8785,"parentId":8784,"tags":{},"startTime":1728050808046,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":137259,"timestamp":1484262265099,"id":8784,"parentId":8741,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/deployment-id.js","layer":null},"startTime":1728050808046,"traceId":"b09007848b46e699"},{"name":"build-module","duration":1021,"timestamp":1484262442591,"id":8866,"parentId":8776,"tags":{"layer":null},"startTime":1728050808223,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":18317,"timestamp":1484262446800,"id":8891,"parentId":8890,"tags":{},"startTime":1728050808227,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":18436,"timestamp":1484262446703,"id":8890,"parentId":8860,"tags":{},"startTime":1728050808227,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":25163,"timestamp":1484262441850,"id":8860,"parentId":8742,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/runtime-error-handler.js","layer":null},"startTime":1728050808222,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":19865,"timestamp":1484262447195,"id":8897,"parentId":8896,"tags":{},"startTime":1728050808228,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":19909,"timestamp":1484262447154,"id":8896,"parentId":8865,"tags":{},"startTime":1728050808228,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":25285,"timestamp":1484262442457,"id":8865,"parentId":8773,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/is-plain-object.js","layer":null},"startTime":1728050808223,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":20695,"timestamp":1484262447075,"id":8895,"parentId":8894,"tags":{},"startTime":1728050808228,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":20736,"timestamp":1484262447037,"id":8894,"parentId":8864,"tags":{},"startTime":1728050808228,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":27326,"timestamp":1484262442338,"id":8864,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/tracing/report-to-socket.js","layer":null},"startTime":1728050808223,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":22400,"timestamp":1484262447309,"id":8899,"parentId":8898,"tags":{},"startTime":1728050808228,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":22441,"timestamp":1484262447272,"id":8898,"parentId":8869,"tags":{},"startTime":1728050808228,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":26650,"timestamp":1484262443750,"id":8869,"parentId":8783,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/get-socket-url.js","layer":null},"startTime":1728050808224,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":23476,"timestamp":1484262446958,"id":8893,"parentId":8892,"tags":{},"startTime":1728050808227,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":23526,"timestamp":1484262446911,"id":8892,"parentId":8863,"tags":{},"startTime":1728050808227,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":29075,"timestamp":1484262442199,"id":8863,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/tracing/tracer.js","layer":null},"startTime":1728050808223,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":29703,"timestamp":1484262447536,"id":8903,"parentId":8902,"tags":{},"startTime":1728050808228,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":29751,"timestamp":1484262447499,"id":8902,"parentId":8871,"tags":{},"startTime":1728050808228,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":34222,"timestamp":1484262444061,"id":8871,"parentId":8805,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/add-locale.js","layer":null},"startTime":1728050808225,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":30923,"timestamp":1484262447423,"id":8901,"parentId":8900,"tags":{},"startTime":1728050808228,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":30965,"timestamp":1484262447384,"id":8900,"parentId":8870,"tags":{},"startTime":1728050808228,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":36283,"timestamp":1484262443925,"id":8870,"parentId":8788,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/format-webpack-messages.js","layer":null},"startTime":1728050808224,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":32584,"timestamp":1484262447650,"id":8905,"parentId":8904,"tags":{},"startTime":1728050808228,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":32625,"timestamp":1484262447612,"id":8904,"parentId":8872,"tags":{},"startTime":1728050808228,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":36691,"timestamp":1484262444192,"id":8872,"parentId":8805,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/add-base-path.js","layer":null},"startTime":1728050808225,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":32903,"timestamp":1484262448004,"id":8911,"parentId":8910,"tags":{},"startTime":1728050808229,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":32952,"timestamp":1484262447957,"id":8910,"parentId":8875,"tags":{},"startTime":1728050808228,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":36925,"timestamp":1484262444562,"id":8875,"parentId":8776,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/detect-domain-locale.js","layer":null},"startTime":1728050808225,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":33389,"timestamp":1484262448123,"id":8913,"parentId":8912,"tags":{},"startTime":1728050808229,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":33435,"timestamp":1484262448080,"id":8912,"parentId":8876,"tags":{},"startTime":1728050808229,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":37396,"timestamp":1484262444699,"id":8876,"parentId":8776,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/remove-locale.js","layer":null},"startTime":1728050808225,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":33890,"timestamp":1484262448243,"id":8915,"parentId":8914,"tags":{},"startTime":1728050808229,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":33935,"timestamp":1484262448201,"id":8914,"parentId":8877,"tags":{},"startTime":1728050808229,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":38278,"timestamp":1484262444829,"id":8877,"parentId":8776,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/resolve-href.js","layer":null},"startTime":1728050808225,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":35263,"timestamp":1484262447881,"id":8909,"parentId":8908,"tags":{},"startTime":1728050808228,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":35303,"timestamp":1484262447843,"id":8908,"parentId":8874,"tags":{},"startTime":1728050808228,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":43061,"timestamp":1484262444433,"id":8874,"parentId":8805,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/constants.js","layer":null},"startTime":1728050808225,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":39196,"timestamp":1484262448358,"id":8917,"parentId":8916,"tags":{},"startTime":1728050808229,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":39236,"timestamp":1484262448320,"id":8916,"parentId":8880,"tags":{},"startTime":1728050808229,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":43463,"timestamp":1484262445014,"id":8880,"parentId":8798,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/side-effect.js","layer":null},"startTime":1728050808226,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":37191,"timestamp":1484262451318,"id":8919,"parentId":8918,"tags":{},"startTime":1728050808232,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":37284,"timestamp":1484262451227,"id":8918,"parentId":8881,"tags":{},"startTime":1728050808232,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":43846,"timestamp":1484262445138,"id":8881,"parentId":8798,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":null},"startTime":1728050808226,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":41294,"timestamp":1484262447763,"id":8907,"parentId":8906,"tags":{},"startTime":1728050808228,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":41333,"timestamp":1484262447726,"id":8906,"parentId":8873,"tags":{},"startTime":1728050808228,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":46992,"timestamp":1484262444315,"id":8873,"parentId":8805,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/route-loader.js","layer":null},"startTime":1728050808225,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":39891,"timestamp":1484262451441,"id":8921,"parentId":8920,"tags":{},"startTime":1728050808232,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":39938,"timestamp":1484262451397,"id":8920,"parentId":8882,"tags":{},"startTime":1728050808232,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":46524,"timestamp":1484262445261,"id":8882,"parentId":8798,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/amp-mode.js","layer":null},"startTime":1728050808226,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":40261,"timestamp":1484262451561,"id":8923,"parentId":8922,"tags":{},"startTime":1728050808232,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":40309,"timestamp":1484262451515,"id":8922,"parentId":8883,"tags":{},"startTime":1728050808232,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":47462,"timestamp":1484262445392,"id":8883,"parentId":8776,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/bloom-filter.js","layer":null},"startTime":1728050808226,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":41109,"timestamp":1484262451779,"id":8927,"parentId":8926,"tags":{},"startTime":1728050808232,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":41147,"timestamp":1484262451743,"id":8926,"parentId":8885,"tags":{},"startTime":1728050808232,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":47764,"timestamp":1484262445645,"id":8885,"parentId":8805,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","layer":null},"startTime":1728050808226,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":41428,"timestamp":1484262452001,"id":8931,"parentId":8930,"tags":{},"startTime":1728050808233,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":41466,"timestamp":1484262451965,"id":8930,"parentId":8887,"tags":{},"startTime":1728050808232,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":47902,"timestamp":1484262445921,"id":8887,"parentId":8805,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":null},"startTime":1728050808226,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":41730,"timestamp":1484262452113,"id":8933,"parentId":8932,"tags":{},"startTime":1728050808233,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":41770,"timestamp":1484262452075,"id":8932,"parentId":8888,"tags":{},"startTime":1728050808233,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":48252,"timestamp":1484262446021,"id":8888,"parentId":8809,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":null},"startTime":1728050808227,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":46557,"timestamp":1484262451671,"id":8925,"parentId":8924,"tags":{},"startTime":1728050808232,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":46600,"timestamp":1484262451632,"id":8924,"parentId":8884,"tags":{},"startTime":1728050808232,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":53429,"timestamp":1484262445519,"id":8884,"parentId":8805,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":null},"startTime":1728050808226,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":46746,"timestamp":1484262452229,"id":8935,"parentId":8934,"tags":{},"startTime":1728050808233,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":46789,"timestamp":1484262452187,"id":8934,"parentId":8889,"tags":{},"startTime":1728050808233,"traceId":"b09007848b46e699"}] -[{"name":"build-module-js","duration":53703,"timestamp":1484262446131,"id":8889,"parentId":8776,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":null},"startTime":1728050808227,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":47968,"timestamp":1484262451891,"id":8929,"parentId":8928,"tags":{},"startTime":1728050808232,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":48007,"timestamp":1484262451854,"id":8928,"parentId":8886,"tags":{},"startTime":1728050808232,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":54525,"timestamp":1484262445811,"id":8886,"parentId":8805,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":null},"startTime":1728050808226,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":26894,"timestamp":1484262473462,"id":8945,"parentId":8944,"tags":{},"startTime":1728050808254,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":26941,"timestamp":1484262473417,"id":8944,"parentId":8938,"tags":{},"startTime":1728050808254,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":28286,"timestamp":1484262472600,"id":8938,"parentId":8776,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":null},"startTime":1728050808253,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":27441,"timestamp":1484262473592,"id":8947,"parentId":8946,"tags":{},"startTime":1728050808254,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":27490,"timestamp":1484262473547,"id":8946,"parentId":8939,"tags":{},"startTime":1728050808254,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":29101,"timestamp":1484262472736,"id":8939,"parentId":8776,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":null},"startTime":1728050808253,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":28534,"timestamp":1484262473332,"id":8943,"parentId":8942,"tags":{},"startTime":1728050808254,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":28588,"timestamp":1484262473281,"id":8942,"parentId":8937,"tags":{},"startTime":1728050808254,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":30261,"timestamp":1484262472461,"id":8937,"parentId":8776,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":null},"startTime":1728050808253,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":43889,"timestamp":1484262473193,"id":8941,"parentId":8940,"tags":{},"startTime":1728050808254,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":43993,"timestamp":1484262473097,"id":8940,"parentId":8936,"tags":{},"startTime":1728050808254,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":46536,"timestamp":1484262472167,"id":8936,"parentId":8776,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":null},"startTime":1728050808253,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":13468,"timestamp":1484262507078,"id":8959,"parentId":8958,"tags":{},"startTime":1728050808288,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":13509,"timestamp":1484262507040,"id":8958,"parentId":8951,"tags":{},"startTime":1728050808288,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":15103,"timestamp":1484262505989,"id":8951,"parentId":8776,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":null},"startTime":1728050808287,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":14385,"timestamp":1484262506731,"id":8953,"parentId":8952,"tags":{},"startTime":1728050808287,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":14464,"timestamp":1484262506654,"id":8952,"parentId":8948,"tags":{},"startTime":1728050808287,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":16077,"timestamp":1484262505559,"id":8948,"parentId":8776,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":null},"startTime":1728050808286,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":14687,"timestamp":1484262506969,"id":8957,"parentId":8956,"tags":{},"startTime":1728050808288,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":14729,"timestamp":1484262506929,"id":8956,"parentId":8950,"tags":{},"startTime":1728050808287,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":16245,"timestamp":1484262505880,"id":8950,"parentId":8776,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":null},"startTime":1728050808286,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":15355,"timestamp":1484262506856,"id":8955,"parentId":8954,"tags":{},"startTime":1728050808287,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":15403,"timestamp":1484262506810,"id":8954,"parentId":8949,"tags":{},"startTime":1728050808287,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":16942,"timestamp":1484262505750,"id":8949,"parentId":8776,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":null},"startTime":1728050808286,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":94143,"timestamp":1484262442166,"id":8862,"parentId":8861,"tags":{},"startTime":1728050808223,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":94889,"timestamp":1484262442125,"id":8861,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":null},"startTime":1728050808223,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":93332,"timestamp":1484262443696,"id":8868,"parentId":8867,"tags":{},"startTime":1728050808224,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":93727,"timestamp":1484262443642,"id":8867,"parentId":8788,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/dev/extract-modules-from-turbopack-message.js","layer":null},"startTime":1728050808224,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":92399,"timestamp":1484262444979,"id":8879,"parentId":8878,"tags":{},"startTime":1728050808226,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":92565,"timestamp":1484262444957,"id":8878,"parentId":8776,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/is-api-route.js","layer":null},"startTime":1728050808225,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":12412,"timestamp":1484262525630,"id":8981,"parentId":8980,"tags":{},"startTime":1728050808306,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":12452,"timestamp":1484262525593,"id":8980,"parentId":8964,"tags":{},"startTime":1728050808306,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":14510,"timestamp":1484262523970,"id":8964,"parentId":8818,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":null},"startTime":1728050808305,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":12765,"timestamp":1484262525736,"id":8983,"parentId":8982,"tags":{},"startTime":1728050808306,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":12802,"timestamp":1484262525700,"id":8982,"parentId":8965,"tags":{},"startTime":1728050808306,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":14821,"timestamp":1484262524083,"id":8965,"parentId":8798,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":null},"startTime":1728050808305,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":13518,"timestamp":1484262525404,"id":8977,"parentId":8976,"tags":{},"startTime":1728050808306,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":13592,"timestamp":1484262525332,"id":8976,"parentId":8960,"tags":{},"startTime":1728050808306,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":15658,"timestamp":1484262523622,"id":8960,"parentId":8776,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":null},"startTime":1728050808304,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":13780,"timestamp":1484262525520,"id":8979,"parentId":8978,"tags":{},"startTime":1728050808306,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":13824,"timestamp":1484262525479,"id":8978,"parentId":8963,"tags":{},"startTime":1728050808306,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":16023,"timestamp":1484262523860,"id":8963,"parentId":8815,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-config.js","layer":null},"startTime":1728050808304,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":14050,"timestamp":1484262525852,"id":8985,"parentId":8984,"tags":{},"startTime":1728050808306,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":14096,"timestamp":1484262525808,"id":8984,"parentId":8966,"tags":{},"startTime":1728050808306,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":16411,"timestamp":1484262524185,"id":8966,"parentId":8776,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":null},"startTime":1728050808305,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":14666,"timestamp":1484262525961,"id":8987,"parentId":8986,"tags":{},"startTime":1728050808306,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":14708,"timestamp":1484262525923,"id":8986,"parentId":8967,"tags":{},"startTime":1728050808306,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":16825,"timestamp":1484262524289,"id":8967,"parentId":8776,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":null},"startTime":1728050808305,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":15068,"timestamp":1484262526068,"id":8989,"parentId":8988,"tags":{},"startTime":1728050808307,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":15105,"timestamp":1484262526033,"id":8988,"parentId":8972,"tags":{},"startTime":1728050808307,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":17664,"timestamp":1484262524473,"id":8972,"parentId":8810,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":null},"startTime":1728050808305,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":16017,"timestamp":1484262526384,"id":8995,"parentId":8994,"tags":{},"startTime":1728050808307,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":16056,"timestamp":1484262526348,"id":8994,"parentId":8975,"tags":{},"startTime":1728050808307,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":18227,"timestamp":1484262524957,"id":8975,"parentId":8821,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parseStack.js","layer":null},"startTime":1728050808305,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":16931,"timestamp":1484262526278,"id":8993,"parentId":8992,"tags":{},"startTime":1728050808307,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":16968,"timestamp":1484262526243,"id":8992,"parentId":8974,"tags":{},"startTime":1728050808307,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":19021,"timestamp":1484262524789,"id":8974,"parentId":8821,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/bus.js","layer":null},"startTime":1728050808305,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":17659,"timestamp":1484262526172,"id":8991,"parentId":8990,"tags":{},"startTime":1728050808307,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":17694,"timestamp":1484262526138,"id":8990,"parentId":8973,"tags":{},"startTime":1728050808307,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":19785,"timestamp":1484262524577,"id":8973,"parentId":8811,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/request-idle-callback.js","layer":null},"startTime":1728050808305,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9703,"timestamp":1484262553637,"id":9012,"parentId":9011,"tags":{},"startTime":1728050808334,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9749,"timestamp":1484262553600,"id":9011,"parentId":8999,"tags":{},"startTime":1728050808334,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":11882,"timestamp":1484262552562,"id":8999,"parentId":8821,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getErrorByType.js","layer":null},"startTime":1728050808333,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":10952,"timestamp":1484262553529,"id":9010,"parentId":9009,"tags":{},"startTime":1728050808334,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":10991,"timestamp":1484262553492,"id":9009,"parentId":8998,"tags":{},"startTime":1728050808334,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":12890,"timestamp":1484262552454,"id":8998,"parentId":8821,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js","layer":null},"startTime":1728050808333,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":16658,"timestamp":1484262553303,"id":9006,"parentId":9005,"tags":{},"startTime":1728050808334,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":16747,"timestamp":1484262553223,"id":9005,"parentId":8996,"tags":{},"startTime":1728050808334,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":19000,"timestamp":1484262552130,"id":8996,"parentId":8821,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/ReactDevOverlay.js","layer":null},"startTime":1728050808333,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":17743,"timestamp":1484262553420,"id":9008,"parentId":9007,"tags":{},"startTime":1728050808334,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":17788,"timestamp":1484262553377,"id":9007,"parentId":8997,"tags":{},"startTime":1728050808334,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":19725,"timestamp":1484262552335,"id":8997,"parentId":8821,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parse-component-stack.js","layer":null},"startTime":1728050808333,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":18899,"timestamp":1484262553755,"id":9014,"parentId":9013,"tags":{},"startTime":1728050808334,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":18939,"timestamp":1484262553718,"id":9013,"parentId":9000,"tags":{},"startTime":1728050808334,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":20937,"timestamp":1484262552669,"id":9000,"parentId":8821,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/nodeStackFrames.js","layer":null},"startTime":1728050808333,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":20783,"timestamp":1484262553969,"id":9018,"parentId":9017,"tags":{},"startTime":1728050808334,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":20823,"timestamp":1484262553934,"id":9017,"parentId":9004,"tags":{},"startTime":1728050808334,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":22497,"timestamp":1484262552957,"id":9004,"parentId":8869,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":null},"startTime":1728050808333,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":21624,"timestamp":1484262553863,"id":9016,"parentId":9015,"tags":{},"startTime":1728050808334,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":21663,"timestamp":1484262553827,"id":9015,"parentId":9001,"tags":{},"startTime":1728050808334,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":23325,"timestamp":1484262552768,"id":9001,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/portal/index.js","layer":null},"startTime":1728050808333,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":52537,"timestamp":1484262523830,"id":8962,"parentId":8961,"tags":{},"startTime":1728050808304,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":52847,"timestamp":1484262523802,"id":8961,"parentId":8730,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-refresh/runtime.js","layer":null},"startTime":1728050808304,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":52261,"timestamp":1484262524406,"id":8969,"parentId":8968,"tags":{},"startTime":1728050808305,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":52477,"timestamp":1484262524388,"id":8968,"parentId":8753,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react/jsx-runtime.js","layer":null},"startTime":1728050808305,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":52430,"timestamp":1484262524451,"id":8971,"parentId":8970,"tags":{},"startTime":1728050808305,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":52773,"timestamp":1484262524435,"id":8970,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-dom/client.js","layer":null},"startTime":1728050808305,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":10286,"timestamp":1484262567469,"id":9029,"parentId":9028,"tags":{},"startTime":1728050808348,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":10329,"timestamp":1484262567430,"id":9028,"parentId":9021,"tags":{},"startTime":1728050808348,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":11685,"timestamp":1484262566610,"id":9021,"parentId":8874,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":null},"startTime":1728050808347,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":10858,"timestamp":1484262567577,"id":9031,"parentId":9030,"tags":{},"startTime":1728050808348,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":10914,"timestamp":1484262567541,"id":9030,"parentId":9022,"tags":{},"startTime":1728050808348,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":12305,"timestamp":1484262566715,"id":9022,"parentId":8872,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":null},"startTime":1728050808347,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":11921,"timestamp":1484262567233,"id":9025,"parentId":9024,"tags":{},"startTime":1728050808348,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":11999,"timestamp":1484262567158,"id":9024,"parentId":9019,"tags":{},"startTime":1728050808348,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":13615,"timestamp":1484262566257,"id":9019,"parentId":8871,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/normalize-trailing-slash.js","layer":null},"startTime":1728050808347,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":12594,"timestamp":1484262567358,"id":9027,"parentId":9026,"tags":{},"startTime":1728050808348,"traceId":"b09007848b46e699"}] -[{"name":"next-swc-loader","duration":12911,"timestamp":1484262567308,"id":9026,"parentId":9020,"tags":{},"startTime":1728050808348,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":14284,"timestamp":1484262566480,"id":9020,"parentId":8873,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/trusted-types.js","layer":null},"startTime":1728050808347,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":25914,"timestamp":1484262567687,"id":9033,"parentId":9032,"tags":{},"startTime":1728050808348,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":25964,"timestamp":1484262567648,"id":9032,"parentId":9023,"tags":{},"startTime":1728050808348,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":29493,"timestamp":1484262566818,"id":9023,"parentId":8939,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":null},"startTime":1728050808347,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":33866,"timestamp":1484262587328,"id":9040,"parentId":9039,"tags":{},"startTime":1728050808368,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":33969,"timestamp":1484262587239,"id":9039,"parentId":9036,"tags":{},"startTime":1728050808368,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":39337,"timestamp":1484262583626,"id":9036,"parentId":8936,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/escape-regexp.js","layer":null},"startTime":1728050808364,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":36656,"timestamp":1484262587709,"id":9042,"parentId":9041,"tags":{},"startTime":1728050808368,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":36963,"timestamp":1484262587407,"id":9041,"parentId":9037,"tags":{},"startTime":1728050808368,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":40424,"timestamp":1484262584665,"id":9037,"parentId":8948,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":null},"startTime":1728050808365,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":37187,"timestamp":1484262587933,"id":9044,"parentId":9043,"tags":{},"startTime":1728050808368,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":37322,"timestamp":1484262587800,"id":9043,"parentId":9038,"tags":{},"startTime":1728050808368,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":40177,"timestamp":1484262585440,"id":9038,"parentId":8948,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":null},"startTime":1728050808366,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":73664,"timestamp":1484262552888,"id":9003,"parentId":9002,"tags":{},"startTime":1728050808333,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":74408,"timestamp":1484262552867,"id":9002,"parentId":8820,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":null},"startTime":1728050808333,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9233,"timestamp":1484262620244,"id":9047,"parentId":9046,"tags":{},"startTime":1728050808401,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9388,"timestamp":1484262620094,"id":9046,"parentId":9045,"tags":{},"startTime":1728050808401,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":10889,"timestamp":1484262619262,"id":9045,"parentId":8966,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":null},"startTime":1728050808400,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4609,"timestamp":1484262629011,"id":9050,"parentId":9049,"tags":{},"startTime":1728050808410,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4694,"timestamp":1484262628935,"id":9049,"parentId":9048,"tags":{},"startTime":1728050808409,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5724,"timestamp":1484262628675,"id":9048,"parentId":8818,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/index.js","layer":null},"startTime":1728050808409,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":52119,"timestamp":1484262583567,"id":9035,"parentId":9034,"tags":{},"startTime":1728050808364,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":52401,"timestamp":1484262583490,"id":9034,"parentId":8734,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react/index.js","layer":null},"startTime":1728050808364,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5929,"timestamp":1484262632225,"id":9054,"parentId":9053,"tags":{},"startTime":1728050808413,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6001,"timestamp":1484262632157,"id":9053,"parentId":9051,"tags":{},"startTime":1728050808413,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":7216,"timestamp":1484262631776,"id":9051,"parentId":8999,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/error-source.js","layer":null},"startTime":1728050808412,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8038,"timestamp":1484262632339,"id":9056,"parentId":9055,"tags":{},"startTime":1728050808413,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8084,"timestamp":1484262632297,"id":9055,"parentId":9052,"tags":{},"startTime":1728050808413,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":10199,"timestamp":1484262632013,"id":9052,"parentId":8999,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stack-frame.js","layer":null},"startTime":1728050808413,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6881,"timestamp":1484262645124,"id":9063,"parentId":9062,"tags":{},"startTime":1728050808426,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6984,"timestamp":1484262645031,"id":9062,"parentId":9057,"tags":{},"startTime":1728050808426,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9693,"timestamp":1484262644485,"id":9057,"parentId":8996,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/ErrorBoundary.js","layer":null},"startTime":1728050808425,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5488,"timestamp":1484262659908,"id":9074,"parentId":9073,"tags":{},"startTime":1728050808440,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5581,"timestamp":1484262659823,"id":9073,"parentId":9064,"tags":{},"startTime":1728050808440,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":7783,"timestamp":1484262658616,"id":9064,"parentId":9002,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":null},"startTime":1728050808439,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6414,"timestamp":1484262660026,"id":9076,"parentId":9075,"tags":{},"startTime":1728050808441,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6459,"timestamp":1484262659983,"id":9075,"parentId":9065,"tags":{},"startTime":1728050808441,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8294,"timestamp":1484262658913,"id":9065,"parentId":8996,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/ShadowPortal.js","layer":null},"startTime":1728050808439,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7118,"timestamp":1484262660136,"id":9078,"parentId":9077,"tags":{},"startTime":1728050808441,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7160,"timestamp":1484262660097,"id":9077,"parentId":9066,"tags":{},"startTime":1728050808441,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9093,"timestamp":1484262659083,"id":9066,"parentId":8996,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/BuildError.js","layer":null},"startTime":1728050808440,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7846,"timestamp":1484262660353,"id":9082,"parentId":9081,"tags":{},"startTime":1728050808441,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7886,"timestamp":1484262660316,"id":9081,"parentId":9068,"tags":{},"startTime":1728050808441,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9521,"timestamp":1484262659308,"id":9068,"parentId":8996,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/Base.js","layer":null},"startTime":1728050808440,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":25366,"timestamp":1484262644892,"id":9059,"parentId":9058,"tags":{},"startTime":1728050808425,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":27523,"timestamp":1484262644854,"id":9058,"parentId":8961,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.development.js","layer":null},"startTime":1728050808425,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":27422,"timestamp":1484262644971,"id":9061,"parentId":9060,"tags":{},"startTime":1728050808426,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":31604,"timestamp":1484262644947,"id":9060,"parentId":8968,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react/cjs/react-jsx-runtime.development.js","layer":null},"startTime":1728050808425,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":16289,"timestamp":1484262660461,"id":9084,"parentId":9083,"tags":{},"startTime":1728050808441,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":16329,"timestamp":1484262660426,"id":9083,"parentId":9069,"tags":{},"startTime":1728050808441,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":20673,"timestamp":1484262659409,"id":9069,"parentId":8996,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/ComponentStyles.js","layer":null},"startTime":1728050808440,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":19581,"timestamp":1484262660570,"id":9086,"parentId":9085,"tags":{},"startTime":1728050808441,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":19619,"timestamp":1484262660534,"id":9085,"parentId":9070,"tags":{},"startTime":1728050808441,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":21581,"timestamp":1484262659509,"id":9070,"parentId":8996,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/CssReset.js","layer":null},"startTime":1728050808440,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7701313,"timestamp":1484254979951,"id":8016,"parentId":8015,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050800761,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":36355,"timestamp":1484262660244,"id":9080,"parentId":9079,"tags":{},"startTime":1728050808441,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":36405,"timestamp":1484262660208,"id":9079,"parentId":9067,"tags":{},"startTime":1728050808441,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":39590,"timestamp":1484262659203,"id":9067,"parentId":8996,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/Errors.js","layer":null},"startTime":1728050808440,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":34330,"timestamp":1484262664540,"id":9091,"parentId":9090,"tags":{},"startTime":1728050808445,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":34411,"timestamp":1484262664461,"id":9090,"parentId":9089,"tags":{},"startTime":1728050808445,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":35941,"timestamp":1484262664132,"id":9089,"parentId":9048,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":null},"startTime":1728050808445,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":51875,"timestamp":1484262659636,"id":9072,"parentId":9071,"tags":{},"startTime":1728050808440,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":58576,"timestamp":1484262659613,"id":9071,"parentId":9034,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react/cjs/react.development.js","layer":null},"startTime":1728050808440,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":63897,"timestamp":1484262664087,"id":9088,"parentId":9087,"tags":{},"startTime":1728050808445,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":64360,"timestamp":1484262663969,"id":9087,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-is/index.js","layer":null},"startTime":1728050808444,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":34363,"timestamp":1484262707308,"id":9093,"parentId":9092,"tags":{},"startTime":1728050808488,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":34865,"timestamp":1484262707232,"id":9092,"parentId":8970,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-dom/index.js","layer":null},"startTime":1728050808488,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4513,"timestamp":1484262738814,"id":9105,"parentId":9104,"tags":{},"startTime":1728050808519,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4555,"timestamp":1484262738776,"id":9104,"parentId":9098,"tags":{},"startTime":1728050808519,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5734,"timestamp":1484262738085,"id":9098,"parentId":9064,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":null},"startTime":1728050808519,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5993,"timestamp":1484262738582,"id":9101,"parentId":9100,"tags":{},"startTime":1728050808519,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6098,"timestamp":1484262738480,"id":9100,"parentId":9094,"tags":{},"startTime":1728050808519,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":7518,"timestamp":1484262737726,"id":9094,"parentId":8788,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/strip-ansi/index.js","layer":null},"startTime":1728050808518,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6344,"timestamp":1484262738925,"id":9107,"parentId":9106,"tags":{},"startTime":1728050808519,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6383,"timestamp":1484262738888,"id":9106,"parentId":9099,"tags":{},"startTime":1728050808519,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":7592,"timestamp":1484262738189,"id":9099,"parentId":9066,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/noop-template.js","layer":null},"startTime":1728050808519,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7098,"timestamp":1484262738701,"id":9103,"parentId":9102,"tags":{},"startTime":1728050808519,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7144,"timestamp":1484262738657,"id":9102,"parentId":9097,"tags":{},"startTime":1728050808519,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8216,"timestamp":1484262737972,"id":9097,"parentId":9064,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/segment.js","layer":null},"startTime":1728050808518,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2709,"timestamp":1484262749707,"id":9123,"parentId":9122,"tags":{},"startTime":1728050808530,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2753,"timestamp":1484262749670,"id":9122,"parentId":9115,"tags":{},"startTime":1728050808530,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4282,"timestamp":1484262749065,"id":9115,"parentId":9069,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/styles.js","layer":null},"startTime":1728050808530,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4533,"timestamp":1484262749597,"id":9121,"parentId":9120,"tags":{},"startTime":1728050808530,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4579,"timestamp":1484262749556,"id":9120,"parentId":9114,"tags":{},"startTime":1728050808530,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":6417,"timestamp":1484262748955,"id":9114,"parentId":9069,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/styles.js","layer":null},"startTime":1728050808529,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8244,"timestamp":1484262749484,"id":9119,"parentId":9118,"tags":{},"startTime":1728050808530,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8333,"timestamp":1484262749402,"id":9118,"parentId":9113,"tags":{},"startTime":1728050808530,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9838,"timestamp":1484262748837,"id":9113,"parentId":9069,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/styles.js","layer":null},"startTime":1728050808529,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":10077,"timestamp":1484262749321,"id":9117,"parentId":9116,"tags":{},"startTime":1728050808530,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":10153,"timestamp":1484262749248,"id":9116,"parentId":9112,"tags":{},"startTime":1728050808530,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":11379,"timestamp":1484262748647,"id":9112,"parentId":9069,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/styles.js","layer":null},"startTime":1728050808529,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":22191,"timestamp":1484262737946,"id":9096,"parentId":9095,"tags":{},"startTime":1728050808518,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":25171,"timestamp":1484262737918,"id":9095,"parentId":8806,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/web-vitals/web-vitals.js","layer":null},"startTime":1728050808518,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":16716,"timestamp":1484262751985,"id":9127,"parentId":9126,"tags":{},"startTime":1728050808533,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":16786,"timestamp":1484262751923,"id":9126,"parentId":9124,"tags":{},"startTime":1728050808532,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":17964,"timestamp":1484262751603,"id":9124,"parentId":9067,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CloseIcon.js","layer":null},"startTime":1728050808532,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":17995,"timestamp":1484262752100,"id":9129,"parentId":9128,"tags":{},"startTime":1728050808533,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":18041,"timestamp":1484262752058,"id":9128,"parentId":9125,"tags":{},"startTime":1728050808533,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":19563,"timestamp":1484262751780,"id":9125,"parentId":9067,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/component-stack-pseudo-html.js","layer":null},"startTime":1728050808532,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":31678,"timestamp":1484262743041,"id":9109,"parentId":9108,"tags":{},"startTime":1728050808524,"traceId":"b09007848b46e699"}] -[{"name":"build-module-js","duration":32996,"timestamp":1484262742559,"id":9108,"parentId":8732,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":null},"startTime":1728050808523,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":32483,"timestamp":1484262743095,"id":9111,"parentId":9110,"tags":{},"startTime":1728050808524,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":33223,"timestamp":1484262743074,"id":9110,"parentId":8758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":null},"startTime":1728050808524,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7796314,"timestamp":1484254980061,"id":8017,"parentId":8015,"tags":{"request":"./node_modules/next/dist/client/dev/amp-dev"},"startTime":1728050800761,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7796292,"timestamp":1484254980096,"id":8019,"parentId":8015,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050800761,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":7796288,"timestamp":1484254980131,"id":8021,"parentId":8015,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050800761,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":15376,"timestamp":1484262777250,"id":9131,"parentId":9130,"tags":{},"startTime":1728050808558,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":16634,"timestamp":1484262777165,"id":9130,"parentId":9087,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js","layer":null},"startTime":1728050808558,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7821,"timestamp":1484262789359,"id":9142,"parentId":9141,"tags":{},"startTime":1728050808570,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7869,"timestamp":1484262789318,"id":9141,"parentId":9137,"tags":{},"startTime":1728050808570,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9037,"timestamp":1484262788878,"id":9137,"parentId":9066,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/index.js","layer":null},"startTime":1728050808569,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8697,"timestamp":1484262789243,"id":9140,"parentId":9139,"tags":{},"startTime":1728050808570,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8774,"timestamp":1484262789168,"id":9139,"parentId":9136,"tags":{},"startTime":1728050808570,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9664,"timestamp":1484262788724,"id":9136,"parentId":9066,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/index.js","layer":null},"startTime":1728050808569,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9086,"timestamp":1484262789467,"id":9144,"parentId":9143,"tags":{},"startTime":1728050808570,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9125,"timestamp":1484262789430,"id":9143,"parentId":9138,"tags":{},"startTime":1728050808570,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":10631,"timestamp":1484262788989,"id":9138,"parentId":9069,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/index.js","layer":null},"startTime":1728050808570,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":11469,"timestamp":1484262795791,"id":9148,"parentId":9147,"tags":{},"startTime":1728050808576,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":11548,"timestamp":1484262795720,"id":9147,"parentId":9145,"tags":{},"startTime":1728050808576,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":12784,"timestamp":1484262795340,"id":9145,"parentId":9067,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/index.js","layer":null},"startTime":1728050808576,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":12264,"timestamp":1484262795909,"id":9150,"parentId":9149,"tags":{},"startTime":1728050808576,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":12309,"timestamp":1484262795868,"id":9149,"parentId":9146,"tags":{},"startTime":1728050808576,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":13333,"timestamp":1484262795518,"id":9146,"parentId":9125,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CollapseIcon.js","layer":null},"startTime":1728050808576,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7008,"timestamp":1484262802038,"id":9157,"parentId":9156,"tags":{},"startTime":1728050808583,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7054,"timestamp":1484262801995,"id":9156,"parentId":9152,"tags":{},"startTime":1728050808583,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8226,"timestamp":1484262801409,"id":9152,"parentId":9066,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/index.js","layer":null},"startTime":1728050808582,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7533,"timestamp":1484262802147,"id":9159,"parentId":9158,"tags":{},"startTime":1728050808583,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7573,"timestamp":1484262802110,"id":9158,"parentId":9153,"tags":{},"startTime":1728050808583,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8813,"timestamp":1484262801523,"id":9153,"parentId":9069,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/index.js","layer":null},"startTime":1728050808582,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8443,"timestamp":1484262801920,"id":9155,"parentId":9154,"tags":{},"startTime":1728050808582,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8517,"timestamp":1484262801850,"id":9154,"parentId":9151,"tags":{},"startTime":1728050808582,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9787,"timestamp":1484262801217,"id":9151,"parentId":9066,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/index.js","layer":null},"startTime":1728050808582,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":28429,"timestamp":1484262788696,"id":9135,"parentId":9134,"tags":{},"startTime":1728050808569,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":29421,"timestamp":1484262788666,"id":9134,"parentId":8975,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","layer":null},"startTime":1728050808569,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":30933,"timestamp":1484262787169,"id":9133,"parentId":9132,"tags":{},"startTime":1728050808568,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":135623,"timestamp":1484262787105,"id":9132,"parentId":9092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-dom/cjs/react-dom.development.js","layer":null},"startTime":1728050808568,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":110078,"timestamp":1484262813101,"id":9162,"parentId":9161,"tags":{},"startTime":1728050808594,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":110160,"timestamp":1484262813029,"id":9161,"parentId":9160,"tags":{},"startTime":1728050808594,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":111578,"timestamp":1484262812611,"id":9160,"parentId":9067,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/hot-linked-text/index.js","layer":null},"startTime":1728050808593,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5772,"timestamp":1484262934997,"id":9168,"parentId":9167,"tags":{},"startTime":1728050808716,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5862,"timestamp":1484262934915,"id":9167,"parentId":9163,"tags":{},"startTime":1728050808715,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":7256,"timestamp":1484262934309,"id":9163,"parentId":9138,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/group-stack-frames-by-framework.js","layer":null},"startTime":1728050808715,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8085,"timestamp":1484262935195,"id":9172,"parentId":9171,"tags":{},"startTime":1728050808716,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8123,"timestamp":1484262935162,"id":9171,"parentId":9165,"tags":{},"startTime":1728050808716,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9466,"timestamp":1484262934635,"id":9165,"parentId":9136,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/Overlay.js","layer":null},"startTime":1728050808715,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8840,"timestamp":1484262935290,"id":9174,"parentId":9173,"tags":{},"startTime":1728050808716,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8873,"timestamp":1484262935258,"id":9173,"parentId":9166,"tags":{},"startTime":1728050808716,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":10000,"timestamp":1484262934727,"id":9166,"parentId":9138,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/GroupedStackFrames.js","layer":null},"startTime":1728050808715,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9672,"timestamp":1484262935099,"id":9170,"parentId":9169,"tags":{},"startTime":1728050808716,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9712,"timestamp":1484262935062,"id":9169,"parentId":9164,"tags":{},"startTime":1728050808716,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":11122,"timestamp":1484262934532,"id":9164,"parentId":9137,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/Terminal.js","layer":null},"startTime":1728050808715,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":15438,"timestamp":1484262939093,"id":9188,"parentId":9187,"tags":{},"startTime":1728050808720,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":15482,"timestamp":1484262939058,"id":9187,"parentId":9176,"tags":{},"startTime":1728050808720,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":17232,"timestamp":1484262937976,"id":9176,"parentId":9152,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/styles.js","layer":null},"startTime":1728050808718,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":15946,"timestamp":1484262939284,"id":9192,"parentId":9191,"tags":{},"startTime":1728050808720,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":15979,"timestamp":1484262939254,"id":9191,"parentId":9178,"tags":{},"startTime":1728050808720,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":17483,"timestamp":1484262938174,"id":9178,"parentId":9153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/styles.js","layer":null},"startTime":1728050808719,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":16487,"timestamp":1484262939192,"id":9190,"parentId":9189,"tags":{},"startTime":1728050808720,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":16524,"timestamp":1484262939157,"id":9189,"parentId":9177,"tags":{},"startTime":1728050808720,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":19781,"timestamp":1484262938080,"id":9177,"parentId":9152,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/VersionStalenessInfo.js","layer":null},"startTime":1728050808719,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":18509,"timestamp":1484262939379,"id":9194,"parentId":9193,"tags":{},"startTime":1728050808720,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":18542,"timestamp":1484262939348,"id":9193,"parentId":9179,"tags":{},"startTime":1728050808720,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":20078,"timestamp":1484262938272,"id":9179,"parentId":9153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/Toast.js","layer":null},"startTime":1728050808719,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":18796,"timestamp":1484262939569,"id":9198,"parentId":9197,"tags":{},"startTime":1728050808720,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":18828,"timestamp":1484262939538,"id":9197,"parentId":9181,"tags":{},"startTime":1728050808720,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":20321,"timestamp":1484262938448,"id":9181,"parentId":9151,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogBody.js","layer":null},"startTime":1728050808719,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":19331,"timestamp":1484262939474,"id":9196,"parentId":9195,"tags":{},"startTime":1728050808720,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":19363,"timestamp":1484262939443,"id":9195,"parentId":9180,"tags":{},"startTime":1728050808720,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":21091,"timestamp":1484262938360,"id":9180,"parentId":9151,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/Dialog.js","layer":null},"startTime":1728050808719,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":19713,"timestamp":1484262939754,"id":9202,"parentId":9201,"tags":{},"startTime":1728050808720,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":19744,"timestamp":1484262939723,"id":9201,"parentId":9183,"tags":{},"startTime":1728050808720,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":21236,"timestamp":1484262938619,"id":9183,"parentId":9151,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogHeader.js","layer":null},"startTime":1728050808719,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":20206,"timestamp":1484262939661,"id":9200,"parentId":9199,"tags":{},"startTime":1728050808720,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":20238,"timestamp":1484262939631,"id":9199,"parentId":9182,"tags":{},"startTime":1728050808720,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":21714,"timestamp":1484262938533,"id":9182,"parentId":9151,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogContent.js","layer":null},"startTime":1728050808719,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":22350,"timestamp":1484262938994,"id":9186,"parentId":9185,"tags":{},"startTime":1728050808720,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":22422,"timestamp":1484262938925,"id":9185,"parentId":9175,"tags":{},"startTime":1728050808719,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":24442,"timestamp":1484262937802,"id":9175,"parentId":9145,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/LeftRightDialogHeader.js","layer":null},"startTime":1728050808718,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":22414,"timestamp":1484262939846,"id":9204,"parentId":9203,"tags":{},"startTime":1728050808720,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":22446,"timestamp":1484262939816,"id":9203,"parentId":9184,"tags":{},"startTime":1728050808720,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":23986,"timestamp":1484262938703,"id":9184,"parentId":9151,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/styles.js","layer":null},"startTime":1728050808719,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":17552,"timestamp":1484262947666,"id":9207,"parentId":9206,"tags":{},"startTime":1728050808728,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":17621,"timestamp":1484262947600,"id":9206,"parentId":9205,"tags":{},"startTime":1728050808728,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":18762,"timestamp":1484262947113,"id":9205,"parentId":9160,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/magic-identifier.js","layer":null},"startTime":1728050808728,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2857,"timestamp":1484262993139,"id":9220,"parentId":9219,"tags":{},"startTime":1728050808774,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2897,"timestamp":1484262993106,"id":9219,"parentId":9212,"tags":{},"startTime":1728050808774,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4259,"timestamp":1484262992558,"id":9212,"parentId":9165,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/body-locker.js","layer":null},"startTime":1728050808773,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3642,"timestamp":1484262993234,"id":9222,"parentId":9221,"tags":{},"startTime":1728050808774,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3676,"timestamp":1484262993202,"id":9221,"parentId":9213,"tags":{},"startTime":1728050808774,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4856,"timestamp":1484262992648,"id":9213,"parentId":9166,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/CallStackFrame.js","layer":null},"startTime":1728050808773,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4657,"timestamp":1484262992939,"id":9216,"parentId":9215,"tags":{},"startTime":1728050808773,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4726,"timestamp":1484262992873,"id":9215,"parentId":9210,"tags":{},"startTime":1728050808773,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5948,"timestamp":1484262992289,"id":9210,"parentId":9166,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/FrameworkIcon.js","layer":null},"startTime":1728050808773,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8912,"timestamp":1484262993328,"id":9224,"parentId":9223,"tags":{},"startTime":1728050808774,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8951,"timestamp":1484262993296,"id":9223,"parentId":9214,"tags":{},"startTime":1728050808774,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":10315,"timestamp":1484262992737,"id":9214,"parentId":9164,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/EditorLink.js","layer":null},"startTime":1728050808773,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":12479,"timestamp":1484262991380,"id":9209,"parentId":9208,"tags":{},"startTime":1728050808772,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":12823,"timestamp":1484262991314,"id":9208,"parentId":9066,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js","layer":null},"startTime":1728050808772,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3881,"timestamp":1484263000325,"id":9227,"parentId":9226,"tags":{},"startTime":1728050808781,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3948,"timestamp":1484263000260,"id":9226,"parentId":9225,"tags":{},"startTime":1728050808781,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4734,"timestamp":1484262999972,"id":9225,"parentId":9138,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/index.js","layer":null},"startTime":1728050808780,"traceId":"b09007848b46e699"}] -[{"name":"next-swc-transform","duration":6078,"timestamp":1484263005981,"id":9230,"parentId":9229,"tags":{},"startTime":1728050808787,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6147,"timestamp":1484263005920,"id":9229,"parentId":9228,"tags":{},"startTime":1728050808786,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":7236,"timestamp":1484263005695,"id":9228,"parentId":9180,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/hooks/use-on-click-outside.js","layer":null},"startTime":1728050808786,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3820,"timestamp":1484263013534,"id":9233,"parentId":9232,"tags":{},"startTime":1728050808794,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3941,"timestamp":1484263013420,"id":9232,"parentId":9231,"tags":{},"startTime":1728050808794,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5222,"timestamp":1484263013189,"id":9231,"parentId":9213,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-open-in-editor.js","layer":null},"startTime":1728050808794,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":30249,"timestamp":1484262993043,"id":9218,"parentId":9217,"tags":{},"startTime":1728050808774,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":30293,"timestamp":1484262993006,"id":9217,"parentId":9211,"tags":{},"startTime":1728050808774,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":42545,"timestamp":1484262992461,"id":9211,"parentId":9165,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/maintain--tab-focus.js","layer":null},"startTime":1728050808773,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":16922,"timestamp":1484263019880,"id":9236,"parentId":9235,"tags":{},"startTime":1728050808800,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":16990,"timestamp":1484263019816,"id":9235,"parentId":9234,"tags":{},"startTime":1728050808800,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":18227,"timestamp":1484263019637,"id":9234,"parentId":9225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/CodeFrame.js","layer":null},"startTime":1728050808800,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":10923,"timestamp":1484263039365,"id":9238,"parentId":9237,"tags":{},"startTime":1728050808820,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":11293,"timestamp":1484263039296,"id":9237,"parentId":9132,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/scheduler/index.js","layer":null},"startTime":1728050808820,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":2083,"timestamp":1484263054846,"id":9240,"parentId":9239,"tags":{},"startTime":1728050808835,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":3786,"timestamp":1484263054793,"id":9239,"parentId":9164,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/anser/index.js","layer":null},"startTime":1728050808835,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":3985,"timestamp":1484263055370,"id":9242,"parentId":9241,"tags":{},"startTime":1728050808836,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5511,"timestamp":1484263055348,"id":9241,"parentId":9237,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/scheduler/cjs/scheduler.development.js","layer":null},"startTime":1728050808836,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8081623,"timestamp":1484254980114,"id":8020,"parentId":8015,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050800761,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":2193,"timestamp":1484263068808,"id":9244,"parentId":9243,"tags":{},"startTime":1728050808849,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":6030,"timestamp":1484263068748,"id":9243,"parentId":9211,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/platform/platform.js","layer":null},"startTime":1728050808849,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":5990,"timestamp":1484263068855,"id":9246,"parentId":9245,"tags":{},"startTime":1728050808849,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":6429,"timestamp":1484263068833,"id":9245,"parentId":9211,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/css.escape/css.escape.js","layer":null},"startTime":1728050808849,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8095942,"timestamp":1484254980080,"id":8018,"parentId":8015,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050800761,"traceId":"b09007848b46e699"},{"name":"make","duration":8101618,"timestamp":1484254974543,"id":8015,"parentId":8014,"tags":{},"startTime":1728050800755,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":1036,"timestamp":1484263077840,"id":9248,"parentId":9247,"tags":{},"startTime":1728050808858,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1484263078891,"id":9250,"parentId":9247,"tags":{},"startTime":1728050808859,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":44,"timestamp":1484263078909,"id":9251,"parentId":9247,"tags":{},"startTime":1728050808859,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":10,"timestamp":1484263078975,"id":9252,"parentId":9247,"tags":{},"startTime":1728050808859,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":10,"timestamp":1484263079001,"id":9253,"parentId":9247,"tags":{},"startTime":1728050808860,"traceId":"b09007848b46e699"},{"name":"optimize","duration":163,"timestamp":1484263078885,"id":9249,"parentId":9247,"tags":{},"startTime":1728050808859,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2549,"timestamp":1484263080463,"id":9254,"parentId":9247,"tags":{},"startTime":1728050808861,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":20197,"timestamp":1484263083020,"id":9255,"parentId":9247,"tags":{},"startTime":1728050808864,"traceId":"b09007848b46e699"},{"name":"hash","duration":13866,"timestamp":1484263114439,"id":9256,"parentId":9247,"tags":{},"startTime":1728050808895,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":4093,"timestamp":1484263128301,"id":9257,"parentId":9247,"tags":{},"startTime":1728050808909,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":114,"timestamp":1484263132377,"id":9258,"parentId":9247,"tags":{},"startTime":1728050808913,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":155516,"timestamp":1484263132496,"id":9259,"parentId":9247,"tags":{},"startTime":1728050808913,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":154,"timestamp":1484263295533,"id":9260,"parentId":8014,"tags":{},"startTime":1728050809076,"traceId":"b09007848b46e699"},{"name":"seal","duration":219142,"timestamp":1484263077357,"id":9247,"parentId":8014,"tags":{},"startTime":1728050808858,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":8323284,"timestamp":1484254973303,"id":8014,"parentId":3,"tags":{"name":"client"},"startTime":1728050800754,"traceId":"b09007848b46e699"},{"name":"emit","duration":51083,"timestamp":1484263296700,"id":9261,"parentId":3,"tags":{},"startTime":1728050809077,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":9920119,"timestamp":1484253457224,"id":7896,"tags":{"url":"/_next/static/webpack/e447d141b676d045.webpack.hot-update.json","isTurbopack":false},"startTime":1728050799238,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1484263377415,"id":9262,"parentId":7896,"tags":{"url":"/_next/static/webpack/e447d141b676d045.webpack.hot-update.json","memory.rss":"359972864","memory.heapUsed":"354727760","memory.heapTotal":"396886016"},"startTime":1728050809158,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":125527,"timestamp":1484265363618,"id":9269,"parentId":9266,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050811144,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":130276,"timestamp":1484265363376,"id":9267,"parentId":9266,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050811144,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8882,"timestamp":1484265582374,"id":9276,"parentId":9275,"tags":{},"startTime":1728050811363,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9383,"timestamp":1484265581888,"id":9275,"parentId":9274,"tags":{},"startTime":1728050811362,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":14871,"timestamp":1484265580346,"id":9274,"parentId":9265,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Cta.jsx","layer":"rsc"},"startTime":1728050811361,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":234246,"timestamp":1484265363596,"id":9268,"parentId":9266,"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":1728050811144,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":234220,"timestamp":1484265363635,"id":9270,"parentId":9266,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1728050811144,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":254376,"timestamp":1484265363672,"id":9272,"parentId":9266,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050811144,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":254373,"timestamp":1484265363689,"id":9273,"parentId":9266,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050811144,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":254412,"timestamp":1484265363654,"id":9271,"parentId":9266,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050811144,"traceId":"b09007848b46e699"},{"name":"make","duration":854172,"timestamp":1484265318955,"id":9266,"parentId":9265,"tags":{},"startTime":1728050811099,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":11719,"timestamp":1484266201681,"id":9294,"parentId":9293,"tags":{},"startTime":1728050811982,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":35,"timestamp":1484266213462,"id":9296,"parentId":9293,"tags":{},"startTime":1728050811994,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":245673,"timestamp":1484266213744,"id":9297,"parentId":9293,"tags":{},"startTime":1728050811994,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":40,"timestamp":1484266465364,"id":9298,"parentId":9293,"tags":{},"startTime":1728050812246,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":99,"timestamp":1484266465509,"id":9299,"parentId":9293,"tags":{},"startTime":1728050812246,"traceId":"b09007848b46e699"},{"name":"optimize","duration":274906,"timestamp":1484266213442,"id":9295,"parentId":9293,"tags":{},"startTime":1728050811994,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":47512,"timestamp":1484266537206,"id":9300,"parentId":9293,"tags":{},"startTime":1728050812318,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":41165,"timestamp":1484266584794,"id":9301,"parentId":9293,"tags":{},"startTime":1728050812365,"traceId":"b09007848b46e699"},{"name":"hash","duration":12584,"timestamp":1484266653811,"id":9302,"parentId":9293,"tags":{},"startTime":1728050812434,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":642,"timestamp":1484266666393,"id":9303,"parentId":9293,"tags":{},"startTime":1728050812447,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":19937,"timestamp":1484266667004,"id":9304,"parentId":9293,"tags":{},"startTime":1728050812447,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":65081,"timestamp":1484266687177,"id":9305,"parentId":9293,"tags":{},"startTime":1728050812468,"traceId":"b09007848b46e699"},{"name":"seal","duration":616967,"timestamp":1484266192763,"id":9293,"parentId":9265,"tags":{},"startTime":1728050811973,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1534153,"timestamp":1484265317680,"id":9265,"parentId":9263,"tags":{"name":"server"},"startTime":1728050811098,"traceId":"b09007848b46e699"},{"name":"emit","duration":27428,"timestamp":1484266852337,"id":9306,"parentId":9263,"tags":{},"startTime":1728050812633,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":1597304,"timestamp":1484265288336,"id":9263,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050811069,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":64630,"timestamp":1484266942121,"id":9319,"parentId":9308,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050812723,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":64773,"timestamp":1484266942156,"id":9321,"parentId":9308,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050812723,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":64761,"timestamp":1484266942173,"id":9322,"parentId":9308,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050812723,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":104051,"timestamp":1484266941791,"id":9309,"parentId":9308,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050812722,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":103898,"timestamp":1484266941978,"id":9311,"parentId":9308,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050812722,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":134686,"timestamp":1484266942015,"id":9313,"parentId":9308,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050812722,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":176616,"timestamp":1484266942035,"id":9314,"parentId":9308,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050812722,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":186971,"timestamp":1484266942053,"id":9315,"parentId":9308,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050812722,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":186783,"timestamp":1484266942259,"id":9324,"parentId":9308,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1728050812723,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":219536,"timestamp":1484266942086,"id":9317,"parentId":9308,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050812723,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":219397,"timestamp":1484266942242,"id":9323,"parentId":9308,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050812723,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":239848,"timestamp":1484266942139,"id":9320,"parentId":9308,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050812723,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":248236,"timestamp":1484266941997,"id":9312,"parentId":9308,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050812722,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":56397,"timestamp":1484267137876,"id":9327,"parentId":9326,"tags":{},"startTime":1728050812918,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":428500,"timestamp":1484267194972,"id":9329,"parentId":9328,"tags":{},"startTime":1728050812975,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":431680,"timestamp":1484267194404,"id":9328,"parentId":9326,"tags":{},"startTime":1728050812975,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":83037,"timestamp":1484267627982,"id":9330,"parentId":9326,"tags":{"astUsed":"true"},"startTime":1728050813408,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":590819,"timestamp":1484267137302,"id":9326,"parentId":9325,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050812918,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":795444,"timestamp":1484266941954,"id":9310,"parentId":9308,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050812722,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":731929,"timestamp":1484267012857,"id":9325,"parentId":9307,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050812793,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":805209,"timestamp":1484266942070,"id":9316,"parentId":9308,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050812723,"traceId":"b09007848b46e699"},{"name":"build-module","duration":84,"timestamp":1484267749502,"id":9331,"parentId":9325,"tags":{},"startTime":1728050813530,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":812445,"timestamp":1484266942104,"id":9318,"parentId":9308,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050812723,"traceId":"b09007848b46e699"},{"name":"make","duration":849513,"timestamp":1484266905114,"id":9308,"parentId":9307,"tags":{},"startTime":1728050812686,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":8063,"timestamp":1484267780918,"id":9333,"parentId":9332,"tags":{},"startTime":1728050813561,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":23,"timestamp":1484267789167,"id":9335,"parentId":9332,"tags":{},"startTime":1728050813570,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":332,"timestamp":1484267789229,"id":9336,"parentId":9332,"tags":{},"startTime":1728050813570,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":62,"timestamp":1484267789649,"id":9337,"parentId":9332,"tags":{},"startTime":1728050813570,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":9,"timestamp":1484267789878,"id":9338,"parentId":9332,"tags":{},"startTime":1728050813570,"traceId":"b09007848b46e699"},{"name":"optimize","duration":9128,"timestamp":1484267789145,"id":9334,"parentId":9332,"tags":{},"startTime":1728050813570,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1132,"timestamp":1484267801429,"id":9339,"parentId":9332,"tags":{},"startTime":1728050813582,"traceId":"b09007848b46e699"}] -[{"name":"code-generation","duration":24934,"timestamp":1484267803575,"id":9340,"parentId":9332,"tags":{},"startTime":1728050813584,"traceId":"b09007848b46e699"},{"name":"hash","duration":20699,"timestamp":1484267835129,"id":9341,"parentId":9332,"tags":{},"startTime":1728050813616,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":516,"timestamp":1484267855824,"id":9342,"parentId":9332,"tags":{},"startTime":1728050813636,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":645,"timestamp":1484267856317,"id":9343,"parentId":9332,"tags":{},"startTime":1728050813637,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":8703,"timestamp":1484267856976,"id":9344,"parentId":9332,"tags":{},"startTime":1728050813637,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":278,"timestamp":1484267868349,"id":9346,"parentId":9307,"tags":{},"startTime":1728050813649,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":502,"timestamp":1484267868134,"id":9345,"parentId":9307,"tags":{},"startTime":1728050813649,"traceId":"b09007848b46e699"},{"name":"seal","duration":107726,"timestamp":1484267770785,"id":9332,"parentId":9307,"tags":{},"startTime":1728050813551,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":974300,"timestamp":1484266904304,"id":9307,"parentId":9264,"tags":{"name":"client"},"startTime":1728050812685,"traceId":"b09007848b46e699"},{"name":"emit","duration":55680,"timestamp":1484267879242,"id":9347,"parentId":9264,"tags":{},"startTime":1728050813660,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":2645972,"timestamp":1484265292752,"id":9264,"parentId":3,"tags":{"trigger":"src/components/Cta.jsx"},"startTime":1728050811073,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":35,"timestamp":1484267952854,"id":9348,"parentId":3,"tags":{},"startTime":1728050813733,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":2715000,"timestamp":1484265305302,"id":9350,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728050813805,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":259409,"timestamp":1484267966735,"id":9349,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050813747,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":5,"timestamp":1484268226244,"id":9351,"parentId":9349,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"252542976","memory.heapUsed":"396938056","memory.heapTotal":"441597952"},"startTime":1728050814007,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17486,"timestamp":1484289714492,"id":9358,"parentId":9355,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050835494,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18169,"timestamp":1484289714209,"id":9356,"parentId":9355,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050835494,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":73460,"timestamp":1484289714478,"id":9357,"parentId":9355,"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":1728050835494,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":73480,"timestamp":1484289714505,"id":9359,"parentId":9355,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1728050835494,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7493,"timestamp":1484289781022,"id":9365,"parentId":9364,"tags":{},"startTime":1728050835561,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8244,"timestamp":1484289780277,"id":9364,"parentId":9363,"tags":{},"startTime":1728050835560,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":20706,"timestamp":1484289778139,"id":9363,"parentId":9354,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutvalues.jsx","layer":"rsc"},"startTime":1728050835558,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":90477,"timestamp":1484289714553,"id":9362,"parentId":9355,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050835495,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":90604,"timestamp":1484289714519,"id":9360,"parentId":9355,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050835495,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":98839,"timestamp":1484289714540,"id":9361,"parentId":9355,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050835495,"traceId":"b09007848b46e699"},{"name":"make","duration":197053,"timestamp":1484289698727,"id":9355,"parentId":9354,"tags":{},"startTime":1728050835479,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6420,"timestamp":1484289924994,"id":9383,"parentId":9382,"tags":{},"startTime":1728050835705,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":7,"timestamp":1484289931451,"id":9385,"parentId":9382,"tags":{},"startTime":1728050835711,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":4150,"timestamp":1484289931600,"id":9386,"parentId":9382,"tags":{},"startTime":1728050835712,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":13,"timestamp":1484289935829,"id":9387,"parentId":9382,"tags":{},"startTime":1728050835716,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":12,"timestamp":1484289935889,"id":9388,"parentId":9382,"tags":{},"startTime":1728050835716,"traceId":"b09007848b46e699"},{"name":"optimize","duration":9008,"timestamp":1484289931439,"id":9384,"parentId":9382,"tags":{},"startTime":1728050835711,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":860,"timestamp":1484289948167,"id":9389,"parentId":9382,"tags":{},"startTime":1728050835728,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":6263,"timestamp":1484289949045,"id":9390,"parentId":9382,"tags":{},"startTime":1728050835729,"traceId":"b09007848b46e699"},{"name":"hash","duration":4039,"timestamp":1484289957683,"id":9391,"parentId":9382,"tags":{},"startTime":1728050835738,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":263,"timestamp":1484289961722,"id":9392,"parentId":9382,"tags":{},"startTime":1728050835742,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":259,"timestamp":1484289961973,"id":9393,"parentId":9382,"tags":{},"startTime":1728050835742,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1706,"timestamp":1484289962238,"id":9394,"parentId":9382,"tags":{},"startTime":1728050835742,"traceId":"b09007848b46e699"},{"name":"seal","duration":52541,"timestamp":1484289920047,"id":9382,"parentId":9354,"tags":{},"startTime":1728050835700,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":287594,"timestamp":1484289697657,"id":9354,"parentId":9352,"tags":{"name":"server"},"startTime":1728050835478,"traceId":"b09007848b46e699"},{"name":"emit","duration":9888,"timestamp":1484289985355,"id":9395,"parentId":9352,"tags":{},"startTime":1728050835765,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":346392,"timestamp":1484289649902,"id":9352,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728050835430,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":43560,"timestamp":1484290069130,"id":9408,"parentId":9397,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050835849,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":44297,"timestamp":1484290069208,"id":9410,"parentId":9397,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050835849,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":44086,"timestamp":1484290069433,"id":9411,"parentId":9397,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050835849,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":58342,"timestamp":1484290067983,"id":9398,"parentId":9397,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050835848,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":57668,"timestamp":1484290068684,"id":9400,"parentId":9397,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050835849,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":96922,"timestamp":1484290068862,"id":9402,"parentId":9397,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050835849,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":200489,"timestamp":1484290068908,"id":9403,"parentId":9397,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050835849,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":245606,"timestamp":1484290068951,"id":9404,"parentId":9397,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050835849,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":244324,"timestamp":1484290070259,"id":9413,"parentId":9397,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1728050835850,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":260247,"timestamp":1484290069028,"id":9406,"parentId":9397,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050835849,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":259582,"timestamp":1484290069736,"id":9412,"parentId":9397,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050835850,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":275489,"timestamp":1484290069170,"id":9409,"parentId":9397,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050835849,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":64546,"timestamp":1484290280300,"id":9416,"parentId":9415,"tags":{},"startTime":1728050836060,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":322630,"timestamp":1484290068726,"id":9401,"parentId":9397,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050835849,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":433576,"timestamp":1484290345201,"id":9418,"parentId":9417,"tags":{},"startTime":1728050836125,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":449795,"timestamp":1484290344977,"id":9417,"parentId":9415,"tags":{},"startTime":1728050836125,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":137237,"timestamp":1484290795440,"id":9419,"parentId":9415,"tags":{"astUsed":"true"},"startTime":1728050836575,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":672027,"timestamp":1484290278320,"id":9415,"parentId":9414,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050836058,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":851489,"timestamp":1484290115102,"id":9414,"parentId":9396,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050835895,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":898680,"timestamp":1484290068610,"id":9399,"parentId":9397,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050835849,"traceId":"b09007848b46e699"},{"name":"build-module","duration":76,"timestamp":1484290967502,"id":9420,"parentId":9414,"tags":{},"startTime":1728050836747,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":898602,"timestamp":1484290068989,"id":9405,"parentId":9397,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050835849,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":898568,"timestamp":1484290069088,"id":9407,"parentId":9397,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050835849,"traceId":"b09007848b46e699"},{"name":"make","duration":967338,"timestamp":1484290000391,"id":9397,"parentId":9396,"tags":{},"startTime":1728050835780,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":8439,"timestamp":1484291151738,"id":9422,"parentId":9421,"tags":{},"startTime":1728050836932,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":10,"timestamp":1484291160228,"id":9424,"parentId":9421,"tags":{},"startTime":1728050836940,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":155,"timestamp":1484291160426,"id":9425,"parentId":9421,"tags":{},"startTime":1728050836940,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1484291160621,"id":9426,"parentId":9421,"tags":{},"startTime":1728050836941,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1484291160669,"id":9427,"parentId":9421,"tags":{},"startTime":1728050836941,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5970,"timestamp":1484291160210,"id":9423,"parentId":9421,"tags":{},"startTime":1728050836940,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2025,"timestamp":1484291173541,"id":9428,"parentId":9421,"tags":{},"startTime":1728050836954,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":43256,"timestamp":1484291175595,"id":9429,"parentId":9421,"tags":{},"startTime":1728050836956,"traceId":"b09007848b46e699"},{"name":"hash","duration":11173,"timestamp":1484291238003,"id":9430,"parentId":9421,"tags":{},"startTime":1728050837018,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":616,"timestamp":1484291249173,"id":9431,"parentId":9421,"tags":{},"startTime":1728050837029,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":812,"timestamp":1484291249762,"id":9432,"parentId":9421,"tags":{},"startTime":1728050837030,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":7729,"timestamp":1484291250596,"id":9433,"parentId":9421,"tags":{},"startTime":1728050837031,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":197,"timestamp":1484291260773,"id":9435,"parentId":9396,"tags":{},"startTime":1728050837041,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":320,"timestamp":1484291260661,"id":9434,"parentId":9396,"tags":{},"startTime":1728050837041,"traceId":"b09007848b46e699"},{"name":"seal","duration":131291,"timestamp":1484291133769,"id":9421,"parentId":9396,"tags":{},"startTime":1728050836914,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1265493,"timestamp":1484289999617,"id":9396,"parentId":9353,"tags":{"name":"client"},"startTime":1728050835780,"traceId":"b09007848b46e699"},{"name":"emit","duration":10107,"timestamp":1484291265167,"id":9436,"parentId":9353,"tags":{},"startTime":1728050837045,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1626263,"timestamp":1484289651115,"id":9353,"parentId":3,"tags":{"trigger":"src/components/Aboutvalues.jsx"},"startTime":1728050835431,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":4,"timestamp":1484291281918,"id":9437,"parentId":3,"tags":{},"startTime":1728050837062,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1666000,"timestamp":1484289652516,"id":9439,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728050837099,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":142329,"timestamp":1484291288310,"id":9438,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050837068,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484291430677,"id":9440,"parentId":9438,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"322633728","memory.heapUsed":"281387432","memory.heapTotal":"329285632"},"startTime":1728050837211,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":40688,"timestamp":1484301935092,"id":9447,"parentId":9444,"tags":{"request":"next/dist/pages/_document"},"startTime":1728050847715,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":42490,"timestamp":1484301934563,"id":9445,"parentId":9444,"tags":{"request":"next/dist/pages/_app"},"startTime":1728050847714,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":101307,"timestamp":1484301935072,"id":9446,"parentId":9444,"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":1728050847715,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":101281,"timestamp":1484301935111,"id":9448,"parentId":9444,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1728050847715,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5009,"timestamp":1484302032623,"id":9454,"parentId":9453,"tags":{},"startTime":1728050847812,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5408,"timestamp":1484302032235,"id":9453,"parentId":9452,"tags":{},"startTime":1728050847812,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":14842,"timestamp":1484302031094,"id":9452,"parentId":9443,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutco.jsx","layer":"rsc"},"startTime":1728050847811,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":112356,"timestamp":1484301935178,"id":9451,"parentId":9444,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050847715,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":112412,"timestamp":1484301935133,"id":9449,"parentId":9444,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050847715,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":114095,"timestamp":1484301935156,"id":9450,"parentId":9444,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728050847715,"traceId":"b09007848b46e699"},{"name":"make","duration":333995,"timestamp":1484301906340,"id":9444,"parentId":9443,"tags":{},"startTime":1728050847686,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":13523,"timestamp":1484302389233,"id":9472,"parentId":9471,"tags":{},"startTime":1728050848169,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":16,"timestamp":1484302402833,"id":9474,"parentId":9471,"tags":{},"startTime":1728050848183,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":26179,"timestamp":1484302402876,"id":9475,"parentId":9471,"tags":{},"startTime":1728050848183,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":32,"timestamp":1484302430712,"id":9476,"parentId":9471,"tags":{},"startTime":1728050848210,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":34,"timestamp":1484302430799,"id":9477,"parentId":9471,"tags":{},"startTime":1728050848211,"traceId":"b09007848b46e699"},{"name":"optimize","duration":62285,"timestamp":1484302402810,"id":9473,"parentId":9471,"tags":{},"startTime":1728050848183,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":3289,"timestamp":1484302479414,"id":9478,"parentId":9471,"tags":{},"startTime":1728050848259,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":17888,"timestamp":1484302482758,"id":9479,"parentId":9471,"tags":{},"startTime":1728050848262,"traceId":"b09007848b46e699"},{"name":"hash","duration":4872,"timestamp":1484302505165,"id":9480,"parentId":9471,"tags":{},"startTime":1728050848285,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":498,"timestamp":1484302510035,"id":9481,"parentId":9471,"tags":{},"startTime":1728050848290,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":354,"timestamp":1484302510512,"id":9482,"parentId":9471,"tags":{},"startTime":1728050848290,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3539,"timestamp":1484302510875,"id":9483,"parentId":9471,"tags":{},"startTime":1728050848291,"traceId":"b09007848b46e699"},{"name":"seal","duration":213189,"timestamp":1484302356970,"id":9471,"parentId":9443,"tags":{},"startTime":1728050848137,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":689675,"timestamp":1484301904328,"id":9443,"parentId":9441,"tags":{"name":"server"},"startTime":1728050847684,"traceId":"b09007848b46e699"},{"name":"emit","duration":17147,"timestamp":1484302594269,"id":9484,"parentId":9441,"tags":{},"startTime":1728050848374,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":751308,"timestamp":1484301861218,"id":9441,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728050847641,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":19721,"timestamp":1484302660747,"id":9497,"parentId":9486,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050848440,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":19804,"timestamp":1484302660800,"id":9499,"parentId":9486,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050848441,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":19778,"timestamp":1484302660830,"id":9500,"parentId":9486,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728050848441,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":49555,"timestamp":1484302660270,"id":9487,"parentId":9486,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050848440,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":49372,"timestamp":1484302660488,"id":9489,"parentId":9486,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728050848440,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":71482,"timestamp":1484302660563,"id":9491,"parentId":9486,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728050848440,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":86507,"timestamp":1484302660592,"id":9492,"parentId":9486,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728050848440,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":98852,"timestamp":1484302660619,"id":9493,"parentId":9486,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728050848440,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":98608,"timestamp":1484302660881,"id":9502,"parentId":9486,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1728050848441,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":107352,"timestamp":1484302660673,"id":9495,"parentId":9486,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050848440,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":107193,"timestamp":1484302660855,"id":9501,"parentId":9486,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728050848441,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":116355,"timestamp":1484302660773,"id":9498,"parentId":9486,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050848441,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":122043,"timestamp":1484302660535,"id":9490,"parentId":9486,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728050848440,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":27001,"timestamp":1484302756227,"id":9505,"parentId":9504,"tags":{},"startTime":1728050848536,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":1133764,"timestamp":1484302783931,"id":9507,"parentId":9506,"tags":{},"startTime":1728050848564,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":1135391,"timestamp":1484302783453,"id":9506,"parentId":9504,"tags":{},"startTime":1728050848563,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":39449,"timestamp":1484303919216,"id":9508,"parentId":9504,"tags":{"astUsed":"true"},"startTime":1728050849699,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":1208714,"timestamp":1484302755522,"id":9504,"parentId":9503,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728050848535,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":1305310,"timestamp":1484302660450,"id":9488,"parentId":9486,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728050848440,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":1341118,"timestamp":1484302685177,"id":9503,"parentId":9485,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728050848465,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":1367018,"timestamp":1484302660647,"id":9494,"parentId":9486,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728050848440,"traceId":"b09007848b46e699"},{"name":"build-module","duration":123,"timestamp":1484304027863,"id":9509,"parentId":9503,"tags":{},"startTime":1728050849808,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":1368366,"timestamp":1484302660717,"id":9496,"parentId":9486,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728050848440,"traceId":"b09007848b46e699"},{"name":"make","duration":1404904,"timestamp":1484302624235,"id":9486,"parentId":9485,"tags":{},"startTime":1728050848404,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4456,"timestamp":1484304051499,"id":9511,"parentId":9510,"tags":{},"startTime":1728050849831,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1484304056002,"id":9513,"parentId":9510,"tags":{},"startTime":1728050849836,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":120,"timestamp":1484304056207,"id":9514,"parentId":9510,"tags":{},"startTime":1728050849836,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":7,"timestamp":1484304056360,"id":9515,"parentId":9510,"tags":{},"startTime":1728050849836,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1484304056405,"id":9516,"parentId":9510,"tags":{},"startTime":1728050849836,"traceId":"b09007848b46e699"},{"name":"optimize","duration":2858,"timestamp":1484304055986,"id":9512,"parentId":9510,"tags":{},"startTime":1728050849836,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1228,"timestamp":1484304061291,"id":9517,"parentId":9510,"tags":{},"startTime":1728050849841,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":15060,"timestamp":1484304062625,"id":9518,"parentId":9510,"tags":{},"startTime":1728050849842,"traceId":"b09007848b46e699"},{"name":"hash","duration":30743,"timestamp":1484304081616,"id":9519,"parentId":9510,"tags":{},"startTime":1728050849861,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":706,"timestamp":1484304112356,"id":9520,"parentId":9510,"tags":{},"startTime":1728050849892,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":326,"timestamp":1484304113036,"id":9521,"parentId":9510,"tags":{},"startTime":1728050849893,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":9356,"timestamp":1484304113372,"id":9522,"parentId":9510,"tags":{},"startTime":1728050849893,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":119,"timestamp":1484304124662,"id":9524,"parentId":9485,"tags":{},"startTime":1728050849904,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":277,"timestamp":1484304124514,"id":9523,"parentId":9485,"tags":{},"startTime":1728050849904,"traceId":"b09007848b46e699"},{"name":"seal","duration":84524,"timestamp":1484304044988,"id":9510,"parentId":9485,"tags":{},"startTime":1728050849825,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1506015,"timestamp":1484302623580,"id":9485,"parentId":9442,"tags":{"name":"client"},"startTime":1728050848403,"traceId":"b09007848b46e699"},{"name":"emit","duration":28596,"timestamp":1484304129692,"id":9525,"parentId":9442,"tags":{},"startTime":1728050849909,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":2298804,"timestamp":1484301862672,"id":9442,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728050847642,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":5,"timestamp":1484304168351,"id":9526,"parentId":3,"tags":{},"startTime":1728050849948,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":2363000,"timestamp":1484301867593,"id":9528,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728050850012,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":156924,"timestamp":1484304197082,"id":9527,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728050849977,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484304354050,"id":9529,"parentId":9527,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"340344832","memory.heapUsed":"279390552","memory.heapTotal":"350257152"},"startTime":1728050850134,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":230607,"timestamp":1484440592508,"id":9530,"tags":{"url":"/about","isTurbopack":false},"startTime":1728050986370,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1484440823298,"id":9531,"parentId":9530,"tags":{"url":"/about","memory.rss":"143228928","memory.heapUsed":"262870816","memory.heapTotal":"280838144"},"startTime":1728050986600,"traceId":"b09007848b46e699"},{"name":"client-success","duration":9,"timestamp":1484441288049,"id":9532,"parentId":3,"tags":{},"startTime":1728050987065,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":91256,"timestamp":1484471701732,"id":9546,"parentId":9535,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051017478,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":91904,"timestamp":1484471701771,"id":9548,"parentId":9535,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051017478,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":91897,"timestamp":1484471701793,"id":9549,"parentId":9535,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051017478,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":155795,"timestamp":1484471701026,"id":9536,"parentId":9535,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051017477,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":155309,"timestamp":1484471701550,"id":9538,"parentId":9535,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051017478,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":176362,"timestamp":1484471701598,"id":9540,"parentId":9535,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051017478,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":225073,"timestamp":1484471701643,"id":9542,"parentId":9535,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051017478,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":247296,"timestamp":1484471701751,"id":9547,"parentId":9535,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051017478,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":249549,"timestamp":1484471701620,"id":9541,"parentId":9535,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051017478,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":265297,"timestamp":1484471701577,"id":9539,"parentId":9535,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051017478,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":37924,"timestamp":1484471929207,"id":9553,"parentId":9552,"tags":{},"startTime":1728051017706,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":320905,"timestamp":1484471701693,"id":9544,"parentId":9535,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051017478,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":320806,"timestamp":1484471701811,"id":9550,"parentId":9535,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051017478,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":580384,"timestamp":1484471967505,"id":9555,"parentId":9554,"tags":{},"startTime":1728051017744,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":585179,"timestamp":1484471967270,"id":9554,"parentId":9552,"tags":{},"startTime":1728051017744,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":125278,"timestamp":1484472552675,"id":9556,"parentId":9552,"tags":{"astUsed":"true"},"startTime":1728051018329,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":785953,"timestamp":1484471927422,"id":9552,"parentId":9551,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051017704,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":1017360,"timestamp":1484471701520,"id":9537,"parentId":9535,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051017478,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":931319,"timestamp":1484471797431,"id":9551,"parentId":9534,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051017574,"traceId":"b09007848b46e699"},{"name":"build-module","duration":92,"timestamp":1484472731318,"id":9557,"parentId":9551,"tags":{},"startTime":1728051018508,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":1029773,"timestamp":1484471701713,"id":9545,"parentId":9535,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051017478,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":1058190,"timestamp":1484471701674,"id":9543,"parentId":9535,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051017478,"traceId":"b09007848b46e699"},{"name":"make","duration":1076873,"timestamp":1484471683065,"id":9535,"parentId":9534,"tags":{},"startTime":1728051017459,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":12687,"timestamp":1484473029557,"id":9559,"parentId":9558,"tags":{},"startTime":1728051018806,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":17,"timestamp":1484473042301,"id":9561,"parentId":9558,"tags":{},"startTime":1728051018819,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":231,"timestamp":1484473042339,"id":9562,"parentId":9558,"tags":{},"startTime":1728051018819,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":15,"timestamp":1484473042675,"id":9563,"parentId":9558,"tags":{},"startTime":1728051018819,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1484473042720,"id":9564,"parentId":9558,"tags":{},"startTime":1728051018819,"traceId":"b09007848b46e699"},{"name":"optimize","duration":7477,"timestamp":1484473042284,"id":9560,"parentId":9558,"tags":{},"startTime":1728051018819,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":799,"timestamp":1484473053832,"id":9565,"parentId":9558,"tags":{},"startTime":1728051018830,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":16280,"timestamp":1484473054652,"id":9566,"parentId":9558,"tags":{},"startTime":1728051018831,"traceId":"b09007848b46e699"},{"name":"hash","duration":31563,"timestamp":1484473075278,"id":9567,"parentId":9558,"tags":{},"startTime":1728051018852,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":1038,"timestamp":1484473106839,"id":9568,"parentId":9558,"tags":{},"startTime":1728051018883,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":317,"timestamp":1484473107855,"id":9569,"parentId":9558,"tags":{},"startTime":1728051018884,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":11097,"timestamp":1484473108182,"id":9570,"parentId":9558,"tags":{},"startTime":1728051018885,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":155,"timestamp":1484473121734,"id":9572,"parentId":9534,"tags":{},"startTime":1728051018898,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":281,"timestamp":1484473121615,"id":9571,"parentId":9534,"tags":{},"startTime":1728051018898,"traceId":"b09007848b46e699"},{"name":"seal","duration":125938,"timestamp":1484473001556,"id":9558,"parentId":9534,"tags":{},"startTime":1728051018778,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1461016,"timestamp":1484471666564,"id":9534,"parentId":9533,"tags":{"name":"client"},"startTime":1728051017443,"traceId":"b09007848b46e699"},{"name":"emit","duration":12114,"timestamp":1484473127739,"id":9573,"parentId":9533,"tags":{},"startTime":1728051018904,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1545421,"timestamp":1484471596752,"id":9533,"parentId":3,"tags":{"trigger":"src/components/Cta copy.jsx"},"startTime":1728051017373,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":14,"timestamp":1484473199924,"id":9574,"parentId":3,"tags":{},"startTime":1728051018976,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1762000,"timestamp":1484471599063,"id":9576,"parentId":3,"tags":{"updatedModules":["[project]/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"],"page":"/about","isPageHidden":true},"startTime":1728051019138,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":167964,"timestamp":1484473292177,"id":9575,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051019069,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484473460185,"id":9577,"parentId":9575,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"266272768","memory.heapUsed":"279148944","memory.heapTotal":"330579968"},"startTime":1728051019237,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":153964,"timestamp":1484478853082,"id":9591,"parentId":9580,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051024629,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":154133,"timestamp":1484478853111,"id":9593,"parentId":9580,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051024629,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":154131,"timestamp":1484478853126,"id":9594,"parentId":9580,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051024629,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":165497,"timestamp":1484478852409,"id":9581,"parentId":9580,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051024629,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":165057,"timestamp":1484478852899,"id":9583,"parentId":9580,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051024629,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":168765,"timestamp":1484478852943,"id":9585,"parentId":9580,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051024629,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":184521,"timestamp":1484478852975,"id":9587,"parentId":9580,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051024629,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":189430,"timestamp":1484478853097,"id":9592,"parentId":9580,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051024629,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":189974,"timestamp":1484478852957,"id":9586,"parentId":9580,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051024629,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":10095,"timestamp":1484479035353,"id":9598,"parentId":9597,"tags":{},"startTime":1728051024812,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":209312,"timestamp":1484478852922,"id":9584,"parentId":9580,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051024629,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":231495,"timestamp":1484478853050,"id":9589,"parentId":9580,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051024629,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":231326,"timestamp":1484478853232,"id":9595,"parentId":9580,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051024629,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":188375,"timestamp":1484479046178,"id":9600,"parentId":9599,"tags":{},"startTime":1728051024822,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":189482,"timestamp":1484479045648,"id":9599,"parentId":9597,"tags":{},"startTime":1728051024822,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":30838,"timestamp":1484479235211,"id":9601,"parentId":9597,"tags":{"astUsed":"true"},"startTime":1728051025011,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":238125,"timestamp":1484479034577,"id":9597,"parentId":9596,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051024811,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":420738,"timestamp":1484478852869,"id":9582,"parentId":9580,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051024629,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":267504,"timestamp":1484479009090,"id":9596,"parentId":9579,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051024785,"traceId":"b09007848b46e699"},{"name":"build-module","duration":40,"timestamp":1484479276860,"id":9602,"parentId":9596,"tags":{},"startTime":1728051025053,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":423886,"timestamp":1484478853066,"id":9590,"parentId":9580,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051024629,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":429055,"timestamp":1484478853035,"id":9588,"parentId":9580,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051024629,"traceId":"b09007848b46e699"},{"name":"make","duration":432652,"timestamp":1484478849503,"id":9580,"parentId":9579,"tags":{},"startTime":1728051024626,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":13535,"timestamp":1484479306027,"id":9604,"parentId":9603,"tags":{},"startTime":1728051025082,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1484479319598,"id":9606,"parentId":9603,"tags":{},"startTime":1728051025096,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":112,"timestamp":1484479319614,"id":9607,"parentId":9603,"tags":{},"startTime":1728051025096,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1484479319752,"id":9608,"parentId":9603,"tags":{},"startTime":1728051025096,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1484479319794,"id":9609,"parentId":9603,"tags":{},"startTime":1728051025096,"traceId":"b09007848b46e699"},{"name":"optimize","duration":2014,"timestamp":1484479319588,"id":9605,"parentId":9603,"tags":{},"startTime":1728051025096,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":630,"timestamp":1484479323835,"id":9610,"parentId":9603,"tags":{},"startTime":1728051025100,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":6432,"timestamp":1484479324476,"id":9611,"parentId":9603,"tags":{},"startTime":1728051025101,"traceId":"b09007848b46e699"},{"name":"hash","duration":4590,"timestamp":1484479332793,"id":9612,"parentId":9603,"tags":{},"startTime":1728051025109,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":246,"timestamp":1484479337382,"id":9613,"parentId":9603,"tags":{},"startTime":1728051025114,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":175,"timestamp":1484479337619,"id":9614,"parentId":9603,"tags":{},"startTime":1728051025114,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5508,"timestamp":1484479337799,"id":9615,"parentId":9603,"tags":{},"startTime":1728051025114,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":97,"timestamp":1484479344715,"id":9617,"parentId":9579,"tags":{},"startTime":1728051025121,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":173,"timestamp":1484479344642,"id":9616,"parentId":9579,"tags":{},"startTime":1728051025121,"traceId":"b09007848b46e699"},{"name":"seal","duration":47731,"timestamp":1484479300175,"id":9603,"parentId":9579,"tags":{},"startTime":1728051025076,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":500304,"timestamp":1484478847643,"id":9579,"parentId":9578,"tags":{"name":"client"},"startTime":1728051024624,"traceId":"b09007848b46e699"},{"name":"emit","duration":4836,"timestamp":1484479347984,"id":9618,"parentId":9578,"tags":{},"startTime":1728051025124,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":523042,"timestamp":1484478830931,"id":9578,"parentId":3,"tags":{"trigger":"src/components/Cta copy.jsx"},"startTime":1728051024607,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":6,"timestamp":1484479367649,"id":9619,"parentId":3,"tags":{},"startTime":1728051025144,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":556000,"timestamp":1484478834365,"id":9621,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728051025169,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":36588,"timestamp":1484479379796,"id":9620,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051025156,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484479416423,"id":9622,"parentId":9620,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"236814336","memory.heapUsed":"297584592","memory.heapTotal":"341327872"},"startTime":1728051025193,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":12724,"timestamp":1484482247131,"id":9636,"parentId":9625,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051028023,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":12839,"timestamp":1484482247162,"id":9638,"parentId":9625,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051028023,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":12826,"timestamp":1484482247178,"id":9639,"parentId":9625,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051028023,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":35205,"timestamp":1484482246652,"id":9626,"parentId":9625,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051028023,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":34967,"timestamp":1484482246956,"id":9628,"parentId":9625,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051028023,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":38122,"timestamp":1484482246996,"id":9630,"parentId":9625,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051028023,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":43011,"timestamp":1484482247072,"id":9632,"parentId":9625,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051028023,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":48989,"timestamp":1484482247147,"id":9637,"parentId":9625,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051028023,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":52174,"timestamp":1484482247023,"id":9631,"parentId":9625,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051028023,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":12001,"timestamp":1484482288374,"id":9643,"parentId":9642,"tags":{},"startTime":1728051028065,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":126215,"timestamp":1484482246980,"id":9629,"parentId":9625,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051028023,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":178498,"timestamp":1484482247104,"id":9634,"parentId":9625,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051028023,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":178427,"timestamp":1484482247194,"id":9640,"parentId":9625,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051028023,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":779597,"timestamp":1484482300747,"id":9645,"parentId":9644,"tags":{},"startTime":1728051028077,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":781651,"timestamp":1484482300500,"id":9644,"parentId":9642,"tags":{},"startTime":1728051028077,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":118932,"timestamp":1484483082951,"id":9646,"parentId":9642,"tags":{"astUsed":"true"},"startTime":1728051028859,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":920858,"timestamp":1484482288128,"id":9642,"parentId":9641,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051028064,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":967338,"timestamp":1484482246935,"id":9627,"parentId":9625,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051028023,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":1007936,"timestamp":1484482261071,"id":9641,"parentId":9624,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051028037,"traceId":"b09007848b46e699"},{"name":"build-module","duration":624,"timestamp":1484483271934,"id":9647,"parentId":9641,"tags":{},"startTime":1728051029048,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":1026493,"timestamp":1484482247115,"id":9635,"parentId":9625,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051028023,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":1038573,"timestamp":1484482247087,"id":9633,"parentId":9625,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051028023,"traceId":"b09007848b46e699"},{"name":"make","duration":1041611,"timestamp":1484482244549,"id":9625,"parentId":9624,"tags":{},"startTime":1728051028021,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3195,"timestamp":1484483317029,"id":9649,"parentId":9648,"tags":{},"startTime":1728051029093,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1484483320256,"id":9651,"parentId":9648,"tags":{},"startTime":1728051029096,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":107,"timestamp":1484483320285,"id":9652,"parentId":9648,"tags":{},"startTime":1728051029096,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1484483320431,"id":9653,"parentId":9648,"tags":{},"startTime":1728051029097,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1484483320502,"id":9654,"parentId":9648,"tags":{},"startTime":1728051029097,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3119,"timestamp":1484483320245,"id":9650,"parentId":9648,"tags":{},"startTime":1728051029096,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":4213,"timestamp":1484483325992,"id":9655,"parentId":9648,"tags":{},"startTime":1728051029102,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":7026,"timestamp":1484483330246,"id":9656,"parentId":9648,"tags":{},"startTime":1728051029106,"traceId":"b09007848b46e699"},{"name":"hash","duration":8706,"timestamp":1484483339561,"id":9657,"parentId":9648,"tags":{},"startTime":1728051029116,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":1267,"timestamp":1484483348265,"id":9658,"parentId":9648,"tags":{},"startTime":1728051029124,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":1292,"timestamp":1484483349511,"id":9659,"parentId":9648,"tags":{},"startTime":1728051029126,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":8736,"timestamp":1484483350816,"id":9660,"parentId":9648,"tags":{},"startTime":1728051029127,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":491,"timestamp":1484483366373,"id":9662,"parentId":9624,"tags":{},"startTime":1728051029143,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":1003,"timestamp":1484483365877,"id":9661,"parentId":9624,"tags":{},"startTime":1728051029142,"traceId":"b09007848b46e699"},{"name":"seal","duration":64744,"timestamp":1484483308293,"id":9648,"parentId":9624,"tags":{},"startTime":1728051029084,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1129865,"timestamp":1484482243228,"id":9624,"parentId":9623,"tags":{"name":"client"},"startTime":1728051028019,"traceId":"b09007848b46e699"},{"name":"emit","duration":13878,"timestamp":1484483373148,"id":9663,"parentId":9623,"tags":{},"startTime":1728051029149,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1160549,"timestamp":1484482229015,"id":9623,"parentId":3,"tags":{"trigger":"src/components/Cta copy.jsx"},"startTime":1728051028005,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":29,"timestamp":1484483398203,"id":9664,"parentId":3,"tags":{},"startTime":1728051029174,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1200000,"timestamp":1484482230451,"id":9666,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728051029210,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":68440,"timestamp":1484483409291,"id":9665,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051029185,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1484483477768,"id":9667,"parentId":9665,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"211451904","memory.heapUsed":"326730512","memory.heapTotal":"359677952"},"startTime":1728051029254,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15346,"timestamp":1484487389081,"id":9681,"parentId":9670,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051033165,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15868,"timestamp":1484487389108,"id":9683,"parentId":9670,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051033165,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15892,"timestamp":1484487389125,"id":9684,"parentId":9670,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051033165,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37848,"timestamp":1484487388547,"id":9671,"parentId":9670,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051033165,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37620,"timestamp":1484487388906,"id":9673,"parentId":9670,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051033165,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":45557,"timestamp":1484487388956,"id":9675,"parentId":9670,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051033165,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":51584,"timestamp":1484487389001,"id":9677,"parentId":9670,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051033165,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":61569,"timestamp":1484487388974,"id":9676,"parentId":9670,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051033165,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":63066,"timestamp":1484487389096,"id":9682,"parentId":9670,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051033165,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":16313,"timestamp":1484487438079,"id":9688,"parentId":9687,"tags":{},"startTime":1728051033214,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":75067,"timestamp":1484487388935,"id":9674,"parentId":9670,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051033165,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":87950,"timestamp":1484487389049,"id":9679,"parentId":9670,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051033165,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":87872,"timestamp":1484487389140,"id":9685,"parentId":9670,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051033165,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":308335,"timestamp":1484487454612,"id":9690,"parentId":9689,"tags":{},"startTime":1728051033231,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":309123,"timestamp":1484487454463,"id":9689,"parentId":9687,"tags":{},"startTime":1728051033231,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":47220,"timestamp":1484487763793,"id":9691,"parentId":9687,"tags":{"astUsed":"true"},"startTime":1728051033540,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":376350,"timestamp":1484487437834,"id":9687,"parentId":9686,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051033214,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":426027,"timestamp":1484487388878,"id":9672,"parentId":9670,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051033165,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":410262,"timestamp":1484487407722,"id":9686,"parentId":9669,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051033184,"traceId":"b09007848b46e699"},{"name":"build-module","duration":35,"timestamp":1484487818206,"id":9692,"parentId":9686,"tags":{},"startTime":1728051033594,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":429218,"timestamp":1484487389066,"id":9680,"parentId":9670,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051033165,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":431269,"timestamp":1484487389020,"id":9678,"parentId":9670,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051033165,"traceId":"b09007848b46e699"},{"name":"make","duration":434632,"timestamp":1484487385688,"id":9670,"parentId":9669,"tags":{},"startTime":1728051033162,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5003,"timestamp":1484487907920,"id":9694,"parentId":9693,"tags":{},"startTime":1728051033684,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":10,"timestamp":1484487912959,"id":9696,"parentId":9693,"tags":{},"startTime":1728051033689,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":90,"timestamp":1484487912985,"id":9697,"parentId":9693,"tags":{},"startTime":1728051033689,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":8,"timestamp":1484487913099,"id":9698,"parentId":9693,"tags":{},"startTime":1728051033689,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1484487913131,"id":9699,"parentId":9693,"tags":{},"startTime":1728051033689,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4219,"timestamp":1484487912947,"id":9695,"parentId":9693,"tags":{},"startTime":1728051033689,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1741,"timestamp":1484487920794,"id":9700,"parentId":9693,"tags":{},"startTime":1728051033697,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":16021,"timestamp":1484487922586,"id":9701,"parentId":9693,"tags":{},"startTime":1728051033699,"traceId":"b09007848b46e699"},{"name":"hash","duration":25326,"timestamp":1484487943972,"id":9702,"parentId":9693,"tags":{},"startTime":1728051033720,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":788,"timestamp":1484487969296,"id":9703,"parentId":9693,"tags":{},"startTime":1728051033745,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":468,"timestamp":1484487970060,"id":9704,"parentId":9693,"tags":{},"startTime":1728051033746,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4830,"timestamp":1484487970537,"id":9705,"parentId":9693,"tags":{},"startTime":1728051033747,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":99,"timestamp":1484487976671,"id":9707,"parentId":9669,"tags":{},"startTime":1728051033753,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":192,"timestamp":1484487976584,"id":9706,"parentId":9669,"tags":{},"startTime":1728051033753,"traceId":"b09007848b46e699"},{"name":"seal","duration":82737,"timestamp":1484487897056,"id":9693,"parentId":9669,"tags":{},"startTime":1728051033673,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":595806,"timestamp":1484487384028,"id":9669,"parentId":9668,"tags":{"name":"client"},"startTime":1728051033160,"traceId":"b09007848b46e699"},{"name":"emit","duration":6161,"timestamp":1484487979872,"id":9708,"parentId":9668,"tags":{},"startTime":1728051033756,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":619475,"timestamp":1484487367799,"id":9668,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051033144,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":6,"timestamp":1484487992150,"id":9709,"parentId":3,"tags":{},"startTime":1728051033768,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":643000,"timestamp":1484487370535,"id":9711,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728051033791,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":34183,"timestamp":1484487999341,"id":9710,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051033775,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484488033550,"id":9712,"parentId":9710,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"317849600","memory.heapUsed":"277164592","memory.heapTotal":"334528512"},"startTime":1728051033810,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17096,"timestamp":1484496964960,"id":9726,"parentId":9715,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051042741,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17355,"timestamp":1484496964991,"id":9728,"parentId":9715,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051042741,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17340,"timestamp":1484496965011,"id":9729,"parentId":9715,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051042741,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37066,"timestamp":1484496964367,"id":9716,"parentId":9715,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051042740,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36697,"timestamp":1484496964767,"id":9718,"parentId":9715,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051042741,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":41814,"timestamp":1484496964827,"id":9720,"parentId":9715,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051042741,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":48659,"timestamp":1484496964862,"id":9722,"parentId":9715,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051042741,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":57946,"timestamp":1484496964845,"id":9721,"parentId":9715,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051042741,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":59766,"timestamp":1484496964975,"id":9727,"parentId":9715,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051042741,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":19242,"timestamp":1484497010673,"id":9733,"parentId":9732,"tags":{},"startTime":1728051042787,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":116953,"timestamp":1484496964798,"id":9719,"parentId":9715,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051042741,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":122326,"timestamp":1484496964933,"id":9724,"parentId":9715,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051042741,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":122245,"timestamp":1484496965026,"id":9730,"parentId":9715,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051042741,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":240199,"timestamp":1484497030460,"id":9735,"parentId":9734,"tags":{},"startTime":1728051042806,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":241767,"timestamp":1484497030119,"id":9734,"parentId":9732,"tags":{},"startTime":1728051042806,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":78878,"timestamp":1484497272025,"id":9736,"parentId":9732,"tags":{"astUsed":"true"},"startTime":1728051043048,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":350193,"timestamp":1484497010437,"id":9732,"parentId":9731,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051042786,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":398072,"timestamp":1484496964739,"id":9717,"parentId":9715,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051042741,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":387510,"timestamp":1484496983969,"id":9731,"parentId":9714,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051042760,"traceId":"b09007848b46e699"},{"name":"build-module","duration":85,"timestamp":1484497372075,"id":9737,"parentId":9731,"tags":{},"startTime":1728051043148,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":407440,"timestamp":1484496964945,"id":9725,"parentId":9715,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051042741,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":418053,"timestamp":1484496964918,"id":9723,"parentId":9715,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051042741,"traceId":"b09007848b46e699"},{"name":"make","duration":421147,"timestamp":1484496961895,"id":9715,"parentId":9714,"tags":{},"startTime":1728051042738,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":28573,"timestamp":1484497432584,"id":9739,"parentId":9738,"tags":{},"startTime":1728051043208,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":96,"timestamp":1484497461240,"id":9741,"parentId":9738,"tags":{},"startTime":1728051043237,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":255,"timestamp":1484497461479,"id":9742,"parentId":9738,"tags":{},"startTime":1728051043237,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1484497461787,"id":9743,"parentId":9738,"tags":{},"startTime":1728051043238,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":9,"timestamp":1484497461860,"id":9744,"parentId":9738,"tags":{},"startTime":1728051043238,"traceId":"b09007848b46e699"},{"name":"optimize","duration":8253,"timestamp":1484497461218,"id":9740,"parentId":9738,"tags":{},"startTime":1728051043237,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1841,"timestamp":1484497475456,"id":9745,"parentId":9738,"tags":{},"startTime":1728051043251,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":15656,"timestamp":1484497477347,"id":9746,"parentId":9738,"tags":{},"startTime":1728051043253,"traceId":"b09007848b46e699"},{"name":"hash","duration":14509,"timestamp":1484497498565,"id":9747,"parentId":9738,"tags":{},"startTime":1728051043274,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":920,"timestamp":1484497513070,"id":9748,"parentId":9738,"tags":{},"startTime":1728051043289,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":988,"timestamp":1484497513946,"id":9749,"parentId":9738,"tags":{},"startTime":1728051043290,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":13106,"timestamp":1484497514981,"id":9750,"parentId":9738,"tags":{},"startTime":1728051043291,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":242,"timestamp":1484497530584,"id":9752,"parentId":9714,"tags":{},"startTime":1728051043306,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":378,"timestamp":1484497530461,"id":9751,"parentId":9714,"tags":{},"startTime":1728051043306,"traceId":"b09007848b46e699"},{"name":"seal","duration":112617,"timestamp":1484497422454,"id":9738,"parentId":9714,"tags":{},"startTime":1728051043198,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":574775,"timestamp":1484496960354,"id":9714,"parentId":9713,"tags":{"name":"client"},"startTime":1728051042736,"traceId":"b09007848b46e699"},{"name":"emit","duration":12220,"timestamp":1484497535185,"id":9753,"parentId":9713,"tags":{},"startTime":1728051043311,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":626165,"timestamp":1484496925106,"id":9713,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051042701,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":11,"timestamp":1484497563112,"id":9754,"parentId":3,"tags":{},"startTime":1728051043339,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":683000,"timestamp":1484496929137,"id":9756,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728051043392,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":52616,"timestamp":1484497594335,"id":9755,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051043370,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1484497647020,"id":9757,"parentId":9755,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"238272512","memory.heapUsed":"295393848","memory.heapTotal":"339247104"},"startTime":1728051043423,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29298,"timestamp":1484513582420,"id":9772,"parentId":9761,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051059358,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29412,"timestamp":1484513582447,"id":9774,"parentId":9761,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051059358,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29388,"timestamp":1484513582473,"id":9775,"parentId":9761,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051059358,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":40017,"timestamp":1484513581151,"id":9762,"parentId":9761,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051059357,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":39171,"timestamp":1484513582020,"id":9764,"parentId":9761,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051059358,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":42235,"timestamp":1484513582090,"id":9766,"parentId":9761,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051059358,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":48953,"timestamp":1484513582270,"id":9768,"parentId":9761,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051059358,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":69000,"timestamp":1484513582431,"id":9773,"parentId":9761,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051059358,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":23475,"timestamp":1484513628637,"id":9779,"parentId":9778,"tags":{},"startTime":1728051059404,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":105167,"timestamp":1484513582120,"id":9767,"parentId":9761,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051059358,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":132871,"timestamp":1484513582057,"id":9765,"parentId":9761,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051059358,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":139906,"timestamp":1484513582345,"id":9770,"parentId":9761,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051059358,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":139758,"timestamp":1484513582502,"id":9776,"parentId":9761,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051059358,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":594204,"timestamp":1484513655031,"id":9781,"parentId":9780,"tags":{},"startTime":1728051059431,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":606637,"timestamp":1484513652470,"id":9780,"parentId":9778,"tags":{},"startTime":1728051059428,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":84972,"timestamp":1484514260197,"id":9782,"parentId":9778,"tags":{"astUsed":"true"},"startTime":1728051060036,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":722529,"timestamp":1484513628398,"id":9778,"parentId":9777,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051059404,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":771265,"timestamp":1484513614017,"id":9777,"parentId":9760,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051059390,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":804081,"timestamp":1484513581994,"id":9763,"parentId":9761,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051059358,"traceId":"b09007848b46e699"},{"name":"build-module","duration":99,"timestamp":1484514386378,"id":9783,"parentId":9777,"tags":{},"startTime":1728051060162,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":804244,"timestamp":1484513582380,"id":9771,"parentId":9761,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051059358,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":810602,"timestamp":1484513582323,"id":9769,"parentId":9761,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051059358,"traceId":"b09007848b46e699"},{"name":"make","duration":817007,"timestamp":1484513576119,"id":9761,"parentId":9760,"tags":{},"startTime":1728051059352,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4323,"timestamp":1484514413095,"id":9785,"parentId":9784,"tags":{},"startTime":1728051060189,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":15,"timestamp":1484514417476,"id":9787,"parentId":9784,"tags":{},"startTime":1728051060193,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":136,"timestamp":1484514417518,"id":9788,"parentId":9784,"tags":{},"startTime":1728051060193,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":6,"timestamp":1484514417683,"id":9789,"parentId":9784,"tags":{},"startTime":1728051060193,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1484514417718,"id":9790,"parentId":9784,"tags":{},"startTime":1728051060193,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3241,"timestamp":1484514417461,"id":9786,"parentId":9784,"tags":{},"startTime":1728051060193,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1029,"timestamp":1484514424982,"id":9791,"parentId":9784,"tags":{},"startTime":1728051060201,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":16505,"timestamp":1484514426041,"id":9792,"parentId":9784,"tags":{},"startTime":1728051060202,"traceId":"b09007848b46e699"},{"name":"hash","duration":6783,"timestamp":1484514445128,"id":9793,"parentId":9784,"tags":{},"startTime":1728051060221,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":359,"timestamp":1484514451909,"id":9794,"parentId":9784,"tags":{},"startTime":1728051060227,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":273,"timestamp":1484514452253,"id":9795,"parentId":9784,"tags":{},"startTime":1728051060228,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":7765,"timestamp":1484514452534,"id":9796,"parentId":9784,"tags":{},"startTime":1728051060228,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":159,"timestamp":1484514471980,"id":9798,"parentId":9760,"tags":{},"startTime":1728051060248,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":341,"timestamp":1484514471809,"id":9797,"parentId":9760,"tags":{},"startTime":1728051060247,"traceId":"b09007848b46e699"},{"name":"seal","duration":69742,"timestamp":1484514406941,"id":9784,"parentId":9760,"tags":{},"startTime":1728051060182,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":903703,"timestamp":1484513573038,"id":9760,"parentId":9758,"tags":{"name":"client"},"startTime":1728051059349,"traceId":"b09007848b46e699"},{"name":"emit","duration":14445,"timestamp":1484514476802,"id":9799,"parentId":9758,"tags":{},"startTime":1728051060252,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":942289,"timestamp":1484513550141,"id":9758,"parentId":3,"tags":{"trigger":"src/app/about/page.jsx"},"startTime":1728051059326,"traceId":"b09007848b46e699"},{"name":"client-success","duration":7,"timestamp":1484514503741,"id":9802,"parentId":3,"tags":{},"startTime":1728051060279,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":978000,"timestamp":1484513552135,"id":9808,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728051060309,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13894,"timestamp":1484514526096,"id":9803,"parentId":9801,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051060302,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14605,"timestamp":1484514526238,"id":9805,"parentId":9801,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051060302,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":75568,"timestamp":1484514526209,"id":9804,"parentId":9801,"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":1728051060302,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":76678,"timestamp":1484514526285,"id":9807,"parentId":9801,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051060302,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":317842,"timestamp":1484514584326,"id":9811,"parentId":9810,"tags":{},"startTime":1728051060360,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":318405,"timestamp":1484514583787,"id":9810,"parentId":9809,"tags":{},"startTime":1728051060359,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":324402,"timestamp":1484514581681,"id":9809,"parentId":9800,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/about/page.jsx","layer":"rsc"},"startTime":1728051060357,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":51840,"timestamp":1484515145365,"id":9814,"parentId":9813,"tags":{},"startTime":1728051060921,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":52099,"timestamp":1484515145134,"id":9813,"parentId":9812,"tags":{},"startTime":1728051060921,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":60158,"timestamp":1484515144376,"id":9812,"parentId":9809,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutnodes.jsx","layer":"rsc"},"startTime":1728051060920,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":682985,"timestamp":1484514526262,"id":9806,"parentId":9801,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051060302,"traceId":"b09007848b46e699"},{"name":"make","duration":842050,"timestamp":1484514497520,"id":9801,"parentId":9800,"tags":{},"startTime":1728051060273,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5533,"timestamp":1484515358831,"id":9826,"parentId":9825,"tags":{},"startTime":1728051061134,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":14,"timestamp":1484515364408,"id":9828,"parentId":9825,"tags":{},"startTime":1728051061140,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":4457,"timestamp":1484515364595,"id":9829,"parentId":9825,"tags":{},"startTime":1728051061140,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":18,"timestamp":1484515369098,"id":9830,"parentId":9825,"tags":{},"startTime":1728051061145,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1484515369152,"id":9831,"parentId":9825,"tags":{},"startTime":1728051061145,"traceId":"b09007848b46e699"},{"name":"optimize","duration":16244,"timestamp":1484515364394,"id":9827,"parentId":9825,"tags":{},"startTime":1728051061140,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":853,"timestamp":1484515383833,"id":9832,"parentId":9825,"tags":{},"startTime":1728051061159,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":9867,"timestamp":1484515384706,"id":9833,"parentId":9825,"tags":{},"startTime":1728051061160,"traceId":"b09007848b46e699"},{"name":"hash","duration":3025,"timestamp":1484515398492,"id":9834,"parentId":9825,"tags":{},"startTime":1728051061174,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":1557,"timestamp":1484515401515,"id":9835,"parentId":9825,"tags":{},"startTime":1728051061177,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":306,"timestamp":1484515403054,"id":9836,"parentId":9825,"tags":{},"startTime":1728051061179,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5345,"timestamp":1484515403369,"id":9837,"parentId":9825,"tags":{},"startTime":1728051061179,"traceId":"b09007848b46e699"},{"name":"seal","duration":67097,"timestamp":1484515351337,"id":9825,"parentId":9800,"tags":{},"startTime":1728051061127,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":938835,"timestamp":1484514496932,"id":9800,"parentId":9759,"tags":{"name":"server"},"startTime":1728051060272,"traceId":"b09007848b46e699"},{"name":"emit","duration":7622,"timestamp":1484515435897,"id":9838,"parentId":9759,"tags":{},"startTime":1728051061211,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":1893444,"timestamp":1484513552081,"id":9759,"parentId":3,"tags":{"trigger":"src/app/about/page.jsx"},"startTime":1728051059328,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":158144,"timestamp":1484515459210,"id":9839,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051061235,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":3,"timestamp":1484515617409,"id":9840,"parentId":9839,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"321732608","memory.heapUsed":"291599704","memory.heapTotal":"355401728"},"startTime":1728051061393,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":20366,"timestamp":1484529584409,"id":9847,"parentId":9844,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051075360,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":21415,"timestamp":1484529584084,"id":9845,"parentId":9844,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051075359,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":74845,"timestamp":1484529584384,"id":9846,"parentId":9844,"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":1728051075360,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":76195,"timestamp":1484529584457,"id":9849,"parentId":9844,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051075360,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":74364,"timestamp":1484529654905,"id":9852,"parentId":9851,"tags":{},"startTime":1728051075430,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":74706,"timestamp":1484529654577,"id":9851,"parentId":9850,"tags":{},"startTime":1728051075430,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":79588,"timestamp":1484529652818,"id":9850,"parentId":9843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutnodes.jsx","layer":"rsc"},"startTime":1728051075428,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":149546,"timestamp":1484529584428,"id":9848,"parentId":9844,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051075360,"traceId":"b09007848b46e699"},{"name":"make","duration":231511,"timestamp":1484529564242,"id":9844,"parentId":9843,"tags":{},"startTime":1728051075339,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3642,"timestamp":1484529810188,"id":9864,"parentId":9863,"tags":{},"startTime":1728051075585,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":6,"timestamp":1484529813898,"id":9866,"parentId":9863,"tags":{},"startTime":1728051075589,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":2857,"timestamp":1484529818200,"id":9867,"parentId":9863,"tags":{},"startTime":1728051075593,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":6,"timestamp":1484529821099,"id":9868,"parentId":9863,"tags":{},"startTime":1728051075596,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":13,"timestamp":1484529821120,"id":9869,"parentId":9863,"tags":{},"startTime":1728051075596,"traceId":"b09007848b46e699"},{"name":"optimize","duration":16896,"timestamp":1484529813871,"id":9865,"parentId":9863,"tags":{},"startTime":1728051075589,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2431,"timestamp":1484529837889,"id":9870,"parentId":9863,"tags":{},"startTime":1728051075613,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":10232,"timestamp":1484529840353,"id":9871,"parentId":9863,"tags":{},"startTime":1728051075616,"traceId":"b09007848b46e699"},{"name":"hash","duration":2379,"timestamp":1484529852915,"id":9872,"parentId":9863,"tags":{},"startTime":1728051075628,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":310,"timestamp":1484529855293,"id":9873,"parentId":9863,"tags":{},"startTime":1728051075631,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":264,"timestamp":1484529855590,"id":9874,"parentId":9863,"tags":{},"startTime":1728051075631,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2568,"timestamp":1484529855863,"id":9875,"parentId":9863,"tags":{},"startTime":1728051075631,"traceId":"b09007848b46e699"},{"name":"seal","duration":68012,"timestamp":1484529803360,"id":9863,"parentId":9843,"tags":{},"startTime":1728051075579,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":318405,"timestamp":1484529560641,"id":9843,"parentId":9841,"tags":{"name":"server"},"startTime":1728051075336,"traceId":"b09007848b46e699"},{"name":"emit","duration":14691,"timestamp":1484529879256,"id":9876,"parentId":9841,"tags":{},"startTime":1728051075654,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":366594,"timestamp":1484529528275,"id":9841,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051075304,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15827,"timestamp":1484529909230,"id":9889,"parentId":9878,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051075684,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15948,"timestamp":1484529909273,"id":9891,"parentId":9878,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051075684,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15926,"timestamp":1484529909299,"id":9892,"parentId":9878,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051075685,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37416,"timestamp":1484529908910,"id":9879,"parentId":9878,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051075684,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37296,"timestamp":1484529909053,"id":9881,"parentId":9878,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051075684,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":44072,"timestamp":1484529909099,"id":9883,"parentId":9878,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051075684,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":50710,"timestamp":1484529909122,"id":9884,"parentId":9878,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051075684,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":54388,"timestamp":1484529909144,"id":9885,"parentId":9878,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051075684,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":59772,"timestamp":1484529909187,"id":9887,"parentId":9878,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051075684,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":59584,"timestamp":1484529909391,"id":9893,"parentId":9878,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051075685,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":62681,"timestamp":1484529909252,"id":9890,"parentId":9878,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051075684,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":63886,"timestamp":1484529909077,"id":9882,"parentId":9878,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051075684,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":11452,"timestamp":1484529961761,"id":9896,"parentId":9895,"tags":{},"startTime":1728051075737,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":297054,"timestamp":1484529973533,"id":9898,"parentId":9897,"tags":{},"startTime":1728051075749,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":297929,"timestamp":1484529973312,"id":9897,"parentId":9895,"tags":{},"startTime":1728051075749,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":52776,"timestamp":1484530271340,"id":9899,"parentId":9895,"tags":{"astUsed":"true"},"startTime":1728051076047,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":365312,"timestamp":1484529961492,"id":9895,"parentId":9894,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051075737,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":422642,"timestamp":1484529909025,"id":9880,"parentId":9878,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051075684,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":403724,"timestamp":1484529933877,"id":9894,"parentId":9877,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051075709,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":428681,"timestamp":1484529909165,"id":9886,"parentId":9878,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051075684,"traceId":"b09007848b46e699"},{"name":"build-module","duration":49,"timestamp":1484530337933,"id":9900,"parentId":9894,"tags":{},"startTime":1728051076113,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":428835,"timestamp":1484529909208,"id":9888,"parentId":9878,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051075684,"traceId":"b09007848b46e699"},{"name":"make","duration":439468,"timestamp":1484529898598,"id":9878,"parentId":9877,"tags":{},"startTime":1728051075674,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3020,"timestamp":1484530356009,"id":9902,"parentId":9901,"tags":{},"startTime":1728051076131,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1484530359061,"id":9904,"parentId":9901,"tags":{},"startTime":1728051076134,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":83,"timestamp":1484530359084,"id":9905,"parentId":9901,"tags":{},"startTime":1728051076134,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":6,"timestamp":1484530359195,"id":9906,"parentId":9901,"tags":{},"startTime":1728051076134,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1484530359227,"id":9907,"parentId":9901,"tags":{},"startTime":1728051076134,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5424,"timestamp":1484530359049,"id":9903,"parentId":9901,"tags":{},"startTime":1728051076134,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":870,"timestamp":1484530366639,"id":9908,"parentId":9901,"tags":{},"startTime":1728051076142,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":19585,"timestamp":1484530367522,"id":9909,"parentId":9901,"tags":{},"startTime":1728051076143,"traceId":"b09007848b46e699"},{"name":"hash","duration":6165,"timestamp":1484530389868,"id":9910,"parentId":9901,"tags":{},"startTime":1728051076165,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":787,"timestamp":1484530396031,"id":9911,"parentId":9901,"tags":{},"startTime":1728051076171,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":624,"timestamp":1484530396779,"id":9912,"parentId":9901,"tags":{},"startTime":1728051076172,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":8929,"timestamp":1484530397448,"id":9913,"parentId":9901,"tags":{},"startTime":1728051076173,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":327,"timestamp":1484530408934,"id":9915,"parentId":9877,"tags":{},"startTime":1728051076184,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":535,"timestamp":1484530408736,"id":9914,"parentId":9877,"tags":{},"startTime":1728051076184,"traceId":"b09007848b46e699"},{"name":"seal","duration":64439,"timestamp":1484530349757,"id":9901,"parentId":9877,"tags":{},"startTime":1728051076125,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":516287,"timestamp":1484529897989,"id":9877,"parentId":9842,"tags":{"name":"client"},"startTime":1728051075673,"traceId":"b09007848b46e699"},{"name":"emit","duration":44988,"timestamp":1484530414345,"id":9916,"parentId":9842,"tags":{},"startTime":1728051076190,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":932973,"timestamp":1484529529866,"id":9842,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051075305,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":8,"timestamp":1484530491707,"id":9917,"parentId":3,"tags":{},"startTime":1728051076267,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":134993,"timestamp":1484530533397,"id":9918,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051076309,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484530668424,"id":9919,"parentId":9918,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"335364096","memory.heapUsed":"287502952","memory.heapTotal":"354254848"},"startTime":1728051076444,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1155000,"timestamp":1484529532708,"id":9920,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728051076464,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":68294,"timestamp":1484534507424,"id":9927,"parentId":9924,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051080283,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":69328,"timestamp":1484534506968,"id":9925,"parentId":9924,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051080282,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":161816,"timestamp":1484534507392,"id":9926,"parentId":9924,"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":1728051080283,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":164526,"timestamp":1484534507492,"id":9929,"parentId":9924,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051080283,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":10277,"timestamp":1484534661929,"id":9932,"parentId":9931,"tags":{},"startTime":1728051080437,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":10911,"timestamp":1484534661301,"id":9931,"parentId":9930,"tags":{},"startTime":1728051080436,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":20577,"timestamp":1484534658784,"id":9930,"parentId":9923,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutnodes.jsx","layer":"rsc"},"startTime":1728051080434,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":175466,"timestamp":1484534507460,"id":9928,"parentId":9924,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051080283,"traceId":"b09007848b46e699"},{"name":"make","duration":308117,"timestamp":1484534493050,"id":9924,"parentId":9923,"tags":{},"startTime":1728051080268,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":15354,"timestamp":1484534823242,"id":9944,"parentId":9943,"tags":{},"startTime":1728051080598,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":16,"timestamp":1484534838645,"id":9946,"parentId":9943,"tags":{},"startTime":1728051080614,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":5277,"timestamp":1484534838693,"id":9947,"parentId":9943,"tags":{},"startTime":1728051080614,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":20,"timestamp":1484534844021,"id":9948,"parentId":9943,"tags":{},"startTime":1728051080619,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":35,"timestamp":1484534846031,"id":9949,"parentId":9943,"tags":{},"startTime":1728051080621,"traceId":"b09007848b46e699"},{"name":"optimize","duration":14238,"timestamp":1484534838629,"id":9945,"parentId":9943,"tags":{},"startTime":1728051080614,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1247,"timestamp":1484534858192,"id":9950,"parentId":9943,"tags":{},"startTime":1728051080633,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":22355,"timestamp":1484534859464,"id":9951,"parentId":9943,"tags":{},"startTime":1728051080635,"traceId":"b09007848b46e699"},{"name":"hash","duration":2520,"timestamp":1484534885039,"id":9952,"parentId":9943,"tags":{},"startTime":1728051080660,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":303,"timestamp":1484534887557,"id":9953,"parentId":9943,"tags":{},"startTime":1728051080663,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":294,"timestamp":1484534887845,"id":9954,"parentId":9943,"tags":{},"startTime":1728051080663,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2592,"timestamp":1484534888148,"id":9955,"parentId":9943,"tags":{},"startTime":1728051080663,"traceId":"b09007848b46e699"},{"name":"seal","duration":87725,"timestamp":1484534816475,"id":9943,"parentId":9923,"tags":{},"startTime":1728051080592,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":422390,"timestamp":1484534491292,"id":9923,"parentId":9921,"tags":{"name":"server"},"startTime":1728051080266,"traceId":"b09007848b46e699"},{"name":"emit","duration":8604,"timestamp":1484534913812,"id":9956,"parentId":9921,"tags":{},"startTime":1728051080689,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":458612,"timestamp":1484534464805,"id":9921,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051080240,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14878,"timestamp":1484534940436,"id":9969,"parentId":9958,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051080716,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14952,"timestamp":1484534940479,"id":9971,"parentId":9958,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051080716,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14933,"timestamp":1484534940500,"id":9972,"parentId":9958,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051080716,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29031,"timestamp":1484534939188,"id":9959,"parentId":9958,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051080714,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":28327,"timestamp":1484534939915,"id":9961,"parentId":9958,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051080715,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":34181,"timestamp":1484534939971,"id":9963,"parentId":9958,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051080715,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":39407,"timestamp":1484534940224,"id":9964,"parentId":9958,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051080715,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":42628,"timestamp":1484534940339,"id":9965,"parentId":9958,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051080715,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":49108,"timestamp":1484534940391,"id":9967,"parentId":9958,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051080716,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":49001,"timestamp":1484534940521,"id":9973,"parentId":9958,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051080716,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":51994,"timestamp":1484534940457,"id":9970,"parentId":9958,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051080716,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":53416,"timestamp":1484534939942,"id":9962,"parentId":9958,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051080715,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":12086,"timestamp":1484534981485,"id":9976,"parentId":9975,"tags":{},"startTime":1728051080757,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":406314,"timestamp":1484534993819,"id":9978,"parentId":9977,"tags":{},"startTime":1728051080769,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":407456,"timestamp":1484534993652,"id":9977,"parentId":9975,"tags":{},"startTime":1728051080769,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":37353,"timestamp":1484535401317,"id":9979,"parentId":9975,"tags":{"astUsed":"true"},"startTime":1728051081176,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":460743,"timestamp":1484534981195,"id":9975,"parentId":9974,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051080756,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":507074,"timestamp":1484534939880,"id":9960,"parentId":9958,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051080715,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":494132,"timestamp":1484534956484,"id":9974,"parentId":9957,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051080732,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":510417,"timestamp":1484534940368,"id":9966,"parentId":9958,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051080715,"traceId":"b09007848b46e699"},{"name":"build-module","duration":49,"timestamp":1484535450863,"id":9980,"parentId":9974,"tags":{},"startTime":1728051081226,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":510523,"timestamp":1484534940414,"id":9968,"parentId":9958,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051080716,"traceId":"b09007848b46e699"},{"name":"make","duration":524539,"timestamp":1484534926431,"id":9958,"parentId":9957,"tags":{},"startTime":1728051080702,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":10499,"timestamp":1484535544819,"id":9982,"parentId":9981,"tags":{},"startTime":1728051081320,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1484535555355,"id":9984,"parentId":9981,"tags":{},"startTime":1728051081330,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":96,"timestamp":1484535555382,"id":9985,"parentId":9981,"tags":{},"startTime":1728051081330,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":110,"timestamp":1484535555504,"id":9986,"parentId":9981,"tags":{},"startTime":1728051081331,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1484535555642,"id":9987,"parentId":9981,"tags":{},"startTime":1728051081331,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5313,"timestamp":1484535555342,"id":9983,"parentId":9981,"tags":{},"startTime":1728051081330,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":968,"timestamp":1484535565318,"id":9988,"parentId":9981,"tags":{},"startTime":1728051081340,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":200969,"timestamp":1484535566303,"id":9989,"parentId":9981,"tags":{},"startTime":1728051081341,"traceId":"b09007848b46e699"},{"name":"hash","duration":28942,"timestamp":1484535791271,"id":9990,"parentId":9981,"tags":{},"startTime":1728051081566,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":18178,"timestamp":1484535820210,"id":9991,"parentId":9981,"tags":{},"startTime":1728051081595,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":1055,"timestamp":1484535838345,"id":9992,"parentId":9981,"tags":{},"startTime":1728051081613,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":9780,"timestamp":1484535839437,"id":9993,"parentId":9981,"tags":{},"startTime":1728051081615,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":181,"timestamp":1484535851310,"id":9995,"parentId":9957,"tags":{},"startTime":1728051081626,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":352,"timestamp":1484535851151,"id":9994,"parentId":9957,"tags":{},"startTime":1728051081626,"traceId":"b09007848b46e699"},{"name":"seal","duration":319320,"timestamp":1484535539106,"id":9981,"parentId":9957,"tags":{},"startTime":1728051081314,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":932575,"timestamp":1484534925936,"id":9957,"parentId":9922,"tags":{"name":"client"},"startTime":1728051080701,"traceId":"b09007848b46e699"},{"name":"emit","duration":16805,"timestamp":1484535858572,"id":9996,"parentId":9922,"tags":{},"startTime":1728051081634,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1408294,"timestamp":1484534469259,"id":9922,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051080244,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":5,"timestamp":1484535886142,"id":9997,"parentId":3,"tags":{},"startTime":1728051081661,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1461000,"timestamp":1484534472443,"id":9999,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728051081725,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":264182,"timestamp":1484535913436,"id":9998,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051081689,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484536177695,"id":10000,"parentId":9998,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"284606464","memory.heapUsed":"279785624","memory.heapTotal":"344522752"},"startTime":1728051081953,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15594,"timestamp":1484553910660,"id":10007,"parentId":10004,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051099685,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16885,"timestamp":1484553910325,"id":10005,"parentId":10004,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051099685,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":61764,"timestamp":1484553910640,"id":10006,"parentId":10004,"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":1728051099685,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":63855,"timestamp":1484553910694,"id":10009,"parentId":10004,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051099685,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7562,"timestamp":1484553967980,"id":10012,"parentId":10011,"tags":{},"startTime":1728051099743,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7998,"timestamp":1484553967550,"id":10011,"parentId":10010,"tags":{},"startTime":1728051099742,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":13439,"timestamp":1484553965954,"id":10010,"parentId":10003,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutnodes.jsx","layer":"rsc"},"startTime":1728051099741,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":72047,"timestamp":1484553910678,"id":10008,"parentId":10004,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051099685,"traceId":"b09007848b46e699"},{"name":"make","duration":163329,"timestamp":1484553902106,"id":10004,"parentId":10003,"tags":{},"startTime":1728051099677,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2324,"timestamp":1484554078195,"id":10024,"parentId":10023,"tags":{},"startTime":1728051099853,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":18,"timestamp":1484554080546,"id":10026,"parentId":10023,"tags":{},"startTime":1728051099855,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":2319,"timestamp":1484554080587,"id":10027,"parentId":10023,"tags":{},"startTime":1728051099855,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":8,"timestamp":1484554082932,"id":10028,"parentId":10023,"tags":{},"startTime":1728051099858,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":10,"timestamp":1484554082953,"id":10029,"parentId":10023,"tags":{},"startTime":1728051099858,"traceId":"b09007848b46e699"},{"name":"optimize","duration":6148,"timestamp":1484554080537,"id":10025,"parentId":10023,"tags":{},"startTime":1728051099855,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":720,"timestamp":1484554088601,"id":10030,"parentId":10023,"tags":{},"startTime":1728051099863,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":5239,"timestamp":1484554089329,"id":10031,"parentId":10023,"tags":{},"startTime":1728051099864,"traceId":"b09007848b46e699"},{"name":"hash","duration":1252,"timestamp":1484554096071,"id":10032,"parentId":10023,"tags":{},"startTime":1728051099871,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":172,"timestamp":1484554097323,"id":10033,"parentId":10023,"tags":{},"startTime":1728051099872,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":173,"timestamp":1484554097488,"id":10034,"parentId":10023,"tags":{},"startTime":1728051099872,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1422,"timestamp":1484554097666,"id":10035,"parentId":10023,"tags":{},"startTime":1728051099872,"traceId":"b09007848b46e699"},{"name":"seal","duration":35513,"timestamp":1484554074487,"id":10023,"parentId":10003,"tags":{},"startTime":1728051099849,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":225007,"timestamp":1484553894601,"id":10003,"parentId":10001,"tags":{"name":"server"},"startTime":1728051099669,"traceId":"b09007848b46e699"},{"name":"emit","duration":13720,"timestamp":1484554119874,"id":10036,"parentId":10001,"tags":{},"startTime":1728051099895,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":263440,"timestamp":1484553870845,"id":10001,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051099646,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10354,"timestamp":1484554145850,"id":10049,"parentId":10038,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051099921,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10414,"timestamp":1484554145881,"id":10051,"parentId":10038,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051099921,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10402,"timestamp":1484554145896,"id":10052,"parentId":10038,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051099921,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18523,"timestamp":1484554145595,"id":10039,"parentId":10038,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051099920,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18485,"timestamp":1484554145714,"id":10041,"parentId":10038,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051099920,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":24722,"timestamp":1484554145749,"id":10043,"parentId":10038,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051099920,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":30228,"timestamp":1484554145770,"id":10044,"parentId":10038,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051099921,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33242,"timestamp":1484554145786,"id":10045,"parentId":10038,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051099921,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":38329,"timestamp":1484554145818,"id":10047,"parentId":10038,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051099921,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":38252,"timestamp":1484554145911,"id":10053,"parentId":10038,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051099921,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":40639,"timestamp":1484554145866,"id":10050,"parentId":10038,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051099921,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":8968,"timestamp":1484554177670,"id":10056,"parentId":10055,"tags":{},"startTime":1728051099952,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":51988,"timestamp":1484554145732,"id":10042,"parentId":10038,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051099920,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":470196,"timestamp":1484554186888,"id":10058,"parentId":10057,"tags":{},"startTime":1728051099962,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":471071,"timestamp":1484554186718,"id":10057,"parentId":10055,"tags":{},"startTime":1728051099961,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":48076,"timestamp":1484554657941,"id":10059,"parentId":10055,"tags":{"astUsed":"true"},"startTime":1728051100433,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":532051,"timestamp":1484554177386,"id":10055,"parentId":10054,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051099952,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":565728,"timestamp":1484554145691,"id":10040,"parentId":10038,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051099920,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":557910,"timestamp":1484554157795,"id":10054,"parentId":10037,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051099933,"traceId":"b09007848b46e699"},{"name":"build-module","duration":49,"timestamp":1484554716211,"id":10060,"parentId":10054,"tags":{},"startTime":1728051100491,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":570469,"timestamp":1484554145802,"id":10046,"parentId":10038,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051099921,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":570467,"timestamp":1484554145834,"id":10048,"parentId":10038,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051099921,"traceId":"b09007848b46e699"},{"name":"make","duration":579314,"timestamp":1484554137008,"id":10038,"parentId":10037,"tags":{},"startTime":1728051099912,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":1999,"timestamp":1484554727333,"id":10062,"parentId":10061,"tags":{},"startTime":1728051100502,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":3,"timestamp":1484554729351,"id":10064,"parentId":10061,"tags":{},"startTime":1728051100504,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":64,"timestamp":1484554729372,"id":10065,"parentId":10061,"tags":{},"startTime":1728051100504,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":8,"timestamp":1484554729489,"id":10066,"parentId":10061,"tags":{},"startTime":1728051100504,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1484554729525,"id":10067,"parentId":10061,"tags":{},"startTime":1728051100504,"traceId":"b09007848b46e699"},{"name":"optimize","duration":2713,"timestamp":1484554729345,"id":10063,"parentId":10061,"tags":{},"startTime":1728051100504,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1027,"timestamp":1484554736703,"id":10068,"parentId":10061,"tags":{},"startTime":1728051100511,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":12702,"timestamp":1484554737745,"id":10069,"parentId":10061,"tags":{},"startTime":1728051100512,"traceId":"b09007848b46e699"},{"name":"hash","duration":4708,"timestamp":1484554752236,"id":10070,"parentId":10061,"tags":{},"startTime":1728051100527,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":270,"timestamp":1484554756943,"id":10071,"parentId":10061,"tags":{},"startTime":1728051100532,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":206,"timestamp":1484554757200,"id":10072,"parentId":10061,"tags":{},"startTime":1728051100532,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3259,"timestamp":1484554757411,"id":10073,"parentId":10061,"tags":{},"startTime":1728051100532,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":292,"timestamp":1484554762848,"id":10075,"parentId":10037,"tags":{},"startTime":1728051100538,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":790,"timestamp":1484554762362,"id":10074,"parentId":10037,"tags":{},"startTime":1728051100537,"traceId":"b09007848b46e699"},{"name":"seal","duration":43130,"timestamp":1484554723342,"id":10061,"parentId":10037,"tags":{},"startTime":1728051100498,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":629905,"timestamp":1484554136605,"id":10037,"parentId":10002,"tags":{"name":"client"},"startTime":1728051099911,"traceId":"b09007848b46e699"},{"name":"emit","duration":12576,"timestamp":1484554766548,"id":10076,"parentId":10002,"tags":{},"startTime":1728051100541,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":910502,"timestamp":1484553872220,"id":10002,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051099647,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":9,"timestamp":1484554788026,"id":10077,"parentId":3,"tags":{},"startTime":1728051100563,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":952000,"timestamp":1484553874934,"id":10079,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728051100604,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":174677,"timestamp":1484554808035,"id":10078,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051100583,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484554982750,"id":10080,"parentId":10078,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"327925760","memory.heapUsed":"283376664","memory.heapTotal":"353697792"},"startTime":1728051100757,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":46684,"timestamp":1484603414295,"id":10087,"parentId":10084,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051149188,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":52250,"timestamp":1484603413723,"id":10085,"parentId":10084,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051149187,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":108487,"timestamp":1484603414231,"id":10086,"parentId":10084,"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":1728051149188,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":109373,"timestamp":1484603414460,"id":10088,"parentId":10084,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051149188,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":123826,"timestamp":1484603511126,"id":10092,"parentId":10091,"tags":{},"startTime":1728051149285,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":124167,"timestamp":1484603510797,"id":10091,"parentId":10090,"tags":{},"startTime":1728051149285,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":136758,"timestamp":1484603508817,"id":10090,"parentId":10083,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutnodes.jsx","layer":"rsc"},"startTime":1728051149283,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":235511,"timestamp":1484603414491,"id":10089,"parentId":10084,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051149188,"traceId":"b09007848b46e699"},{"name":"make","duration":405986,"timestamp":1484603362899,"id":10084,"parentId":10083,"tags":{},"startTime":1728051149137,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5892,"timestamp":1484603806556,"id":10104,"parentId":10103,"tags":{},"startTime":1728051149580,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":305,"timestamp":1484603812515,"id":10106,"parentId":10103,"tags":{},"startTime":1728051149586,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":7729,"timestamp":1484603812879,"id":10107,"parentId":10103,"tags":{},"startTime":1728051149587,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":36,"timestamp":1484603820684,"id":10108,"parentId":10103,"tags":{},"startTime":1728051149594,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":17,"timestamp":1484603820749,"id":10109,"parentId":10103,"tags":{},"startTime":1728051149595,"traceId":"b09007848b46e699"},{"name":"optimize","duration":13769,"timestamp":1484603812488,"id":10105,"parentId":10103,"tags":{},"startTime":1728051149586,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2732,"timestamp":1484603832981,"id":10110,"parentId":10103,"tags":{},"startTime":1728051149607,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":16911,"timestamp":1484603835759,"id":10111,"parentId":10103,"tags":{},"startTime":1728051149610,"traceId":"b09007848b46e699"},{"name":"hash","duration":3264,"timestamp":1484603855662,"id":10112,"parentId":10103,"tags":{},"startTime":1728051149629,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":294,"timestamp":1484603858925,"id":10113,"parentId":10103,"tags":{},"startTime":1728051149633,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":262,"timestamp":1484603859204,"id":10114,"parentId":10103,"tags":{},"startTime":1728051149633,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3015,"timestamp":1484603859474,"id":10115,"parentId":10103,"tags":{},"startTime":1728051149633,"traceId":"b09007848b46e699"},{"name":"seal","duration":83504,"timestamp":1484603788754,"id":10103,"parentId":10083,"tags":{},"startTime":1728051149563,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":519388,"timestamp":1484603361621,"id":10083,"parentId":10081,"tags":{"name":"server"},"startTime":1728051149135,"traceId":"b09007848b46e699"},{"name":"emit","duration":7154,"timestamp":1484603881128,"id":10116,"parentId":10081,"tags":{},"startTime":1728051149655,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":559147,"timestamp":1484603329770,"id":10081,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051149104,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":96023,"timestamp":1484603944763,"id":10129,"parentId":10118,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051149719,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":96351,"timestamp":1484603944817,"id":10131,"parentId":10118,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051149719,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":96336,"timestamp":1484603944844,"id":10132,"parentId":10118,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051149719,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":205650,"timestamp":1484603941831,"id":10119,"parentId":10118,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051149716,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":204737,"timestamp":1484603942975,"id":10121,"parentId":10118,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051149717,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":250597,"timestamp":1484603943040,"id":10123,"parentId":10118,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051149717,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":369762,"timestamp":1484603944201,"id":10124,"parentId":10118,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051149718,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":382150,"timestamp":1484603944581,"id":10125,"parentId":10118,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051149718,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":422358,"timestamp":1484603944693,"id":10127,"parentId":10118,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051149718,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":422216,"timestamp":1484603944869,"id":10133,"parentId":10118,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051149719,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":425805,"timestamp":1484603944790,"id":10130,"parentId":10118,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051149719,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":428930,"timestamp":1484603943012,"id":10122,"parentId":10118,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051149717,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":52113,"timestamp":1484604320448,"id":10136,"parentId":10135,"tags":{},"startTime":1728051150094,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":852272,"timestamp":1484604373088,"id":10138,"parentId":10137,"tags":{},"startTime":1728051150147,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":855320,"timestamp":1484604372733,"id":10137,"parentId":10135,"tags":{},"startTime":1728051150146,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":52661,"timestamp":1484605228160,"id":10139,"parentId":10135,"tags":{"astUsed":"true"},"startTime":1728051151002,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":972792,"timestamp":1484604318422,"id":10135,"parentId":10134,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051150092,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":1349592,"timestamp":1484603942927,"id":10120,"parentId":10118,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051149717,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":1260445,"timestamp":1484604044821,"id":10134,"parentId":10117,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051149819,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":1360915,"timestamp":1484603944636,"id":10126,"parentId":10118,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051149718,"traceId":"b09007848b46e699"},{"name":"build-module","duration":60,"timestamp":1484605305720,"id":10140,"parentId":10134,"tags":{},"startTime":1728051151079,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":1361087,"timestamp":1484603944731,"id":10128,"parentId":10118,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051149718,"traceId":"b09007848b46e699"},{"name":"make","duration":1410766,"timestamp":1484603895087,"id":10118,"parentId":10117,"tags":{},"startTime":1728051149669,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4500,"timestamp":1484605321129,"id":10142,"parentId":10141,"tags":{},"startTime":1728051151095,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":10,"timestamp":1484605325666,"id":10144,"parentId":10141,"tags":{},"startTime":1728051151099,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":92,"timestamp":1484605325700,"id":10145,"parentId":10141,"tags":{},"startTime":1728051151099,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":9,"timestamp":1484605325820,"id":10146,"parentId":10141,"tags":{},"startTime":1728051151100,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1484605325853,"id":10147,"parentId":10141,"tags":{},"startTime":1728051151100,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4439,"timestamp":1484605325654,"id":10143,"parentId":10141,"tags":{},"startTime":1728051151099,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":979,"timestamp":1484605333818,"id":10148,"parentId":10141,"tags":{},"startTime":1728051151108,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":12328,"timestamp":1484605334815,"id":10149,"parentId":10141,"tags":{},"startTime":1728051151109,"traceId":"b09007848b46e699"},{"name":"hash","duration":7382,"timestamp":1484605349266,"id":10150,"parentId":10141,"tags":{},"startTime":1728051151123,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":300,"timestamp":1484605356646,"id":10151,"parentId":10141,"tags":{},"startTime":1728051151130,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":205,"timestamp":1484605356936,"id":10152,"parentId":10141,"tags":{},"startTime":1728051151131,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3995,"timestamp":1484605357155,"id":10153,"parentId":10141,"tags":{},"startTime":1728051151131,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":189,"timestamp":1484605362600,"id":10155,"parentId":10117,"tags":{},"startTime":1728051151136,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":349,"timestamp":1484605362446,"id":10154,"parentId":10117,"tags":{},"startTime":1728051151136,"traceId":"b09007848b46e699"},{"name":"seal","duration":50692,"timestamp":1484605315041,"id":10141,"parentId":10117,"tags":{},"startTime":1728051151089,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1472581,"timestamp":1484603893184,"id":10117,"parentId":10082,"tags":{"name":"client"},"startTime":1728051149667,"traceId":"b09007848b46e699"},{"name":"emit","duration":6474,"timestamp":1484605365804,"id":10156,"parentId":10082,"tags":{},"startTime":1728051151140,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":2041300,"timestamp":1484603333051,"id":10082,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051149107,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":15,"timestamp":1484605381819,"id":10157,"parentId":3,"tags":{},"startTime":1728051151156,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":2067000,"timestamp":1484603336481,"id":10159,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728051151258,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":103657,"timestamp":1484605386737,"id":10158,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051151160,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484605490425,"id":10160,"parentId":10158,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"304775168","memory.heapUsed":"293506144","memory.heapTotal":"331546624"},"startTime":1728051151264,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":228818,"timestamp":1484611171024,"id":10161,"tags":{"url":"/about","isTurbopack":false},"startTime":1728051156945,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":4,"timestamp":1484611403045,"id":10162,"parentId":10161,"tags":{"url":"/about","memory.rss":"167739392","memory.heapUsed":"268667008","memory.heapTotal":"329629696"},"startTime":1728051157177,"traceId":"b09007848b46e699"},{"name":"client-success","duration":4,"timestamp":1484611842358,"id":10163,"parentId":3,"tags":{},"startTime":1728051157616,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":20689,"timestamp":1484630002558,"id":10170,"parentId":10167,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051175776,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":21423,"timestamp":1484630002293,"id":10168,"parentId":10167,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051175776,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":66226,"timestamp":1484630002541,"id":10169,"parentId":10167,"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":1728051175776,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":73695,"timestamp":1484630002589,"id":10172,"parentId":10167,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051175776,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":97730,"timestamp":1484630047149,"id":10175,"parentId":10174,"tags":{},"startTime":1728051175820,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":98096,"timestamp":1484630046795,"id":10174,"parentId":10173,"tags":{},"startTime":1728051175820,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":106016,"timestamp":1484630044493,"id":10173,"parentId":10166,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutnodes.jsx","layer":"rsc"},"startTime":1728051175818,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":153048,"timestamp":1484630002576,"id":10171,"parentId":10167,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051175776,"traceId":"b09007848b46e699"},{"name":"make","duration":268341,"timestamp":1484629978745,"id":10167,"parentId":10166,"tags":{},"startTime":1728051175752,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6158,"timestamp":1484630295175,"id":10187,"parentId":10186,"tags":{},"startTime":1728051176068,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":12,"timestamp":1484630301376,"id":10189,"parentId":10186,"tags":{},"startTime":1728051176075,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":3534,"timestamp":1484630301410,"id":10190,"parentId":10186,"tags":{},"startTime":1728051176075,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":13,"timestamp":1484630304993,"id":10191,"parentId":10186,"tags":{},"startTime":1728051176078,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":12,"timestamp":1484630305028,"id":10192,"parentId":10186,"tags":{},"startTime":1728051176078,"traceId":"b09007848b46e699"},{"name":"optimize","duration":10165,"timestamp":1484630301363,"id":10188,"parentId":10186,"tags":{},"startTime":1728051176075,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1853,"timestamp":1484630317752,"id":10193,"parentId":10186,"tags":{},"startTime":1728051176091,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":15007,"timestamp":1484630319644,"id":10194,"parentId":10186,"tags":{},"startTime":1728051176093,"traceId":"b09007848b46e699"},{"name":"hash","duration":3369,"timestamp":1484630338913,"id":10195,"parentId":10186,"tags":{},"startTime":1728051176112,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":385,"timestamp":1484630342280,"id":10196,"parentId":10186,"tags":{},"startTime":1728051176116,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":626,"timestamp":1484630342635,"id":10197,"parentId":10186,"tags":{},"startTime":1728051176116,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4450,"timestamp":1484630343278,"id":10198,"parentId":10186,"tags":{},"startTime":1728051176117,"traceId":"b09007848b46e699"},{"name":"seal","duration":78948,"timestamp":1484630282312,"id":10186,"parentId":10166,"tags":{},"startTime":1728051176056,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":417319,"timestamp":1484629970320,"id":10166,"parentId":10164,"tags":{"name":"server"},"startTime":1728051175744,"traceId":"b09007848b46e699"},{"name":"emit","duration":11448,"timestamp":1484630387779,"id":10199,"parentId":10164,"tags":{},"startTime":1728051176161,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":468882,"timestamp":1484629931440,"id":10164,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051175705,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15679,"timestamp":1484630421715,"id":10212,"parentId":10201,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051176195,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15728,"timestamp":1484630421764,"id":10214,"parentId":10201,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051176195,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15706,"timestamp":1484630421789,"id":10215,"parentId":10201,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051176195,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37348,"timestamp":1484630421161,"id":10202,"parentId":10201,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051176194,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37247,"timestamp":1484630421412,"id":10204,"parentId":10201,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051176195,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":52928,"timestamp":1484630421532,"id":10206,"parentId":10201,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051176195,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":58848,"timestamp":1484630421561,"id":10207,"parentId":10201,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051176195,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":63413,"timestamp":1484630421592,"id":10208,"parentId":10201,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051176195,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":97194,"timestamp":1484630421643,"id":10210,"parentId":10201,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051176195,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":97047,"timestamp":1484630421813,"id":10216,"parentId":10201,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051176195,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":104441,"timestamp":1484630421740,"id":10213,"parentId":10201,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051176195,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":106488,"timestamp":1484630421501,"id":10205,"parentId":10201,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051176195,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":38516,"timestamp":1484630491796,"id":10219,"parentId":10218,"tags":{},"startTime":1728051176265,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":315137,"timestamp":1484630530873,"id":10221,"parentId":10220,"tags":{},"startTime":1728051176304,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":316416,"timestamp":1484630530514,"id":10220,"parentId":10218,"tags":{},"startTime":1728051176304,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":58666,"timestamp":1484630847240,"id":10222,"parentId":10218,"tags":{"astUsed":"true"},"startTime":1728051176620,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":421250,"timestamp":1484630489555,"id":10218,"parentId":10217,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051176263,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":502958,"timestamp":1484630421372,"id":10203,"parentId":10201,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051176195,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":502739,"timestamp":1484630421617,"id":10209,"parentId":10201,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051176195,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":493125,"timestamp":1484630438799,"id":10217,"parentId":10200,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051176212,"traceId":"b09007848b46e699"},{"name":"build-module","duration":128,"timestamp":1484630932933,"id":10223,"parentId":10217,"tags":{},"startTime":1728051176706,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":511434,"timestamp":1484630421689,"id":10211,"parentId":10201,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051176195,"traceId":"b09007848b46e699"},{"name":"make","duration":527508,"timestamp":1484630405657,"id":10201,"parentId":10200,"tags":{},"startTime":1728051176179,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":7295,"timestamp":1484631077443,"id":10225,"parentId":10224,"tags":{},"startTime":1728051176851,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":6,"timestamp":1484631084795,"id":10227,"parentId":10224,"tags":{},"startTime":1728051176858,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":142,"timestamp":1484631084831,"id":10228,"parentId":10224,"tags":{},"startTime":1728051176858,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":9,"timestamp":1484631085055,"id":10229,"parentId":10224,"tags":{},"startTime":1728051176858,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1484631085099,"id":10230,"parentId":10224,"tags":{},"startTime":1728051176858,"traceId":"b09007848b46e699"},{"name":"optimize","duration":8159,"timestamp":1484631084775,"id":10226,"parentId":10224,"tags":{},"startTime":1728051176858,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2521,"timestamp":1484631097380,"id":10231,"parentId":10224,"tags":{},"startTime":1728051176871,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":63512,"timestamp":1484631099933,"id":10232,"parentId":10224,"tags":{},"startTime":1728051176873,"traceId":"b09007848b46e699"},{"name":"hash","duration":8477,"timestamp":1484631168974,"id":10233,"parentId":10224,"tags":{},"startTime":1728051176942,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":430,"timestamp":1484631177449,"id":10234,"parentId":10224,"tags":{},"startTime":1728051176951,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":282,"timestamp":1484631177862,"id":10235,"parentId":10224,"tags":{},"startTime":1728051176951,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":6308,"timestamp":1484631178152,"id":10236,"parentId":10224,"tags":{},"startTime":1728051176951,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":265,"timestamp":1484631187553,"id":10238,"parentId":10200,"tags":{},"startTime":1728051176961,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":414,"timestamp":1484631187421,"id":10237,"parentId":10200,"tags":{},"startTime":1728051176961,"traceId":"b09007848b46e699"},{"name":"seal","duration":131371,"timestamp":1484631064108,"id":10224,"parentId":10200,"tags":{},"startTime":1728051176837,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":791010,"timestamp":1484630404533,"id":10200,"parentId":10165,"tags":{"name":"client"},"startTime":1728051176178,"traceId":"b09007848b46e699"},{"name":"emit","duration":24008,"timestamp":1484631195606,"id":10239,"parentId":10165,"tags":{},"startTime":1728051176969,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1292219,"timestamp":1484629932664,"id":10165,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051175706,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":21,"timestamp":1484631252502,"id":10240,"parentId":3,"tags":{},"startTime":1728051177026,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1406000,"timestamp":1484629935672,"id":10242,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728051177117,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":264439,"timestamp":1484631293369,"id":10241,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051177067,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484631557849,"id":10243,"parentId":10241,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"292388864","memory.heapUsed":"286465904","memory.heapTotal":"351289344"},"startTime":1728051177331,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":187717,"timestamp":1484633143636,"id":10244,"tags":{"url":"/about","isTurbopack":false},"startTime":1728051178917,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":0,"timestamp":1484633331439,"id":10245,"parentId":10244,"tags":{"url":"/about","memory.rss":"182566912","memory.heapUsed":"292646216","memory.heapTotal":"351813632"},"startTime":1728051179105,"traceId":"b09007848b46e699"},{"name":"client-success","duration":22,"timestamp":1484633693711,"id":10246,"parentId":3,"tags":{},"startTime":1728051179467,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":24934,"timestamp":1484645787457,"id":10253,"parentId":10250,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051191560,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":27551,"timestamp":1484645787163,"id":10251,"parentId":10250,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051191560,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":91215,"timestamp":1484645787437,"id":10252,"parentId":10250,"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":1728051191560,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":93040,"timestamp":1484645787504,"id":10255,"parentId":10250,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051191560,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":90657,"timestamp":1484645870862,"id":10258,"parentId":10257,"tags":{},"startTime":1728051191644,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":91112,"timestamp":1484645870420,"id":10257,"parentId":10256,"tags":{},"startTime":1728051191643,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":98205,"timestamp":1484645867053,"id":10256,"parentId":10249,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutnodes.jsx","layer":"rsc"},"startTime":1728051191640,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":179664,"timestamp":1484645787475,"id":10254,"parentId":10250,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051191560,"traceId":"b09007848b46e699"},{"name":"make","duration":317199,"timestamp":1484645752931,"id":10250,"parentId":10249,"tags":{},"startTime":1728051191526,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4221,"timestamp":1484646098515,"id":10270,"parentId":10269,"tags":{},"startTime":1728051191871,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":21,"timestamp":1484646102786,"id":10272,"parentId":10269,"tags":{},"startTime":1728051191876,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":6089,"timestamp":1484646102831,"id":10273,"parentId":10269,"tags":{},"startTime":1728051191876,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":108,"timestamp":1484646109167,"id":10274,"parentId":10269,"tags":{},"startTime":1728051191882,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":16,"timestamp":1484646109305,"id":10275,"parentId":10269,"tags":{},"startTime":1728051191882,"traceId":"b09007848b46e699"},{"name":"optimize","duration":13312,"timestamp":1484646102767,"id":10271,"parentId":10269,"tags":{},"startTime":1728051191876,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2427,"timestamp":1484646120657,"id":10276,"parentId":10269,"tags":{},"startTime":1728051191894,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":15718,"timestamp":1484646123113,"id":10277,"parentId":10269,"tags":{},"startTime":1728051191896,"traceId":"b09007848b46e699"},{"name":"hash","duration":6899,"timestamp":1484646141523,"id":10278,"parentId":10269,"tags":{},"startTime":1728051191914,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":395,"timestamp":1484646148420,"id":10279,"parentId":10269,"tags":{},"startTime":1728051191921,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":335,"timestamp":1484646148797,"id":10280,"parentId":10269,"tags":{},"startTime":1728051191922,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3729,"timestamp":1484646149144,"id":10281,"parentId":10269,"tags":{},"startTime":1728051191922,"traceId":"b09007848b46e699"},{"name":"seal","duration":76665,"timestamp":1484646087361,"id":10269,"parentId":10249,"tags":{},"startTime":1728051191860,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":428016,"timestamp":1484645747554,"id":10249,"parentId":10247,"tags":{"name":"server"},"startTime":1728051191520,"traceId":"b09007848b46e699"},{"name":"emit","duration":14677,"timestamp":1484646175766,"id":10282,"parentId":10247,"tags":{},"startTime":1728051191949,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":461785,"timestamp":1484645729560,"id":10247,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051191502,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9935,"timestamp":1484646208328,"id":10295,"parentId":10284,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051191981,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10023,"timestamp":1484646208382,"id":10297,"parentId":10284,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051191981,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10001,"timestamp":1484646208407,"id":10298,"parentId":10284,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051191981,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":19336,"timestamp":1484646207895,"id":10285,"parentId":10284,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051191981,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":19189,"timestamp":1484646208065,"id":10287,"parentId":10284,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051191981,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25256,"timestamp":1484646208121,"id":10289,"parentId":10284,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051191981,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":32883,"timestamp":1484646208152,"id":10290,"parentId":10284,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051191981,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36359,"timestamp":1484646208178,"id":10291,"parentId":10284,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051191981,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":44769,"timestamp":1484646208229,"id":10293,"parentId":10284,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051191981,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":44577,"timestamp":1484646208432,"id":10299,"parentId":10284,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051191981,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":46745,"timestamp":1484646208356,"id":10296,"parentId":10284,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051191981,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":49714,"timestamp":1484646208093,"id":10288,"parentId":10284,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051191981,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":15293,"timestamp":1484646242763,"id":10302,"parentId":10301,"tags":{},"startTime":1728051192016,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":206951,"timestamp":1484646258559,"id":10304,"parentId":10303,"tags":{},"startTime":1728051192031,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":212007,"timestamp":1484646258249,"id":10303,"parentId":10301,"tags":{},"startTime":1728051192031,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":31783,"timestamp":1484646470345,"id":10305,"parentId":10301,"tags":{"astUsed":"true"},"startTime":1728051192243,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":261805,"timestamp":1484646242537,"id":10301,"parentId":10300,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051192015,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":296948,"timestamp":1484646208031,"id":10286,"parentId":10284,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051191981,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":288077,"timestamp":1484646219589,"id":10300,"parentId":10283,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051191993,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":299582,"timestamp":1484646208204,"id":10292,"parentId":10284,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051191981,"traceId":"b09007848b46e699"},{"name":"build-module","duration":37,"timestamp":1484646507847,"id":10306,"parentId":10300,"tags":{},"startTime":1728051192281,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":299678,"timestamp":1484646208254,"id":10294,"parentId":10284,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051191981,"traceId":"b09007848b46e699"},{"name":"make","duration":312772,"timestamp":1484646195179,"id":10284,"parentId":10283,"tags":{},"startTime":1728051191968,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":1953,"timestamp":1484646522185,"id":10308,"parentId":10307,"tags":{},"startTime":1728051192295,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":3,"timestamp":1484646524159,"id":10310,"parentId":10307,"tags":{},"startTime":1728051192297,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":61,"timestamp":1484646524189,"id":10311,"parentId":10307,"tags":{},"startTime":1728051192297,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":4,"timestamp":1484646524275,"id":10312,"parentId":10307,"tags":{},"startTime":1728051192297,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1484646524299,"id":10313,"parentId":10307,"tags":{},"startTime":1728051192297,"traceId":"b09007848b46e699"},{"name":"optimize","duration":1780,"timestamp":1484646524153,"id":10309,"parentId":10307,"tags":{},"startTime":1728051192297,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":467,"timestamp":1484646527592,"id":10314,"parentId":10307,"tags":{},"startTime":1728051192300,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":6387,"timestamp":1484646528070,"id":10315,"parentId":10307,"tags":{},"startTime":1728051192301,"traceId":"b09007848b46e699"},{"name":"hash","duration":4270,"timestamp":1484646536088,"id":10316,"parentId":10307,"tags":{},"startTime":1728051192309,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":229,"timestamp":1484646540358,"id":10317,"parentId":10307,"tags":{},"startTime":1728051192313,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":150,"timestamp":1484646540578,"id":10318,"parentId":10307,"tags":{},"startTime":1728051192313,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5407,"timestamp":1484646540733,"id":10319,"parentId":10307,"tags":{},"startTime":1728051192314,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":152,"timestamp":1484646547468,"id":10321,"parentId":10283,"tags":{},"startTime":1728051192320,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":234,"timestamp":1484646547393,"id":10320,"parentId":10283,"tags":{},"startTime":1728051192320,"traceId":"b09007848b46e699"},{"name":"seal","duration":33149,"timestamp":1484646518161,"id":10307,"parentId":10283,"tags":{},"startTime":1728051192291,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":356738,"timestamp":1484646194612,"id":10283,"parentId":10248,"tags":{"name":"client"},"startTime":1728051191968,"traceId":"b09007848b46e699"},{"name":"emit","duration":11024,"timestamp":1484646551389,"id":10322,"parentId":10248,"tags":{},"startTime":1728051192324,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":837970,"timestamp":1484645731260,"id":10248,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051191504,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":7,"timestamp":1484646587167,"id":10323,"parentId":3,"tags":{},"startTime":1728051192360,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":891000,"timestamp":1484645734567,"id":10325,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728051192479,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":108975,"timestamp":1484646602718,"id":10324,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051192376,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484646711726,"id":10326,"parentId":10324,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"287801344","memory.heapUsed":"320490184","memory.heapTotal":"362725376"},"startTime":1728051192485,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":12920,"timestamp":1484656294091,"id":10333,"parentId":10330,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051202067,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14343,"timestamp":1484656293963,"id":10331,"parentId":10330,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051202067,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":34398,"timestamp":1484656294075,"id":10332,"parentId":10330,"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":1728051202067,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36960,"timestamp":1484656294121,"id":10335,"parentId":10330,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051202067,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":11003,"timestamp":1484656323230,"id":10338,"parentId":10337,"tags":{},"startTime":1728051202096,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":11219,"timestamp":1484656323048,"id":10337,"parentId":10336,"tags":{},"startTime":1728051202096,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":23094,"timestamp":1484656322555,"id":10336,"parentId":10329,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutnodes.jsx","layer":"rsc"},"startTime":1728051202095,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":53240,"timestamp":1484656294107,"id":10334,"parentId":10330,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051202067,"traceId":"b09007848b46e699"},{"name":"make","duration":142504,"timestamp":1484656280412,"id":10330,"parentId":10329,"tags":{},"startTime":1728051202053,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5958,"timestamp":1484656460786,"id":10350,"parentId":10349,"tags":{},"startTime":1728051202233,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1484656466777,"id":10352,"parentId":10349,"tags":{},"startTime":1728051202239,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":3607,"timestamp":1484656466800,"id":10353,"parentId":10349,"tags":{},"startTime":1728051202240,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":25,"timestamp":1484656470467,"id":10354,"parentId":10349,"tags":{},"startTime":1728051202243,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":9,"timestamp":1484656470526,"id":10355,"parentId":10349,"tags":{},"startTime":1728051202243,"traceId":"b09007848b46e699"},{"name":"optimize","duration":9358,"timestamp":1484656466766,"id":10351,"parentId":10349,"tags":{},"startTime":1728051202239,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":809,"timestamp":1484656478321,"id":10356,"parentId":10349,"tags":{},"startTime":1728051202251,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":7842,"timestamp":1484656479141,"id":10357,"parentId":10349,"tags":{},"startTime":1728051202252,"traceId":"b09007848b46e699"},{"name":"hash","duration":2170,"timestamp":1484656490749,"id":10358,"parentId":10349,"tags":{},"startTime":1728051202263,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":216,"timestamp":1484656492917,"id":10359,"parentId":10349,"tags":{},"startTime":1728051202266,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":159,"timestamp":1484656493124,"id":10360,"parentId":10349,"tags":{},"startTime":1728051202266,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1365,"timestamp":1484656493289,"id":10361,"parentId":10349,"tags":{},"startTime":1728051202266,"traceId":"b09007848b46e699"},{"name":"seal","duration":46482,"timestamp":1484656454409,"id":10349,"parentId":10329,"tags":{},"startTime":1728051202227,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":231654,"timestamp":1484656279958,"id":10329,"parentId":10327,"tags":{"name":"server"},"startTime":1728051202053,"traceId":"b09007848b46e699"},{"name":"emit","duration":5192,"timestamp":1484656511710,"id":10362,"parentId":10327,"tags":{},"startTime":1728051202284,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":246692,"timestamp":1484656270811,"id":10327,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051202044,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5137,"timestamp":1484656528126,"id":10375,"parentId":10364,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051202301,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5178,"timestamp":1484656528156,"id":10377,"parentId":10364,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051202301,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5165,"timestamp":1484656528171,"id":10378,"parentId":10364,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051202301,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9199,"timestamp":1484656527881,"id":10365,"parentId":10364,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051202301,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9104,"timestamp":1484656527990,"id":10367,"parentId":10364,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051202301,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13183,"timestamp":1484656528024,"id":10369,"parentId":10364,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051202301,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16838,"timestamp":1484656528043,"id":10370,"parentId":10364,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051202301,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25303,"timestamp":1484656528062,"id":10371,"parentId":10364,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051202301,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":28927,"timestamp":1484656528093,"id":10373,"parentId":10364,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051202301,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":28736,"timestamp":1484656528291,"id":10379,"parentId":10364,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051202301,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":31105,"timestamp":1484656528141,"id":10376,"parentId":10364,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051202301,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":32316,"timestamp":1484656528007,"id":10368,"parentId":10364,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051202301,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":14835,"timestamp":1484656546170,"id":10382,"parentId":10381,"tags":{},"startTime":1728051202319,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":61575,"timestamp":1484656527971,"id":10366,"parentId":10364,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051202301,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":61754,"timestamp":1484656528078,"id":10372,"parentId":10364,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051202301,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":178588,"timestamp":1484656561174,"id":10384,"parentId":10383,"tags":{},"startTime":1728051202334,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":180790,"timestamp":1484656561056,"id":10383,"parentId":10381,"tags":{},"startTime":1728051202334,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":56787,"timestamp":1484656741934,"id":10385,"parentId":10381,"tags":{"astUsed":"true"},"startTime":1728051202515,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":260200,"timestamp":1484656546019,"id":10381,"parentId":10380,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051202319,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":275751,"timestamp":1484656533826,"id":10380,"parentId":10363,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051202307,"traceId":"b09007848b46e699"},{"name":"build-module","duration":43,"timestamp":1484656809763,"id":10386,"parentId":10380,"tags":{},"startTime":1728051202582,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":281728,"timestamp":1484656528110,"id":10374,"parentId":10364,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051202301,"traceId":"b09007848b46e699"},{"name":"make","duration":290561,"timestamp":1484656519302,"id":10364,"parentId":10363,"tags":{},"startTime":1728051202292,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2387,"timestamp":1484656820225,"id":10388,"parentId":10387,"tags":{},"startTime":1728051202593,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":3,"timestamp":1484656822633,"id":10390,"parentId":10387,"tags":{},"startTime":1728051202595,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":66,"timestamp":1484656822650,"id":10391,"parentId":10387,"tags":{},"startTime":1728051202595,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":4,"timestamp":1484656822737,"id":10392,"parentId":10387,"tags":{},"startTime":1728051202595,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1484656822759,"id":10393,"parentId":10387,"tags":{},"startTime":1728051202595,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3179,"timestamp":1484656822627,"id":10389,"parentId":10387,"tags":{},"startTime":1728051202595,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":407,"timestamp":1484656827142,"id":10394,"parentId":10387,"tags":{},"startTime":1728051202600,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":9873,"timestamp":1484656827557,"id":10395,"parentId":10387,"tags":{},"startTime":1728051202600,"traceId":"b09007848b46e699"},{"name":"hash","duration":5817,"timestamp":1484656839105,"id":10396,"parentId":10387,"tags":{},"startTime":1728051202612,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":257,"timestamp":1484656844921,"id":10397,"parentId":10387,"tags":{},"startTime":1728051202618,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":250,"timestamp":1484656845169,"id":10398,"parentId":10387,"tags":{},"startTime":1728051202618,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4113,"timestamp":1484656845425,"id":10399,"parentId":10387,"tags":{},"startTime":1728051202618,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":94,"timestamp":1484656851140,"id":10401,"parentId":10363,"tags":{},"startTime":1728051202624,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":174,"timestamp":1484656851065,"id":10400,"parentId":10363,"tags":{},"startTime":1728051202624,"traceId":"b09007848b46e699"},{"name":"seal","duration":37687,"timestamp":1484656816077,"id":10387,"parentId":10363,"tags":{},"startTime":1728051202589,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":334836,"timestamp":1484656518960,"id":10363,"parentId":10328,"tags":{"name":"client"},"startTime":1728051202292,"traceId":"b09007848b46e699"},{"name":"emit","duration":7207,"timestamp":1484656853834,"id":10402,"parentId":10328,"tags":{},"startTime":1728051202627,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":591176,"timestamp":1484656270920,"id":10328,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051202044,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":5,"timestamp":1484656866718,"id":10403,"parentId":3,"tags":{},"startTime":1728051202639,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":607000,"timestamp":1484656278275,"id":10405,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728051202659,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":88145,"timestamp":1484656872524,"id":10404,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051202645,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484656960698,"id":10406,"parentId":10404,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"331988992","memory.heapUsed":"306694384","memory.heapTotal":"339951616"},"startTime":1728051202733,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37575,"timestamp":1484658697668,"id":10413,"parentId":10410,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051204470,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":38544,"timestamp":1484658697248,"id":10411,"parentId":10410,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051204470,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":70387,"timestamp":1484658697645,"id":10412,"parentId":10410,"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":1728051204470,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3999,"timestamp":1484658764168,"id":10418,"parentId":10417,"tags":{},"startTime":1728051204537,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4327,"timestamp":1484658763844,"id":10417,"parentId":10416,"tags":{},"startTime":1728051204537,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":9122,"timestamp":1484658762786,"id":10416,"parentId":10409,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutnodes.jsx","layer":"rsc"},"startTime":1728051204535,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":78934,"timestamp":1484658697698,"id":10415,"parentId":10410,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051204470,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":78960,"timestamp":1484658697683,"id":10414,"parentId":10410,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051204470,"traceId":"b09007848b46e699"},{"name":"make","duration":157522,"timestamp":1484658680326,"id":10410,"parentId":10409,"tags":{},"startTime":1728051204453,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2774,"timestamp":1484658851582,"id":10430,"parentId":10429,"tags":{},"startTime":1728051204624,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1484658854387,"id":10432,"parentId":10429,"tags":{},"startTime":1728051204627,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":6114,"timestamp":1484658854409,"id":10433,"parentId":10429,"tags":{},"startTime":1728051204627,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":11,"timestamp":1484658860680,"id":10434,"parentId":10429,"tags":{},"startTime":1728051204633,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":53,"timestamp":1484658860727,"id":10435,"parentId":10429,"tags":{},"startTime":1728051204633,"traceId":"b09007848b46e699"},{"name":"optimize","duration":8929,"timestamp":1484658854377,"id":10431,"parentId":10429,"tags":{},"startTime":1728051204627,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1354,"timestamp":1484658866349,"id":10436,"parentId":10429,"tags":{},"startTime":1728051204639,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":7259,"timestamp":1484658867723,"id":10437,"parentId":10429,"tags":{},"startTime":1728051204640,"traceId":"b09007848b46e699"},{"name":"hash","duration":2967,"timestamp":1484658877696,"id":10438,"parentId":10429,"tags":{},"startTime":1728051204650,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":294,"timestamp":1484658880662,"id":10439,"parentId":10429,"tags":{},"startTime":1728051204653,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":467,"timestamp":1484658880943,"id":10440,"parentId":10429,"tags":{},"startTime":1728051204654,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2291,"timestamp":1484658881421,"id":10441,"parentId":10429,"tags":{},"startTime":1728051204654,"traceId":"b09007848b46e699"},{"name":"seal","duration":44740,"timestamp":1484658846672,"id":10429,"parentId":10409,"tags":{},"startTime":1728051204619,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":235409,"timestamp":1484658679319,"id":10409,"parentId":10407,"tags":{"name":"server"},"startTime":1728051204452,"traceId":"b09007848b46e699"},{"name":"emit","duration":8286,"timestamp":1484658914869,"id":10442,"parentId":10407,"tags":{},"startTime":1728051204688,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":258380,"timestamp":1484658665629,"id":10407,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051204438,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13256,"timestamp":1484658940596,"id":10455,"parentId":10444,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051204713,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13465,"timestamp":1484658940647,"id":10457,"parentId":10444,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051204713,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13454,"timestamp":1484658940672,"id":10458,"parentId":10444,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051204713,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26600,"timestamp":1484658940248,"id":10445,"parentId":10444,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051204713,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26486,"timestamp":1484658940397,"id":10447,"parentId":10444,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051204713,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":35620,"timestamp":1484658940448,"id":10449,"parentId":10444,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051204713,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":48062,"timestamp":1484658940473,"id":10450,"parentId":10444,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051204713,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":51562,"timestamp":1484658940498,"id":10451,"parentId":10444,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051204713,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":57575,"timestamp":1484658940547,"id":10453,"parentId":10444,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051204713,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":57442,"timestamp":1484658940695,"id":10459,"parentId":10444,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051204713,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":60588,"timestamp":1484658940623,"id":10456,"parentId":10444,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051204713,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":61881,"timestamp":1484658940423,"id":10448,"parentId":10444,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051204713,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":12105,"timestamp":1484658990424,"id":10462,"parentId":10461,"tags":{},"startTime":1728051204763,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":192014,"timestamp":1484659002881,"id":10464,"parentId":10463,"tags":{},"startTime":1728051204776,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":192904,"timestamp":1484659002633,"id":10463,"parentId":10461,"tags":{},"startTime":1728051204775,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":27900,"timestamp":1484659195620,"id":10465,"parentId":10461,"tags":{"astUsed":"true"},"startTime":1728051204968,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":236176,"timestamp":1484658990123,"id":10461,"parentId":10460,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051204763,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":287106,"timestamp":1484658940367,"id":10446,"parentId":10444,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051204713,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":276300,"timestamp":1484658956154,"id":10460,"parentId":10443,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051204729,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":296967,"timestamp":1484658940523,"id":10452,"parentId":10444,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051204713,"traceId":"b09007848b46e699"},{"name":"build-module","duration":107,"timestamp":1484659237645,"id":10466,"parentId":10460,"tags":{},"startTime":1728051205010,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":297236,"timestamp":1484658940572,"id":10454,"parentId":10444,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051204713,"traceId":"b09007848b46e699"},{"name":"make","duration":309530,"timestamp":1484658928305,"id":10444,"parentId":10443,"tags":{},"startTime":1728051204701,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2143,"timestamp":1484659252304,"id":10468,"parentId":10467,"tags":{},"startTime":1728051205025,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":3,"timestamp":1484659254477,"id":10470,"parentId":10467,"tags":{},"startTime":1728051205027,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":68,"timestamp":1484659254509,"id":10471,"parentId":10467,"tags":{},"startTime":1728051205027,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":5,"timestamp":1484659254601,"id":10472,"parentId":10467,"tags":{},"startTime":1728051205027,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1484659254624,"id":10473,"parentId":10467,"tags":{},"startTime":1728051205027,"traceId":"b09007848b46e699"},{"name":"optimize","duration":2035,"timestamp":1484659254465,"id":10469,"parentId":10467,"tags":{},"startTime":1728051205027,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":540,"timestamp":1484659258105,"id":10474,"parentId":10467,"tags":{},"startTime":1728051205031,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":5636,"timestamp":1484659258654,"id":10475,"parentId":10467,"tags":{},"startTime":1728051205031,"traceId":"b09007848b46e699"},{"name":"hash","duration":7385,"timestamp":1484659266827,"id":10476,"parentId":10467,"tags":{},"startTime":1728051205039,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":266,"timestamp":1484659274211,"id":10477,"parentId":10467,"tags":{},"startTime":1728051205047,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":178,"timestamp":1484659274467,"id":10478,"parentId":10467,"tags":{},"startTime":1728051205047,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2967,"timestamp":1484659274651,"id":10479,"parentId":10467,"tags":{},"startTime":1728051205047,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":102,"timestamp":1484659278861,"id":10481,"parentId":10443,"tags":{},"startTime":1728051205052,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":182,"timestamp":1484659278784,"id":10480,"parentId":10443,"tags":{},"startTime":1728051205051,"traceId":"b09007848b46e699"},{"name":"seal","duration":35948,"timestamp":1484659245265,"id":10467,"parentId":10443,"tags":{},"startTime":1728051205018,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":353716,"timestamp":1484658927526,"id":10443,"parentId":10408,"tags":{"name":"client"},"startTime":1728051204700,"traceId":"b09007848b46e699"},{"name":"emit","duration":6576,"timestamp":1484659281276,"id":10482,"parentId":10408,"tags":{},"startTime":1728051205054,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":622887,"timestamp":1484658666238,"id":10408,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051204439,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":4,"timestamp":1484659293381,"id":10483,"parentId":3,"tags":{},"startTime":1728051205066,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":644000,"timestamp":1484658667500,"id":10485,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728051205233,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":196914,"timestamp":1484659297590,"id":10484,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051205070,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":2,"timestamp":1484659495317,"id":10486,"parentId":10484,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"252182528","memory.heapUsed":"334278200","memory.heapTotal":"373145600"},"startTime":1728051205268,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":172718,"timestamp":1484661464491,"id":10487,"tags":{"url":"/about","isTurbopack":false},"startTime":1728051207237,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484661637299,"id":10488,"parentId":10487,"tags":{"url":"/about","memory.rss":"167542784","memory.heapUsed":"339343040","memory.heapTotal":"375767040"},"startTime":1728051207410,"traceId":"b09007848b46e699"},{"name":"client-success","duration":9,"timestamp":1484662060863,"id":10489,"parentId":3,"tags":{},"startTime":1728051207833,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":43975,"timestamp":1484675919160,"id":10496,"parentId":10493,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051221691,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":44810,"timestamp":1484675918751,"id":10494,"parentId":10493,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051221691,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":72999,"timestamp":1484675919140,"id":10495,"parentId":10493,"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":1728051221691,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":74225,"timestamp":1484675919177,"id":10497,"parentId":10493,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051221692,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4968,"timestamp":1484675988607,"id":10501,"parentId":10500,"tags":{},"startTime":1728051221761,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5245,"timestamp":1484675988333,"id":10500,"parentId":10499,"tags":{},"startTime":1728051221761,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":9317,"timestamp":1484675987380,"id":10499,"parentId":10492,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutnodes.jsx","layer":"rsc"},"startTime":1728051221760,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":79110,"timestamp":1484675919216,"id":10498,"parentId":10493,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051221692,"traceId":"b09007848b46e699"},{"name":"make","duration":166224,"timestamp":1484675908749,"id":10493,"parentId":10492,"tags":{},"startTime":1728051221681,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2590,"timestamp":1484676089625,"id":10513,"parentId":10512,"tags":{},"startTime":1728051221862,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1484676092246,"id":10515,"parentId":10512,"tags":{},"startTime":1728051221865,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":2591,"timestamp":1484676092278,"id":10516,"parentId":10512,"tags":{},"startTime":1728051221865,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":5,"timestamp":1484676094897,"id":10517,"parentId":10512,"tags":{},"startTime":1728051221867,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":11,"timestamp":1484676094916,"id":10518,"parentId":10512,"tags":{},"startTime":1728051221867,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4999,"timestamp":1484676092236,"id":10514,"parentId":10512,"tags":{},"startTime":1728051221865,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":918,"timestamp":1484676099379,"id":10519,"parentId":10512,"tags":{},"startTime":1728051221872,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":6375,"timestamp":1484676100307,"id":10520,"parentId":10512,"tags":{},"startTime":1728051221873,"traceId":"b09007848b46e699"},{"name":"hash","duration":1675,"timestamp":1484676108563,"id":10521,"parentId":10512,"tags":{},"startTime":1728051221881,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":225,"timestamp":1484676110237,"id":10522,"parentId":10512,"tags":{},"startTime":1728051221883,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":249,"timestamp":1484676110453,"id":10523,"parentId":10512,"tags":{},"startTime":1728051221883,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2106,"timestamp":1484676110709,"id":10524,"parentId":10512,"tags":{},"startTime":1728051221883,"traceId":"b09007848b46e699"},{"name":"seal","duration":57057,"timestamp":1484676085065,"id":10512,"parentId":10492,"tags":{},"startTime":1728051221857,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":242798,"timestamp":1484675907279,"id":10492,"parentId":10490,"tags":{"name":"server"},"startTime":1728051221680,"traceId":"b09007848b46e699"},{"name":"emit","duration":7263,"timestamp":1484676150220,"id":10525,"parentId":10490,"tags":{},"startTime":1728051221923,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":284729,"timestamp":1484675873594,"id":10490,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051221646,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10517,"timestamp":1484676172279,"id":10538,"parentId":10527,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051221945,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10596,"timestamp":1484676172321,"id":10540,"parentId":10527,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051221945,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10578,"timestamp":1484676172342,"id":10541,"parentId":10527,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051221945,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17647,"timestamp":1484676171967,"id":10528,"parentId":10527,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051221944,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17533,"timestamp":1484676172106,"id":10530,"parentId":10527,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051221944,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23236,"timestamp":1484676172150,"id":10532,"parentId":10527,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051221944,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":27869,"timestamp":1484676172172,"id":10533,"parentId":10527,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051221944,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":30954,"timestamp":1484676172193,"id":10534,"parentId":10527,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051221945,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":35542,"timestamp":1484676172234,"id":10536,"parentId":10527,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051221945,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":35423,"timestamp":1484676172362,"id":10542,"parentId":10527,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051221945,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37758,"timestamp":1484676172300,"id":10539,"parentId":10527,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051221945,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":38885,"timestamp":1484676172129,"id":10531,"parentId":10527,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051221944,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":9413,"timestamp":1484676201809,"id":10545,"parentId":10544,"tags":{},"startTime":1728051221974,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":634351,"timestamp":1484676211532,"id":10547,"parentId":10546,"tags":{},"startTime":1728051221984,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":640136,"timestamp":1484676211326,"id":10546,"parentId":10544,"tags":{},"startTime":1728051221984,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":365702,"timestamp":1484676852739,"id":10548,"parentId":10544,"tags":{"astUsed":"true"},"startTime":1728051222625,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":1031326,"timestamp":1484676201483,"id":10544,"parentId":10543,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051221974,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":1064104,"timestamp":1484676172078,"id":10529,"parentId":10527,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051221944,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":1063774,"timestamp":1484676183870,"id":10543,"parentId":10526,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051221956,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":1075735,"timestamp":1484676172213,"id":10535,"parentId":10527,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051221945,"traceId":"b09007848b46e699"},{"name":"build-module","duration":70,"timestamp":1484677248101,"id":10549,"parentId":10543,"tags":{},"startTime":1728051223020,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":1075944,"timestamp":1484676172255,"id":10537,"parentId":10527,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051221945,"traceId":"b09007848b46e699"},{"name":"make","duration":1086380,"timestamp":1484676161875,"id":10527,"parentId":10526,"tags":{},"startTime":1728051221934,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":7591,"timestamp":1484677283557,"id":10551,"parentId":10550,"tags":{},"startTime":1728051223056,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1484677291195,"id":10553,"parentId":10550,"tags":{},"startTime":1728051223063,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":267,"timestamp":1484677291949,"id":10554,"parentId":10550,"tags":{},"startTime":1728051223064,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":36,"timestamp":1484677292314,"id":10555,"parentId":10550,"tags":{},"startTime":1728051223065,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":10,"timestamp":1484677292511,"id":10556,"parentId":10550,"tags":{},"startTime":1728051223065,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5009,"timestamp":1484677291181,"id":10552,"parentId":10550,"tags":{},"startTime":1728051223063,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":860,"timestamp":1484677298856,"id":10557,"parentId":10550,"tags":{},"startTime":1728051223071,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":12718,"timestamp":1484677299732,"id":10558,"parentId":10550,"tags":{},"startTime":1728051223072,"traceId":"b09007848b46e699"},{"name":"hash","duration":6718,"timestamp":1484677314798,"id":10559,"parentId":10550,"tags":{},"startTime":1728051223087,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":473,"timestamp":1484677321514,"id":10560,"parentId":10550,"tags":{},"startTime":1728051223094,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":373,"timestamp":1484677321945,"id":10561,"parentId":10550,"tags":{},"startTime":1728051223094,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5738,"timestamp":1484677322327,"id":10562,"parentId":10550,"tags":{},"startTime":1728051223095,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":196,"timestamp":1484677329981,"id":10564,"parentId":10526,"tags":{},"startTime":1728051223102,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":425,"timestamp":1484677329759,"id":10563,"parentId":10526,"tags":{},"startTime":1728051223102,"traceId":"b09007848b46e699"},{"name":"seal","duration":72707,"timestamp":1484677264062,"id":10550,"parentId":10526,"tags":{},"startTime":1728051223036,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1175604,"timestamp":1484676161351,"id":10526,"parentId":10491,"tags":{"name":"client"},"startTime":1728051221934,"traceId":"b09007848b46e699"},{"name":"emit","duration":36930,"timestamp":1484677337028,"id":10565,"parentId":10491,"tags":{},"startTime":1728051223109,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1507407,"timestamp":1484675874858,"id":10491,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051221647,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":13,"timestamp":1484677393357,"id":10566,"parentId":3,"tags":{},"startTime":1728051223166,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1540000,"timestamp":1484675877019,"id":10568,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728051223189,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":154786,"timestamp":1484677399240,"id":10567,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051223172,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484677554062,"id":10569,"parentId":10567,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"323010560","memory.heapUsed":"279254248","memory.heapTotal":"377831424"},"startTime":1728051223326,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15784,"timestamp":1484688389248,"id":10576,"parentId":10573,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051234161,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":17142,"timestamp":1484688388951,"id":10574,"parentId":10573,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051234161,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":55767,"timestamp":1484688389228,"id":10575,"parentId":10573,"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":1728051234161,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":56908,"timestamp":1484688389280,"id":10578,"parentId":10573,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051234161,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5045,"timestamp":1484688441696,"id":10581,"parentId":10580,"tags":{},"startTime":1728051234214,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5395,"timestamp":1484688441351,"id":10580,"parentId":10579,"tags":{},"startTime":1728051234213,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":9568,"timestamp":1484688440280,"id":10579,"parentId":10572,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutnodes.jsx","layer":"rsc"},"startTime":1728051234212,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":62463,"timestamp":1484688389263,"id":10577,"parentId":10573,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051234161,"traceId":"b09007848b46e699"},{"name":"make","duration":161280,"timestamp":1484688376777,"id":10573,"parentId":10572,"tags":{},"startTime":1728051234149,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5935,"timestamp":1484688550087,"id":10593,"parentId":10592,"tags":{},"startTime":1728051234322,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":7,"timestamp":1484688556061,"id":10595,"parentId":10592,"tags":{},"startTime":1728051234328,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":2720,"timestamp":1484688556091,"id":10596,"parentId":10592,"tags":{},"startTime":1728051234328,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":10,"timestamp":1484688558840,"id":10597,"parentId":10592,"tags":{},"startTime":1728051234331,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":10,"timestamp":1484688558865,"id":10598,"parentId":10592,"tags":{},"startTime":1728051234331,"traceId":"b09007848b46e699"},{"name":"optimize","duration":6656,"timestamp":1484688556049,"id":10594,"parentId":10592,"tags":{},"startTime":1728051234328,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":790,"timestamp":1484688565535,"id":10599,"parentId":10592,"tags":{},"startTime":1728051234338,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":5617,"timestamp":1484688566337,"id":10600,"parentId":10592,"tags":{},"startTime":1728051234338,"traceId":"b09007848b46e699"},{"name":"hash","duration":1363,"timestamp":1484688573524,"id":10601,"parentId":10592,"tags":{},"startTime":1728051234346,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":201,"timestamp":1484688574886,"id":10602,"parentId":10592,"tags":{},"startTime":1728051234347,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":205,"timestamp":1484688575078,"id":10603,"parentId":10592,"tags":{},"startTime":1728051234347,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2849,"timestamp":1484688575289,"id":10604,"parentId":10592,"tags":{},"startTime":1728051234347,"traceId":"b09007848b46e699"},{"name":"seal","duration":42096,"timestamp":1484688545501,"id":10592,"parentId":10572,"tags":{},"startTime":1728051234318,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":223281,"timestamp":1484688373870,"id":10572,"parentId":10570,"tags":{"name":"server"},"startTime":1728051234146,"traceId":"b09007848b46e699"},{"name":"emit","duration":12733,"timestamp":1484688597275,"id":10605,"parentId":10570,"tags":{},"startTime":1728051234369,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":266183,"timestamp":1484688344890,"id":10570,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051234117,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10501,"timestamp":1484688626148,"id":10618,"parentId":10607,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051234398,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10563,"timestamp":1484688626176,"id":10620,"parentId":10607,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051234398,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10551,"timestamp":1484688626189,"id":10621,"parentId":10607,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051234398,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16592,"timestamp":1484688625924,"id":10608,"parentId":10607,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051234398,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16511,"timestamp":1484688626024,"id":10610,"parentId":10607,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051234398,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22146,"timestamp":1484688626057,"id":10612,"parentId":10607,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051234398,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26094,"timestamp":1484688626073,"id":10613,"parentId":10607,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051234398,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":28249,"timestamp":1484688626090,"id":10614,"parentId":10607,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051234398,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":31575,"timestamp":1484688626119,"id":10616,"parentId":10607,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051234398,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":31496,"timestamp":1484688626203,"id":10622,"parentId":10607,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051234398,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33175,"timestamp":1484688626162,"id":10619,"parentId":10607,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051234398,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":34007,"timestamp":1484688626041,"id":10611,"parentId":10607,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051234398,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":6888,"timestamp":1484688653318,"id":10625,"parentId":10624,"tags":{},"startTime":1728051234425,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":487995,"timestamp":1484688660418,"id":10627,"parentId":10626,"tags":{},"startTime":1728051234432,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":489043,"timestamp":1484688660279,"id":10626,"parentId":10624,"tags":{},"startTime":1728051234432,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":41504,"timestamp":1484689149500,"id":10628,"parentId":10624,"tags":{"astUsed":"true"},"startTime":1728051234922,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":542286,"timestamp":1484688653140,"id":10624,"parentId":10623,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051234425,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":570821,"timestamp":1484688626105,"id":10615,"parentId":10607,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051234398,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":570946,"timestamp":1484688626006,"id":10609,"parentId":10607,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051234398,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":565042,"timestamp":1484688637506,"id":10623,"parentId":10606,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051234410,"traceId":"b09007848b46e699"},{"name":"build-module","duration":62,"timestamp":1484689202796,"id":10629,"parentId":10623,"tags":{},"startTime":1728051234975,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":576755,"timestamp":1484688626133,"id":10617,"parentId":10607,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051234398,"traceId":"b09007848b46e699"},{"name":"make","duration":587792,"timestamp":1484688615146,"id":10607,"parentId":10606,"tags":{},"startTime":1728051234387,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4547,"timestamp":1484689603475,"id":10631,"parentId":10630,"tags":{},"startTime":1728051235376,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":6,"timestamp":1484689608057,"id":10633,"parentId":10630,"tags":{},"startTime":1728051235380,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":80,"timestamp":1484689608096,"id":10634,"parentId":10630,"tags":{},"startTime":1728051235380,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":8,"timestamp":1484689608210,"id":10635,"parentId":10630,"tags":{},"startTime":1728051235380,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1484689608242,"id":10636,"parentId":10630,"tags":{},"startTime":1728051235380,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3688,"timestamp":1484689608046,"id":10632,"parentId":10630,"tags":{},"startTime":1728051235380,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":874,"timestamp":1484689614925,"id":10637,"parentId":10630,"tags":{},"startTime":1728051235387,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":9712,"timestamp":1484689615816,"id":10638,"parentId":10630,"tags":{},"startTime":1728051235388,"traceId":"b09007848b46e699"},{"name":"hash","duration":6785,"timestamp":1484689628490,"id":10639,"parentId":10630,"tags":{},"startTime":1728051235401,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":429,"timestamp":1484689635273,"id":10640,"parentId":10630,"tags":{},"startTime":1728051235407,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":234,"timestamp":1484689635685,"id":10641,"parentId":10630,"tags":{},"startTime":1728051235408,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":7982,"timestamp":1484689635926,"id":10642,"parentId":10630,"tags":{},"startTime":1728051235408,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":114,"timestamp":1484689645573,"id":10644,"parentId":10606,"tags":{},"startTime":1728051235418,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":209,"timestamp":1484689645484,"id":10643,"parentId":10606,"tags":{},"startTime":1728051235418,"traceId":"b09007848b46e699"},{"name":"seal","duration":51657,"timestamp":1484689597589,"id":10630,"parentId":10606,"tags":{},"startTime":1728051235370,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1034939,"timestamp":1484688614351,"id":10606,"parentId":10571,"tags":{"name":"client"},"startTime":1728051234386,"traceId":"b09007848b46e699"},{"name":"emit","duration":8257,"timestamp":1484689649346,"id":10645,"parentId":10571,"tags":{},"startTime":1728051235421,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1313614,"timestamp":1484688345812,"id":10571,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051234118,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":4,"timestamp":1484689663807,"id":10646,"parentId":3,"tags":{},"startTime":1728051235436,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1349000,"timestamp":1484688347051,"id":10648,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728051235469,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":95985,"timestamp":1484689676613,"id":10647,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051235449,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484689772626,"id":10649,"parentId":10647,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"323436544","memory.heapUsed":"285816960","memory.heapTotal":"343425024"},"startTime":1728051235545,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":176418,"timestamp":1484693348860,"id":10650,"tags":{"url":"/about","isTurbopack":false},"startTime":1728051239121,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":0,"timestamp":1484693525354,"id":10651,"parentId":10650,"tags":{"url":"/about","memory.rss":"194428928","memory.heapUsed":"295530576","memory.heapTotal":"343425024"},"startTime":1728051239297,"traceId":"b09007848b46e699"},{"name":"client-success","duration":6,"timestamp":1484693860638,"id":10652,"parentId":3,"tags":{},"startTime":1728051239633,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":49557,"timestamp":1484731838481,"id":10659,"parentId":10656,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051277610,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":50964,"timestamp":1484731838131,"id":10657,"parentId":10656,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051277609,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":96032,"timestamp":1484731838464,"id":10658,"parentId":10656,"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":1728051277610,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":100856,"timestamp":1484731839247,"id":10661,"parentId":10656,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051277610,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":106036,"timestamp":1484731923943,"id":10664,"parentId":10663,"tags":{},"startTime":1728051277695,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":106500,"timestamp":1484731923493,"id":10663,"parentId":10662,"tags":{},"startTime":1728051277695,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":114421,"timestamp":1484731922243,"id":10662,"parentId":10655,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutnodes.jsx","layer":"rsc"},"startTime":1728051277693,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":199979,"timestamp":1484731839205,"id":10660,"parentId":10656,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051277610,"traceId":"b09007848b46e699"},{"name":"make","duration":489547,"timestamp":1484731822899,"id":10656,"parentId":10655,"tags":{},"startTime":1728051277594,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":7921,"timestamp":1484732344708,"id":10676,"parentId":10675,"tags":{},"startTime":1728051278116,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1484732352672,"id":10678,"parentId":10675,"tags":{},"startTime":1728051278124,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":4228,"timestamp":1484732352704,"id":10679,"parentId":10675,"tags":{},"startTime":1728051278124,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":17,"timestamp":1484732356983,"id":10680,"parentId":10675,"tags":{},"startTime":1728051278128,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":19,"timestamp":1484732357019,"id":10681,"parentId":10675,"tags":{},"startTime":1728051278128,"traceId":"b09007848b46e699"},{"name":"optimize","duration":10633,"timestamp":1484732352658,"id":10677,"parentId":10675,"tags":{},"startTime":1728051278124,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1494,"timestamp":1484732369916,"id":10682,"parentId":10675,"tags":{},"startTime":1728051278141,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":12091,"timestamp":1484732371439,"id":10683,"parentId":10675,"tags":{},"startTime":1728051278143,"traceId":"b09007848b46e699"},{"name":"hash","duration":5090,"timestamp":1484732387269,"id":10684,"parentId":10675,"tags":{},"startTime":1728051278158,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":380,"timestamp":1484732392356,"id":10685,"parentId":10675,"tags":{},"startTime":1728051278164,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":283,"timestamp":1484732392722,"id":10686,"parentId":10675,"tags":{},"startTime":1728051278164,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3040,"timestamp":1484732393014,"id":10687,"parentId":10675,"tags":{},"startTime":1728051278164,"traceId":"b09007848b46e699"},{"name":"seal","duration":80219,"timestamp":1484732331772,"id":10675,"parentId":10655,"tags":{},"startTime":1728051278103,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":607387,"timestamp":1484731821661,"id":10655,"parentId":10653,"tags":{"name":"server"},"startTime":1728051277593,"traceId":"b09007848b46e699"},{"name":"emit","duration":23570,"timestamp":1484732429238,"id":10688,"parentId":10653,"tags":{},"startTime":1728051278200,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":701235,"timestamp":1484731752967,"id":10653,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051277524,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9840,"timestamp":1484732479291,"id":10701,"parentId":10690,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051278250,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9899,"timestamp":1484732479345,"id":10703,"parentId":10690,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051278251,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9877,"timestamp":1484732479371,"id":10704,"parentId":10690,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051278251,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":20919,"timestamp":1484732478791,"id":10691,"parentId":10690,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051278250,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":20718,"timestamp":1484732479018,"id":10693,"parentId":10690,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051278250,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26548,"timestamp":1484732479080,"id":10695,"parentId":10690,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051278250,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":31565,"timestamp":1484732479111,"id":10696,"parentId":10690,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051278250,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":40352,"timestamp":1484732479144,"id":10697,"parentId":10690,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051278250,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":48257,"timestamp":1484732479195,"id":10699,"parentId":10690,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051278250,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":48073,"timestamp":1484732479395,"id":10705,"parentId":10690,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051278251,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":51952,"timestamp":1484732479317,"id":10702,"parentId":10690,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051278251,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":53503,"timestamp":1484732479051,"id":10694,"parentId":10690,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051278250,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":19621,"timestamp":1484732513415,"id":10708,"parentId":10707,"tags":{},"startTime":1728051278285,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":542466,"timestamp":1484732533392,"id":10710,"parentId":10709,"tags":{},"startTime":1728051278305,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":545376,"timestamp":1484732533134,"id":10709,"parentId":10707,"tags":{},"startTime":1728051278304,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":78597,"timestamp":1484733078608,"id":10711,"parentId":10707,"tags":{"astUsed":"true"},"startTime":1728051278850,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":655380,"timestamp":1484732513174,"id":10707,"parentId":10706,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051278284,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":691455,"timestamp":1484732478979,"id":10692,"parentId":10690,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051278250,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":685650,"timestamp":1484732490204,"id":10706,"parentId":10689,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051278261,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":696923,"timestamp":1484732479169,"id":10698,"parentId":10690,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051278250,"traceId":"b09007848b46e699"},{"name":"build-module","duration":90,"timestamp":1484733176184,"id":10712,"parentId":10706,"tags":{},"startTime":1728051278947,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":697051,"timestamp":1484732479257,"id":10700,"parentId":10690,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051278250,"traceId":"b09007848b46e699"},{"name":"make","duration":717903,"timestamp":1484732458436,"id":10690,"parentId":10689,"tags":{},"startTime":1728051278230,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":11418,"timestamp":1484733192082,"id":10714,"parentId":10713,"tags":{},"startTime":1728051278963,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1484733203576,"id":10716,"parentId":10713,"tags":{},"startTime":1728051278975,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":177,"timestamp":1484733203611,"id":10717,"parentId":10713,"tags":{},"startTime":1728051278975,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":10,"timestamp":1484733203821,"id":10718,"parentId":10713,"tags":{},"startTime":1728051278975,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1484733203858,"id":10719,"parentId":10713,"tags":{},"startTime":1728051278975,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4620,"timestamp":1484733203563,"id":10715,"parentId":10713,"tags":{},"startTime":1728051278975,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":543,"timestamp":1484733209855,"id":10720,"parentId":10713,"tags":{},"startTime":1728051278981,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":8503,"timestamp":1484733210412,"id":10721,"parentId":10713,"tags":{},"startTime":1728051278982,"traceId":"b09007848b46e699"},{"name":"hash","duration":20305,"timestamp":1484733221115,"id":10722,"parentId":10713,"tags":{},"startTime":1728051278992,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":478,"timestamp":1484733241417,"id":10723,"parentId":10713,"tags":{},"startTime":1728051279013,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":436,"timestamp":1484733241877,"id":10724,"parentId":10713,"tags":{},"startTime":1728051279013,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4652,"timestamp":1484733242320,"id":10725,"parentId":10713,"tags":{},"startTime":1728051279014,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":166,"timestamp":1484733252271,"id":10727,"parentId":10689,"tags":{},"startTime":1728051279023,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":271,"timestamp":1484733252176,"id":10726,"parentId":10689,"tags":{},"startTime":1728051279023,"traceId":"b09007848b46e699"},{"name":"seal","duration":71024,"timestamp":1484733185539,"id":10713,"parentId":10689,"tags":{},"startTime":1728051278957,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":798762,"timestamp":1484732457947,"id":10689,"parentId":10654,"tags":{"name":"client"},"startTime":1728051278229,"traceId":"b09007848b46e699"},{"name":"emit","duration":8797,"timestamp":1484733256827,"id":10728,"parentId":10654,"tags":{},"startTime":1728051279028,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1514991,"timestamp":1484731753853,"id":10654,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051277525,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":6,"timestamp":1484733278245,"id":10729,"parentId":3,"tags":{},"startTime":1728051279049,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1542000,"timestamp":1484731755374,"id":10731,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728051279076,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":106314,"timestamp":1484733283418,"id":10730,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051279055,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484733389762,"id":10732,"parentId":10730,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"317505536","memory.heapUsed":"302771520","memory.heapTotal":"334512128"},"startTime":1728051279161,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25653,"timestamp":1484765189815,"id":10739,"parentId":10736,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051310960,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29082,"timestamp":1484765189415,"id":10737,"parentId":10736,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051310960,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":90772,"timestamp":1484765189787,"id":10738,"parentId":10736,"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":1728051310960,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":92197,"timestamp":1484765189846,"id":10741,"parentId":10736,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051310960,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":85714,"timestamp":1484765263769,"id":10744,"parentId":10743,"tags":{},"startTime":1728051311034,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":86232,"timestamp":1484765263273,"id":10743,"parentId":10742,"tags":{},"startTime":1728051311034,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":98240,"timestamp":1484765262002,"id":10742,"parentId":10735,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutnodes.jsx","layer":"rsc"},"startTime":1728051311033,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":174712,"timestamp":1484765189832,"id":10740,"parentId":10736,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051310960,"traceId":"b09007848b46e699"},{"name":"make","duration":288667,"timestamp":1484765175868,"id":10736,"parentId":10735,"tags":{},"startTime":1728051310946,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":7988,"timestamp":1484765493302,"id":10756,"parentId":10755,"tags":{},"startTime":1728051311264,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":6,"timestamp":1484765501328,"id":10758,"parentId":10755,"tags":{},"startTime":1728051311272,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":4231,"timestamp":1484765501379,"id":10759,"parentId":10755,"tags":{},"startTime":1728051311272,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":29,"timestamp":1484765505663,"id":10760,"parentId":10755,"tags":{},"startTime":1728051311276,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":19,"timestamp":1484765505922,"id":10761,"parentId":10755,"tags":{},"startTime":1728051311276,"traceId":"b09007848b46e699"},{"name":"optimize","duration":11865,"timestamp":1484765501317,"id":10757,"parentId":10755,"tags":{},"startTime":1728051311272,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1506,"timestamp":1484765520746,"id":10762,"parentId":10755,"tags":{},"startTime":1728051311291,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":10209,"timestamp":1484765522276,"id":10763,"parentId":10755,"tags":{},"startTime":1728051311293,"traceId":"b09007848b46e699"},{"name":"hash","duration":1599,"timestamp":1484765534551,"id":10764,"parentId":10755,"tags":{},"startTime":1728051311305,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":232,"timestamp":1484765536149,"id":10765,"parentId":10755,"tags":{},"startTime":1728051311307,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":201,"timestamp":1484765536368,"id":10766,"parentId":10755,"tags":{},"startTime":1728051311307,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2789,"timestamp":1484765536574,"id":10767,"parentId":10755,"tags":{},"startTime":1728051311307,"traceId":"b09007848b46e699"},{"name":"seal","duration":59560,"timestamp":1484765488894,"id":10755,"parentId":10735,"tags":{},"startTime":1728051311259,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":381340,"timestamp":1484765172999,"id":10735,"parentId":10733,"tags":{"name":"server"},"startTime":1728051310944,"traceId":"b09007848b46e699"},{"name":"emit","duration":3989,"timestamp":1484765554431,"id":10768,"parentId":10733,"tags":{},"startTime":1728051311325,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":520252,"timestamp":1484765038647,"id":10733,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051310809,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4695,"timestamp":1484765568166,"id":10781,"parentId":10770,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051311339,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4750,"timestamp":1484765568188,"id":10783,"parentId":10770,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051311339,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4741,"timestamp":1484765568198,"id":10784,"parentId":10770,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051311339,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8586,"timestamp":1484765567980,"id":10771,"parentId":10770,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051311339,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8510,"timestamp":1484765568067,"id":10773,"parentId":10770,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051311339,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13040,"timestamp":1484765568093,"id":10775,"parentId":10770,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051311339,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15553,"timestamp":1484765568106,"id":10776,"parentId":10770,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051311339,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16945,"timestamp":1484765568120,"id":10777,"parentId":10770,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051311339,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22353,"timestamp":1484765568142,"id":10779,"parentId":10770,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051311339,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22293,"timestamp":1484765568209,"id":10785,"parentId":10770,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051311339,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23488,"timestamp":1484765568177,"id":10782,"parentId":10770,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051311339,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":24006,"timestamp":1484765568081,"id":10774,"parentId":10770,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051311339,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":7857,"timestamp":1484765584367,"id":10788,"parentId":10787,"tags":{},"startTime":1728051311355,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":170930,"timestamp":1484765592367,"id":10790,"parentId":10789,"tags":{},"startTime":1728051311363,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":171579,"timestamp":1484765592271,"id":10789,"parentId":10787,"tags":{},"startTime":1728051311363,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":37851,"timestamp":1484765763938,"id":10791,"parentId":10787,"tags":{"astUsed":"true"},"startTime":1728051311534,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":220221,"timestamp":1484765584221,"id":10787,"parentId":10786,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051311355,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":238402,"timestamp":1484765568045,"id":10772,"parentId":10770,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051311339,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":300826,"timestamp":1484765573484,"id":10786,"parentId":10769,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051311344,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":309036,"timestamp":1484765568131,"id":10778,"parentId":10770,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051311339,"traceId":"b09007848b46e699"},{"name":"build-module","duration":73,"timestamp":1484765878487,"id":10792,"parentId":10786,"tags":{},"startTime":1728051311649,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":311514,"timestamp":1484765568154,"id":10780,"parentId":10770,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051311339,"traceId":"b09007848b46e699"},{"name":"make","duration":318822,"timestamp":1484765560903,"id":10770,"parentId":10769,"tags":{},"startTime":1728051311331,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":16539,"timestamp":1484766077403,"id":10794,"parentId":10793,"tags":{},"startTime":1728051311848,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1484766093988,"id":10796,"parentId":10793,"tags":{},"startTime":1728051311865,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":526,"timestamp":1484766094015,"id":10797,"parentId":10793,"tags":{},"startTime":1728051311865,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":14,"timestamp":1484766094621,"id":10798,"parentId":10793,"tags":{},"startTime":1728051311865,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":10,"timestamp":1484766094767,"id":10799,"parentId":10793,"tags":{},"startTime":1728051311865,"traceId":"b09007848b46e699"},{"name":"optimize","duration":21073,"timestamp":1484766093976,"id":10795,"parentId":10793,"tags":{},"startTime":1728051311865,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1840,"timestamp":1484766119279,"id":10800,"parentId":10793,"tags":{},"startTime":1728051311890,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":9461,"timestamp":1484766121163,"id":10801,"parentId":10793,"tags":{},"startTime":1728051311892,"traceId":"b09007848b46e699"},{"name":"hash","duration":7263,"timestamp":1484766133583,"id":10802,"parentId":10793,"tags":{},"startTime":1728051311904,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":280,"timestamp":1484766140845,"id":10803,"parentId":10793,"tags":{},"startTime":1728051311911,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":222,"timestamp":1484766141114,"id":10804,"parentId":10793,"tags":{},"startTime":1728051311912,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4113,"timestamp":1484766141341,"id":10805,"parentId":10793,"tags":{},"startTime":1728051311912,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":90,"timestamp":1484766146767,"id":10807,"parentId":10769,"tags":{},"startTime":1728051311917,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":192,"timestamp":1484766146685,"id":10806,"parentId":10769,"tags":{},"startTime":1728051311917,"traceId":"b09007848b46e699"},{"name":"seal","duration":91874,"timestamp":1484766057753,"id":10793,"parentId":10769,"tags":{},"startTime":1728051311828,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":589093,"timestamp":1484765560584,"id":10769,"parentId":10734,"tags":{"name":"client"},"startTime":1728051311331,"traceId":"b09007848b46e699"},{"name":"emit","duration":7634,"timestamp":1484766149721,"id":10808,"parentId":10734,"tags":{},"startTime":1728051311920,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1118803,"timestamp":1484765040453,"id":10734,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051310811,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":4,"timestamp":1484766163668,"id":10809,"parentId":3,"tags":{},"startTime":1728051311934,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1141000,"timestamp":1484765042231,"id":10811,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728051311957,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":100276,"timestamp":1484766166413,"id":10810,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051311937,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484766266716,"id":10812,"parentId":10810,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"336166912","memory.heapUsed":"293939064","memory.heapTotal":"353943552"},"startTime":1728051312037,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18436,"timestamp":1484774483483,"id":10819,"parentId":10816,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051320254,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":20257,"timestamp":1484774483080,"id":10817,"parentId":10816,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051320253,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":81010,"timestamp":1484774483459,"id":10818,"parentId":10816,"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":1728051320254,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9965,"timestamp":1484774558107,"id":10824,"parentId":10823,"tags":{},"startTime":1728051320328,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":10562,"timestamp":1484774557519,"id":10823,"parentId":10822,"tags":{},"startTime":1728051320328,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":26954,"timestamp":1484774555791,"id":10822,"parentId":10815,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutnodes.jsx","layer":"rsc"},"startTime":1728051320326,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":101357,"timestamp":1484774483520,"id":10821,"parentId":10816,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051320254,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":103619,"timestamp":1484774483502,"id":10820,"parentId":10816,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051320254,"traceId":"b09007848b46e699"},{"name":"make","duration":238700,"timestamp":1484774466938,"id":10816,"parentId":10815,"tags":{},"startTime":1728051320237,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":7482,"timestamp":1484774721762,"id":10836,"parentId":10835,"tags":{},"startTime":1728051320492,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":6,"timestamp":1484774729289,"id":10838,"parentId":10835,"tags":{},"startTime":1728051320500,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":5707,"timestamp":1484774729598,"id":10839,"parentId":10835,"tags":{},"startTime":1728051320500,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":20,"timestamp":1484774735371,"id":10840,"parentId":10835,"tags":{},"startTime":1728051320506,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":21,"timestamp":1484774735430,"id":10841,"parentId":10835,"tags":{},"startTime":1728051320506,"traceId":"b09007848b46e699"},{"name":"optimize","duration":12625,"timestamp":1484774729273,"id":10837,"parentId":10835,"tags":{},"startTime":1728051320500,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2327,"timestamp":1484774745301,"id":10842,"parentId":10835,"tags":{},"startTime":1728051320516,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":14113,"timestamp":1484774747677,"id":10843,"parentId":10835,"tags":{},"startTime":1728051320518,"traceId":"b09007848b46e699"},{"name":"hash","duration":2024,"timestamp":1484774764053,"id":10844,"parentId":10835,"tags":{},"startTime":1728051320534,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":254,"timestamp":1484774766076,"id":10845,"parentId":10835,"tags":{},"startTime":1728051320536,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":250,"timestamp":1484774766319,"id":10846,"parentId":10835,"tags":{},"startTime":1728051320537,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2667,"timestamp":1484774766577,"id":10847,"parentId":10835,"tags":{},"startTime":1728051320537,"traceId":"b09007848b46e699"},{"name":"seal","duration":71874,"timestamp":1484774716179,"id":10835,"parentId":10815,"tags":{},"startTime":1728051320487,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":335363,"timestamp":1484774462386,"id":10815,"parentId":10813,"tags":{"name":"server"},"startTime":1728051320233,"traceId":"b09007848b46e699"},{"name":"emit","duration":7711,"timestamp":1484774797901,"id":10848,"parentId":10813,"tags":{},"startTime":1728051320568,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":375056,"timestamp":1484774431337,"id":10813,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051320202,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9918,"timestamp":1484774821312,"id":10861,"parentId":10850,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051320592,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9963,"timestamp":1484774821363,"id":10863,"parentId":10850,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051320592,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9942,"timestamp":1484774821387,"id":10864,"parentId":10850,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051320592,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22949,"timestamp":1484774820937,"id":10851,"parentId":10850,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051320591,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22812,"timestamp":1484774821096,"id":10853,"parentId":10850,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051320591,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":28382,"timestamp":1484774821151,"id":10855,"parentId":10850,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051320592,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33105,"timestamp":1484774821183,"id":10856,"parentId":10850,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051320592,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36734,"timestamp":1484774821208,"id":10857,"parentId":10850,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051320592,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":41479,"timestamp":1484774821259,"id":10859,"parentId":10850,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051320592,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":41338,"timestamp":1484774821412,"id":10865,"parentId":10850,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051320592,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":43822,"timestamp":1484774821337,"id":10862,"parentId":10850,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051320592,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":9143,"timestamp":1484774856157,"id":10868,"parentId":10867,"tags":{},"startTime":1728051320627,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":60233,"timestamp":1484774821124,"id":10854,"parentId":10850,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051320591,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":479445,"timestamp":1484774865598,"id":10870,"parentId":10869,"tags":{},"startTime":1728051320636,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":480716,"timestamp":1484774865384,"id":10869,"parentId":10867,"tags":{},"startTime":1728051320636,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":73804,"timestamp":1484775346245,"id":10871,"parentId":10867,"tags":{"astUsed":"true"},"startTime":1728051321117,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":573034,"timestamp":1484774855816,"id":10867,"parentId":10866,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051320626,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":609754,"timestamp":1484774821064,"id":10852,"parentId":10850,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051320591,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":603801,"timestamp":1484774833027,"id":10866,"parentId":10849,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051320603,"traceId":"b09007848b46e699"},{"name":"build-module","duration":86,"timestamp":1484775437662,"id":10872,"parentId":10866,"tags":{},"startTime":1728051321208,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":616537,"timestamp":1484774821233,"id":10858,"parentId":10850,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051320592,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":616557,"timestamp":1484774821285,"id":10860,"parentId":10850,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051320592,"traceId":"b09007848b46e699"},{"name":"make","duration":628307,"timestamp":1484774809580,"id":10850,"parentId":10849,"tags":{},"startTime":1728051320580,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2592,"timestamp":1484775454887,"id":10874,"parentId":10873,"tags":{},"startTime":1728051321225,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1484775457506,"id":10876,"parentId":10873,"tags":{},"startTime":1728051321228,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":85,"timestamp":1484775457595,"id":10877,"parentId":10873,"tags":{},"startTime":1728051321228,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":6,"timestamp":1484775457710,"id":10878,"parentId":10873,"tags":{},"startTime":1728051321228,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1484775457741,"id":10879,"parentId":10873,"tags":{},"startTime":1728051321228,"traceId":"b09007848b46e699"},{"name":"optimize","duration":2851,"timestamp":1484775457496,"id":10875,"parentId":10873,"tags":{},"startTime":1728051321228,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":617,"timestamp":1484775462427,"id":10880,"parentId":10873,"tags":{},"startTime":1728051321233,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":13655,"timestamp":1484775463056,"id":10881,"parentId":10873,"tags":{},"startTime":1728051321233,"traceId":"b09007848b46e699"},{"name":"hash","duration":7422,"timestamp":1484775479282,"id":10882,"parentId":10873,"tags":{},"startTime":1728051321250,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":393,"timestamp":1484775486703,"id":10883,"parentId":10873,"tags":{},"startTime":1728051321257,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":236,"timestamp":1484775487082,"id":10884,"parentId":10873,"tags":{},"startTime":1728051321257,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4242,"timestamp":1484775487336,"id":10885,"parentId":10873,"tags":{},"startTime":1728051321258,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":120,"timestamp":1484775493585,"id":10887,"parentId":10849,"tags":{},"startTime":1728051321264,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":229,"timestamp":1484775493481,"id":10886,"parentId":10849,"tags":{},"startTime":1728051321264,"traceId":"b09007848b46e699"},{"name":"seal","duration":48244,"timestamp":1484775449178,"id":10873,"parentId":10849,"tags":{},"startTime":1728051321220,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":688415,"timestamp":1484774809077,"id":10849,"parentId":10814,"tags":{"name":"client"},"startTime":1728051320579,"traceId":"b09007848b46e699"},{"name":"emit","duration":10359,"timestamp":1484775497552,"id":10888,"parentId":10814,"tags":{},"startTime":1728051321268,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1076203,"timestamp":1484774433360,"id":10814,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051320204,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":10,"timestamp":1484775520400,"id":10889,"parentId":3,"tags":{},"startTime":1728051321291,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1107000,"timestamp":1484774439519,"id":10891,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728051321318,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":122062,"timestamp":1484775530077,"id":10890,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051321300,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484775652189,"id":10892,"parentId":10890,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"285753344","memory.heapUsed":"320220040","memory.heapTotal":"358825984"},"startTime":1728051321423,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37791,"timestamp":1484777472916,"id":10899,"parentId":10896,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051323243,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":38640,"timestamp":1484777472394,"id":10897,"parentId":10896,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051323243,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":56310,"timestamp":1484777472889,"id":10898,"parentId":10896,"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":1728051323243,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":58105,"timestamp":1484777472948,"id":10901,"parentId":10896,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051323243,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4909,"timestamp":1484777526243,"id":10904,"parentId":10903,"tags":{},"startTime":1728051323297,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5298,"timestamp":1484777525858,"id":10903,"parentId":10902,"tags":{},"startTime":1728051323296,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":11093,"timestamp":1484777524761,"id":10902,"parentId":10895,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutnodes.jsx","layer":"rsc"},"startTime":1728051323295,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":67102,"timestamp":1484777472930,"id":10900,"parentId":10896,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051323243,"traceId":"b09007848b46e699"},{"name":"make","duration":146810,"timestamp":1484777463935,"id":10896,"parentId":10895,"tags":{},"startTime":1728051323234,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2245,"timestamp":1484777627646,"id":10916,"parentId":10915,"tags":{},"startTime":1728051323398,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1484777629931,"id":10918,"parentId":10915,"tags":{},"startTime":1728051323400,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":2097,"timestamp":1484777629995,"id":10919,"parentId":10915,"tags":{},"startTime":1728051323400,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":5,"timestamp":1484777632123,"id":10920,"parentId":10915,"tags":{},"startTime":1728051323402,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":10,"timestamp":1484777632139,"id":10921,"parentId":10915,"tags":{},"startTime":1728051323402,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4750,"timestamp":1484777629917,"id":10917,"parentId":10915,"tags":{},"startTime":1728051323400,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":850,"timestamp":1484777638489,"id":10922,"parentId":10915,"tags":{},"startTime":1728051323409,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":4730,"timestamp":1484777639352,"id":10923,"parentId":10915,"tags":{},"startTime":1728051323410,"traceId":"b09007848b46e699"},{"name":"hash","duration":1224,"timestamp":1484777645456,"id":10924,"parentId":10915,"tags":{},"startTime":1728051323416,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":154,"timestamp":1484777646679,"id":10925,"parentId":10915,"tags":{},"startTime":1728051323417,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":166,"timestamp":1484777646828,"id":10926,"parentId":10915,"tags":{},"startTime":1728051323417,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1470,"timestamp":1484777646998,"id":10927,"parentId":10915,"tags":{},"startTime":1728051323417,"traceId":"b09007848b46e699"},{"name":"seal","duration":30331,"timestamp":1484777623564,"id":10915,"parentId":10895,"tags":{},"startTime":1728051323394,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":195597,"timestamp":1484777463017,"id":10895,"parentId":10893,"tags":{"name":"server"},"startTime":1728051323233,"traceId":"b09007848b46e699"},{"name":"emit","duration":7736,"timestamp":1484777658694,"id":10928,"parentId":10893,"tags":{},"startTime":1728051323429,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":226873,"timestamp":1484777440263,"id":10893,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051323211,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4113,"timestamp":1484777675983,"id":10941,"parentId":10930,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051323446,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4163,"timestamp":1484777676006,"id":10943,"parentId":10930,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051323446,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4153,"timestamp":1484777676018,"id":10944,"parentId":10930,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051323446,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8741,"timestamp":1484777675800,"id":10931,"parentId":10930,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051323446,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8673,"timestamp":1484777675887,"id":10933,"parentId":10930,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051323446,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":11722,"timestamp":1484777675912,"id":10935,"parentId":10930,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051323446,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14455,"timestamp":1484777675925,"id":10936,"parentId":10930,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051323446,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18934,"timestamp":1484777675936,"id":10937,"parentId":10930,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051323446,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25483,"timestamp":1484777675959,"id":10939,"parentId":10930,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051323446,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25433,"timestamp":1484777676029,"id":10945,"parentId":10930,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051323446,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":38306,"timestamp":1484777675995,"id":10942,"parentId":10930,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051323446,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":39100,"timestamp":1484777675900,"id":10934,"parentId":10930,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051323446,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":23968,"timestamp":1484777691208,"id":10948,"parentId":10947,"tags":{},"startTime":1728051323462,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":249303,"timestamp":1484777715447,"id":10950,"parentId":10949,"tags":{},"startTime":1728051323486,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":254050,"timestamp":1484777715253,"id":10949,"parentId":10947,"tags":{},"startTime":1728051323486,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":25301,"timestamp":1484777969415,"id":10951,"parentId":10947,"tags":{"astUsed":"true"},"startTime":1728051323740,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":307527,"timestamp":1484777691054,"id":10947,"parentId":10946,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051323461,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":323470,"timestamp":1484777675872,"id":10932,"parentId":10930,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051323446,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":325125,"timestamp":1484777680707,"id":10946,"parentId":10929,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051323451,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":330269,"timestamp":1484777675948,"id":10938,"parentId":10930,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051323446,"traceId":"b09007848b46e699"},{"name":"build-module","duration":48,"timestamp":1484778006318,"id":10952,"parentId":10946,"tags":{},"startTime":1728051323777,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":330420,"timestamp":1484777675971,"id":10940,"parentId":10930,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051323446,"traceId":"b09007848b46e699"},{"name":"make","duration":337111,"timestamp":1484777669302,"id":10930,"parentId":10929,"tags":{},"startTime":1728051323440,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2918,"timestamp":1484778031416,"id":10954,"parentId":10953,"tags":{},"startTime":1728051323802,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":20,"timestamp":1484778034434,"id":10956,"parentId":10953,"tags":{},"startTime":1728051323805,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":140,"timestamp":1484778034531,"id":10957,"parentId":10953,"tags":{},"startTime":1728051323805,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":6,"timestamp":1484778034705,"id":10958,"parentId":10953,"tags":{},"startTime":1728051323805,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":14,"timestamp":1484778034752,"id":10959,"parentId":10953,"tags":{},"startTime":1728051323805,"traceId":"b09007848b46e699"},{"name":"optimize","duration":2458,"timestamp":1484778034385,"id":10955,"parentId":10953,"tags":{},"startTime":1728051323805,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":518,"timestamp":1484778038446,"id":10960,"parentId":10953,"tags":{},"startTime":1728051323809,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":5270,"timestamp":1484778038973,"id":10961,"parentId":10953,"tags":{},"startTime":1728051323809,"traceId":"b09007848b46e699"},{"name":"hash","duration":5426,"timestamp":1484778045697,"id":10962,"parentId":10953,"tags":{},"startTime":1728051323816,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":517,"timestamp":1484778051122,"id":10963,"parentId":10953,"tags":{},"startTime":1728051323821,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":198,"timestamp":1484778051622,"id":10964,"parentId":10953,"tags":{},"startTime":1728051323822,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4631,"timestamp":1484778051824,"id":10965,"parentId":10953,"tags":{},"startTime":1728051323822,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":107,"timestamp":1484778057772,"id":10967,"parentId":10929,"tags":{},"startTime":1728051323828,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":225,"timestamp":1484778057658,"id":10966,"parentId":10929,"tags":{},"startTime":1728051323828,"traceId":"b09007848b46e699"},{"name":"seal","duration":33069,"timestamp":1484778027706,"id":10953,"parentId":10929,"tags":{},"startTime":1728051323798,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":391841,"timestamp":1484777669021,"id":10929,"parentId":10894,"tags":{"name":"client"},"startTime":1728051323439,"traceId":"b09007848b46e699"},{"name":"emit","duration":6944,"timestamp":1484778060967,"id":10968,"parentId":10894,"tags":{},"startTime":1728051323831,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":628377,"timestamp":1484777440645,"id":10894,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051323211,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":5,"timestamp":1484778073400,"id":10969,"parentId":3,"tags":{},"startTime":1728051323844,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":662000,"timestamp":1484777447024,"id":10971,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728051323879,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":157188,"timestamp":1484778095972,"id":10970,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051323866,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484778253206,"id":10972,"parentId":10970,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"271695872","memory.heapUsed":"348732624","memory.heapTotal":"391495680"},"startTime":1728051324023,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26944,"timestamp":1484816376634,"id":10979,"parentId":10976,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051362146,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":27831,"timestamp":1484816376335,"id":10977,"parentId":10976,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051362146,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":65948,"timestamp":1484816376615,"id":10978,"parentId":10976,"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":1728051362146,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":67214,"timestamp":1484816376669,"id":10981,"parentId":10976,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051362146,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":25638,"timestamp":1484816432206,"id":10984,"parentId":10983,"tags":{},"startTime":1728051362202,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":26167,"timestamp":1484816431690,"id":10983,"parentId":10982,"tags":{},"startTime":1728051362201,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":33786,"timestamp":1484816429745,"id":10982,"parentId":10975,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutnodes.jsx","layer":"rsc"},"startTime":1728051362199,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":89573,"timestamp":1484816376652,"id":10980,"parentId":10976,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051362146,"traceId":"b09007848b46e699"},{"name":"make","duration":196906,"timestamp":1484816353885,"id":10976,"parentId":10975,"tags":{},"startTime":1728051362123,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4783,"timestamp":1484816574232,"id":10996,"parentId":10995,"tags":{},"startTime":1728051362344,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":15,"timestamp":1484816579055,"id":10998,"parentId":10995,"tags":{},"startTime":1728051362349,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":9179,"timestamp":1484816579097,"id":10999,"parentId":10995,"tags":{},"startTime":1728051362349,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":19,"timestamp":1484816588328,"id":11000,"parentId":10995,"tags":{},"startTime":1728051362358,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":16,"timestamp":1484816588372,"id":11001,"parentId":10995,"tags":{},"startTime":1728051362358,"traceId":"b09007848b46e699"},{"name":"optimize","duration":20395,"timestamp":1484816579042,"id":10997,"parentId":10995,"tags":{},"startTime":1728051362349,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2184,"timestamp":1484816604702,"id":11002,"parentId":10995,"tags":{},"startTime":1728051362374,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":16960,"timestamp":1484816606919,"id":11003,"parentId":10995,"tags":{},"startTime":1728051362376,"traceId":"b09007848b46e699"},{"name":"hash","duration":19370,"timestamp":1484816641037,"id":11004,"parentId":10995,"tags":{},"startTime":1728051362411,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":404,"timestamp":1484816660403,"id":11005,"parentId":10995,"tags":{},"startTime":1728051362430,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":926,"timestamp":1484816660786,"id":11006,"parentId":10995,"tags":{},"startTime":1728051362430,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3986,"timestamp":1484816661726,"id":11007,"parentId":10995,"tags":{},"startTime":1728051362431,"traceId":"b09007848b46e699"},{"name":"seal","duration":135554,"timestamp":1484816567104,"id":10995,"parentId":10975,"tags":{},"startTime":1728051362337,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":413403,"timestamp":1484816352803,"id":10975,"parentId":10973,"tags":{"name":"server"},"startTime":1728051362122,"traceId":"b09007848b46e699"},{"name":"emit","duration":12776,"timestamp":1484816766895,"id":11008,"parentId":10973,"tags":{},"startTime":1728051362536,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":455767,"timestamp":1484816325389,"id":10973,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051362095,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":11856,"timestamp":1484816805531,"id":11021,"parentId":11010,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051362575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":11898,"timestamp":1484816805581,"id":11023,"parentId":11010,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051362575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":11877,"timestamp":1484816805605,"id":11024,"parentId":11010,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051362575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26429,"timestamp":1484816802779,"id":11011,"parentId":11010,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051362572,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23945,"timestamp":1484816805292,"id":11013,"parentId":11010,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051362575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33414,"timestamp":1484816805365,"id":11015,"parentId":11010,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051362575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":78195,"timestamp":1484816805396,"id":11016,"parentId":11010,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051362575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":85173,"timestamp":1484816805428,"id":11017,"parentId":11010,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051362575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":149850,"timestamp":1484816805478,"id":11019,"parentId":11010,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051362575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":149716,"timestamp":1484816805629,"id":11025,"parentId":11010,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051362575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":183761,"timestamp":1484816805556,"id":11022,"parentId":11010,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051362575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":186439,"timestamp":1484816805321,"id":11014,"parentId":11010,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051362575,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":104381,"timestamp":1484816887779,"id":11028,"parentId":11027,"tags":{},"startTime":1728051362657,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":222526,"timestamp":1484816805453,"id":11018,"parentId":11010,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051362575,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":539244,"timestamp":1484816997750,"id":11030,"parentId":11029,"tags":{},"startTime":1728051362767,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":547584,"timestamp":1484816992285,"id":11029,"parentId":11027,"tags":{},"startTime":1728051362762,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":104155,"timestamp":1484817540093,"id":11031,"parentId":11027,"tags":{"astUsed":"true"},"startTime":1728051363310,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":768799,"timestamp":1484816887116,"id":11027,"parentId":11026,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051362657,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":853577,"timestamp":1484816805251,"id":11012,"parentId":11010,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051362575,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":844562,"timestamp":1484816820028,"id":11026,"parentId":11009,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051362590,"traceId":"b09007848b46e699"},{"name":"build-module","duration":75,"timestamp":1484817664920,"id":11032,"parentId":11026,"tags":{},"startTime":1728051363434,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":859524,"timestamp":1484816805504,"id":11020,"parentId":11010,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051362575,"traceId":"b09007848b46e699"},{"name":"make","duration":878718,"timestamp":1484816786350,"id":11010,"parentId":11009,"tags":{},"startTime":1728051362556,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6422,"timestamp":1484817802991,"id":11034,"parentId":11033,"tags":{},"startTime":1728051363572,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":22,"timestamp":1484817809465,"id":11036,"parentId":11033,"tags":{},"startTime":1728051363579,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":100,"timestamp":1484817809507,"id":11037,"parentId":11033,"tags":{},"startTime":1728051363579,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":10,"timestamp":1484817809638,"id":11038,"parentId":11033,"tags":{},"startTime":1728051363579,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1484817809673,"id":11039,"parentId":11033,"tags":{},"startTime":1728051363579,"traceId":"b09007848b46e699"},{"name":"optimize","duration":16390,"timestamp":1484817809442,"id":11035,"parentId":11033,"tags":{},"startTime":1728051363579,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":613,"timestamp":1484817828169,"id":11040,"parentId":11033,"tags":{},"startTime":1728051363598,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":8088,"timestamp":1484817828800,"id":11041,"parentId":11033,"tags":{},"startTime":1728051363598,"traceId":"b09007848b46e699"},{"name":"hash","duration":8234,"timestamp":1484817839334,"id":11042,"parentId":11033,"tags":{},"startTime":1728051363609,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":400,"timestamp":1484817847566,"id":11043,"parentId":11033,"tags":{},"startTime":1728051363617,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":304,"timestamp":1484817847952,"id":11044,"parentId":11033,"tags":{},"startTime":1728051363617,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5102,"timestamp":1484817848265,"id":11045,"parentId":11033,"tags":{},"startTime":1728051363618,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":121,"timestamp":1484817855007,"id":11047,"parentId":11009,"tags":{},"startTime":1728051363625,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":303,"timestamp":1484817854832,"id":11046,"parentId":11009,"tags":{},"startTime":1728051363624,"traceId":"b09007848b46e699"},{"name":"seal","duration":69988,"timestamp":1484817789377,"id":11033,"parentId":11009,"tags":{},"startTime":1728051363559,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1074415,"timestamp":1484816784998,"id":11009,"parentId":10974,"tags":{"name":"client"},"startTime":1728051362555,"traceId":"b09007848b46e699"},{"name":"emit","duration":38967,"timestamp":1484817859462,"id":11048,"parentId":10974,"tags":{},"startTime":1728051363629,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1573968,"timestamp":1484816327571,"id":10974,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051362097,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":7,"timestamp":1484817924403,"id":11049,"parentId":3,"tags":{},"startTime":1728051363694,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1651000,"timestamp":1484816330146,"id":11051,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728051363757,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":191198,"timestamp":1484817955389,"id":11050,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051363725,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":0,"timestamp":1484818146614,"id":11052,"parentId":11050,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"313016320","memory.heapUsed":"281840504","memory.heapTotal":"321781760"},"startTime":1728051363916,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":28442,"timestamp":1484851821775,"id":11059,"parentId":11056,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051397591,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29962,"timestamp":1484851820998,"id":11057,"parentId":11056,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051397590,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":71157,"timestamp":1484851821754,"id":11058,"parentId":11056,"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":1728051397591,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":72067,"timestamp":1484851821876,"id":11061,"parentId":11056,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051397591,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":26598,"timestamp":1484851882191,"id":11064,"parentId":11063,"tags":{},"startTime":1728051397651,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":26907,"timestamp":1484851881894,"id":11063,"parentId":11062,"tags":{},"startTime":1728051397651,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":31846,"timestamp":1484851880945,"id":11062,"parentId":11055,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutnodes.jsx","layer":"rsc"},"startTime":1728051397650,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":93859,"timestamp":1484851821795,"id":11060,"parentId":11056,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051397591,"traceId":"b09007848b46e699"},{"name":"make","duration":203776,"timestamp":1484851788767,"id":11056,"parentId":11055,"tags":{},"startTime":1728051397558,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":11487,"timestamp":1484852043683,"id":11076,"parentId":11075,"tags":{},"startTime":1728051397813,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":13,"timestamp":1484852055214,"id":11078,"parentId":11075,"tags":{},"startTime":1728051397824,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":6776,"timestamp":1484852055377,"id":11079,"parentId":11075,"tags":{},"startTime":1728051397824,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":15,"timestamp":1484852062197,"id":11080,"parentId":11075,"tags":{},"startTime":1728051397831,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":11,"timestamp":1484852062231,"id":11081,"parentId":11075,"tags":{},"startTime":1728051397831,"traceId":"b09007848b46e699"},{"name":"optimize","duration":17499,"timestamp":1484852055196,"id":11077,"parentId":11075,"tags":{},"startTime":1728051397824,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":3676,"timestamp":1484852080665,"id":11082,"parentId":11075,"tags":{},"startTime":1728051397849,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":54891,"timestamp":1484852084382,"id":11083,"parentId":11075,"tags":{},"startTime":1728051397853,"traceId":"b09007848b46e699"},{"name":"hash","duration":6058,"timestamp":1484852179524,"id":11084,"parentId":11075,"tags":{},"startTime":1728051397948,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":4580,"timestamp":1484852185579,"id":11085,"parentId":11075,"tags":{},"startTime":1728051397954,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":701,"timestamp":1484852190122,"id":11086,"parentId":11075,"tags":{},"startTime":1728051397959,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":22197,"timestamp":1484852190838,"id":11087,"parentId":11075,"tags":{},"startTime":1728051397960,"traceId":"b09007848b46e699"},{"name":"seal","duration":206315,"timestamp":1484852026423,"id":11075,"parentId":11055,"tags":{},"startTime":1728051397795,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":467133,"timestamp":1484851787042,"id":11055,"parentId":11053,"tags":{"name":"server"},"startTime":1728051397556,"traceId":"b09007848b46e699"},{"name":"emit","duration":17554,"timestamp":1484852254474,"id":11088,"parentId":11053,"tags":{},"startTime":1728051398023,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":507812,"timestamp":1484851767978,"id":11053,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051397537,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":92364,"timestamp":1484852342545,"id":11101,"parentId":11090,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051398111,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":92326,"timestamp":1484852342692,"id":11103,"parentId":11090,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051398112,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":92291,"timestamp":1484852342730,"id":11104,"parentId":11090,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051398112,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":109820,"timestamp":1484852335940,"id":11091,"parentId":11090,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051398105,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":108098,"timestamp":1484852337718,"id":11093,"parentId":11090,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051398107,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":115325,"timestamp":1484852337825,"id":11095,"parentId":11090,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051398107,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":124455,"timestamp":1484852337879,"id":11096,"parentId":11090,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051398107,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":128367,"timestamp":1484852337956,"id":11097,"parentId":11090,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051398107,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":128455,"timestamp":1484852342465,"id":11099,"parentId":11090,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051398111,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":128080,"timestamp":1484852342851,"id":11105,"parentId":11090,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051398112,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":130415,"timestamp":1484852342625,"id":11102,"parentId":11090,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051398111,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":136211,"timestamp":1484852337773,"id":11094,"parentId":11090,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051398107,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":6041,"timestamp":1484852468329,"id":11108,"parentId":11107,"tags":{},"startTime":1728051398237,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":169596,"timestamp":1484852474598,"id":11110,"parentId":11109,"tags":{},"startTime":1728051398243,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":170320,"timestamp":1484852474455,"id":11109,"parentId":11107,"tags":{},"startTime":1728051398243,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":27096,"timestamp":1484852644870,"id":11111,"parentId":11107,"tags":{"astUsed":"true"},"startTime":1728051398414,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":206774,"timestamp":1484852468060,"id":11107,"parentId":11106,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051398237,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":393159,"timestamp":1484852337576,"id":11092,"parentId":11090,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051398106,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":316069,"timestamp":1484852436466,"id":11106,"parentId":11089,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051398205,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":411520,"timestamp":1484852342344,"id":11098,"parentId":11090,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051398111,"traceId":"b09007848b46e699"},{"name":"build-module","duration":135,"timestamp":1484852756290,"id":11112,"parentId":11106,"tags":{},"startTime":1728051398525,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":413998,"timestamp":1484852342509,"id":11100,"parentId":11090,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051398111,"traceId":"b09007848b46e699"},{"name":"make","duration":459872,"timestamp":1484852296702,"id":11090,"parentId":11089,"tags":{},"startTime":1728051398066,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5710,"timestamp":1484852811051,"id":11114,"parentId":11113,"tags":{},"startTime":1728051398580,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1484852816807,"id":11116,"parentId":11113,"tags":{},"startTime":1728051398586,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":118,"timestamp":1484852816828,"id":11117,"parentId":11113,"tags":{},"startTime":1728051398586,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1484852817012,"id":11118,"parentId":11113,"tags":{},"startTime":1728051398586,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1484852817058,"id":11119,"parentId":11113,"tags":{},"startTime":1728051398586,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5714,"timestamp":1484852816793,"id":11115,"parentId":11113,"tags":{},"startTime":1728051398586,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":779,"timestamp":1484852825643,"id":11120,"parentId":11113,"tags":{},"startTime":1728051398594,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":17422,"timestamp":1484852826441,"id":11121,"parentId":11113,"tags":{},"startTime":1728051398595,"traceId":"b09007848b46e699"},{"name":"hash","duration":9028,"timestamp":1484852847542,"id":11122,"parentId":11113,"tags":{},"startTime":1728051398616,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":575,"timestamp":1484852856568,"id":11123,"parentId":11113,"tags":{},"startTime":1728051398625,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":423,"timestamp":1484852857118,"id":11124,"parentId":11113,"tags":{},"startTime":1728051398626,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4268,"timestamp":1484852857563,"id":11125,"parentId":11113,"tags":{},"startTime":1728051398626,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1008,"timestamp":1484852864114,"id":11127,"parentId":11089,"tags":{},"startTime":1728051398633,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":1320,"timestamp":1484852863821,"id":11126,"parentId":11089,"tags":{},"startTime":1728051398633,"traceId":"b09007848b46e699"},{"name":"seal","duration":88039,"timestamp":1484852783777,"id":11113,"parentId":11089,"tags":{},"startTime":1728051398553,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":576977,"timestamp":1484852294912,"id":11089,"parentId":11054,"tags":{"name":"client"},"startTime":1728051398064,"traceId":"b09007848b46e699"},{"name":"emit","duration":11393,"timestamp":1484852872105,"id":11128,"parentId":11054,"tags":{},"startTime":1728051398641,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1116129,"timestamp":1484851769369,"id":11054,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051397538,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":15,"timestamp":1484852894679,"id":11129,"parentId":3,"tags":{},"startTime":1728051398664,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1160000,"timestamp":1484851771005,"id":11131,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728051398705,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":147548,"timestamp":1484852900328,"id":11130,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051398669,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484853047909,"id":11132,"parentId":11130,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"287440896","memory.heapUsed":"300392928","memory.heapTotal":"338821120"},"startTime":1728051398817,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29692,"timestamp":1484865897532,"id":11139,"parentId":11136,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051411666,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":30877,"timestamp":1484865897075,"id":11137,"parentId":11136,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051411666,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":71776,"timestamp":1484865897509,"id":11138,"parentId":11136,"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":1728051411666,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":16723,"timestamp":1484865958337,"id":11144,"parentId":11143,"tags":{},"startTime":1728051411727,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":17116,"timestamp":1484865957957,"id":11143,"parentId":11142,"tags":{},"startTime":1728051411727,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":26821,"timestamp":1484865956733,"id":11142,"parentId":11135,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutnodes.jsx","layer":"rsc"},"startTime":1728051411725,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":87912,"timestamp":1484865897569,"id":11141,"parentId":11136,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051411666,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":89530,"timestamp":1484865897551,"id":11140,"parentId":11136,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051411666,"traceId":"b09007848b46e699"},{"name":"make","duration":205350,"timestamp":1484865887678,"id":11136,"parentId":11135,"tags":{},"startTime":1728051411656,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":21165,"timestamp":1484866113304,"id":11156,"parentId":11155,"tags":{},"startTime":1728051411882,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":21,"timestamp":1484866134976,"id":11158,"parentId":11155,"tags":{},"startTime":1728051411904,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":8262,"timestamp":1484866135032,"id":11159,"parentId":11155,"tags":{},"startTime":1728051411904,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":22,"timestamp":1484866143362,"id":11160,"parentId":11155,"tags":{},"startTime":1728051411912,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":18,"timestamp":1484866143407,"id":11161,"parentId":11155,"tags":{},"startTime":1728051411912,"traceId":"b09007848b46e699"},{"name":"optimize","duration":14080,"timestamp":1484866134956,"id":11157,"parentId":11155,"tags":{},"startTime":1728051411904,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":951,"timestamp":1484866152977,"id":11162,"parentId":11155,"tags":{},"startTime":1728051411922,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":5762,"timestamp":1484866153949,"id":11163,"parentId":11155,"tags":{},"startTime":1728051411922,"traceId":"b09007848b46e699"},{"name":"hash","duration":1869,"timestamp":1484866162668,"id":11164,"parentId":11155,"tags":{},"startTime":1728051411931,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":460,"timestamp":1484866164537,"id":11165,"parentId":11155,"tags":{},"startTime":1728051411933,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":336,"timestamp":1484866164917,"id":11166,"parentId":11155,"tags":{},"startTime":1728051411933,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1628,"timestamp":1484866165264,"id":11167,"parentId":11155,"tags":{},"startTime":1728051411934,"traceId":"b09007848b46e699"},{"name":"seal","duration":70205,"timestamp":1484866105928,"id":11155,"parentId":11135,"tags":{},"startTime":1728051411874,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":296651,"timestamp":1484865886016,"id":11135,"parentId":11133,"tags":{"name":"server"},"startTime":1728051411655,"traceId":"b09007848b46e699"},{"name":"emit","duration":5309,"timestamp":1484866182776,"id":11168,"parentId":11133,"tags":{},"startTime":1728051411951,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":317654,"timestamp":1484865871038,"id":11133,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051411640,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23514,"timestamp":1484866197783,"id":11181,"parentId":11170,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051411966,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23586,"timestamp":1484866197810,"id":11183,"parentId":11170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051411966,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23573,"timestamp":1484866197826,"id":11184,"parentId":11170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051411966,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":50832,"timestamp":1484866197592,"id":11171,"parentId":11170,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051411966,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":50760,"timestamp":1484866197679,"id":11173,"parentId":11170,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051411966,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":55779,"timestamp":1484866197707,"id":11175,"parentId":11170,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051411966,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":60841,"timestamp":1484866197720,"id":11176,"parentId":11170,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051411966,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":63368,"timestamp":1484866197735,"id":11177,"parentId":11170,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051411966,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":66260,"timestamp":1484866197759,"id":11179,"parentId":11170,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051411966,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":66188,"timestamp":1484866197838,"id":11185,"parentId":11170,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051411966,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":67536,"timestamp":1484866197794,"id":11182,"parentId":11170,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051411966,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":68221,"timestamp":1484866197693,"id":11174,"parentId":11170,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051411966,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":5991,"timestamp":1484866260170,"id":11188,"parentId":11187,"tags":{},"startTime":1728051412029,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":202525,"timestamp":1484866266347,"id":11190,"parentId":11189,"tags":{},"startTime":1728051412035,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":203372,"timestamp":1484866266226,"id":11189,"parentId":11187,"tags":{},"startTime":1728051412035,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":24023,"timestamp":1484866469826,"id":11191,"parentId":11187,"tags":{"astUsed":"true"},"startTime":1728051412238,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":237973,"timestamp":1484866260008,"id":11187,"parentId":11186,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051412029,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":300807,"timestamp":1484866197664,"id":11172,"parentId":11170,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051411966,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":301031,"timestamp":1484866197747,"id":11178,"parentId":11170,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051411966,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":278539,"timestamp":1484866222712,"id":11186,"parentId":11169,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051411991,"traceId":"b09007848b46e699"},{"name":"build-module","duration":71,"timestamp":1484866501461,"id":11192,"parentId":11186,"tags":{},"startTime":1728051412270,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":303787,"timestamp":1484866197771,"id":11180,"parentId":11170,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051411966,"traceId":"b09007848b46e699"},{"name":"make","duration":310843,"timestamp":1484866190737,"id":11170,"parentId":11169,"tags":{},"startTime":1728051411959,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":9527,"timestamp":1484866590671,"id":11194,"parentId":11193,"tags":{},"startTime":1728051412359,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1484866600237,"id":11196,"parentId":11193,"tags":{},"startTime":1728051412369,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":99,"timestamp":1484866600263,"id":11197,"parentId":11193,"tags":{},"startTime":1728051412369,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":5,"timestamp":1484866600389,"id":11198,"parentId":11193,"tags":{},"startTime":1728051412369,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1484866600418,"id":11199,"parentId":11193,"tags":{},"startTime":1728051412369,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5016,"timestamp":1484866600224,"id":11195,"parentId":11193,"tags":{},"startTime":1728051412369,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":897,"timestamp":1484866607505,"id":11200,"parentId":11193,"tags":{},"startTime":1728051412376,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":19810,"timestamp":1484866608416,"id":11201,"parentId":11193,"tags":{},"startTime":1728051412377,"traceId":"b09007848b46e699"},{"name":"hash","duration":4382,"timestamp":1484866639979,"id":11202,"parentId":11193,"tags":{},"startTime":1728051412409,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":305,"timestamp":1484866644359,"id":11203,"parentId":11193,"tags":{},"startTime":1728051412413,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":208,"timestamp":1484866644651,"id":11204,"parentId":11193,"tags":{},"startTime":1728051412413,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3249,"timestamp":1484866644864,"id":11205,"parentId":11193,"tags":{},"startTime":1728051412413,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":87,"timestamp":1484866649333,"id":11207,"parentId":11169,"tags":{},"startTime":1728051412418,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":167,"timestamp":1484866649260,"id":11206,"parentId":11169,"tags":{},"startTime":1728051412418,"traceId":"b09007848b46e699"},{"name":"seal","duration":67140,"timestamp":1484866585222,"id":11193,"parentId":11169,"tags":{},"startTime":1728051412354,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":461987,"timestamp":1484866190427,"id":11169,"parentId":11134,"tags":{"name":"client"},"startTime":1728051411959,"traceId":"b09007848b46e699"},{"name":"emit","duration":6495,"timestamp":1484866652467,"id":11208,"parentId":11134,"tags":{},"startTime":1728051412421,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":788004,"timestamp":1484865872116,"id":11134,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051411641,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":3,"timestamp":1484866664222,"id":11209,"parentId":3,"tags":{},"startTime":1728051412433,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":807000,"timestamp":1484865874307,"id":11211,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728051412511,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":79623,"timestamp":1484866666720,"id":11210,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051412435,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":0,"timestamp":1484866746367,"id":11212,"parentId":11210,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"347832320","memory.heapUsed":"277866312","memory.heapTotal":"348192768"},"startTime":1728051412515,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":30922,"timestamp":1484923622708,"id":11219,"parentId":11216,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051469390,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36934,"timestamp":1484923622321,"id":11217,"parentId":11216,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051469390,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":73641,"timestamp":1484923622684,"id":11218,"parentId":11216,"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":1728051469390,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5615,"timestamp":1484923690919,"id":11224,"parentId":11223,"tags":{},"startTime":1728051469458,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5959,"timestamp":1484923690578,"id":11223,"parentId":11222,"tags":{},"startTime":1728051469458,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":13341,"timestamp":1484923688167,"id":11222,"parentId":11215,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutnodes.jsx","layer":"rsc"},"startTime":1728051469456,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":83349,"timestamp":1484923622745,"id":11221,"parentId":11216,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051469390,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":90235,"timestamp":1484923622727,"id":11220,"parentId":11216,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051469390,"traceId":"b09007848b46e699"},{"name":"make","duration":212072,"timestamp":1484923593827,"id":11216,"parentId":11215,"tags":{},"startTime":1728051469361,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5840,"timestamp":1484923827714,"id":11236,"parentId":11235,"tags":{},"startTime":1728051469595,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":24,"timestamp":1484923833607,"id":11238,"parentId":11235,"tags":{},"startTime":1728051469601,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":7791,"timestamp":1484923833694,"id":11239,"parentId":11235,"tags":{},"startTime":1728051469601,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":17,"timestamp":1484923841535,"id":11240,"parentId":11235,"tags":{},"startTime":1728051469609,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":18,"timestamp":1484923841574,"id":11241,"parentId":11235,"tags":{},"startTime":1728051469609,"traceId":"b09007848b46e699"},{"name":"optimize","duration":13874,"timestamp":1484923833592,"id":11237,"parentId":11235,"tags":{},"startTime":1728051469601,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2037,"timestamp":1484923851755,"id":11242,"parentId":11235,"tags":{},"startTime":1728051469619,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":16308,"timestamp":1484923853828,"id":11243,"parentId":11235,"tags":{},"startTime":1728051469621,"traceId":"b09007848b46e699"},{"name":"hash","duration":4933,"timestamp":1484923873024,"id":11244,"parentId":11235,"tags":{},"startTime":1728051469640,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":406,"timestamp":1484923877956,"id":11245,"parentId":11235,"tags":{},"startTime":1728051469645,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":288,"timestamp":1484923878346,"id":11246,"parentId":11235,"tags":{},"startTime":1728051469646,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":9347,"timestamp":1484923878645,"id":11247,"parentId":11235,"tags":{},"startTime":1728051469646,"traceId":"b09007848b46e699"},{"name":"seal","duration":90286,"timestamp":1484923820169,"id":11235,"parentId":11215,"tags":{},"startTime":1728051469588,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":339149,"timestamp":1484923592768,"id":11215,"parentId":11213,"tags":{"name":"server"},"startTime":1728051469360,"traceId":"b09007848b46e699"},{"name":"emit","duration":10698,"timestamp":1484923932109,"id":11248,"parentId":11213,"tags":{},"startTime":1728051469700,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":388517,"timestamp":1484923555453,"id":11213,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051469323,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8495,"timestamp":1484923965244,"id":11261,"parentId":11250,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051469733,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8583,"timestamp":1484923965296,"id":11263,"parentId":11250,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051469733,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8560,"timestamp":1484923965322,"id":11264,"parentId":11250,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051469733,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":19133,"timestamp":1484923962462,"id":11251,"parentId":11250,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051469730,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18986,"timestamp":1484923962631,"id":11253,"parentId":11250,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051469730,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25479,"timestamp":1484923962697,"id":11255,"parentId":11250,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051469730,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":30683,"timestamp":1484923965095,"id":11256,"parentId":11250,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051469732,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33455,"timestamp":1484923965134,"id":11257,"parentId":11250,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051469733,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37558,"timestamp":1484923965189,"id":11259,"parentId":11250,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051469733,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37412,"timestamp":1484923965348,"id":11265,"parentId":11250,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051469733,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":39862,"timestamp":1484923965270,"id":11262,"parentId":11250,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051469733,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":43305,"timestamp":1484923962662,"id":11254,"parentId":11250,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051469730,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":8858,"timestamp":1484923997315,"id":11268,"parentId":11267,"tags":{},"startTime":1728051469765,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":516370,"timestamp":1484924006486,"id":11270,"parentId":11269,"tags":{},"startTime":1728051469774,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":519262,"timestamp":1484924006265,"id":11269,"parentId":11267,"tags":{},"startTime":1728051469774,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":74938,"timestamp":1484924525636,"id":11271,"parentId":11267,"tags":{"astUsed":"true"},"startTime":1728051470293,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":613916,"timestamp":1484923997088,"id":11267,"parentId":11266,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051469764,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":649529,"timestamp":1484923962597,"id":11252,"parentId":11250,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051469730,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":642462,"timestamp":1484923974819,"id":11266,"parentId":11249,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051469742,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":652313,"timestamp":1484923965162,"id":11258,"parentId":11250,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051469733,"traceId":"b09007848b46e699"},{"name":"build-module","duration":61,"timestamp":1484924617596,"id":11272,"parentId":11266,"tags":{},"startTime":1728051470385,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":652493,"timestamp":1484923965216,"id":11260,"parentId":11250,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051469733,"traceId":"b09007848b46e699"},{"name":"make","duration":670403,"timestamp":1484923947336,"id":11250,"parentId":11249,"tags":{},"startTime":1728051469715,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4360,"timestamp":1484924635010,"id":11274,"parentId":11273,"tags":{},"startTime":1728051470402,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":9,"timestamp":1484924639406,"id":11276,"parentId":11273,"tags":{},"startTime":1728051470407,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":93,"timestamp":1484924639437,"id":11277,"parentId":11273,"tags":{},"startTime":1728051470407,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":9,"timestamp":1484924639571,"id":11278,"parentId":11273,"tags":{},"startTime":1728051470407,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1484924639608,"id":11279,"parentId":11273,"tags":{},"startTime":1728051470407,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4383,"timestamp":1484924639392,"id":11275,"parentId":11273,"tags":{},"startTime":1728051470407,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":6885,"timestamp":1484924647013,"id":11280,"parentId":11273,"tags":{},"startTime":1728051470414,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":8632,"timestamp":1484924653925,"id":11281,"parentId":11273,"tags":{},"startTime":1728051470421,"traceId":"b09007848b46e699"},{"name":"hash","duration":7795,"timestamp":1484924664782,"id":11282,"parentId":11273,"tags":{},"startTime":1728051470432,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":352,"timestamp":1484924672575,"id":11283,"parentId":11273,"tags":{},"startTime":1728051470440,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":203,"timestamp":1484924672914,"id":11284,"parentId":11273,"tags":{},"startTime":1728051470440,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3970,"timestamp":1484924673124,"id":11285,"parentId":11273,"tags":{},"startTime":1728051470441,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":122,"timestamp":1484924678666,"id":11287,"parentId":11249,"tags":{},"startTime":1728051470446,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":219,"timestamp":1484924678574,"id":11286,"parentId":11249,"tags":{},"startTime":1728051470446,"traceId":"b09007848b46e699"},{"name":"seal","duration":53439,"timestamp":1484924628509,"id":11273,"parentId":11249,"tags":{},"startTime":1728051470396,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":735205,"timestamp":1484923946780,"id":11249,"parentId":11214,"tags":{"name":"client"},"startTime":1728051469714,"traceId":"b09007848b46e699"},{"name":"emit","duration":10154,"timestamp":1484924682027,"id":11288,"parentId":11214,"tags":{},"startTime":1728051470449,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1136693,"timestamp":1484923557054,"id":11214,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051469324,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":8,"timestamp":1484924700979,"id":11289,"parentId":3,"tags":{},"startTime":1728051470468,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1177000,"timestamp":1484923559054,"id":11291,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728051470736,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":324194,"timestamp":1484924714351,"id":11290,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051470482,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484925038603,"id":11292,"parentId":11290,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"194248704","memory.heapUsed":"296699720","memory.heapTotal":"328531968"},"startTime":1728051470806,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15703,"timestamp":1484935648881,"id":11299,"parentId":11296,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051481416,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16643,"timestamp":1484935648421,"id":11297,"parentId":11296,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051481416,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":66640,"timestamp":1484935648851,"id":11298,"parentId":11296,"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":1728051481416,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":69864,"timestamp":1484935648925,"id":11301,"parentId":11296,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051481416,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":17572,"timestamp":1484935701438,"id":11304,"parentId":11303,"tags":{},"startTime":1728051481469,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":22017,"timestamp":1484935696999,"id":11303,"parentId":11302,"tags":{},"startTime":1728051481464,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":41350,"timestamp":1484935693197,"id":11302,"parentId":11295,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutnodes.jsx","layer":"rsc"},"startTime":1728051481460,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":88851,"timestamp":1484935648904,"id":11300,"parentId":11296,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051481416,"traceId":"b09007848b46e699"},{"name":"make","duration":210558,"timestamp":1484935625678,"id":11296,"parentId":11295,"tags":{},"startTime":1728051481393,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":7870,"timestamp":1484935857982,"id":11316,"parentId":11315,"tags":{},"startTime":1728051481625,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":17,"timestamp":1484935865897,"id":11318,"parentId":11315,"tags":{},"startTime":1728051481633,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":3443,"timestamp":1484935865959,"id":11319,"parentId":11315,"tags":{},"startTime":1728051481633,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1484935869440,"id":11320,"parentId":11315,"tags":{},"startTime":1728051481637,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":14,"timestamp":1484935869471,"id":11321,"parentId":11315,"tags":{},"startTime":1728051481637,"traceId":"b09007848b46e699"},{"name":"optimize","duration":8600,"timestamp":1484935865883,"id":11317,"parentId":11315,"tags":{},"startTime":1728051481633,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2846,"timestamp":1484935879507,"id":11322,"parentId":11315,"tags":{},"startTime":1728051481647,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":11921,"timestamp":1484935882387,"id":11323,"parentId":11315,"tags":{},"startTime":1728051481650,"traceId":"b09007848b46e699"},{"name":"hash","duration":11475,"timestamp":1484935899205,"id":11324,"parentId":11315,"tags":{},"startTime":1728051481666,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":4884,"timestamp":1484935910678,"id":11325,"parentId":11315,"tags":{},"startTime":1728051481678,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":1597,"timestamp":1484935915531,"id":11326,"parentId":11315,"tags":{},"startTime":1728051481683,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":6211,"timestamp":1484935917156,"id":11327,"parentId":11315,"tags":{},"startTime":1728051481684,"traceId":"b09007848b46e699"},{"name":"seal","duration":90929,"timestamp":1484935850804,"id":11315,"parentId":11295,"tags":{},"startTime":1728051481618,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":330893,"timestamp":1484935623870,"id":11295,"parentId":11293,"tags":{"name":"server"},"startTime":1728051481391,"traceId":"b09007848b46e699"},{"name":"emit","duration":9683,"timestamp":1484935955055,"id":11328,"parentId":11293,"tags":{},"startTime":1728051481722,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":359161,"timestamp":1484935607090,"id":11293,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051481374,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14563,"timestamp":1484935984409,"id":11341,"parentId":11330,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051481752,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14641,"timestamp":1484935984464,"id":11343,"parentId":11330,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051481752,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14620,"timestamp":1484935984492,"id":11344,"parentId":11330,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051481752,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22740,"timestamp":1484935983999,"id":11331,"parentId":11330,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051481751,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22587,"timestamp":1484935984171,"id":11333,"parentId":11330,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051481751,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":28474,"timestamp":1484935984232,"id":11335,"parentId":11330,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051481751,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":34543,"timestamp":1484935984263,"id":11336,"parentId":11330,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051481751,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":38035,"timestamp":1484935984296,"id":11337,"parentId":11330,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051481751,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":49383,"timestamp":1484935984352,"id":11339,"parentId":11330,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051481752,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":49304,"timestamp":1484935984519,"id":11345,"parentId":11330,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051481752,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":55595,"timestamp":1484935984437,"id":11342,"parentId":11330,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051481752,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":57002,"timestamp":1484935984203,"id":11334,"parentId":11330,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051481751,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":20746,"timestamp":1484936020762,"id":11348,"parentId":11347,"tags":{},"startTime":1728051481788,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":335837,"timestamp":1484936041853,"id":11350,"parentId":11349,"tags":{},"startTime":1728051481809,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":336828,"timestamp":1484936041616,"id":11349,"parentId":11347,"tags":{},"startTime":1728051481809,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":123586,"timestamp":1484936378554,"id":11351,"parentId":11347,"tags":{"astUsed":"true"},"startTime":1728051482146,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":486853,"timestamp":1484936020508,"id":11347,"parentId":11346,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051481788,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":524589,"timestamp":1484935984133,"id":11332,"parentId":11330,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051481751,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":513998,"timestamp":1484936000086,"id":11346,"parentId":11329,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051481767,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":530010,"timestamp":1484935984324,"id":11338,"parentId":11330,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051481751,"traceId":"b09007848b46e699"},{"name":"build-module","duration":92,"timestamp":1484936514443,"id":11352,"parentId":11346,"tags":{},"startTime":1728051482282,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":530181,"timestamp":1484935984380,"id":11340,"parentId":11330,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051481752,"traceId":"b09007848b46e699"},{"name":"make","duration":544403,"timestamp":1484935970207,"id":11330,"parentId":11329,"tags":{},"startTime":1728051481737,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5414,"timestamp":1484936657391,"id":11354,"parentId":11353,"tags":{},"startTime":1728051482425,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1484936662950,"id":11356,"parentId":11353,"tags":{},"startTime":1728051482430,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":294,"timestamp":1484936662986,"id":11357,"parentId":11353,"tags":{},"startTime":1728051482430,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":11,"timestamp":1484936663348,"id":11358,"parentId":11353,"tags":{},"startTime":1728051482430,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1484936663399,"id":11359,"parentId":11353,"tags":{},"startTime":1728051482431,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5176,"timestamp":1484936662929,"id":11355,"parentId":11353,"tags":{},"startTime":1728051482430,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1407,"timestamp":1484936682769,"id":11360,"parentId":11353,"tags":{},"startTime":1728051482450,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":10456,"timestamp":1484936684207,"id":11361,"parentId":11353,"tags":{},"startTime":1728051482451,"traceId":"b09007848b46e699"},{"name":"hash","duration":6592,"timestamp":1484936697802,"id":11362,"parentId":11353,"tags":{},"startTime":1728051482465,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":371,"timestamp":1484936704392,"id":11363,"parentId":11353,"tags":{},"startTime":1728051482472,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":342,"timestamp":1484936704748,"id":11364,"parentId":11353,"tags":{},"startTime":1728051482472,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":4493,"timestamp":1484936705099,"id":11365,"parentId":11353,"tags":{},"startTime":1728051482472,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":170,"timestamp":1484936711215,"id":11367,"parentId":11329,"tags":{},"startTime":1728051482478,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":270,"timestamp":1484936711123,"id":11366,"parentId":11329,"tags":{},"startTime":1728051482478,"traceId":"b09007848b46e699"},{"name":"seal","duration":70515,"timestamp":1484936644715,"id":11353,"parentId":11329,"tags":{},"startTime":1728051482412,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":745746,"timestamp":1484935969534,"id":11329,"parentId":11294,"tags":{"name":"client"},"startTime":1728051481737,"traceId":"b09007848b46e699"},{"name":"emit","duration":10446,"timestamp":1484936715329,"id":11368,"parentId":11294,"tags":{},"startTime":1728051482482,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1118030,"timestamp":1484935609784,"id":11294,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051481377,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":6,"timestamp":1484936733774,"id":11369,"parentId":3,"tags":{},"startTime":1728051482501,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1148000,"timestamp":1484935611486,"id":11371,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728051482529,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":108347,"timestamp":1484936739158,"id":11370,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051482506,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484936847533,"id":11372,"parentId":11370,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"342818816","memory.heapUsed":"286117640","memory.heapTotal":"343212032"},"startTime":1728051482615,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":40698,"timestamp":1484980168269,"id":11379,"parentId":11376,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051525935,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":42003,"timestamp":1484980167979,"id":11377,"parentId":11376,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051525934,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":95961,"timestamp":1484980168251,"id":11378,"parentId":11376,"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":1728051525935,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":97432,"timestamp":1484980168304,"id":11381,"parentId":11376,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051525935,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":28372,"timestamp":1484980252205,"id":11384,"parentId":11383,"tags":{},"startTime":1728051526018,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":28705,"timestamp":1484980251884,"id":11383,"parentId":11382,"tags":{},"startTime":1728051526018,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":49193,"timestamp":1484980242934,"id":11382,"parentId":11375,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutco.jsx","layer":"rsc"},"startTime":1728051526009,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":130090,"timestamp":1484980168287,"id":11380,"parentId":11376,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051525935,"traceId":"b09007848b46e699"},{"name":"make","duration":262792,"timestamp":1484980144667,"id":11376,"parentId":11375,"tags":{},"startTime":1728051525911,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3922,"timestamp":1484980423776,"id":11396,"parentId":11395,"tags":{},"startTime":1728051526190,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":8,"timestamp":1484980427727,"id":11398,"parentId":11395,"tags":{},"startTime":1728051526194,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":5384,"timestamp":1484980427770,"id":11399,"parentId":11395,"tags":{},"startTime":1728051526194,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":11,"timestamp":1484980433191,"id":11400,"parentId":11395,"tags":{},"startTime":1728051526199,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":12,"timestamp":1484980433219,"id":11401,"parentId":11395,"tags":{},"startTime":1728051526199,"traceId":"b09007848b46e699"},{"name":"optimize","duration":11259,"timestamp":1484980427717,"id":11397,"parentId":11395,"tags":{},"startTime":1728051526194,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":919,"timestamp":1484980441637,"id":11402,"parentId":11395,"tags":{},"startTime":1728051526208,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":10108,"timestamp":1484980442568,"id":11403,"parentId":11395,"tags":{},"startTime":1728051526209,"traceId":"b09007848b46e699"},{"name":"hash","duration":4804,"timestamp":1484980455044,"id":11404,"parentId":11395,"tags":{},"startTime":1728051526221,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":275,"timestamp":1484980459846,"id":11405,"parentId":11395,"tags":{},"startTime":1728051526226,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":248,"timestamp":1484980460108,"id":11406,"parentId":11395,"tags":{},"startTime":1728051526226,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":7709,"timestamp":1484980460364,"id":11407,"parentId":11395,"tags":{},"startTime":1728051526227,"traceId":"b09007848b46e699"},{"name":"seal","duration":60662,"timestamp":1484980418801,"id":11395,"parentId":11375,"tags":{},"startTime":1728051526185,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":345108,"timestamp":1484980143741,"id":11375,"parentId":11373,"tags":{"name":"server"},"startTime":1728051525910,"traceId":"b09007848b46e699"},{"name":"emit","duration":7517,"timestamp":1484980488962,"id":11408,"parentId":11373,"tags":{},"startTime":1728051526255,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":397841,"timestamp":1484980099658,"id":11373,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728051525866,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8973,"timestamp":1484980514911,"id":11421,"parentId":11410,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051526281,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9038,"timestamp":1484980514959,"id":11423,"parentId":11410,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051526281,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9016,"timestamp":1484980514983,"id":11424,"parentId":11410,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051526281,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16681,"timestamp":1484980514558,"id":11411,"parentId":11410,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051526281,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16586,"timestamp":1484980514706,"id":11413,"parentId":11410,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051526281,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22510,"timestamp":1484980514760,"id":11415,"parentId":11410,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051526281,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29462,"timestamp":1484980514787,"id":11416,"parentId":11410,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051526281,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":32205,"timestamp":1484980514814,"id":11417,"parentId":11410,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051526281,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36682,"timestamp":1484980514862,"id":11419,"parentId":11410,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051526281,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36564,"timestamp":1484980515006,"id":11425,"parentId":11410,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051526281,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":40026,"timestamp":1484980514935,"id":11422,"parentId":11410,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051526281,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":41054,"timestamp":1484980514731,"id":11414,"parentId":11410,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051526281,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":11428,"timestamp":1484980545716,"id":11428,"parentId":11427,"tags":{},"startTime":1728051526312,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":336280,"timestamp":1484980557468,"id":11430,"parentId":11429,"tags":{},"startTime":1728051526324,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":340519,"timestamp":1484980557244,"id":11429,"parentId":11427,"tags":{},"startTime":1728051526324,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":101269,"timestamp":1484980897906,"id":11431,"parentId":11427,"tags":{"astUsed":"true"},"startTime":1728051526664,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":478156,"timestamp":1484980545524,"id":11427,"parentId":11426,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051526312,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":510937,"timestamp":1484980514676,"id":11412,"parentId":11410,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051526281,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":511604,"timestamp":1484980514839,"id":11418,"parentId":11410,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051526281,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":507203,"timestamp":1484980524894,"id":11426,"parentId":11409,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051526291,"traceId":"b09007848b46e699"},{"name":"build-module","duration":101,"timestamp":1484981032710,"id":11432,"parentId":11426,"tags":{},"startTime":1728051526799,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":518022,"timestamp":1484980514887,"id":11420,"parentId":11410,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051526281,"traceId":"b09007848b46e699"},{"name":"make","duration":532637,"timestamp":1484980500338,"id":11410,"parentId":11409,"tags":{},"startTime":1728051526267,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5529,"timestamp":1484981058376,"id":11434,"parentId":11433,"tags":{},"startTime":1728051526825,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":14,"timestamp":1484981063958,"id":11436,"parentId":11433,"tags":{},"startTime":1728051526830,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":144,"timestamp":1484981063995,"id":11437,"parentId":11433,"tags":{},"startTime":1728051526830,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1484981064174,"id":11438,"parentId":11433,"tags":{},"startTime":1728051526830,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1484981064216,"id":11439,"parentId":11433,"tags":{},"startTime":1728051526830,"traceId":"b09007848b46e699"},{"name":"optimize","duration":6912,"timestamp":1484981063942,"id":11435,"parentId":11433,"tags":{},"startTime":1728051526830,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":729,"timestamp":1484981143332,"id":11440,"parentId":11433,"tags":{},"startTime":1728051526910,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":17458,"timestamp":1484981144088,"id":11441,"parentId":11433,"tags":{},"startTime":1728051526910,"traceId":"b09007848b46e699"},{"name":"hash","duration":19781,"timestamp":1484981165127,"id":11442,"parentId":11433,"tags":{},"startTime":1728051526931,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":643,"timestamp":1484981184906,"id":11443,"parentId":11433,"tags":{},"startTime":1728051526951,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":505,"timestamp":1484981185492,"id":11444,"parentId":11433,"tags":{},"startTime":1728051526952,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":6455,"timestamp":1484981186012,"id":11445,"parentId":11433,"tags":{},"startTime":1728051526952,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":285,"timestamp":1484981194338,"id":11447,"parentId":11409,"tags":{},"startTime":1728051526961,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":517,"timestamp":1484981194114,"id":11446,"parentId":11409,"tags":{},"startTime":1728051526960,"traceId":"b09007848b46e699"},{"name":"seal","duration":152327,"timestamp":1484981049793,"id":11433,"parentId":11409,"tags":{},"startTime":1728051526816,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":702297,"timestamp":1484980499876,"id":11409,"parentId":11374,"tags":{"name":"client"},"startTime":1728051526266,"traceId":"b09007848b46e699"},{"name":"emit","duration":9762,"timestamp":1484981202235,"id":11448,"parentId":11374,"tags":{},"startTime":1728051526968,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1113210,"timestamp":1484980101205,"id":11374,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728051525867,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":11,"timestamp":1484981219450,"id":11449,"parentId":3,"tags":{},"startTime":1728051526986,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1153000,"timestamp":1484980102286,"id":11451,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728051527024,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":141324,"timestamp":1484981227908,"id":11450,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051526994,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484981369268,"id":11452,"parentId":11450,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"312688640","memory.heapUsed":"297834240","memory.heapTotal":"330170368"},"startTime":1728051527136,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22434,"timestamp":1484983804155,"id":11459,"parentId":11456,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051529570,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":24134,"timestamp":1484983803822,"id":11457,"parentId":11456,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051529570,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":88696,"timestamp":1484983804132,"id":11458,"parentId":11456,"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":1728051529570,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":90746,"timestamp":1484983804197,"id":11461,"parentId":11456,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051529570,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5380,"timestamp":1484983889705,"id":11464,"parentId":11463,"tags":{},"startTime":1728051529656,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5822,"timestamp":1484983889272,"id":11463,"parentId":11462,"tags":{},"startTime":1728051529655,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":11625,"timestamp":1484983886996,"id":11462,"parentId":11455,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutco.jsx","layer":"rsc"},"startTime":1728051529653,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":96301,"timestamp":1484983804174,"id":11460,"parentId":11456,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051529570,"traceId":"b09007848b46e699"},{"name":"make","duration":207094,"timestamp":1484983796360,"id":11456,"parentId":11455,"tags":{},"startTime":1728051529563,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4841,"timestamp":1484984014909,"id":11476,"parentId":11475,"tags":{},"startTime":1728051529781,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":9,"timestamp":1484984019784,"id":11478,"parentId":11475,"tags":{},"startTime":1728051529786,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":2443,"timestamp":1484984019856,"id":11479,"parentId":11475,"tags":{},"startTime":1728051529786,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":11,"timestamp":1484984022330,"id":11480,"parentId":11475,"tags":{},"startTime":1728051529789,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":10,"timestamp":1484984022355,"id":11481,"parentId":11475,"tags":{},"startTime":1728051529789,"traceId":"b09007848b46e699"},{"name":"optimize","duration":6992,"timestamp":1484984019773,"id":11477,"parentId":11475,"tags":{},"startTime":1728051529786,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":778,"timestamp":1484984029656,"id":11482,"parentId":11475,"tags":{},"startTime":1728051529796,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":7189,"timestamp":1484984030446,"id":11483,"parentId":11475,"tags":{},"startTime":1728051529797,"traceId":"b09007848b46e699"},{"name":"hash","duration":1409,"timestamp":1484984039659,"id":11484,"parentId":11475,"tags":{},"startTime":1728051529806,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":245,"timestamp":1484984041066,"id":11485,"parentId":11475,"tags":{},"startTime":1728051529807,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":192,"timestamp":1484984041302,"id":11486,"parentId":11475,"tags":{},"startTime":1728051529808,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1478,"timestamp":1484984041499,"id":11487,"parentId":11475,"tags":{},"startTime":1728051529808,"traceId":"b09007848b46e699"},{"name":"seal","duration":45478,"timestamp":1484984010378,"id":11475,"parentId":11455,"tags":{},"startTime":1728051529777,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":270466,"timestamp":1484983795011,"id":11455,"parentId":11453,"tags":{"name":"server"},"startTime":1728051529561,"traceId":"b09007848b46e699"},{"name":"emit","duration":13776,"timestamp":1484984065578,"id":11488,"parentId":11453,"tags":{},"startTime":1728051529832,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":311759,"timestamp":1484983778316,"id":11453,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728051529545,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":21327,"timestamp":1484984114841,"id":11501,"parentId":11490,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051529881,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":21375,"timestamp":1484984114865,"id":11503,"parentId":11490,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051529881,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":21366,"timestamp":1484984114877,"id":11504,"parentId":11490,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051529881,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":92164,"timestamp":1484984114629,"id":11491,"parentId":11490,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051529881,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":92100,"timestamp":1484984114730,"id":11493,"parentId":11490,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051529881,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":98154,"timestamp":1484984114762,"id":11495,"parentId":11490,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051529881,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":106569,"timestamp":1484984114776,"id":11496,"parentId":11490,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051529881,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":121072,"timestamp":1484984114791,"id":11497,"parentId":11490,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051529881,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":142880,"timestamp":1484984114816,"id":11499,"parentId":11490,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051529881,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":142834,"timestamp":1484984114889,"id":11505,"parentId":11490,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051529881,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":146738,"timestamp":1484984114853,"id":11502,"parentId":11490,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051529881,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":149737,"timestamp":1484984114748,"id":11494,"parentId":11490,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051529881,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":18534,"timestamp":1484984246939,"id":11508,"parentId":11507,"tags":{},"startTime":1728051530013,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":327126,"timestamp":1484984265675,"id":11510,"parentId":11509,"tags":{},"startTime":1728051530032,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":327912,"timestamp":1484984265551,"id":11509,"parentId":11507,"tags":{},"startTime":1728051530032,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":43562,"timestamp":1484984593630,"id":11511,"parentId":11507,"tags":{"astUsed":"true"},"startTime":1728051530360,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":396043,"timestamp":1484984246079,"id":11507,"parentId":11506,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051530012,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":528574,"timestamp":1484984114804,"id":11498,"parentId":11490,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051529881,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":528676,"timestamp":1484984114712,"id":11492,"parentId":11490,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051529881,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":483535,"timestamp":1484984164343,"id":11506,"parentId":11489,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051529931,"traceId":"b09007848b46e699"},{"name":"build-module","duration":94,"timestamp":1484984648375,"id":11512,"parentId":11506,"tags":{},"startTime":1728051530415,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":533690,"timestamp":1484984114828,"id":11500,"parentId":11490,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051529881,"traceId":"b09007848b46e699"},{"name":"make","duration":548614,"timestamp":1484984099976,"id":11490,"parentId":11489,"tags":{},"startTime":1728051529866,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":12006,"timestamp":1484984884711,"id":11514,"parentId":11513,"tags":{},"startTime":1728051530651,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":9,"timestamp":1484984896786,"id":11516,"parentId":11513,"tags":{},"startTime":1728051530663,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":157,"timestamp":1484984896832,"id":11517,"parentId":11513,"tags":{},"startTime":1728051530663,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1484984897049,"id":11518,"parentId":11513,"tags":{},"startTime":1728051530663,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1484984897102,"id":11519,"parentId":11513,"tags":{},"startTime":1728051530663,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5219,"timestamp":1484984896759,"id":11515,"parentId":11513,"tags":{},"startTime":1728051530663,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":3020,"timestamp":1484984912666,"id":11520,"parentId":11513,"tags":{},"startTime":1728051530679,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":60197,"timestamp":1484984915726,"id":11521,"parentId":11513,"tags":{},"startTime":1728051530682,"traceId":"b09007848b46e699"},{"name":"hash","duration":27540,"timestamp":1484984980622,"id":11522,"parentId":11513,"tags":{},"startTime":1728051530747,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":917,"timestamp":1484985008157,"id":11523,"parentId":11513,"tags":{},"startTime":1728051530774,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":425,"timestamp":1484985009033,"id":11524,"parentId":11513,"tags":{},"startTime":1728051530775,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":8328,"timestamp":1484985009469,"id":11525,"parentId":11513,"tags":{},"startTime":1728051530776,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":201,"timestamp":1484985023776,"id":11527,"parentId":11489,"tags":{},"startTime":1728051530790,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":346,"timestamp":1484985023640,"id":11526,"parentId":11489,"tags":{},"startTime":1728051530790,"traceId":"b09007848b46e699"},{"name":"seal","duration":171790,"timestamp":1484984863792,"id":11513,"parentId":11489,"tags":{},"startTime":1728051530630,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":937049,"timestamp":1484984098598,"id":11489,"parentId":11454,"tags":{"name":"client"},"startTime":1728051529865,"traceId":"b09007848b46e699"},{"name":"emit","duration":11191,"timestamp":1484985035709,"id":11528,"parentId":11454,"tags":{},"startTime":1728051530802,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1270632,"timestamp":1484983779124,"id":11454,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728051529545,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":6,"timestamp":1484985060887,"id":11529,"parentId":3,"tags":{},"startTime":1728051530827,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1333000,"timestamp":1484983781835,"id":11531,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728051530884,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":217568,"timestamp":1484985080061,"id":11530,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051530846,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484985297670,"id":11532,"parentId":11530,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"326418432","memory.heapUsed":"280759200","memory.heapTotal":"349765632"},"startTime":1728051531064,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":62117,"timestamp":1484987566904,"id":11539,"parentId":11536,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051533333,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":62896,"timestamp":1484987566512,"id":11537,"parentId":11536,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051533333,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":120218,"timestamp":1484987566873,"id":11538,"parentId":11536,"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":1728051533333,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9355,"timestamp":1484987682354,"id":11544,"parentId":11543,"tags":{},"startTime":1728051533448,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9697,"timestamp":1484987682024,"id":11543,"parentId":11542,"tags":{},"startTime":1728051533448,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":18517,"timestamp":1484987680608,"id":11542,"parentId":11535,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutco.jsx","layer":"rsc"},"startTime":1728051533447,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":135361,"timestamp":1484987566942,"id":11541,"parentId":11536,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051533333,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":137205,"timestamp":1484987566923,"id":11540,"parentId":11536,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051533333,"traceId":"b09007848b46e699"},{"name":"make","duration":865639,"timestamp":1484987553100,"id":11536,"parentId":11535,"tags":{},"startTime":1728051533319,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":8605,"timestamp":1484988851454,"id":11556,"parentId":11555,"tags":{},"startTime":1728051534618,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":49,"timestamp":1484988860234,"id":11558,"parentId":11555,"tags":{},"startTime":1728051534626,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":28605,"timestamp":1484988860390,"id":11559,"parentId":11555,"tags":{},"startTime":1728051534627,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":77,"timestamp":1484988889697,"id":11560,"parentId":11555,"tags":{},"startTime":1728051534656,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":96,"timestamp":1484988890051,"id":11561,"parentId":11555,"tags":{},"startTime":1728051534656,"traceId":"b09007848b46e699"},{"name":"optimize","duration":62015,"timestamp":1484988860187,"id":11557,"parentId":11555,"tags":{},"startTime":1728051534626,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1738,"timestamp":1484988928078,"id":11562,"parentId":11555,"tags":{},"startTime":1728051534694,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":9400,"timestamp":1484988929837,"id":11563,"parentId":11555,"tags":{},"startTime":1728051534696,"traceId":"b09007848b46e699"},{"name":"hash","duration":8193,"timestamp":1484988951247,"id":11564,"parentId":11555,"tags":{},"startTime":1728051534717,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":1204,"timestamp":1484988959438,"id":11565,"parentId":11555,"tags":{},"startTime":1728051534726,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":1576,"timestamp":1484988960611,"id":11566,"parentId":11555,"tags":{},"startTime":1728051534727,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":10541,"timestamp":1484988962289,"id":11567,"parentId":11555,"tags":{},"startTime":1728051534728,"traceId":"b09007848b46e699"},{"name":"seal","duration":146079,"timestamp":1484988838929,"id":11555,"parentId":11535,"tags":{},"startTime":1728051534605,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1447384,"timestamp":1484987550282,"id":11535,"parentId":11533,"tags":{"name":"server"},"startTime":1728051533316,"traceId":"b09007848b46e699"},{"name":"emit","duration":23715,"timestamp":1484988998236,"id":11568,"parentId":11533,"tags":{},"startTime":1728051534764,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":1522661,"timestamp":1484987500459,"id":11533,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728051533267,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":24078,"timestamp":1484989045022,"id":11581,"parentId":11570,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051534811,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":24159,"timestamp":1484989045116,"id":11583,"parentId":11570,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051534811,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":24131,"timestamp":1484989045147,"id":11584,"parentId":11570,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051534811,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33693,"timestamp":1484989044258,"id":11571,"parentId":11570,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051534810,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33450,"timestamp":1484989044517,"id":11573,"parentId":11570,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051534811,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":60949,"timestamp":1484989044574,"id":11575,"parentId":11570,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051534811,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":68443,"timestamp":1484989044708,"id":11576,"parentId":11570,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051534811,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":72073,"timestamp":1484989044751,"id":11577,"parentId":11570,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051534811,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":92728,"timestamp":1484989044803,"id":11579,"parentId":11570,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051534811,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":92369,"timestamp":1484989045174,"id":11585,"parentId":11570,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051534811,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":96423,"timestamp":1484989045069,"id":11582,"parentId":11570,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051534811,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":98658,"timestamp":1484989044546,"id":11574,"parentId":11570,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051534811,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":19977,"timestamp":1484989123808,"id":11588,"parentId":11587,"tags":{},"startTime":1728051534890,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":160881,"timestamp":1484989044483,"id":11572,"parentId":11570,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051534811,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":399240,"timestamp":1484989144253,"id":11590,"parentId":11589,"tags":{},"startTime":1728051534910,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":400420,"timestamp":1484989144008,"id":11589,"parentId":11587,"tags":{},"startTime":1728051534910,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":49265,"timestamp":1484989544603,"id":11591,"parentId":11587,"tags":{"astUsed":"true"},"startTime":1728051535311,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":475182,"timestamp":1484989122375,"id":11587,"parentId":11586,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051534888,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":553525,"timestamp":1484989044778,"id":11578,"parentId":11570,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051534811,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":531894,"timestamp":1484989070624,"id":11586,"parentId":11569,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051534837,"traceId":"b09007848b46e699"},{"name":"build-module","duration":95,"timestamp":1484989603232,"id":11592,"parentId":11586,"tags":{},"startTime":1728051535369,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":558558,"timestamp":1484989044830,"id":11580,"parentId":11570,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051534811,"traceId":"b09007848b46e699"},{"name":"make","duration":574630,"timestamp":1484989028820,"id":11570,"parentId":11569,"tags":{},"startTime":1728051534795,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5100,"timestamp":1484989619286,"id":11594,"parentId":11593,"tags":{},"startTime":1728051535385,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":6,"timestamp":1484989624427,"id":11596,"parentId":11593,"tags":{},"startTime":1728051535391,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":118,"timestamp":1484989624785,"id":11597,"parentId":11593,"tags":{},"startTime":1728051535391,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":28,"timestamp":1484989624934,"id":11598,"parentId":11593,"tags":{},"startTime":1728051535391,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":12,"timestamp":1484989625031,"id":11599,"parentId":11593,"tags":{},"startTime":1728051535391,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4496,"timestamp":1484989624414,"id":11595,"parentId":11593,"tags":{},"startTime":1728051535391,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":849,"timestamp":1484989633139,"id":11600,"parentId":11593,"tags":{},"startTime":1728051535399,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":16266,"timestamp":1484989634002,"id":11601,"parentId":11593,"tags":{},"startTime":1728051535400,"traceId":"b09007848b46e699"},{"name":"hash","duration":7780,"timestamp":1484989653156,"id":11602,"parentId":11593,"tags":{},"startTime":1728051535419,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":445,"timestamp":1484989660934,"id":11603,"parentId":11593,"tags":{},"startTime":1728051535427,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":255,"timestamp":1484989661364,"id":11604,"parentId":11593,"tags":{},"startTime":1728051535427,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":5478,"timestamp":1484989661626,"id":11605,"parentId":11593,"tags":{},"startTime":1728051535428,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":182,"timestamp":1484989668910,"id":11607,"parentId":11569,"tags":{},"startTime":1728051535435,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":304,"timestamp":1484989668794,"id":11606,"parentId":11569,"tags":{},"startTime":1728051535435,"traceId":"b09007848b46e699"},{"name":"seal","duration":58845,"timestamp":1484989614009,"id":11593,"parentId":11569,"tags":{},"startTime":1728051535380,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":644907,"timestamp":1484989027993,"id":11569,"parentId":11534,"tags":{"name":"client"},"startTime":1728051534794,"traceId":"b09007848b46e699"},{"name":"emit","duration":12673,"timestamp":1484989672958,"id":11608,"parentId":11534,"tags":{},"startTime":1728051535439,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":2185382,"timestamp":1484987502625,"id":11534,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728051533269,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":6,"timestamp":1484989691914,"id":11609,"parentId":3,"tags":{},"startTime":1728051535458,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":2210000,"timestamp":1484987506226,"id":11611,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728051535485,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":126512,"timestamp":1484989698417,"id":11610,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051535465,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1484989824983,"id":11612,"parentId":11610,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"274595840","memory.heapUsed":"322727728","memory.heapTotal":"354910208"},"startTime":1728051535591,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26357,"timestamp":1485006169250,"id":11627,"parentId":11616,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051551935,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26466,"timestamp":1485006169287,"id":11629,"parentId":11616,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051551935,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":26451,"timestamp":1485006169303,"id":11630,"parentId":11616,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051551935,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":35283,"timestamp":1485006168519,"id":11617,"parentId":11616,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051551934,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":34726,"timestamp":1485006169099,"id":11619,"parentId":11616,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051551935,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":39002,"timestamp":1485006169137,"id":11621,"parentId":11616,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051551935,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":44539,"timestamp":1485006169173,"id":11623,"parentId":11616,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051551935,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":50471,"timestamp":1485006169156,"id":11622,"parentId":11616,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051551935,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":53750,"timestamp":1485006169270,"id":11628,"parentId":11616,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051551935,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":10884,"timestamp":1485006212205,"id":11634,"parentId":11633,"tags":{},"startTime":1728051551978,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":89971,"timestamp":1485006169118,"id":11620,"parentId":11616,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051551935,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":92133,"timestamp":1485006169212,"id":11625,"parentId":11616,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051551935,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":92030,"timestamp":1485006169319,"id":11631,"parentId":11616,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051551935,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":295472,"timestamp":1485006223567,"id":11636,"parentId":11635,"tags":{},"startTime":1728051551989,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":297225,"timestamp":1485006223251,"id":11635,"parentId":11633,"tags":{},"startTime":1728051551989,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":72052,"timestamp":1485006520643,"id":11637,"parentId":11633,"tags":{"astUsed":"true"},"startTime":1728051552286,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":386899,"timestamp":1485006211976,"id":11633,"parentId":11632,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051551978,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":433267,"timestamp":1485006169067,"id":11618,"parentId":11616,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051551935,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":413564,"timestamp":1485006196749,"id":11632,"parentId":11615,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051551963,"traceId":"b09007848b46e699"},{"name":"build-module","duration":82,"timestamp":1485006610994,"id":11638,"parentId":11632,"tags":{},"startTime":1728051552377,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":441952,"timestamp":1485006169229,"id":11626,"parentId":11616,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051551935,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":445636,"timestamp":1485006169195,"id":11624,"parentId":11616,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051551935,"traceId":"b09007848b46e699"},{"name":"make","duration":448564,"timestamp":1485006166342,"id":11616,"parentId":11615,"tags":{},"startTime":1728051551932,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5217,"timestamp":1485006927398,"id":11640,"parentId":11639,"tags":{},"startTime":1728051552693,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":20,"timestamp":1485006932677,"id":11642,"parentId":11639,"tags":{},"startTime":1728051552698,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":197,"timestamp":1485006932719,"id":11643,"parentId":11639,"tags":{},"startTime":1728051552698,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":14,"timestamp":1485006932973,"id":11644,"parentId":11639,"tags":{},"startTime":1728051552699,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1485006933017,"id":11645,"parentId":11639,"tags":{},"startTime":1728051552699,"traceId":"b09007848b46e699"},{"name":"optimize","duration":6230,"timestamp":1485006932657,"id":11641,"parentId":11639,"tags":{},"startTime":1728051552698,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":888,"timestamp":1485006942419,"id":11646,"parentId":11639,"tags":{},"startTime":1728051552708,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":12388,"timestamp":1485006943325,"id":11647,"parentId":11639,"tags":{},"startTime":1728051552709,"traceId":"b09007848b46e699"},{"name":"hash","duration":7610,"timestamp":1485006959638,"id":11648,"parentId":11639,"tags":{},"startTime":1728051552725,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":537,"timestamp":1485006967246,"id":11649,"parentId":11639,"tags":{},"startTime":1728051552733,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":1848,"timestamp":1485006967760,"id":11650,"parentId":11639,"tags":{},"startTime":1728051552734,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":9587,"timestamp":1485006969630,"id":11651,"parentId":11639,"tags":{},"startTime":1728051552735,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":156,"timestamp":1485006981429,"id":11653,"parentId":11615,"tags":{},"startTime":1728051552747,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":298,"timestamp":1485006981294,"id":11652,"parentId":11615,"tags":{},"startTime":1728051552747,"traceId":"b09007848b46e699"},{"name":"seal","duration":66971,"timestamp":1485006919208,"id":11639,"parentId":11615,"tags":{},"startTime":1728051552685,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":822668,"timestamp":1485006163560,"id":11615,"parentId":11613,"tags":{"name":"client"},"startTime":1728051551929,"traceId":"b09007848b46e699"},{"name":"emit","duration":13194,"timestamp":1485006986295,"id":11654,"parentId":11613,"tags":{},"startTime":1728051552752,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":875015,"timestamp":1485006125785,"id":11613,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728051551892,"traceId":"b09007848b46e699"},{"name":"client-success","duration":8,"timestamp":1485007012785,"id":11657,"parentId":3,"tags":{},"startTime":1728051552779,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":910000,"timestamp":1485006128737,"id":11663,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728051552805,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13411,"timestamp":1485007031029,"id":11658,"parentId":11656,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051552797,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14109,"timestamp":1485007031194,"id":11660,"parentId":11656,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051552797,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":38922,"timestamp":1485007031172,"id":11659,"parentId":11656,"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":1728051552797,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":39855,"timestamp":1485007031237,"id":11662,"parentId":11656,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051552797,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9151,"timestamp":1485007065970,"id":11666,"parentId":11665,"tags":{},"startTime":1728051552832,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9416,"timestamp":1485007065716,"id":11665,"parentId":11664,"tags":{},"startTime":1728051552831,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":13188,"timestamp":1485007065063,"id":11664,"parentId":11655,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutco.jsx","layer":"rsc"},"startTime":1728051552831,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":48557,"timestamp":1485007031215,"id":11661,"parentId":11656,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051552797,"traceId":"b09007848b46e699"},{"name":"make","duration":165543,"timestamp":1485007003804,"id":11656,"parentId":11655,"tags":{},"startTime":1728051552770,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3644,"timestamp":1485007209247,"id":11678,"parentId":11677,"tags":{},"startTime":1728051552975,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":6,"timestamp":1485007212934,"id":11680,"parentId":11677,"tags":{},"startTime":1728051552979,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":4712,"timestamp":1485007212975,"id":11681,"parentId":11677,"tags":{},"startTime":1728051552979,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":11,"timestamp":1485007217733,"id":11682,"parentId":11677,"tags":{},"startTime":1728051552983,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1485007217767,"id":11683,"parentId":11677,"tags":{},"startTime":1728051552984,"traceId":"b09007848b46e699"},{"name":"optimize","duration":10175,"timestamp":1485007212917,"id":11679,"parentId":11677,"tags":{},"startTime":1728051552979,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1050,"timestamp":1485007226340,"id":11684,"parentId":11677,"tags":{},"startTime":1728051552992,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":13139,"timestamp":1485007227411,"id":11685,"parentId":11677,"tags":{},"startTime":1728051552993,"traceId":"b09007848b46e699"},{"name":"hash","duration":2219,"timestamp":1485007242732,"id":11686,"parentId":11677,"tags":{},"startTime":1728051553008,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":318,"timestamp":1485007244948,"id":11687,"parentId":11677,"tags":{},"startTime":1728051553011,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":246,"timestamp":1485007245250,"id":11688,"parentId":11677,"tags":{},"startTime":1728051553011,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2084,"timestamp":1485007245506,"id":11689,"parentId":11677,"tags":{},"startTime":1728051553011,"traceId":"b09007848b46e699"},{"name":"seal","duration":68245,"timestamp":1485007202605,"id":11677,"parentId":11655,"tags":{},"startTime":1728051552968,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":278793,"timestamp":1485007003291,"id":11655,"parentId":11614,"tags":{"name":"server"},"startTime":1728051552769,"traceId":"b09007848b46e699"},{"name":"emit","duration":7907,"timestamp":1485007282255,"id":11690,"parentId":11614,"tags":{},"startTime":1728051553048,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":1162576,"timestamp":1485006129055,"id":11614,"parentId":3,"tags":{"trigger":"src/components/Aboutco.jsx"},"startTime":1728051551895,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":129542,"timestamp":1485007307937,"id":11691,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051553074,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1485007437513,"id":11692,"parentId":11691,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"338903040","memory.heapUsed":"279155800","memory.heapTotal":"330629120"},"startTime":1728051553203,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29950,"timestamp":1485029589899,"id":11699,"parentId":11696,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051575355,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33443,"timestamp":1485029589426,"id":11697,"parentId":11696,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051575355,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":85172,"timestamp":1485029589852,"id":11698,"parentId":11696,"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":1728051575355,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4612,"timestamp":1485029671118,"id":11704,"parentId":11703,"tags":{},"startTime":1728051575436,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5204,"timestamp":1485029670533,"id":11703,"parentId":11702,"tags":{},"startTime":1728051575436,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":10836,"timestamp":1485029669197,"id":11702,"parentId":11695,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutnodes.jsx","layer":"rsc"},"startTime":1728051575434,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":94407,"timestamp":1485029589969,"id":11701,"parentId":11696,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051575355,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":95092,"timestamp":1485029589935,"id":11700,"parentId":11696,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051575355,"traceId":"b09007848b46e699"},{"name":"make","duration":217373,"timestamp":1485029563940,"id":11696,"parentId":11695,"tags":{},"startTime":1728051575329,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":6708,"timestamp":1485029802329,"id":11716,"parentId":11715,"tags":{},"startTime":1728051575568,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":11,"timestamp":1485029809092,"id":11718,"parentId":11715,"tags":{},"startTime":1728051575574,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":21093,"timestamp":1485029809124,"id":11719,"parentId":11715,"tags":{},"startTime":1728051575574,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":40,"timestamp":1485029830326,"id":11720,"parentId":11715,"tags":{},"startTime":1728051575596,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":17,"timestamp":1485029830401,"id":11721,"parentId":11715,"tags":{},"startTime":1728051575596,"traceId":"b09007848b46e699"},{"name":"optimize","duration":33061,"timestamp":1485029809082,"id":11717,"parentId":11715,"tags":{},"startTime":1728051575574,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":11017,"timestamp":1485029849544,"id":11722,"parentId":11715,"tags":{},"startTime":1728051575615,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":20860,"timestamp":1485029860604,"id":11723,"parentId":11715,"tags":{},"startTime":1728051575626,"traceId":"b09007848b46e699"},{"name":"hash","duration":5512,"timestamp":1485029891468,"id":11724,"parentId":11715,"tags":{},"startTime":1728051575657,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":331,"timestamp":1485029896977,"id":11725,"parentId":11715,"tags":{},"startTime":1728051575662,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":453,"timestamp":1485029897293,"id":11726,"parentId":11715,"tags":{},"startTime":1728051575663,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1625,"timestamp":1485029897756,"id":11727,"parentId":11715,"tags":{},"startTime":1728051575663,"traceId":"b09007848b46e699"},{"name":"seal","duration":114675,"timestamp":1485029796244,"id":11715,"parentId":11695,"tags":{},"startTime":1728051575562,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":367734,"timestamp":1485029562005,"id":11695,"parentId":11693,"tags":{"name":"server"},"startTime":1728051575327,"traceId":"b09007848b46e699"},{"name":"emit","duration":27704,"timestamp":1485029930060,"id":11728,"parentId":11693,"tags":{},"startTime":1728051575695,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":442935,"timestamp":1485029518220,"id":11693,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051575284,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6292,"timestamp":1485029977226,"id":11741,"parentId":11730,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051575743,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6366,"timestamp":1485029977254,"id":11743,"parentId":11730,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051575743,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":6354,"timestamp":1485029977268,"id":11744,"parentId":11730,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051575743,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14587,"timestamp":1485029976958,"id":11731,"parentId":11730,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051575742,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14498,"timestamp":1485029977058,"id":11733,"parentId":11730,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051575742,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18008,"timestamp":1485029977117,"id":11735,"parentId":11730,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051575742,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":21935,"timestamp":1485029977132,"id":11736,"parentId":11730,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051575742,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":29811,"timestamp":1485029977168,"id":11737,"parentId":11730,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051575742,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36505,"timestamp":1485029977198,"id":11739,"parentId":11730,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051575742,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36435,"timestamp":1485029977281,"id":11745,"parentId":11730,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051575743,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":38472,"timestamp":1485029977239,"id":11742,"parentId":11730,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051575743,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":39256,"timestamp":1485029977101,"id":11734,"parentId":11730,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051575742,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":16031,"timestamp":1485030000488,"id":11748,"parentId":11747,"tags":{},"startTime":1728051575766,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":308578,"timestamp":1485030016757,"id":11750,"parentId":11749,"tags":{},"startTime":1728051575782,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":311469,"timestamp":1485030016577,"id":11749,"parentId":11747,"tags":{},"startTime":1728051575782,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":45917,"timestamp":1485030328155,"id":11751,"parentId":11747,"tags":{"astUsed":"true"},"startTime":1728051576093,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":430983,"timestamp":1485030000250,"id":11747,"parentId":11746,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051575766,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":461851,"timestamp":1485029977041,"id":11732,"parentId":11730,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051575742,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":529071,"timestamp":1485029984182,"id":11746,"parentId":11729,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051575749,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":543816,"timestamp":1485029977184,"id":11738,"parentId":11730,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051575742,"traceId":"b09007848b46e699"},{"name":"build-module","duration":297,"timestamp":1485030521536,"id":11752,"parentId":11746,"tags":{},"startTime":1728051576287,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":544666,"timestamp":1485029977212,"id":11740,"parentId":11730,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051575743,"traceId":"b09007848b46e699"},{"name":"make","duration":553641,"timestamp":1485029968289,"id":11730,"parentId":11729,"tags":{},"startTime":1728051575734,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3189,"timestamp":1485030581080,"id":11754,"parentId":11753,"tags":{},"startTime":1728051576346,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":9,"timestamp":1485030584291,"id":11756,"parentId":11753,"tags":{},"startTime":1728051576350,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":78,"timestamp":1485030584351,"id":11757,"parentId":11753,"tags":{},"startTime":1728051576350,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":7,"timestamp":1485030584452,"id":11758,"parentId":11753,"tags":{},"startTime":1728051576350,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1485030584494,"id":11759,"parentId":11753,"tags":{},"startTime":1728051576350,"traceId":"b09007848b46e699"},{"name":"optimize","duration":5108,"timestamp":1485030584284,"id":11755,"parentId":11753,"tags":{},"startTime":1728051576350,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":668,"timestamp":1485030592758,"id":11760,"parentId":11753,"tags":{},"startTime":1728051576358,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":9761,"timestamp":1485030593438,"id":11761,"parentId":11753,"tags":{},"startTime":1728051576359,"traceId":"b09007848b46e699"},{"name":"hash","duration":8331,"timestamp":1485030605446,"id":11762,"parentId":11753,"tags":{},"startTime":1728051576371,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":367,"timestamp":1485030613775,"id":11763,"parentId":11753,"tags":{},"startTime":1728051576379,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":262,"timestamp":1485030614131,"id":11764,"parentId":11753,"tags":{},"startTime":1728051576379,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":6023,"timestamp":1485030614399,"id":11765,"parentId":11753,"tags":{},"startTime":1728051576380,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":141,"timestamp":1485030622062,"id":11767,"parentId":11729,"tags":{},"startTime":1728051576387,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":287,"timestamp":1485030621922,"id":11766,"parentId":11729,"tags":{},"startTime":1728051576387,"traceId":"b09007848b46e699"},{"name":"seal","duration":71228,"timestamp":1485030554350,"id":11753,"parentId":11729,"tags":{},"startTime":1728051576320,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":657952,"timestamp":1485029967670,"id":11729,"parentId":11694,"tags":{"name":"client"},"startTime":1728051575733,"traceId":"b09007848b46e699"},{"name":"emit","duration":7109,"timestamp":1485030625661,"id":11768,"parentId":11694,"tags":{},"startTime":1728051576391,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1114434,"timestamp":1485029520469,"id":11694,"parentId":3,"tags":{"trigger":"src/components/Aboutnodes.jsx"},"startTime":1728051575286,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":505,"timestamp":1485030644831,"id":11769,"parentId":3,"tags":{},"startTime":1728051576411,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1149000,"timestamp":1485029523166,"id":11771,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":false},"startTime":1728051576439,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":92987,"timestamp":1485030656192,"id":11770,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728051576421,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1485030749206,"id":11772,"parentId":11770,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"290684928","memory.heapUsed":"288700152","memory.heapTotal":"330891264"},"startTime":1728051576514,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":355258,"timestamp":1485040001350,"id":11773,"tags":{"url":"/","isTurbopack":false},"startTime":1728051585766,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":0,"timestamp":1485040356662,"id":11774,"parentId":11773,"tags":{"url":"/","memory.rss":"205586432","memory.heapUsed":"278139192","memory.heapTotal":"332414976"},"startTime":1728051586122,"traceId":"b09007848b46e699"},{"name":"client-success","duration":3,"timestamp":1485040985561,"id":11775,"parentId":3,"tags":{},"startTime":1728051586751,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":79376,"timestamp":1485092276951,"id":11782,"parentId":11779,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051638041,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":81929,"timestamp":1485092274881,"id":11780,"parentId":11779,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051638039,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":106026,"timestamp":1485092276854,"id":11781,"parentId":11779,"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":1728051638041,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":107940,"timestamp":1485092277454,"id":11784,"parentId":11779,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051638042,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6010,"timestamp":1485092379457,"id":11787,"parentId":11786,"tags":{},"startTime":1728051638144,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6354,"timestamp":1485092379115,"id":11786,"parentId":11785,"tags":{},"startTime":1728051638143,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":14109,"timestamp":1485092377728,"id":11785,"parentId":11778,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx","layer":"rsc"},"startTime":1728051638142,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":116973,"timestamp":1485092277424,"id":11783,"parentId":11779,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051638041,"traceId":"b09007848b46e699"},{"name":"make","duration":249641,"timestamp":1485092247151,"id":11779,"parentId":11778,"tags":{},"startTime":1728051638011,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":9923,"timestamp":1485092819544,"id":11799,"parentId":11798,"tags":{},"startTime":1728051638584,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":29,"timestamp":1485092829527,"id":11801,"parentId":11798,"tags":{},"startTime":1728051638594,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":6653,"timestamp":1485092829607,"id":11802,"parentId":11798,"tags":{},"startTime":1728051638594,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":30,"timestamp":1485092836311,"id":11803,"parentId":11798,"tags":{},"startTime":1728051638600,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":9,"timestamp":1485092836368,"id":11804,"parentId":11798,"tags":{},"startTime":1728051638600,"traceId":"b09007848b46e699"},{"name":"optimize","duration":19817,"timestamp":1485092829508,"id":11800,"parentId":11798,"tags":{},"startTime":1728051638594,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2299,"timestamp":1485092855629,"id":11805,"parentId":11798,"tags":{},"startTime":1728051638620,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":49787,"timestamp":1485092857969,"id":11806,"parentId":11798,"tags":{},"startTime":1728051638622,"traceId":"b09007848b46e699"},{"name":"hash","duration":2987,"timestamp":1485092918921,"id":11807,"parentId":11798,"tags":{},"startTime":1728051638683,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":457,"timestamp":1485092921904,"id":11808,"parentId":11798,"tags":{},"startTime":1728051638686,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":628,"timestamp":1485092922336,"id":11809,"parentId":11798,"tags":{},"startTime":1728051638686,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":3569,"timestamp":1485092922982,"id":11810,"parentId":11798,"tags":{},"startTime":1728051638687,"traceId":"b09007848b46e699"},{"name":"seal","duration":142642,"timestamp":1485092808378,"id":11798,"parentId":11778,"tags":{},"startTime":1728051638572,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":716859,"timestamp":1485092246746,"id":11778,"parentId":11776,"tags":{"name":"server"},"startTime":1728051638011,"traceId":"b09007848b46e699"},{"name":"emit","duration":10305,"timestamp":1485092963870,"id":11811,"parentId":11776,"tags":{},"startTime":1728051638728,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":842385,"timestamp":1485092132875,"id":11776,"parentId":3,"tags":{"trigger":"src/components/Eventbanner.jsx"},"startTime":1728051637897,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":11546,"timestamp":1485092990928,"id":11824,"parentId":11813,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051638755,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":11587,"timestamp":1485092990983,"id":11826,"parentId":11813,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051638755,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":11557,"timestamp":1485092991018,"id":11827,"parentId":11813,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051638755,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":28525,"timestamp":1485092990083,"id":11814,"parentId":11813,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051638754,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":28072,"timestamp":1485092990574,"id":11816,"parentId":11813,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051638755,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":32674,"timestamp":1485092990671,"id":11818,"parentId":11813,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051638755,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37386,"timestamp":1485092990700,"id":11819,"parentId":11813,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051638755,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":41293,"timestamp":1485092990795,"id":11820,"parentId":11813,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051638755,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":47174,"timestamp":1485092990871,"id":11822,"parentId":11813,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051638755,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":47013,"timestamp":1485092991040,"id":11828,"parentId":11813,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051638755,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":49321,"timestamp":1485092990955,"id":11825,"parentId":11813,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051638755,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":50347,"timestamp":1485092990632,"id":11817,"parentId":11813,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051638755,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":6026,"timestamp":1485093035181,"id":11831,"parentId":11830,"tags":{},"startTime":1728051638799,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":661285,"timestamp":1485093041462,"id":11833,"parentId":11832,"tags":{},"startTime":1728051638806,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":663399,"timestamp":1485093041277,"id":11832,"parentId":11830,"tags":{},"startTime":1728051638805,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":94917,"timestamp":1485093705272,"id":11834,"parentId":11830,"tags":{"astUsed":"true"},"startTime":1728051639469,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":781752,"timestamp":1485093034857,"id":11830,"parentId":11829,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051638799,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":853002,"timestamp":1485092990482,"id":11815,"parentId":11813,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051638755,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":853138,"timestamp":1485093003577,"id":11829,"parentId":11812,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051638768,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":867275,"timestamp":1485092990843,"id":11821,"parentId":11813,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051638755,"traceId":"b09007848b46e699"},{"name":"build-module","duration":126,"timestamp":1485093858361,"id":11835,"parentId":11829,"tags":{},"startTime":1728051639622,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":867748,"timestamp":1485092990900,"id":11823,"parentId":11813,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051638755,"traceId":"b09007848b46e699"},{"name":"make","duration":881212,"timestamp":1485092977630,"id":11813,"parentId":11812,"tags":{},"startTime":1728051638742,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4638,"timestamp":1485094050980,"id":11837,"parentId":11836,"tags":{},"startTime":1728051639815,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":5,"timestamp":1485094055674,"id":11839,"parentId":11836,"tags":{},"startTime":1728051639820,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":104,"timestamp":1485094055710,"id":11840,"parentId":11836,"tags":{},"startTime":1728051639820,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1485094055845,"id":11841,"parentId":11836,"tags":{},"startTime":1728051639820,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":9,"timestamp":1485094055890,"id":11842,"parentId":11836,"tags":{},"startTime":1728051639820,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4829,"timestamp":1485094055653,"id":11838,"parentId":11836,"tags":{},"startTime":1728051639820,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":2328,"timestamp":1485094063544,"id":11843,"parentId":11836,"tags":{},"startTime":1728051639828,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":52799,"timestamp":1485094065923,"id":11844,"parentId":11836,"tags":{},"startTime":1728051639830,"traceId":"b09007848b46e699"},{"name":"hash","duration":9039,"timestamp":1485094122770,"id":11845,"parentId":11836,"tags":{},"startTime":1728051639887,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":460,"timestamp":1485094131803,"id":11846,"parentId":11836,"tags":{},"startTime":1728051639896,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":276,"timestamp":1485094132242,"id":11847,"parentId":11836,"tags":{},"startTime":1728051639896,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":9730,"timestamp":1485094132524,"id":11848,"parentId":11836,"tags":{},"startTime":1728051639897,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":121,"timestamp":1485094144580,"id":11850,"parentId":11812,"tags":{},"startTime":1728051639909,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":253,"timestamp":1485094144456,"id":11849,"parentId":11812,"tags":{},"startTime":1728051639908,"traceId":"b09007848b46e699"},{"name":"seal","duration":113908,"timestamp":1485094037852,"id":11836,"parentId":11812,"tags":{},"startTime":1728051639802,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1174604,"timestamp":1485092977212,"id":11812,"parentId":11777,"tags":{"name":"client"},"startTime":1728051638741,"traceId":"b09007848b46e699"},{"name":"emit","duration":11063,"timestamp":1485094151870,"id":11851,"parentId":11777,"tags":{},"startTime":1728051639916,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":2031750,"timestamp":1485092133315,"id":11777,"parentId":3,"tags":{"trigger":"src/components/Eventbanner.jsx"},"startTime":1728051637897,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":7,"timestamp":1485094172466,"id":11852,"parentId":3,"tags":{},"startTime":1728051639936,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":2056000,"timestamp":1485092138074,"id":11854,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1728051639960,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":120599,"timestamp":1485094177176,"id":11853,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728051639941,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":0,"timestamp":1485094297802,"id":11855,"parentId":11853,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"339918848","memory.heapUsed":"291413424","memory.heapTotal":"345767936"},"startTime":1728051640062,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":49638,"timestamp":1485123529782,"id":11862,"parentId":11859,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051669293,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":50215,"timestamp":1485123529516,"id":11860,"parentId":11859,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051669293,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":92928,"timestamp":1485123529765,"id":11861,"parentId":11859,"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":1728051669293,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":15401,"timestamp":1485123608987,"id":11867,"parentId":11866,"tags":{},"startTime":1728051669372,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":17609,"timestamp":1485123606788,"id":11866,"parentId":11865,"tags":{},"startTime":1728051669370,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":30917,"timestamp":1485123602961,"id":11865,"parentId":11858,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventbanner.jsx","layer":"rsc"},"startTime":1728051669366,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":105506,"timestamp":1485123529817,"id":11864,"parentId":11859,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051669293,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":107090,"timestamp":1485123529800,"id":11863,"parentId":11859,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051669293,"traceId":"b09007848b46e699"},{"name":"make","duration":211476,"timestamp":1485123512274,"id":11859,"parentId":11858,"tags":{},"startTime":1728051669276,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3632,"timestamp":1485123740191,"id":11879,"parentId":11878,"tags":{},"startTime":1728051669504,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":12,"timestamp":1485123743857,"id":11881,"parentId":11878,"tags":{},"startTime":1728051669507,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":5042,"timestamp":1485123744030,"id":11882,"parentId":11878,"tags":{},"startTime":1728051669507,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1485123749114,"id":11883,"parentId":11878,"tags":{},"startTime":1728051669513,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":10,"timestamp":1485123749140,"id":11884,"parentId":11878,"tags":{},"startTime":1728051669513,"traceId":"b09007848b46e699"},{"name":"optimize","duration":8350,"timestamp":1485123743844,"id":11880,"parentId":11878,"tags":{},"startTime":1728051669507,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":736,"timestamp":1485123754226,"id":11885,"parentId":11878,"tags":{},"startTime":1728051669518,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":11465,"timestamp":1485123754990,"id":11886,"parentId":11878,"tags":{},"startTime":1728051669518,"traceId":"b09007848b46e699"},{"name":"hash","duration":2530,"timestamp":1485123768317,"id":11887,"parentId":11878,"tags":{},"startTime":1728051669532,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":191,"timestamp":1485123770845,"id":11888,"parentId":11878,"tags":{},"startTime":1728051669534,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":175,"timestamp":1485123771028,"id":11889,"parentId":11878,"tags":{},"startTime":1728051669534,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":2363,"timestamp":1485123771208,"id":11890,"parentId":11878,"tags":{},"startTime":1728051669535,"traceId":"b09007848b46e699"},{"name":"seal","duration":46614,"timestamp":1485123733679,"id":11878,"parentId":11858,"tags":{},"startTime":1728051669497,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":278689,"timestamp":1485123510922,"id":11858,"parentId":11856,"tags":{"name":"server"},"startTime":1728051669274,"traceId":"b09007848b46e699"},{"name":"emit","duration":4610,"timestamp":1485123789730,"id":11891,"parentId":11856,"tags":{},"startTime":1728051669553,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":308265,"timestamp":1485123486714,"id":11856,"parentId":3,"tags":{"trigger":"src/components/Eventbanner.jsx"},"startTime":1728051669250,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8501,"timestamp":1485123805886,"id":11904,"parentId":11893,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051669569,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8577,"timestamp":1485123805912,"id":11906,"parentId":11893,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051669569,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8566,"timestamp":1485123805925,"id":11907,"parentId":11893,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051669569,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15847,"timestamp":1485123805668,"id":11894,"parentId":11893,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051669569,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15765,"timestamp":1485123805764,"id":11896,"parentId":11893,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051669569,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18831,"timestamp":1485123805793,"id":11898,"parentId":11893,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051669569,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":24667,"timestamp":1485123805809,"id":11899,"parentId":11893,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051669569,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":27672,"timestamp":1485123805827,"id":11900,"parentId":11893,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051669569,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":31173,"timestamp":1485123805857,"id":11902,"parentId":11893,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051669569,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":31103,"timestamp":1485123805937,"id":11908,"parentId":11893,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051669569,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":34402,"timestamp":1485123805899,"id":11905,"parentId":11893,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051669569,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":35672,"timestamp":1485123805780,"id":11897,"parentId":11893,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051669569,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":9844,"timestamp":1485123831826,"id":11911,"parentId":11910,"tags":{},"startTime":1728051669595,"traceId":"b09007848b46e699"},{"name":"postcss-process","duration":484392,"timestamp":1485123841877,"id":11913,"parentId":11912,"tags":{},"startTime":1728051669605,"traceId":"b09007848b46e699"},{"name":"postcss-loader","duration":494498,"timestamp":1485123841732,"id":11912,"parentId":11910,"tags":{},"startTime":1728051669605,"traceId":"b09007848b46e699"},{"name":"css-loader","duration":74966,"timestamp":1485124336438,"id":11914,"parentId":11910,"tags":{"astUsed":"true"},"startTime":1728051670100,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":591269,"timestamp":1485123831645,"id":11910,"parentId":11909,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728051669595,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":619532,"timestamp":1485123805745,"id":11895,"parentId":11893,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051669569,"traceId":"b09007848b46e699"},{"name":"build-module-css","duration":615717,"timestamp":1485123815935,"id":11909,"parentId":11892,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728051669579,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":626174,"timestamp":1485123805842,"id":11901,"parentId":11893,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051669569,"traceId":"b09007848b46e699"},{"name":"build-module","duration":65,"timestamp":1485124432169,"id":11915,"parentId":11909,"tags":{},"startTime":1728051670196,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":626407,"timestamp":1485123805871,"id":11903,"parentId":11893,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051669569,"traceId":"b09007848b46e699"},{"name":"make","duration":635494,"timestamp":1485123796818,"id":11893,"parentId":11892,"tags":{},"startTime":1728051669560,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4736,"timestamp":1485124785914,"id":11917,"parentId":11916,"tags":{},"startTime":1728051670549,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":13,"timestamp":1485124790717,"id":11919,"parentId":11916,"tags":{},"startTime":1728051670554,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":152,"timestamp":1485124790920,"id":11920,"parentId":11916,"tags":{},"startTime":1728051670554,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1485124791118,"id":11921,"parentId":11916,"tags":{},"startTime":1728051670555,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":20,"timestamp":1485124791158,"id":11922,"parentId":11916,"tags":{},"startTime":1728051670555,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3636,"timestamp":1485124790702,"id":11918,"parentId":11916,"tags":{},"startTime":1728051670554,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":614,"timestamp":1485124797552,"id":11923,"parentId":11916,"tags":{},"startTime":1728051670561,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":8494,"timestamp":1485124798178,"id":11924,"parentId":11916,"tags":{},"startTime":1728051670562,"traceId":"b09007848b46e699"},{"name":"hash","duration":9715,"timestamp":1485124809242,"id":11925,"parentId":11916,"tags":{},"startTime":1728051670573,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":349,"timestamp":1485124818955,"id":11926,"parentId":11916,"tags":{},"startTime":1728051670582,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":223,"timestamp":1485124819291,"id":11927,"parentId":11916,"tags":{},"startTime":1728051670583,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":6136,"timestamp":1485124819524,"id":11928,"parentId":11916,"tags":{},"startTime":1728051670583,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":79,"timestamp":1485124827140,"id":11930,"parentId":11892,"tags":{},"startTime":1728051670591,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":154,"timestamp":1485124827069,"id":11929,"parentId":11892,"tags":{},"startTime":1728051670590,"traceId":"b09007848b46e699"},{"name":"seal","duration":64453,"timestamp":1485124765368,"id":11916,"parentId":11892,"tags":{},"startTime":1728051670529,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1033318,"timestamp":1485123796536,"id":11892,"parentId":11857,"tags":{"name":"client"},"startTime":1728051669560,"traceId":"b09007848b46e699"},{"name":"emit","duration":5697,"timestamp":1485124829890,"id":11931,"parentId":11857,"tags":{},"startTime":1728051670593,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1348895,"timestamp":1485123488143,"id":11857,"parentId":3,"tags":{"trigger":"src/components/Eventbanner.jsx"},"startTime":1728051669252,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":4,"timestamp":1485124841854,"id":11932,"parentId":3,"tags":{},"startTime":1728051670605,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":1375000,"timestamp":1485123490443,"id":11934,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1728051670631,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":116385,"timestamp":1485124845842,"id":11933,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728051670609,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1485124962253,"id":11935,"parentId":11933,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"329334784","memory.heapUsed":"279613592","memory.heapTotal":"328826880"},"startTime":1728051670726,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":14841,"timestamp":1485138361923,"id":11943,"parentId":11940,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051684125,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33618,"timestamp":1485138361614,"id":11941,"parentId":11940,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051684125,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":62419,"timestamp":1485138361902,"id":11942,"parentId":11940,"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":1728051684125,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":66549,"timestamp":1485138361985,"id":11946,"parentId":11940,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051684125,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":66572,"timestamp":1485138361967,"id":11945,"parentId":11940,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051684125,"traceId":"b09007848b46e699"},{"name":"build-module","duration":44619,"timestamp":1485138395436,"id":11947,"parentId":11944,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1728051684159,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":88109,"timestamp":1485138361945,"id":11944,"parentId":11940,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051684125,"traceId":"b09007848b46e699"},{"name":"make","duration":195267,"timestamp":1485138343675,"id":11940,"parentId":11939,"tags":{},"startTime":1728051684107,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4806,"timestamp":1485138557880,"id":11965,"parentId":11964,"tags":{},"startTime":1728051684321,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":16,"timestamp":1485138562742,"id":11967,"parentId":11964,"tags":{},"startTime":1728051684326,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":5224,"timestamp":1485138562818,"id":11968,"parentId":11964,"tags":{},"startTime":1728051684326,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":12,"timestamp":1485138568086,"id":11969,"parentId":11964,"tags":{},"startTime":1728051684331,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":10,"timestamp":1485138568113,"id":11970,"parentId":11964,"tags":{},"startTime":1728051684331,"traceId":"b09007848b46e699"},{"name":"optimize","duration":9627,"timestamp":1485138562722,"id":11966,"parentId":11964,"tags":{},"startTime":1728051684326,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1251,"timestamp":1485138577370,"id":11971,"parentId":11964,"tags":{},"startTime":1728051684341,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":14992,"timestamp":1485138578640,"id":11972,"parentId":11964,"tags":{},"startTime":1728051684342,"traceId":"b09007848b46e699"},{"name":"hash","duration":1449,"timestamp":1485138595803,"id":11973,"parentId":11964,"tags":{},"startTime":1728051684359,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":201,"timestamp":1485138597251,"id":11974,"parentId":11964,"tags":{},"startTime":1728051684360,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":195,"timestamp":1485138597444,"id":11975,"parentId":11964,"tags":{},"startTime":1728051684361,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":1639,"timestamp":1485138597644,"id":11976,"parentId":11964,"tags":{},"startTime":1728051684361,"traceId":"b09007848b46e699"},{"name":"seal","duration":55256,"timestamp":1485138551691,"id":11964,"parentId":11939,"tags":{},"startTime":1728051684315,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":272021,"timestamp":1485138342477,"id":11939,"parentId":11937,"tags":{"name":"server"},"startTime":1728051684106,"traceId":"b09007848b46e699"},{"name":"emit","duration":6492,"timestamp":1485138614600,"id":11977,"parentId":11937,"tags":{},"startTime":1728051684378,"traceId":"b09007848b46e699"},{"name":"compile-path","duration":288539,"timestamp":1485138334243,"id":11938,"tags":{"trigger":"/_not-found","isTurbopack":false},"startTime":1728051684097,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":289526,"timestamp":1485138334040,"id":11937,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728051684097,"traceId":"b09007848b46e699"}] -[{"name":"handle-request","duration":504069,"timestamp":1485138312787,"id":11936,"tags":{"url":"/about.html","isTurbopack":false},"startTime":1728051684076,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":0,"timestamp":1485138816896,"id":11978,"parentId":11936,"tags":{"url":"/about.html","memory.rss":"258752512","memory.heapUsed":"288212624","memory.heapTotal":"333529088"},"startTime":1728051684580,"traceId":"b09007848b46e699"},{"name":"client-success","duration":3,"timestamp":1485139262786,"id":11979,"parentId":3,"tags":{},"startTime":1728051685026,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":100147,"timestamp":1485142167663,"id":11980,"tags":{"url":"/about","isTurbopack":false},"startTime":1728051687931,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":0,"timestamp":1485142267854,"id":11981,"parentId":11980,"tags":{"url":"/about","memory.rss":"260276224","memory.heapUsed":"298636408","memory.heapTotal":"336740352"},"startTime":1728051688031,"traceId":"b09007848b46e699"},{"name":"client-success","duration":4,"timestamp":1485142636078,"id":11982,"parentId":3,"tags":{},"startTime":1728051688399,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":106135,"timestamp":1485149265364,"id":11983,"tags":{"url":"/features.html","isTurbopack":false},"startTime":1728051695028,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1485149371603,"id":11984,"parentId":11983,"tags":{"url":"/features.html","memory.rss":"157614080","memory.heapUsed":"296197504","memory.heapTotal":"338051072"},"startTime":1728051695135,"traceId":"b09007848b46e699"},{"name":"client-success","duration":6,"timestamp":1485149714764,"id":11985,"parentId":3,"tags":{},"startTime":1728051695478,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":25913,"timestamp":1485153116126,"id":11993,"parentId":11990,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051698879,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":48487,"timestamp":1485153115830,"id":11991,"parentId":11990,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051698879,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":81972,"timestamp":1485153116110,"id":11992,"parentId":11990,"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":1728051698879,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":93716,"timestamp":1485153116223,"id":11996,"parentId":11990,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051698879,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":93710,"timestamp":1485153116235,"id":11997,"parentId":11990,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051698879,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":93807,"timestamp":1485153116141,"id":11994,"parentId":11990,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051698879,"traceId":"b09007848b46e699"},{"name":"build-module","duration":61397,"timestamp":1485153164454,"id":11998,"parentId":11995,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1728051698927,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5406,"timestamp":1485153233263,"id":12002,"parentId":12001,"tags":{},"startTime":1728051698996,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5629,"timestamp":1485153233048,"id":12001,"parentId":11999,"tags":{},"startTime":1728051698996,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":8456,"timestamp":1485153232528,"id":11999,"parentId":11998,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/features/page.jsx","layer":"rsc"},"startTime":1728051698995,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":10228,"timestamp":1485153233421,"id":12004,"parentId":12003,"tags":{},"startTime":1728051698996,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":10312,"timestamp":1485153233341,"id":12003,"parentId":12000,"tags":{},"startTime":1728051698996,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":11853,"timestamp":1485153232864,"id":12000,"parentId":11998,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/features/layout.jsx","layer":"rsc"},"startTime":1728051698996,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6309,"timestamp":1485153290446,"id":12017,"parentId":12016,"tags":{},"startTime":1728051699053,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6423,"timestamp":1485153290339,"id":12016,"parentId":12008,"tags":{},"startTime":1728051699053,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":9365,"timestamp":1485153289168,"id":12008,"parentId":11999,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Studio.jsx","layer":"rsc"},"startTime":1728051699052,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9088,"timestamp":1485153290247,"id":12015,"parentId":12014,"tags":{},"startTime":1728051699053,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9173,"timestamp":1485153290167,"id":12014,"parentId":12007,"tags":{},"startTime":1728051699053,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":12376,"timestamp":1485153289023,"id":12007,"parentId":11999,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Build.jsx","layer":"rsc"},"startTime":1728051699052,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":11800,"timestamp":1485153290040,"id":12013,"parentId":12012,"tags":{},"startTime":1728051699053,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":11921,"timestamp":1485153289923,"id":12012,"parentId":12006,"tags":{},"startTime":1728051699053,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":14915,"timestamp":1485153288868,"id":12006,"parentId":11999,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Collaborate.jsx","layer":"rsc"},"startTime":1728051699052,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":14085,"timestamp":1485153289743,"id":12011,"parentId":12010,"tags":{},"startTime":1728051699053,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":14198,"timestamp":1485153289632,"id":12010,"parentId":12005,"tags":{},"startTime":1728051699052,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":16243,"timestamp":1485153288622,"id":12005,"parentId":11999,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Communicate.jsx","layer":"rsc"},"startTime":1728051699051,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":14265,"timestamp":1485153290630,"id":12019,"parentId":12018,"tags":{},"startTime":1728051699053,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":14354,"timestamp":1485153290543,"id":12018,"parentId":12009,"tags":{},"startTime":1728051699053,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":16473,"timestamp":1485153289346,"id":12009,"parentId":11999,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Eventmgmt.jsx","layer":"rsc"},"startTime":1728051699052,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":12365,"timestamp":1485153294200,"id":12025,"parentId":12024,"tags":{},"startTime":1728051699057,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":12506,"timestamp":1485153294062,"id":12024,"parentId":12021,"tags":{},"startTime":1728051699057,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":13508,"timestamp":1485153293666,"id":12021,"parentId":11999,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Featurehero.jsx","layer":"rsc"},"startTime":1728051699057,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":14260,"timestamp":1485153293987,"id":12023,"parentId":12022,"tags":{},"startTime":1728051699057,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":14375,"timestamp":1485153293875,"id":12022,"parentId":12020,"tags":{},"startTime":1728051699057,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":16022,"timestamp":1485153293158,"id":12020,"parentId":11999,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Crm.jsx","layer":"rsc"},"startTime":1728051699056,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":421,"timestamp":1485153319329,"id":12028,"parentId":12026,"tags":{},"startTime":1728051699082,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":929,"timestamp":1485153319382,"id":12029,"parentId":12027,"tags":{},"startTime":1728051699082,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":642,"timestamp":1485153338494,"id":12033,"parentId":12032,"tags":{},"startTime":1728051699101,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":718,"timestamp":1485153338424,"id":12032,"parentId":12027,"tags":{},"startTime":1728051699101,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":21571,"timestamp":1485153317985,"id":12027,"parentId":12006,"tags":{"name":"__barrel_optimize__?names=CloudArrowUpIcon,LockClosedIcon,ServerIcon!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/index.js","layer":"rsc"},"startTime":1728051699081,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2385,"timestamp":1485153337220,"id":12031,"parentId":12030,"tags":{},"startTime":1728051699100,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2523,"timestamp":1485153337083,"id":12030,"parentId":12026,"tags":{},"startTime":1728051699100,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":23047,"timestamp":1485153316902,"id":12026,"parentId":12008,"tags":{"name":"__barrel_optimize__?names=CloudArrowUpIcon,ComputerDesktopIcon,LockClosedIcon,MicrophoneIcon,ServerIcon,UserGroupIcon,VideoCameraIcon!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/index.js","layer":"rsc"},"startTime":1728051699080,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2626,"timestamp":1485153347419,"id":12036,"parentId":12035,"tags":{},"startTime":1728051699110,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2700,"timestamp":1485153347350,"id":12035,"parentId":12034,"tags":{},"startTime":1728051699110,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4406,"timestamp":1485153346711,"id":12034,"parentId":12026,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/ComputerDesktopIcon.js","layer":"rsc"},"startTime":1728051699110,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3124,"timestamp":1485153348052,"id":12041,"parentId":12040,"tags":{},"startTime":1728051699111,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3176,"timestamp":1485153348001,"id":12040,"parentId":12037,"tags":{},"startTime":1728051699111,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":3896,"timestamp":1485153347622,"id":12037,"parentId":12026,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/MicrophoneIcon.js","layer":"rsc"},"startTime":1728051699110,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3376,"timestamp":1485153348165,"id":12043,"parentId":12042,"tags":{},"startTime":1728051699111,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3418,"timestamp":1485153348123,"id":12042,"parentId":12038,"tags":{},"startTime":1728051699111,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4064,"timestamp":1485153347748,"id":12038,"parentId":12026,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/VideoCameraIcon.js","layer":"rsc"},"startTime":1728051699111,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3555,"timestamp":1485153348276,"id":12045,"parentId":12044,"tags":{},"startTime":1728051699111,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3596,"timestamp":1485153348237,"id":12044,"parentId":12039,"tags":{},"startTime":1728051699111,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4291,"timestamp":1485153347864,"id":12039,"parentId":12026,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/UserGroupIcon.js","layer":"rsc"},"startTime":1728051699111,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":242448,"timestamp":1485153116155,"id":11995,"parentId":11990,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051698879,"traceId":"b09007848b46e699"},{"name":"make","duration":358061,"timestamp":1485153078310,"id":11990,"parentId":11989,"tags":{},"startTime":1728051698841,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":5036,"timestamp":1485153446902,"id":12069,"parentId":12068,"tags":{},"startTime":1728051699210,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":3,"timestamp":1485153451965,"id":12071,"parentId":12068,"tags":{},"startTime":1728051699215,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":2447,"timestamp":1485153451981,"id":12072,"parentId":12068,"tags":{},"startTime":1728051699215,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":6,"timestamp":1485153454459,"id":12073,"parentId":12068,"tags":{},"startTime":1728051699217,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":12,"timestamp":1485153454488,"id":12074,"parentId":12068,"tags":{},"startTime":1728051699217,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4314,"timestamp":1485153451955,"id":12070,"parentId":12068,"tags":{},"startTime":1728051699215,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":828,"timestamp":1485153458475,"id":12075,"parentId":12068,"tags":{},"startTime":1728051699221,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":9004,"timestamp":1485153459310,"id":12076,"parentId":12068,"tags":{},"startTime":1728051699222,"traceId":"b09007848b46e699"},{"name":"hash","duration":3237,"timestamp":1485153469543,"id":12077,"parentId":12068,"tags":{},"startTime":1728051699232,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":176,"timestamp":1485153472779,"id":12078,"parentId":12068,"tags":{},"startTime":1728051699236,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":169,"timestamp":1485153472947,"id":12079,"parentId":12068,"tags":{},"startTime":1728051699236,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":7850,"timestamp":1485153473120,"id":12080,"parentId":12068,"tags":{},"startTime":1728051699236,"traceId":"b09007848b46e699"},{"name":"seal","duration":44217,"timestamp":1485153443628,"id":12068,"parentId":11989,"tags":{},"startTime":1728051699206,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":416479,"timestamp":1485153077469,"id":11989,"parentId":11987,"tags":{"name":"server"},"startTime":1728051698840,"traceId":"b09007848b46e699"},{"name":"emit","duration":6172,"timestamp":1485153494029,"id":12081,"parentId":11987,"tags":{},"startTime":1728051699257,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":429855,"timestamp":1485153070713,"id":11987,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728051698834,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5108,"timestamp":1485153509764,"id":12094,"parentId":12083,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051699273,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5148,"timestamp":1485153509789,"id":12096,"parentId":12083,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051699273,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5138,"timestamp":1485153509800,"id":12097,"parentId":12083,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051699273,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5115,"timestamp":1485153509825,"id":12099,"parentId":12083,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051699273,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8191,"timestamp":1485153509577,"id":12084,"parentId":12083,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051699272,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":8116,"timestamp":1485153509662,"id":12086,"parentId":12083,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051699273,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":10825,"timestamp":1485153509688,"id":12088,"parentId":12083,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051699273,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13144,"timestamp":1485153509702,"id":12089,"parentId":12083,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051699273,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":13102,"timestamp":1485153509752,"id":12093,"parentId":12083,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051699273,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16655,"timestamp":1485153509714,"id":12090,"parentId":12083,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051699273,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":21123,"timestamp":1485153509740,"id":12092,"parentId":12083,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051699273,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":21055,"timestamp":1485153509813,"id":12098,"parentId":12083,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051699273,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":21032,"timestamp":1485153509837,"id":12100,"parentId":12083,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051699273,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23890,"timestamp":1485153509777,"id":12095,"parentId":12083,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051699273,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":24912,"timestamp":1485153509676,"id":12087,"parentId":12083,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051699273,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":28023,"timestamp":1485153509646,"id":12085,"parentId":12083,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051699272,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":28114,"timestamp":1485153509728,"id":12091,"parentId":12083,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051699273,"traceId":"b09007848b46e699"},{"name":"make","duration":35120,"timestamp":1485153502763,"id":12083,"parentId":12082,"tags":{},"startTime":1728051699266,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":11208,"timestamp":1485153622938,"id":12102,"parentId":12101,"tags":{},"startTime":1728051699386,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":4,"timestamp":1485153634178,"id":12104,"parentId":12101,"tags":{},"startTime":1728051699397,"traceId":"b09007848b46e699"}] -[{"name":"optimize-chunks","duration":75,"timestamp":1485153634838,"id":12105,"parentId":12101,"tags":{},"startTime":1728051699398,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":5,"timestamp":1485153634939,"id":12106,"parentId":12101,"tags":{},"startTime":1728051699398,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1485153634958,"id":12107,"parentId":12101,"tags":{},"startTime":1728051699398,"traceId":"b09007848b46e699"},{"name":"optimize","duration":4343,"timestamp":1485153634167,"id":12103,"parentId":12101,"tags":{},"startTime":1728051699397,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1108,"timestamp":1485153643359,"id":12108,"parentId":12101,"tags":{},"startTime":1728051699406,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":34166,"timestamp":1485153644491,"id":12109,"parentId":12101,"tags":{},"startTime":1728051699407,"traceId":"b09007848b46e699"},{"name":"hash","duration":6072,"timestamp":1485153682322,"id":12110,"parentId":12101,"tags":{},"startTime":1728051699445,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":320,"timestamp":1485153688393,"id":12111,"parentId":12101,"tags":{},"startTime":1728051699451,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":223,"timestamp":1485153688683,"id":12112,"parentId":12101,"tags":{},"startTime":1728051699452,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":16913,"timestamp":1485153688910,"id":12113,"parentId":12101,"tags":{},"startTime":1728051699452,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":88,"timestamp":1485153707703,"id":12115,"parentId":12082,"tags":{},"startTime":1728051699471,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":173,"timestamp":1485153707623,"id":12114,"parentId":12082,"tags":{},"startTime":1728051699470,"traceId":"b09007848b46e699"},{"name":"seal","duration":92758,"timestamp":1485153618646,"id":12101,"parentId":12082,"tags":{},"startTime":1728051699381,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":208946,"timestamp":1485153502498,"id":12082,"parentId":12067,"tags":{"name":"client"},"startTime":1728051699265,"traceId":"b09007848b46e699"},{"name":"emit","duration":7878,"timestamp":1485153711491,"id":12116,"parentId":12067,"tags":{},"startTime":1728051699474,"traceId":"b09007848b46e699"},{"name":"compile-path","duration":649430,"timestamp":1485153070812,"id":11988,"tags":{"trigger":"/features","isTurbopack":false},"startTime":1728051698834,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":357853,"timestamp":1485153363101,"id":12067,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728051699126,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":5,"timestamp":1485153730783,"id":12117,"parentId":3,"tags":{},"startTime":1728051699494,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":383000,"timestamp":1485153362810,"id":12118,"parentId":3,"tags":{"updatedModules":[],"page":"/features.html","isPageHidden":false},"startTime":1728051699585,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":1248616,"timestamp":1485153058655,"id":11986,"tags":{"url":"/features","isTurbopack":false},"startTime":1728051698822,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":5,"timestamp":1485154307717,"id":12119,"parentId":11986,"tags":{"url":"/features","memory.rss":"310476800","memory.heapUsed":"294706848","memory.heapTotal":"340393984"},"startTime":1728051700071,"traceId":"b09007848b46e699"},{"name":"client-success","duration":14,"timestamp":1485154660566,"id":12120,"parentId":3,"tags":{},"startTime":1728051700423,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":81236,"timestamp":1485158078297,"id":12121,"tags":{"url":"/usecases.html","isTurbopack":false},"startTime":1728051703841,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1485158159611,"id":12122,"parentId":12121,"tags":{"url":"/usecases.html","memory.rss":"169574400","memory.heapUsed":"296930360","memory.heapTotal":"342163456"},"startTime":1728051703922,"traceId":"b09007848b46e699"},{"name":"client-success","duration":3,"timestamp":1485158497485,"id":12123,"parentId":3,"tags":{},"startTime":1728051704260,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":40635,"timestamp":1485159901927,"id":12135,"parentId":12128,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051705665,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":63016,"timestamp":1485159901834,"id":12131,"parentId":12128,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051705665,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":65297,"timestamp":1485159901634,"id":12129,"parentId":12128,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051705664,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":65128,"timestamp":1485159901810,"id":12130,"parentId":12128,"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":1728051705665,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":76428,"timestamp":1485159901876,"id":12133,"parentId":12128,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051705665,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":76365,"timestamp":1485159901946,"id":12136,"parentId":12128,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051705665,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":76465,"timestamp":1485159901854,"id":12132,"parentId":12128,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051705665,"traceId":"b09007848b46e699"},{"name":"build-module","duration":57170,"timestamp":1485159938535,"id":12137,"parentId":12134,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1728051705701,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3025,"timestamp":1485160002004,"id":12141,"parentId":12140,"tags":{},"startTime":1728051705765,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3258,"timestamp":1485160001777,"id":12140,"parentId":12138,"tags":{},"startTime":1728051705764,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":4527,"timestamp":1485160001187,"id":12138,"parentId":12137,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/usecases/page.jsx","layer":"rsc"},"startTime":1728051705764,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4925,"timestamp":1485160002164,"id":12143,"parentId":12142,"tags":{},"startTime":1728051705765,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5005,"timestamp":1485160002086,"id":12142,"parentId":12139,"tags":{},"startTime":1728051705765,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":5805,"timestamp":1485160001581,"id":12139,"parentId":12137,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/usecases/layout.jsx","layer":"rsc"},"startTime":1728051705764,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2400,"timestamp":1485160035887,"id":12152,"parentId":12151,"tags":{},"startTime":1728051705799,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2480,"timestamp":1485160035814,"id":12151,"parentId":12146,"tags":{},"startTime":1728051705799,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":3823,"timestamp":1485160035288,"id":12146,"parentId":12138,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Usecases.jsx","layer":"rsc"},"startTime":1728051705798,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3633,"timestamp":1485160035741,"id":12150,"parentId":12149,"tags":{},"startTime":1728051705798,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3712,"timestamp":1485160035664,"id":12149,"parentId":12145,"tags":{},"startTime":1728051705798,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":5287,"timestamp":1485160035136,"id":12145,"parentId":12138,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/FAQ.jsx","layer":"rsc"},"startTime":1728051705798,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4908,"timestamp":1485160035574,"id":12148,"parentId":12147,"tags":{},"startTime":1728051705798,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5012,"timestamp":1485160035472,"id":12147,"parentId":12144,"tags":{},"startTime":1728051705798,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":6521,"timestamp":1485160034886,"id":12144,"parentId":12138,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Casestudies.jsx","layer":"rsc"},"startTime":1728051705798,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":1709,"timestamp":1485160046071,"id":12154,"parentId":12153,"tags":{},"startTime":1728051705809,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":312,"timestamp":1485160048401,"id":12156,"parentId":12155,"tags":{},"startTime":1728051705811,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":1512,"timestamp":1485160055362,"id":12158,"parentId":12157,"tags":{},"startTime":1728051705818,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":1615,"timestamp":1485160055265,"id":12157,"parentId":12153,"tags":{},"startTime":1728051705818,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":11363,"timestamp":1485160045859,"id":12153,"parentId":12145,"tags":{"name":"__barrel_optimize__?names=MinusSmallIcon,PlusSmallIcon!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/index.js","layer":"rsc"},"startTime":1728051705809,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2551,"timestamp":1485160066144,"id":12162,"parentId":12161,"tags":{},"startTime":1728051705829,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2628,"timestamp":1485160066073,"id":12161,"parentId":12159,"tags":{},"startTime":1728051705829,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":3888,"timestamp":1485160065729,"id":12159,"parentId":12153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/MinusSmallIcon.js","layer":"rsc"},"startTime":1728051705828,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3511,"timestamp":1485160066266,"id":12164,"parentId":12163,"tags":{},"startTime":1728051705829,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3559,"timestamp":1485160066219,"id":12163,"parentId":12160,"tags":{},"startTime":1728051705829,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4163,"timestamp":1485160065931,"id":12160,"parentId":12153,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/PlusSmallIcon.js","layer":"rsc"},"startTime":1728051705829,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":740,"timestamp":1485160082166,"id":12166,"parentId":12165,"tags":{},"startTime":1728051705845,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":848,"timestamp":1485160082064,"id":12165,"parentId":12155,"tags":{},"startTime":1728051705845,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":34970,"timestamp":1485160048253,"id":12155,"parentId":12145,"tags":{"name":"__barrel_optimize__?names=Disclosure,DisclosureButton,DisclosurePanel!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/headlessui.esm.js","layer":"rsc"},"startTime":1728051705811,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3637,"timestamp":1485160087852,"id":12169,"parentId":12168,"tags":{},"startTime":1728051705851,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3710,"timestamp":1485160087784,"id":12168,"parentId":12167,"tags":{},"startTime":1728051705850,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5711,"timestamp":1485160087573,"id":12167,"parentId":12155,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/components/disclosure/disclosure.js","layer":"rsc"},"startTime":1728051705850,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":193919,"timestamp":1485159901907,"id":12134,"parentId":12128,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051705665,"traceId":"b09007848b46e699"},{"name":"build-module","duration":2916,"timestamp":1485160180948,"id":12197,"parentId":12127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&server=true!","layer":"ssr"},"startTime":1728051705944,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6075,"timestamp":1485160191408,"id":12200,"parentId":12199,"tags":{},"startTime":1728051705954,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6184,"timestamp":1485160191304,"id":12199,"parentId":12198,"tags":{},"startTime":1728051705954,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":17138,"timestamp":1485160190286,"id":12198,"parentId":12197,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/components/disclosure/disclosure.js","layer":"ssr"},"startTime":1728051705953,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":1594,"timestamp":1485160225613,"id":12208,"parentId":12207,"tags":{},"startTime":1728051705988,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":1647,"timestamp":1485160225566,"id":12207,"parentId":12202,"tags":{},"startTime":1728051705988,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":2750,"timestamp":1485160225041,"id":12202,"parentId":12198,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/start-transition.js","layer":"ssr"},"startTime":1728051705988,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2330,"timestamp":1485160225840,"id":12212,"parentId":12211,"tags":{},"startTime":1728051705989,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2371,"timestamp":1485160225800,"id":12211,"parentId":12204,"tags":{},"startTime":1728051705989,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":3372,"timestamp":1485160225258,"id":12204,"parentId":12198,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/internal/close-provider.js","layer":"ssr"},"startTime":1728051705988,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3178,"timestamp":1485160225490,"id":12206,"parentId":12205,"tags":{},"startTime":1728051705988,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3252,"timestamp":1485160225418,"id":12205,"parentId":12201,"tags":{},"startTime":1728051705988,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4692,"timestamp":1485160224863,"id":12201,"parentId":12198,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/bugs.js","layer":"ssr"},"startTime":1728051705988,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3857,"timestamp":1485160225727,"id":12210,"parentId":12209,"tags":{},"startTime":1728051705988,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3898,"timestamp":1485160225687,"id":12209,"parentId":12203,"tags":{},"startTime":1728051705988,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5192,"timestamp":1485160225157,"id":12203,"parentId":12198,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/internal/open-closed.js","layer":"ssr"},"startTime":1728051705988,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6276,"timestamp":1485160226681,"id":12215,"parentId":12214,"tags":{},"startTime":1728051705989,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6325,"timestamp":1485160226636,"id":12214,"parentId":12213,"tags":{},"startTime":1728051705989,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":10335,"timestamp":1485160226472,"id":12213,"parentId":12198,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-transition.js","layer":"ssr"},"startTime":1728051705989,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":1913,"timestamp":1485160248465,"id":12221,"parentId":12220,"tags":{},"startTime":1728051706011,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":1962,"timestamp":1485160248422,"id":12220,"parentId":12217,"tags":{},"startTime":1728051706011,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":3059,"timestamp":1485160248144,"id":12217,"parentId":12213,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/once.js","layer":"ssr"},"startTime":1728051706011,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2902,"timestamp":1485160248346,"id":12219,"parentId":12218,"tags":{},"startTime":1728051706011,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2975,"timestamp":1485160248275,"id":12218,"parentId":12216,"tags":{},"startTime":1728051706011,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4089,"timestamp":1485160247958,"id":12216,"parentId":12213,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-flags.js","layer":"ssr"},"startTime":1728051706011,"traceId":"b09007848b46e699"},{"name":"make","duration":367167,"timestamp":1485159891538,"id":12128,"parentId":12127,"tags":{},"startTime":1728051705654,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":4656,"timestamp":1485160273853,"id":12223,"parentId":12222,"tags":{},"startTime":1728051706037,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":91,"timestamp":1485160278536,"id":12225,"parentId":12222,"tags":{},"startTime":1728051706041,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":5935,"timestamp":1485160278643,"id":12226,"parentId":12222,"tags":{},"startTime":1728051706041,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":10,"timestamp":1485160284612,"id":12227,"parentId":12222,"tags":{},"startTime":1728051706047,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1485160284644,"id":12228,"parentId":12222,"tags":{},"startTime":1728051706047,"traceId":"b09007848b46e699"},{"name":"optimize","duration":9129,"timestamp":1485160278527,"id":12224,"parentId":12222,"tags":{},"startTime":1728051706041,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1199,"timestamp":1485160290100,"id":12229,"parentId":12222,"tags":{},"startTime":1728051706053,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":13223,"timestamp":1485160291314,"id":12230,"parentId":12222,"tags":{},"startTime":1728051706054,"traceId":"b09007848b46e699"},{"name":"hash","duration":1333,"timestamp":1485160306119,"id":12231,"parentId":12222,"tags":{},"startTime":1728051706069,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":159,"timestamp":1485160307452,"id":12232,"parentId":12222,"tags":{},"startTime":1728051706070,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":159,"timestamp":1485160307604,"id":12233,"parentId":12222,"tags":{},"startTime":1728051706070,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":21294,"timestamp":1485160307767,"id":12234,"parentId":12222,"tags":{},"startTime":1728051706070,"traceId":"b09007848b46e699"},{"name":"seal","duration":71593,"timestamp":1485160268961,"id":12222,"parentId":12127,"tags":{},"startTime":1728051706032,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":458074,"timestamp":1485159890284,"id":12127,"parentId":12125,"tags":{"name":"server"},"startTime":1728051705653,"traceId":"b09007848b46e699"},{"name":"emit","duration":8506,"timestamp":1485160348449,"id":12235,"parentId":12125,"tags":{},"startTime":1728051706111,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":471902,"timestamp":1485159885564,"id":12125,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728051705648,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5174,"timestamp":1485160366750,"id":12248,"parentId":12237,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051706129,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5209,"timestamp":1485160366774,"id":12250,"parentId":12237,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051706129,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5198,"timestamp":1485160366787,"id":12251,"parentId":12237,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051706129,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":5174,"timestamp":1485160366811,"id":12253,"parentId":12237,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051706130,"traceId":"b09007848b46e699"},{"name":"build-module","duration":1332,"timestamp":1485160372206,"id":12257,"parentId":12255,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1728051706135,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":11238,"timestamp":1485160366570,"id":12238,"parentId":12237,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051706129,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":11166,"timestamp":1485160366652,"id":12240,"parentId":12237,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051706129,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":15481,"timestamp":1485160366677,"id":12242,"parentId":12237,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051706129,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22814,"timestamp":1485160366690,"id":12243,"parentId":12237,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051706129,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22783,"timestamp":1485160366737,"id":12247,"parentId":12237,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051706129,"traceId":"b09007848b46e699"}] -[{"name":"add-entry","duration":29618,"timestamp":1485160366702,"id":12244,"parentId":12237,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051706129,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33930,"timestamp":1485160366726,"id":12246,"parentId":12237,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051706129,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33865,"timestamp":1485160366798,"id":12252,"parentId":12237,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051706130,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33842,"timestamp":1485160366823,"id":12254,"parentId":12237,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051706130,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":33819,"timestamp":1485160366847,"id":12256,"parentId":12237,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051706130,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":35514,"timestamp":1485160366762,"id":12249,"parentId":12237,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051706129,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":36072,"timestamp":1485160366665,"id":12241,"parentId":12237,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051706129,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37300,"timestamp":1485160366713,"id":12245,"parentId":12237,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051706129,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":37595,"timestamp":1485160366638,"id":12239,"parentId":12237,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051706129,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9363,"timestamp":1485160398426,"id":12260,"parentId":12259,"tags":{},"startTime":1728051706161,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9489,"timestamp":1485160398308,"id":12259,"parentId":12258,"tags":{},"startTime":1728051706161,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":15596,"timestamp":1485160397386,"id":12258,"parentId":12257,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/components/disclosure/disclosure.js","layer":"app-pages-browser"},"startTime":1728051706160,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":1687,"timestamp":1485160427743,"id":12273,"parentId":12272,"tags":{},"startTime":1728051706190,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":1733,"timestamp":1485160427704,"id":12272,"parentId":12264,"tags":{},"startTime":1728051706190,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":3254,"timestamp":1485160427067,"id":12264,"parentId":12258,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/bugs.js","layer":"app-pages-browser"},"startTime":1728051706190,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2894,"timestamp":1485160427518,"id":12269,"parentId":12268,"tags":{},"startTime":1728051706190,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2939,"timestamp":1485160427475,"id":12268,"parentId":12262,"tags":{},"startTime":1728051706190,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":3966,"timestamp":1485160426849,"id":12262,"parentId":12258,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/internal/close-provider.js","layer":"app-pages-browser"},"startTime":1728051706190,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3353,"timestamp":1485160427633,"id":12271,"parentId":12270,"tags":{},"startTime":1728051706190,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3395,"timestamp":1485160427593,"id":12270,"parentId":12263,"tags":{},"startTime":1728051706190,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4928,"timestamp":1485160426963,"id":12263,"parentId":12258,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/internal/open-closed.js","layer":"app-pages-browser"},"startTime":1728051706190,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4058,"timestamp":1485160427856,"id":12275,"parentId":12274,"tags":{},"startTime":1728051706191,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4098,"timestamp":1485160427817,"id":12274,"parentId":12265,"tags":{},"startTime":1728051706191,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4998,"timestamp":1485160427170,"id":12265,"parentId":12258,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/start-transition.js","layer":"app-pages-browser"},"startTime":1728051706190,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4804,"timestamp":1485160427400,"id":12267,"parentId":12266,"tags":{},"startTime":1728051706190,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4883,"timestamp":1485160427324,"id":12266,"parentId":12261,"tags":{},"startTime":1728051706190,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9176,"timestamp":1485160426658,"id":12261,"parentId":12258,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-transition.js","layer":"app-pages-browser"},"startTime":1728051706189,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9477,"timestamp":1485160443968,"id":12279,"parentId":12278,"tags":{},"startTime":1728051706207,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9782,"timestamp":1485160443671,"id":12278,"parentId":12276,"tags":{},"startTime":1728051706206,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":11431,"timestamp":1485160443175,"id":12276,"parentId":12261,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/once.js","layer":"app-pages-browser"},"startTime":1728051706206,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":10203,"timestamp":1485160444497,"id":12281,"parentId":12280,"tags":{},"startTime":1728051706207,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":10292,"timestamp":1485160444411,"id":12280,"parentId":12277,"tags":{},"startTime":1728051706207,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":12208,"timestamp":1485160443476,"id":12277,"parentId":12261,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-flags.js","layer":"app-pages-browser"},"startTime":1728051706206,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":323001,"timestamp":1485160366835,"id":12255,"parentId":12237,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&server=false!"},"startTime":1728051706130,"traceId":"b09007848b46e699"},{"name":"make","duration":330761,"timestamp":1485160359125,"id":12237,"parentId":12236,"tags":{},"startTime":1728051706122,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":3932,"timestamp":1485160708127,"id":12283,"parentId":12282,"tags":{},"startTime":1728051706471,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":16,"timestamp":1485160712102,"id":12285,"parentId":12282,"tags":{},"startTime":1728051706475,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":113,"timestamp":1485160712138,"id":12286,"parentId":12282,"tags":{},"startTime":1728051706475,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":11,"timestamp":1485160712285,"id":12287,"parentId":12282,"tags":{},"startTime":1728051706475,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1485160712331,"id":12288,"parentId":12282,"tags":{},"startTime":1728051706475,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3272,"timestamp":1485160712086,"id":12284,"parentId":12282,"tags":{},"startTime":1728051706475,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":13478,"timestamp":1485160717664,"id":12289,"parentId":12282,"tags":{},"startTime":1728051706480,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":13421,"timestamp":1485160731175,"id":12290,"parentId":12282,"tags":{},"startTime":1728051706494,"traceId":"b09007848b46e699"},{"name":"hash","duration":7151,"timestamp":1485160746755,"id":12291,"parentId":12282,"tags":{},"startTime":1728051706509,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":302,"timestamp":1485160753904,"id":12292,"parentId":12282,"tags":{},"startTime":1728051706517,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":195,"timestamp":1485160754195,"id":12293,"parentId":12282,"tags":{},"startTime":1728051706517,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":20121,"timestamp":1485160754394,"id":12294,"parentId":12282,"tags":{},"startTime":1728051706517,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":125,"timestamp":1485160776182,"id":12296,"parentId":12236,"tags":{},"startTime":1728051706539,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":283,"timestamp":1485160776038,"id":12295,"parentId":12236,"tags":{},"startTime":1728051706539,"traceId":"b09007848b46e699"},{"name":"seal","duration":76069,"timestamp":1485160703743,"id":12282,"parentId":12236,"tags":{},"startTime":1728051706466,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":420981,"timestamp":1485160358879,"id":12236,"parentId":12196,"tags":{"name":"client"},"startTime":1728051706122,"traceId":"b09007848b46e699"},{"name":"emit","duration":12692,"timestamp":1485160779910,"id":12297,"parentId":12196,"tags":{},"startTime":1728051706543,"traceId":"b09007848b46e699"},{"name":"compile-path","duration":907684,"timestamp":1485159885631,"id":12126,"tags":{"trigger":"/usecases","isTurbopack":false},"startTime":1728051705648,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":692625,"timestamp":1485160101153,"id":12196,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728051705864,"traceId":"b09007848b46e699"}] -[{"name":"client-success","duration":14,"timestamp":1485160802241,"id":12298,"parentId":3,"tags":{},"startTime":1728051706565,"traceId":"b09007848b46e699"},{"name":"client-hmr-latency","duration":813000,"timestamp":1485160101761,"id":12299,"parentId":3,"tags":{"updatedModules":[],"page":"/usecases.html","isPageHidden":false},"startTime":1728051706683,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":1134302,"timestamp":1485159875397,"id":12124,"tags":{"url":"/usecases","isTurbopack":false},"startTime":1728051705638,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":0,"timestamp":1485161009752,"id":12300,"parentId":12124,"tags":{"url":"/usecases","memory.rss":"485900288","memory.heapUsed":"332995608","memory.heapTotal":"374095872"},"startTime":1728051706772,"traceId":"b09007848b46e699"},{"name":"client-success","duration":5,"timestamp":1485161604903,"id":12301,"parentId":3,"tags":{},"startTime":1728051707368,"traceId":"b09007848b46e699"},{"name":"handle-request","duration":91108,"timestamp":1485165160029,"id":12302,"tags":{"url":"/community.html","isTurbopack":false},"startTime":1728051710923,"traceId":"b09007848b46e699"},{"name":"memory-usage","duration":1,"timestamp":1485165251197,"id":12303,"parentId":12302,"tags":{"url":"/community.html","memory.rss":"274333696","memory.heapUsed":"310742408","memory.heapTotal":"366215168"},"startTime":1728051711014,"traceId":"b09007848b46e699"},{"name":"client-success","duration":6,"timestamp":1485165666339,"id":12304,"parentId":3,"tags":{},"startTime":1728051711429,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":58669,"timestamp":1485169965380,"id":12312,"parentId":12309,"tags":{"request":"next/dist/pages/_document"},"startTime":1728051715728,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":61609,"timestamp":1485169965017,"id":12310,"parentId":12309,"tags":{"request":"next/dist/pages/_app"},"startTime":1728051715728,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":162372,"timestamp":1485169965346,"id":12311,"parentId":12309,"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":1728051715728,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":175947,"timestamp":1485169965399,"id":12313,"parentId":12309,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051715728,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":177815,"timestamp":1485169965447,"id":12314,"parentId":12309,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051715728,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":177812,"timestamp":1485169965462,"id":12315,"parentId":12309,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051715728,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":177633,"timestamp":1485169965644,"id":12316,"parentId":12309,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051715728,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":177573,"timestamp":1485169965707,"id":12318,"parentId":12309,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051715728,"traceId":"b09007848b46e699"},{"name":"build-module","duration":93545,"timestamp":1485170070717,"id":12319,"parentId":12317,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1728051715833,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3482,"timestamp":1485170170333,"id":12325,"parentId":12324,"tags":{},"startTime":1728051715933,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3570,"timestamp":1485170170253,"id":12324,"parentId":12321,"tags":{},"startTime":1728051715933,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":4770,"timestamp":1485170169822,"id":12321,"parentId":12319,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/community/layout.jsx","layer":"rsc"},"startTime":1728051715932,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5203,"timestamp":1485170170175,"id":12323,"parentId":12322,"tags":{},"startTime":1728051715933,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5380,"timestamp":1485170170002,"id":12322,"parentId":12320,"tags":{},"startTime":1728051715933,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":6377,"timestamp":1485170169563,"id":12320,"parentId":12319,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/community/page.jsx","layer":"rsc"},"startTime":1728051715932,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2344,"timestamp":1485170223795,"id":12331,"parentId":12330,"tags":{},"startTime":1728051715986,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2437,"timestamp":1485170223716,"id":12330,"parentId":12327,"tags":{},"startTime":1728051715986,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":4458,"timestamp":1485170223263,"id":12327,"parentId":12320,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Commevents.jsx","layer":"rsc"},"startTime":1728051715986,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5104,"timestamp":1485170223594,"id":12329,"parentId":12328,"tags":{},"startTime":1728051715986,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5214,"timestamp":1485170223487,"id":12328,"parentId":12326,"tags":{},"startTime":1728051715986,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":7115,"timestamp":1485170222988,"id":12326,"parentId":12320,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Communhero.jsx","layer":"rsc"},"startTime":1728051715985,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5144,"timestamp":1485170225006,"id":12335,"parentId":12334,"tags":{},"startTime":1728051715988,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5253,"timestamp":1485170224899,"id":12334,"parentId":12332,"tags":{},"startTime":1728051715987,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":9035,"timestamp":1485170224199,"id":12332,"parentId":12320,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Socials.jsx","layer":"rsc"},"startTime":1728051715987,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8356,"timestamp":1485170225161,"id":12337,"parentId":12336,"tags":{},"startTime":1728051715988,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8437,"timestamp":1485170225082,"id":12336,"parentId":12333,"tags":{},"startTime":1728051715988,"traceId":"b09007848b46e699"},{"name":"build-module-jsx","duration":12337,"timestamp":1485170224582,"id":12333,"parentId":12320,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Blogposts.jsx","layer":"rsc"},"startTime":1728051715987,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":1095,"timestamp":1485170242099,"id":12339,"parentId":12338,"tags":{},"startTime":1728051716005,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":1723,"timestamp":1485170242303,"id":12341,"parentId":12340,"tags":{},"startTime":1728051716005,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2259,"timestamp":1485170243590,"id":12343,"parentId":12342,"tags":{},"startTime":1728051716006,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2367,"timestamp":1485170243489,"id":12342,"parentId":12338,"tags":{},"startTime":1728051716006,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4514,"timestamp":1485170241888,"id":12338,"parentId":12326,"tags":{"name":"__barrel_optimize__?names=LifebuoyIcon,NewspaperIcon,PhoneIcon!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/index.js","layer":"rsc"},"startTime":1728051716004,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2253,"timestamp":1485170244212,"id":12345,"parentId":12344,"tags":{},"startTime":1728051716007,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2318,"timestamp":1485170244148,"id":12344,"parentId":12340,"tags":{},"startTime":1728051716007,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4474,"timestamp":1485170242213,"id":12340,"parentId":12332,"tags":{"name":"__barrel_optimize__?names=Popover,PopoverButton,PopoverPanel!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/headlessui.esm.js","layer":"rsc"},"startTime":1728051716005,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":5666,"timestamp":1485170249705,"id":12349,"parentId":12347,"tags":{},"startTime":1728051716012,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3412,"timestamp":1485170253572,"id":12355,"parentId":12354,"tags":{},"startTime":1728051716016,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3467,"timestamp":1485170253523,"id":12354,"parentId":12351,"tags":{},"startTime":1728051716016,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5027,"timestamp":1485170252845,"id":12351,"parentId":12338,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/PhoneIcon.js","layer":"rsc"},"startTime":1728051716015,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4486,"timestamp":1485170253446,"id":12353,"parentId":12352,"tags":{},"startTime":1728051716016,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4577,"timestamp":1485170253358,"id":12352,"parentId":12350,"tags":{},"startTime":1728051716016,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5656,"timestamp":1485170252651,"id":12350,"parentId":12338,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/NewspaperIcon.js","layer":"rsc"},"startTime":1728051716015,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3606,"timestamp":1485170254723,"id":12358,"parentId":12357,"tags":{},"startTime":1728051716017,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3685,"timestamp":1485170254646,"id":12357,"parentId":12356,"tags":{},"startTime":1728051716017,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4182,"timestamp":1485170254456,"id":12356,"parentId":12338,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/LifebuoyIcon.js","layer":"rsc"},"startTime":1728051716017,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":9312,"timestamp":1485170249667,"id":12348,"parentId":12346,"tags":{},"startTime":1728051716012,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":10619,"timestamp":1485170263452,"id":12361,"parentId":12360,"tags":{},"startTime":1728051716026,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":10703,"timestamp":1485170263375,"id":12360,"parentId":12359,"tags":{},"startTime":1728051716026,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":12390,"timestamp":1485170263067,"id":12359,"parentId":12340,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/components/popover/popover.js","layer":"rsc"},"startTime":1728051716026,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":836,"timestamp":1485170310425,"id":12363,"parentId":12362,"tags":{},"startTime":1728051716073,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":1017,"timestamp":1485170310251,"id":12362,"parentId":12347,"tags":{},"startTime":1728051716073,"traceId":"b09007848b46e699"},{"name":"build-module-mjs","duration":62109,"timestamp":1485170249456,"id":12347,"parentId":12332,"tags":{"name":"__barrel_optimize__?names=FaFacebookF,FaInstagram,FaLinkedin,FaTelegramPlane,FaTwitter,FaYoutube!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-icons/fa/index.mjs","layer":"rsc"},"startTime":1728051716012,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":952,"timestamp":1485170332235,"id":12368,"parentId":12367,"tags":{},"startTime":1728051716095,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":1207,"timestamp":1485170331987,"id":12367,"parentId":12346,"tags":{},"startTime":1728051716094,"traceId":"b09007848b46e699"},{"name":"build-module-mjs","duration":84286,"timestamp":1485170249252,"id":12346,"parentId":12332,"tags":{"name":"__barrel_optimize__?names=FaSquareXTwitter!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-icons/fa6/index.mjs","layer":"rsc"},"startTime":1728051716012,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":163297,"timestamp":1485170314427,"id":12366,"parentId":12365,"tags":{},"startTime":1728051716077,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":163387,"timestamp":1485170314345,"id":12365,"parentId":12364,"tags":{},"startTime":1728051716077,"traceId":"b09007848b46e699"},{"name":"build-module-mjs","duration":288392,"timestamp":1485170314113,"id":12364,"parentId":12347,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-icons/fa/index.mjs","layer":"rsc"},"startTime":1728051716077,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":276913,"timestamp":1485170337344,"id":12371,"parentId":12370,"tags":{},"startTime":1728051716100,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":277027,"timestamp":1485170337252,"id":12370,"parentId":12369,"tags":{},"startTime":1728051716100,"traceId":"b09007848b46e699"},{"name":"build-module-mjs","duration":457192,"timestamp":1485170336958,"id":12369,"parentId":12346,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-icons/fa6/index.mjs","layer":"rsc"},"startTime":1728051716099,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":1267,"timestamp":1485170804284,"id":12374,"parentId":12373,"tags":{},"startTime":1728051716567,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":1508,"timestamp":1485170804049,"id":12373,"parentId":12372,"tags":{},"startTime":1728051716567,"traceId":"b09007848b46e699"},{"name":"build-module-mjs","duration":2256,"timestamp":1485170803755,"id":12372,"parentId":12364,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-icons/lib/index.mjs","layer":"rsc"},"startTime":1728051716566,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2453,"timestamp":1485170810379,"id":12377,"parentId":12376,"tags":{},"startTime":1728051716573,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2577,"timestamp":1485170810262,"id":12376,"parentId":12375,"tags":{},"startTime":1728051716573,"traceId":"b09007848b46e699"},{"name":"build-module-mjs","duration":3885,"timestamp":1485170809899,"id":12375,"parentId":12372,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-icons/lib/iconsManifest.mjs","layer":"rsc"},"startTime":1728051716572,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2235,"timestamp":1485170811659,"id":12383,"parentId":12382,"tags":{},"startTime":1728051716574,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2317,"timestamp":1485170811578,"id":12382,"parentId":12379,"tags":{},"startTime":1728051716574,"traceId":"b09007848b46e699"},{"name":"build-module-mjs","duration":3127,"timestamp":1485170811125,"id":12379,"parentId":12372,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-icons/lib/iconContext.mjs","layer":"rsc"},"startTime":1728051716574,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9152,"timestamp":1485170811479,"id":12381,"parentId":12380,"tags":{},"startTime":1728051716574,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9261,"timestamp":1485170811375,"id":12380,"parentId":12378,"tags":{},"startTime":1728051716574,"traceId":"b09007848b46e699"},{"name":"build-module-mjs","duration":12091,"timestamp":1485170810699,"id":12378,"parentId":12372,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-icons/lib/iconBase.mjs","layer":"rsc"},"startTime":1728051716573,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":861683,"timestamp":1485169965661,"id":12317,"parentId":12309,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728051715728,"traceId":"b09007848b46e699"},{"name":"build-module","duration":1038,"timestamp":1485170949123,"id":12416,"parentId":12308,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=true!","layer":"ssr"},"startTime":1728051716712,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":11477,"timestamp":1485170955772,"id":12419,"parentId":12418,"tags":{},"startTime":1728051716718,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":11621,"timestamp":1485170955635,"id":12418,"parentId":12417,"tags":{},"startTime":1728051716718,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":22963,"timestamp":1485170955222,"id":12417,"parentId":12416,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/components/popover/popover.js","layer":"ssr"},"startTime":1728051716718,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3198,"timestamp":1485171022529,"id":12434,"parentId":12433,"tags":{},"startTime":1728051716785,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3256,"timestamp":1485171022478,"id":12433,"parentId":12422,"tags":{},"startTime":1728051716785,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5377,"timestamp":1485171021028,"id":12422,"parentId":12417,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-event-listener.js","layer":"ssr"},"startTime":1728051716784,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3813,"timestamp":1485171022673,"id":12436,"parentId":12435,"tags":{},"startTime":1728051716785,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3867,"timestamp":1485171022623,"id":12435,"parentId":12423,"tags":{},"startTime":1728051716785,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5722,"timestamp":1485171021194,"id":12423,"parentId":12417,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-owner.js","layer":"ssr"},"startTime":1728051716784,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8212,"timestamp":1485171022384,"id":12432,"parentId":12431,"tags":{},"startTime":1728051716785,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8276,"timestamp":1485171022326,"id":12431,"parentId":12421,"tags":{},"startTime":1728051716785,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":10696,"timestamp":1485171020881,"id":12421,"parentId":12417,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-on-disappear.js","layer":"ssr"},"startTime":1728051716783,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9426,"timestamp":1485171022230,"id":12430,"parentId":12429,"tags":{},"startTime":1728051716785,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9517,"timestamp":1485171022141,"id":12429,"parentId":12420,"tags":{},"startTime":1728051716785,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":11709,"timestamp":1485171020653,"id":12420,"parentId":12417,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-element-size.js","layer":"ssr"},"startTime":1728051716783,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":9217,"timestamp":1485171023177,"id":12440,"parentId":12439,"tags":{},"startTime":1728051716786,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9403,"timestamp":1485171022993,"id":12439,"parentId":12425,"tags":{},"startTime":1728051716785,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":11337,"timestamp":1485171021451,"id":12425,"parentId":12417,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-tab-direction.js","layer":"ssr"},"startTime":1728051716784,"traceId":"b09007848b46e699"}] -[{"name":"next-swc-transform","duration":9702,"timestamp":1485171023513,"id":12444,"parentId":12443,"tags":{},"startTime":1728051716786,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9760,"timestamp":1485171023458,"id":12443,"parentId":12427,"tags":{},"startTime":1728051716786,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":11863,"timestamp":1485171021725,"id":12427,"parentId":12417,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-scroll-lock.js","layer":"ssr"},"startTime":1728051716784,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":10470,"timestamp":1485171023361,"id":12442,"parentId":12441,"tags":{},"startTime":1728051716786,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":10534,"timestamp":1485171023300,"id":12441,"parentId":12426,"tags":{},"startTime":1728051716786,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":13237,"timestamp":1485171021600,"id":12426,"parentId":12417,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-root-containers.js","layer":"ssr"},"startTime":1728051716784,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":13219,"timestamp":1485171022818,"id":12438,"parentId":12437,"tags":{},"startTime":1728051716785,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":13273,"timestamp":1485171022768,"id":12437,"parentId":12424,"tags":{},"startTime":1728051716785,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":17652,"timestamp":1485171021325,"id":12424,"parentId":12417,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-outside-click.js","layer":"ssr"},"startTime":1728051716784,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":13664,"timestamp":1485171025384,"id":12449,"parentId":12448,"tags":{},"startTime":1728051716788,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":13729,"timestamp":1485171025321,"id":12448,"parentId":12447,"tags":{},"startTime":1728051716788,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":16472,"timestamp":1485171025102,"id":12447,"parentId":12417,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/components/portal/portal.js","layer":"ssr"},"startTime":1728051716788,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":37403,"timestamp":1485171023659,"id":12446,"parentId":12445,"tags":{},"startTime":1728051716786,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":37462,"timestamp":1485171023609,"id":12445,"parentId":12428,"tags":{},"startTime":1728051716786,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":45620,"timestamp":1485171021849,"id":12428,"parentId":12417,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/internal/floating.js","layer":"ssr"},"startTime":1728051716784,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3953,"timestamp":1485171092809,"id":12464,"parentId":12463,"tags":{},"startTime":1728051716855,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4025,"timestamp":1485171092750,"id":12463,"parentId":12453,"tags":{},"startTime":1728051716855,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":6288,"timestamp":1485171091272,"id":12453,"parentId":12424,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/platform.js","layer":"ssr"},"startTime":1728051716854,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5309,"timestamp":1485171092283,"id":12458,"parentId":12457,"tags":{},"startTime":1728051716855,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5429,"timestamp":1485171092166,"id":12457,"parentId":12450,"tags":{},"startTime":1728051716855,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":7355,"timestamp":1485171090674,"id":12450,"parentId":12425,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-window-event.js","layer":"ssr"},"startTime":1728051716853,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5588,"timestamp":1485171092467,"id":12460,"parentId":12459,"tags":{},"startTime":1728051716855,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5658,"timestamp":1485171092400,"id":12459,"parentId":12451,"tags":{},"startTime":1728051716855,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":7431,"timestamp":1485171090954,"id":12451,"parentId":12424,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-document-event.js","layer":"ssr"},"startTime":1728051716853,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5773,"timestamp":1485171092641,"id":12462,"parentId":12461,"tags":{},"startTime":1728051716855,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5838,"timestamp":1485171092578,"id":12461,"parentId":12452,"tags":{},"startTime":1728051716855,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8070,"timestamp":1485171091118,"id":12452,"parentId":12427,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-is-top-layer.js","layer":"ssr"},"startTime":1728051716854,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6474,"timestamp":1485171092978,"id":12466,"parentId":12465,"tags":{},"startTime":1728051716855,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6536,"timestamp":1485171092919,"id":12465,"parentId":12454,"tags":{},"startTime":1728051716855,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8384,"timestamp":1485171091445,"id":12454,"parentId":12447,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-on-unmount.js","layer":"ssr"},"startTime":1728051716854,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6546,"timestamp":1485171093316,"id":12470,"parentId":12469,"tags":{},"startTime":1728051716856,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6609,"timestamp":1485171093255,"id":12469,"parentId":12456,"tags":{},"startTime":1728051716856,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8346,"timestamp":1485171091804,"id":12456,"parentId":12447,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/internal/portal-force-root.js","layer":"ssr"},"startTime":1728051716854,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7027,"timestamp":1485171093146,"id":12468,"parentId":12467,"tags":{},"startTime":1728051716856,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7087,"timestamp":1485171093088,"id":12467,"parentId":12455,"tags":{},"startTime":1728051716856,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9401,"timestamp":1485171091593,"id":12455,"parentId":12447,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js","layer":"ssr"},"startTime":1728051716854,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4543,"timestamp":1485171104979,"id":12473,"parentId":12472,"tags":{},"startTime":1728051716867,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4635,"timestamp":1485171104891,"id":12472,"parentId":12471,"tags":{},"startTime":1728051716867,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":7202,"timestamp":1485171102957,"id":12471,"parentId":12427,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/document-overflow/use-document-overflow.js","layer":"ssr"},"startTime":1728051716865,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5506,"timestamp":1485171117041,"id":12478,"parentId":12477,"tags":{},"startTime":1728051716880,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5609,"timestamp":1485171116947,"id":12477,"parentId":12474,"tags":{},"startTime":1728051716879,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":6915,"timestamp":1485171116353,"id":12474,"parentId":12452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-store.js","layer":"ssr"},"startTime":1728051716879,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6143,"timestamp":1485171117203,"id":12480,"parentId":12479,"tags":{},"startTime":1728051716880,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6203,"timestamp":1485171117145,"id":12479,"parentId":12475,"tags":{},"startTime":1728051716880,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":7344,"timestamp":1485171116581,"id":12475,"parentId":12452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/store.js","layer":"ssr"},"startTime":1728051716879,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8801,"timestamp":1485171117358,"id":12482,"parentId":12481,"tags":{},"startTime":1728051716880,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8858,"timestamp":1485171117305,"id":12481,"parentId":12476,"tags":{},"startTime":1728051716880,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":10268,"timestamp":1485171116723,"id":12476,"parentId":12452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/default-map.js","layer":"ssr"},"startTime":1728051716879,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5735,"timestamp":1485171121339,"id":12485,"parentId":12484,"tags":{},"startTime":1728051716884,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6216,"timestamp":1485171120861,"id":12484,"parentId":12483,"tags":{},"startTime":1728051716883,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8314,"timestamp":1485171120433,"id":12483,"parentId":12471,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/document-overflow/overflow-store.js","layer":"ssr"},"startTime":1728051716883,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2838,"timestamp":1485171142892,"id":12490,"parentId":12489,"tags":{},"startTime":1728051716905,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2957,"timestamp":1485171142780,"id":12489,"parentId":12486,"tags":{},"startTime":1728051716905,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4113,"timestamp":1485171142117,"id":12486,"parentId":12483,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/document-overflow/prevent-scroll.js","layer":"ssr"},"startTime":1728051716905,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3012,"timestamp":1485171143250,"id":12494,"parentId":12493,"tags":{},"startTime":1728051716906,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3076,"timestamp":1485171143188,"id":12493,"parentId":12488,"tags":{},"startTime":1728051716906,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4395,"timestamp":1485171142571,"id":12488,"parentId":12483,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/document-overflow/adjust-scrollbar-padding.js","layer":"ssr"},"startTime":1728051716905,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4204,"timestamp":1485171143076,"id":12492,"parentId":12491,"tags":{},"startTime":1728051716906,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4275,"timestamp":1485171143008,"id":12491,"parentId":12487,"tags":{},"startTime":1728051716905,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":7036,"timestamp":1485171142400,"id":12487,"parentId":12483,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/document-overflow/handle-ios-locking.js","layer":"ssr"},"startTime":1728051716905,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":825,"timestamp":1485171156730,"id":12496,"parentId":12495,"tags":{},"startTime":1728051716919,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6829,"timestamp":1485171157651,"id":12497,"parentId":12495,"tags":{},"startTime":1728051716920,"traceId":"b09007848b46e699"},{"name":"build-module-mjs","duration":77807,"timestamp":1485171156498,"id":12495,"parentId":12428,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@floating-ui/react/dist/floating-ui.react.mjs","layer":"ssr"},"startTime":1728051716919,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":4887,"timestamp":1485171243982,"id":12499,"parentId":12498,"tags":{},"startTime":1728051717006,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":408,"timestamp":1485171248896,"id":12500,"parentId":12498,"tags":{},"startTime":1728051717011,"traceId":"b09007848b46e699"},{"name":"build-module-mjs","duration":9028,"timestamp":1485171243697,"id":12498,"parentId":12495,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@floating-ui/react/dist/floating-ui.react.utils.mjs","layer":"ssr"},"startTime":1728051717006,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":5036,"timestamp":1485171261050,"id":12502,"parentId":12501,"tags":{},"startTime":1728051717024,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":446,"timestamp":1485171266109,"id":12503,"parentId":12501,"tags":{},"startTime":1728051717029,"traceId":"b09007848b46e699"},{"name":"build-module-mjs","duration":8360,"timestamp":1485171260796,"id":12501,"parentId":12495,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","layer":"ssr"},"startTime":1728051717023,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":1180,"timestamp":1485171270047,"id":12505,"parentId":12504,"tags":{},"startTime":1728051717033,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":303,"timestamp":1485171271242,"id":12508,"parentId":12504,"tags":{},"startTime":1728051717034,"traceId":"b09007848b46e699"},{"name":"build-module-mjs","duration":5274,"timestamp":1485171269790,"id":12504,"parentId":12495,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","layer":"ssr"},"startTime":1728051717032,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":5666,"timestamp":1485171271011,"id":12507,"parentId":12506,"tags":{},"startTime":1728051717033,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":765,"timestamp":1485171276701,"id":12509,"parentId":12506,"tags":{},"startTime":1728051717039,"traceId":"b09007848b46e699"},{"name":"build-module-mjs","duration":11541,"timestamp":1485171270829,"id":12506,"parentId":12495,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","layer":"ssr"},"startTime":1728051717033,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":6155,"timestamp":1485171287963,"id":12511,"parentId":12510,"tags":{},"startTime":1728051717050,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":1170,"timestamp":1485171294145,"id":12512,"parentId":12510,"tags":{},"startTime":1728051717057,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":12566,"timestamp":1485171287072,"id":12510,"parentId":12495,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/tabbable/dist/index.esm.js","layer":"ssr"},"startTime":1728051717050,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":642,"timestamp":1485171306401,"id":12514,"parentId":12513,"tags":{},"startTime":1728051717069,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":1121,"timestamp":1485171307062,"id":12515,"parentId":12513,"tags":{},"startTime":1728051717070,"traceId":"b09007848b46e699"},{"name":"build-module-mjs","duration":8811,"timestamp":1485171306077,"id":12513,"parentId":12506,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","layer":"ssr"},"startTime":1728051717069,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":498,"timestamp":1485171327124,"id":12517,"parentId":12516,"tags":{},"startTime":1728051717090,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":1509,"timestamp":1485171327640,"id":12518,"parentId":12516,"tags":{},"startTime":1728051717090,"traceId":"b09007848b46e699"},{"name":"build-module-mjs","duration":15198,"timestamp":1485171326875,"id":12516,"parentId":12513,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","layer":"ssr"},"startTime":1728051717089,"traceId":"b09007848b46e699"},{"name":"make","duration":1403759,"timestamp":1485169947371,"id":12309,"parentId":12308,"tags":{},"startTime":1728051715710,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":10400,"timestamp":1485171401275,"id":12520,"parentId":12519,"tags":{},"startTime":1728051717164,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":39,"timestamp":1485171411763,"id":12522,"parentId":12519,"tags":{},"startTime":1728051717174,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":8106,"timestamp":1485171411835,"id":12523,"parentId":12519,"tags":{},"startTime":1728051717174,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":20,"timestamp":1485171419995,"id":12524,"parentId":12519,"tags":{},"startTime":1728051717182,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1485171420037,"id":12525,"parentId":12519,"tags":{},"startTime":1728051717183,"traceId":"b09007848b46e699"},{"name":"optimize","duration":12524,"timestamp":1485171411705,"id":12521,"parentId":12519,"tags":{},"startTime":1728051717174,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":4374,"timestamp":1485171432040,"id":12526,"parentId":12519,"tags":{},"startTime":1728051717195,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":104906,"timestamp":1485171436490,"id":12527,"parentId":12519,"tags":{},"startTime":1728051717199,"traceId":"b09007848b46e699"},{"name":"hash","duration":1587,"timestamp":1485171543696,"id":12528,"parentId":12519,"tags":{},"startTime":1728051717306,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":220,"timestamp":1485171545283,"id":12529,"parentId":12519,"tags":{},"startTime":1728051717308,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":210,"timestamp":1485171545491,"id":12530,"parentId":12519,"tags":{},"startTime":1728051717308,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":200071,"timestamp":1485171545707,"id":12531,"parentId":12519,"tags":{},"startTime":1728051717308,"traceId":"b09007848b46e699"},{"name":"seal","duration":369313,"timestamp":1485171394328,"id":12519,"parentId":12308,"tags":{},"startTime":1728051717157,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":1826806,"timestamp":1485169946767,"id":12308,"parentId":12306,"tags":{"name":"server"},"startTime":1728051715709,"traceId":"b09007848b46e699"},{"name":"emit","duration":26028,"timestamp":1485171773661,"id":12532,"parentId":12306,"tags":{},"startTime":1728051717536,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-server","duration":1858574,"timestamp":1485169941635,"id":12306,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728051715704,"traceId":"b09007848b46e699"}] -[{"name":"add-entry","duration":4692,"timestamp":1485171812775,"id":12545,"parentId":12534,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051717575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4725,"timestamp":1485171812801,"id":12547,"parentId":12534,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051717575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4712,"timestamp":1485171812815,"id":12548,"parentId":12534,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051717575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":4688,"timestamp":1485171812839,"id":12550,"parentId":12534,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728051717575,"traceId":"b09007848b46e699"},{"name":"build-module","duration":935,"timestamp":1485171817720,"id":12556,"parentId":12554,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1728051717580,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9267,"timestamp":1485171812577,"id":12535,"parentId":12534,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051717575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":9184,"timestamp":1485171812667,"id":12537,"parentId":12534,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728051717575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":12284,"timestamp":1485171812699,"id":12539,"parentId":12534,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728051717575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16685,"timestamp":1485171812713,"id":12540,"parentId":12534,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728051717575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":16646,"timestamp":1485171812762,"id":12544,"parentId":12534,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051717575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":18302,"timestamp":1485171812725,"id":12541,"parentId":12534,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728051717575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":21004,"timestamp":1485171812750,"id":12543,"parentId":12534,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051717575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":20931,"timestamp":1485171812827,"id":12549,"parentId":12534,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051717575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":20911,"timestamp":1485171812851,"id":12551,"parentId":12534,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051717575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":20886,"timestamp":1485171812877,"id":12553,"parentId":12534,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051717575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":20858,"timestamp":1485171812906,"id":12555,"parentId":12534,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728051717575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":22687,"timestamp":1485171812788,"id":12546,"parentId":12534,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728051717575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23214,"timestamp":1485171812686,"id":12538,"parentId":12534,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728051717575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":23169,"timestamp":1485171812738,"id":12542,"parentId":12534,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728051717575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":24301,"timestamp":1485171812652,"id":12536,"parentId":12534,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728051717575,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":24141,"timestamp":1485171812864,"id":12552,"parentId":12534,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&server=false!"},"startTime":1728051717575,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":12095,"timestamp":1485171832352,"id":12559,"parentId":12558,"tags":{},"startTime":1728051717595,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":12214,"timestamp":1485171832239,"id":12558,"parentId":12557,"tags":{},"startTime":1728051717595,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":19198,"timestamp":1485171831868,"id":12557,"parentId":12556,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/components/popover/popover.js","layer":"app-pages-browser"},"startTime":1728051717594,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3348,"timestamp":1485171872627,"id":12573,"parentId":12572,"tags":{},"startTime":1728051717635,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3402,"timestamp":1485171872580,"id":12572,"parentId":12561,"tags":{},"startTime":1728051717635,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5313,"timestamp":1485171871406,"id":12561,"parentId":12557,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-event-listener.js","layer":"app-pages-browser"},"startTime":1728051717634,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4014,"timestamp":1485171872741,"id":12575,"parentId":12574,"tags":{},"startTime":1728051717635,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4056,"timestamp":1485171872701,"id":12574,"parentId":12562,"tags":{},"startTime":1728051717635,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":6064,"timestamp":1485171871522,"id":12562,"parentId":12557,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-on-disappear.js","layer":"app-pages-browser"},"startTime":1728051717634,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5165,"timestamp":1485171872503,"id":12571,"parentId":12570,"tags":{},"startTime":1728051717635,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5255,"timestamp":1485171872418,"id":12570,"parentId":12560,"tags":{},"startTime":1728051717635,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":7074,"timestamp":1485171871160,"id":12560,"parentId":12557,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-element-size.js","layer":"app-pages-browser"},"startTime":1728051717634,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6546,"timestamp":1485171872969,"id":12579,"parentId":12578,"tags":{},"startTime":1728051717635,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6589,"timestamp":1485171872929,"id":12578,"parentId":12564,"tags":{},"startTime":1728051717635,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8084,"timestamp":1485171871723,"id":12564,"parentId":12557,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-owner.js","layer":"app-pages-browser"},"startTime":1728051717634,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6988,"timestamp":1485171872854,"id":12577,"parentId":12576,"tags":{},"startTime":1728051717635,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7031,"timestamp":1485171872814,"id":12576,"parentId":12563,"tags":{},"startTime":1728051717635,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9231,"timestamp":1485171871624,"id":12563,"parentId":12557,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-outside-click.js","layer":"app-pages-browser"},"startTime":1728051717634,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7615,"timestamp":1485171873275,"id":12583,"parentId":12582,"tags":{},"startTime":1728051717636,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7665,"timestamp":1485171873228,"id":12582,"parentId":12566,"tags":{},"startTime":1728051717636,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9332,"timestamp":1485171871920,"id":12566,"parentId":12557,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-scroll-lock.js","layer":"app-pages-browser"},"startTime":1728051717634,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":7889,"timestamp":1485171873388,"id":12585,"parentId":12584,"tags":{},"startTime":1728051717636,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":7931,"timestamp":1485171873348,"id":12584,"parentId":12567,"tags":{},"startTime":1728051717636,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":9534,"timestamp":1485171872018,"id":12567,"parentId":12557,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-tab-direction.js","layer":"app-pages-browser"},"startTime":1728051717634,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8624,"timestamp":1485171873130,"id":12581,"parentId":12580,"tags":{},"startTime":1728051717636,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8714,"timestamp":1485171873043,"id":12580,"parentId":12565,"tags":{},"startTime":1728051717636,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":10575,"timestamp":1485171871819,"id":12565,"parentId":12557,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-root-containers.js","layer":"app-pages-browser"},"startTime":1728051717634,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":8824,"timestamp":1485171873614,"id":12589,"parentId":12588,"tags":{},"startTime":1728051717636,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":8865,"timestamp":1485171873576,"id":12588,"parentId":12569,"tags":{},"startTime":1728051717636,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":12765,"timestamp":1485171872211,"id":12569,"parentId":12557,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/components/portal/portal.js","layer":"app-pages-browser"},"startTime":1728051717635,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":23618,"timestamp":1485171873503,"id":12587,"parentId":12586,"tags":{},"startTime":1728051717636,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":23665,"timestamp":1485171873463,"id":12586,"parentId":12568,"tags":{},"startTime":1728051717636,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":30870,"timestamp":1485171872116,"id":12568,"parentId":12557,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/internal/floating.js","layer":"app-pages-browser"},"startTime":1728051717635,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2286,"timestamp":1485171907972,"id":12601,"parentId":12600,"tags":{},"startTime":1728051717670,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2337,"timestamp":1485171907927,"id":12600,"parentId":12591,"tags":{},"startTime":1728051717670,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":3837,"timestamp":1485171906906,"id":12591,"parentId":12563,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-document-event.js","layer":"app-pages-browser"},"startTime":1728051717669,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2919,"timestamp":1485171907851,"id":12599,"parentId":12598,"tags":{},"startTime":1728051717670,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3008,"timestamp":1485171907763,"id":12598,"parentId":12590,"tags":{},"startTime":1728051717670,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4342,"timestamp":1485171906680,"id":12590,"parentId":12563,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/platform.js","layer":"app-pages-browser"},"startTime":1728051717669,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":2839,"timestamp":1485171908200,"id":12605,"parentId":12604,"tags":{},"startTime":1728051717671,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":2879,"timestamp":1485171908161,"id":12604,"parentId":12593,"tags":{},"startTime":1728051717671,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4122,"timestamp":1485171907118,"id":12593,"parentId":12563,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-window-event.js","layer":"app-pages-browser"},"startTime":1728051717670,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4048,"timestamp":1485171908087,"id":12603,"parentId":12602,"tags":{},"startTime":1728051717671,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4091,"timestamp":1485171908047,"id":12602,"parentId":12592,"tags":{},"startTime":1728051717671,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5576,"timestamp":1485171907018,"id":12592,"parentId":12563,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-is-top-layer.js","layer":"app-pages-browser"},"startTime":1728051717669,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":3944,"timestamp":1485171908669,"id":12611,"parentId":12610,"tags":{},"startTime":1728051717671,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":3983,"timestamp":1485171908631,"id":12610,"parentId":12596,"tags":{},"startTime":1728051717671,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5393,"timestamp":1485171907415,"id":12596,"parentId":12569,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/internal/portal-force-root.js","layer":"app-pages-browser"},"startTime":1728051717670,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4721,"timestamp":1485171908311,"id":12607,"parentId":12606,"tags":{},"startTime":1728051717671,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4764,"timestamp":1485171908273,"id":12606,"parentId":12594,"tags":{},"startTime":1728051717671,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":6273,"timestamp":1485171907215,"id":12594,"parentId":12569,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-on-unmount.js","layer":"app-pages-browser"},"startTime":1728051717670,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4696,"timestamp":1485171908816,"id":12613,"parentId":12612,"tags":{},"startTime":1728051717671,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4770,"timestamp":1485171908744,"id":12612,"parentId":12597,"tags":{},"startTime":1728051717671,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":6302,"timestamp":1485171907511,"id":12597,"parentId":12566,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/document-overflow/use-document-overflow.js","layer":"app-pages-browser"},"startTime":1728051717670,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5277,"timestamp":1485171908556,"id":12609,"parentId":12608,"tags":{},"startTime":1728051717671,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5321,"timestamp":1485171908514,"id":12608,"parentId":12595,"tags":{},"startTime":1728051717671,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":6837,"timestamp":1485171907318,"id":12595,"parentId":12569,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js","layer":"app-pages-browser"},"startTime":1728051717670,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":249,"timestamp":1485171916190,"id":12615,"parentId":12614,"tags":{},"startTime":1728051717679,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":9665,"timestamp":1485171916447,"id":12616,"parentId":12614,"tags":{},"startTime":1728051717679,"traceId":"b09007848b46e699"},{"name":"build-module-mjs","duration":46657,"timestamp":1485171915951,"id":12614,"parentId":12568,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@floating-ui/react/dist/floating-ui.react.mjs","layer":"app-pages-browser"},"startTime":1728051717678,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":31,"timestamp":1485171973043,"id":12630,"parentId":12629,"tags":{},"startTime":1728051717736,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":348,"timestamp":1485171973090,"id":12631,"parentId":12629,"tags":{},"startTime":1728051717736,"traceId":"b09007848b46e699"},{"name":"build-module-mjs","duration":1883,"timestamp":1485171972757,"id":12629,"parentId":12614,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@floating-ui/react/dist/floating-ui.react.utils.mjs","layer":"app-pages-browser"},"startTime":1728051717735,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4017,"timestamp":1485171971457,"id":12626,"parentId":12625,"tags":{},"startTime":1728051717734,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4064,"timestamp":1485171971418,"id":12625,"parentId":12619,"tags":{},"startTime":1728051717734,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":4909,"timestamp":1485171970771,"id":12619,"parentId":12592,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-store.js","layer":"app-pages-browser"},"startTime":1728051717733,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":4709,"timestamp":1485171971345,"id":12624,"parentId":12623,"tags":{},"startTime":1728051717734,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":4756,"timestamp":1485171971300,"id":12623,"parentId":12618,"tags":{},"startTime":1728051717734,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":5713,"timestamp":1485171970656,"id":12618,"parentId":12592,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/store.js","layer":"app-pages-browser"},"startTime":1728051717733,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5162,"timestamp":1485171971224,"id":12622,"parentId":12621,"tags":{},"startTime":1728051717734,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5248,"timestamp":1485171971140,"id":12621,"parentId":12617,"tags":{},"startTime":1728051717734,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":6235,"timestamp":1485171970453,"id":12617,"parentId":12592,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/default-map.js","layer":"app-pages-browser"},"startTime":1728051717733,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5143,"timestamp":1485171971572,"id":12628,"parentId":12627,"tags":{},"startTime":1728051717734,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5186,"timestamp":1485171971531,"id":12627,"parentId":12620,"tags":{},"startTime":1728051717734,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":6305,"timestamp":1485171970876,"id":12620,"parentId":12597,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/document-overflow/overflow-store.js","layer":"app-pages-browser"},"startTime":1728051717733,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":140,"timestamp":1485171981806,"id":12636,"parentId":12632,"tags":{},"startTime":1728051717744,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":411,"timestamp":1485171981827,"id":12637,"parentId":12633,"tags":{},"startTime":1728051717744,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":581,"timestamp":1485171981860,"id":12638,"parentId":12634,"tags":{},"startTime":1728051717744,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":918,"timestamp":1485171981875,"id":12639,"parentId":12635,"tags":{},"startTime":1728051717744,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":1603,"timestamp":1485171981957,"id":12640,"parentId":12632,"tags":{},"startTime":1728051717744,"traceId":"b09007848b46e699"}] -[{"name":"next-swc-loader","duration":1586,"timestamp":1485171982243,"id":12641,"parentId":12633,"tags":{},"startTime":1728051717745,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":1386,"timestamp":1485171982443,"id":12642,"parentId":12634,"tags":{},"startTime":1728051717745,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":1033,"timestamp":1485171982797,"id":12643,"parentId":12635,"tags":{},"startTime":1728051717745,"traceId":"b09007848b46e699"},{"name":"build-module-mjs","duration":4016,"timestamp":1485171980768,"id":12632,"parentId":12614,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","layer":"app-pages-browser"},"startTime":1728051717743,"traceId":"b09007848b46e699"},{"name":"build-module-mjs","duration":4953,"timestamp":1485171980973,"id":12633,"parentId":12614,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","layer":"app-pages-browser"},"startTime":1728051717743,"traceId":"b09007848b46e699"},{"name":"build-module-mjs","duration":6468,"timestamp":1485171981080,"id":12634,"parentId":12614,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","layer":"app-pages-browser"},"startTime":1728051717744,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":8450,"timestamp":1485171981177,"id":12635,"parentId":12614,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/tabbable/dist/index.esm.js","layer":"app-pages-browser"},"startTime":1728051717744,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":5281,"timestamp":1485171992285,"id":12652,"parentId":12651,"tags":{},"startTime":1728051717755,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":5333,"timestamp":1485171992242,"id":12651,"parentId":12646,"tags":{},"startTime":1728051717755,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":6657,"timestamp":1485171991302,"id":12646,"parentId":12620,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/document-overflow/prevent-scroll.js","layer":"app-pages-browser"},"startTime":1728051717754,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6025,"timestamp":1485171991979,"id":12648,"parentId":12647,"tags":{},"startTime":1728051717754,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6177,"timestamp":1485171991828,"id":12647,"parentId":12644,"tags":{},"startTime":1728051717754,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":7294,"timestamp":1485171990985,"id":12644,"parentId":12620,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/document-overflow/adjust-scrollbar-padding.js","layer":"app-pages-browser"},"startTime":1728051717753,"traceId":"b09007848b46e699"},{"name":"next-swc-transform","duration":6144,"timestamp":1485171992165,"id":12650,"parentId":12649,"tags":{},"startTime":1728051717755,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":6196,"timestamp":1485171992114,"id":12649,"parentId":12645,"tags":{},"startTime":1728051717755,"traceId":"b09007848b46e699"},{"name":"build-module-js","duration":7679,"timestamp":1485171991192,"id":12645,"parentId":12620,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/document-overflow/handle-ios-locking.js","layer":"app-pages-browser"},"startTime":1728051717754,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":18,"timestamp":1485172000763,"id":12654,"parentId":12653,"tags":{},"startTime":1728051717763,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":728,"timestamp":1485172000787,"id":12655,"parentId":12653,"tags":{},"startTime":1728051717763,"traceId":"b09007848b46e699"},{"name":"build-module-mjs","duration":4176,"timestamp":1485172000593,"id":12653,"parentId":12634,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","layer":"app-pages-browser"},"startTime":1728051717763,"traceId":"b09007848b46e699"},{"name":"read-resource","duration":23,"timestamp":1485172014512,"id":12657,"parentId":12656,"tags":{},"startTime":1728051717777,"traceId":"b09007848b46e699"},{"name":"next-swc-loader","duration":1060,"timestamp":1485172014547,"id":12658,"parentId":12656,"tags":{},"startTime":1728051717777,"traceId":"b09007848b46e699"},{"name":"build-module-mjs","duration":6165,"timestamp":1485172014202,"id":12656,"parentId":12653,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","layer":"app-pages-browser"},"startTime":1728051717777,"traceId":"b09007848b46e699"},{"name":"add-entry","duration":216278,"timestamp":1485171812893,"id":12554,"parentId":12534,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1728051717575,"traceId":"b09007848b46e699"},{"name":"make","duration":226932,"timestamp":1485171802298,"id":12534,"parentId":12533,"tags":{},"startTime":1728051717565,"traceId":"b09007848b46e699"},{"name":"chunk-graph","duration":2395,"timestamp":1485172042891,"id":12660,"parentId":12659,"tags":{},"startTime":1728051717805,"traceId":"b09007848b46e699"},{"name":"optimize-modules","duration":3,"timestamp":1485172045307,"id":12662,"parentId":12659,"tags":{},"startTime":1728051717808,"traceId":"b09007848b46e699"},{"name":"optimize-chunks","duration":64,"timestamp":1485172045324,"id":12663,"parentId":12659,"tags":{},"startTime":1728051717808,"traceId":"b09007848b46e699"},{"name":"optimize-tree","duration":4,"timestamp":1485172045407,"id":12664,"parentId":12659,"tags":{},"startTime":1728051717808,"traceId":"b09007848b46e699"},{"name":"optimize-chunk-modules","duration":2,"timestamp":1485172045424,"id":12665,"parentId":12659,"tags":{},"startTime":1728051717808,"traceId":"b09007848b46e699"},{"name":"optimize","duration":3076,"timestamp":1485172045299,"id":12661,"parentId":12659,"tags":{},"startTime":1728051717808,"traceId":"b09007848b46e699"},{"name":"module-hash","duration":1032,"timestamp":1485172050739,"id":12666,"parentId":12659,"tags":{},"startTime":1728051717813,"traceId":"b09007848b46e699"},{"name":"code-generation","duration":16228,"timestamp":1485172051791,"id":12667,"parentId":12659,"tags":{},"startTime":1728051717814,"traceId":"b09007848b46e699"},{"name":"hash","duration":7494,"timestamp":1485172070136,"id":12668,"parentId":12659,"tags":{},"startTime":1728051717833,"traceId":"b09007848b46e699"},{"name":"code-generation-jobs","duration":297,"timestamp":1485172077629,"id":12669,"parentId":12659,"tags":{},"startTime":1728051717840,"traceId":"b09007848b46e699"},{"name":"module-assets","duration":190,"timestamp":1485172077915,"id":12670,"parentId":12659,"tags":{},"startTime":1728051717840,"traceId":"b09007848b46e699"},{"name":"create-chunk-assets","duration":24103,"timestamp":1485172078109,"id":12671,"parentId":12659,"tags":{},"startTime":1728051717841,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-generateClientManifest","duration":82,"timestamp":1485172105568,"id":12673,"parentId":12533,"tags":{},"startTime":1728051717868,"traceId":"b09007848b46e699"},{"name":"NextJsBuildManifest-createassets","duration":189,"timestamp":1485172105488,"id":12672,"parentId":12533,"tags":{},"startTime":1728051717868,"traceId":"b09007848b46e699"},{"name":"seal","duration":70592,"timestamp":1485172038463,"id":12659,"parentId":12533,"tags":{},"startTime":1728051717801,"traceId":"b09007848b46e699"},{"name":"webpack-compilation","duration":307072,"timestamp":1485171802016,"id":12533,"parentId":12415,"tags":{"name":"client"},"startTime":1728051717564,"traceId":"b09007848b46e699"},{"name":"emit","duration":10817,"timestamp":1485172109131,"id":12674,"parentId":12415,"tags":{},"startTime":1728051717872,"traceId":"b09007848b46e699"},{"name":"compile-path","duration":2178915,"timestamp":1485169941720,"id":12307,"tags":{"trigger":"/community","isTurbopack":false},"startTime":1728051715704,"traceId":"b09007848b46e699"},{"name":"webpack-invalidated-client","duration":1283800,"timestamp":1485170837308,"id":12415,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728051716600,"traceId":"b09007848b46e699"}] +[{"name":"hot-reloader","duration":42,"timestamp":1735478803239,"id":3,"tags":{"version":"14.2.11","isTurbopack":false},"startTime":1728302018139,"traceId":"480ec8b9e15b14de"},{"name":"start","duration":1,"timestamp":1735478803918,"id":4,"parentId":3,"tags":{},"startTime":1728302018140,"traceId":"480ec8b9e15b14de"},{"name":"get-version-info","duration":640419,"timestamp":1735478804027,"id":5,"parentId":4,"tags":{},"startTime":1728302018140,"traceId":"480ec8b9e15b14de"},{"name":"clean","duration":85474,"timestamp":1735479444532,"id":6,"parentId":4,"tags":{},"startTime":1728302018781,"traceId":"480ec8b9e15b14de"},{"name":"create-pages-mapping","duration":150,"timestamp":1735479531316,"id":8,"parentId":7,"tags":{},"startTime":1728302018867,"traceId":"480ec8b9e15b14de"},{"name":"create-entrypoints","duration":81245,"timestamp":1735479531488,"id":9,"parentId":7,"tags":{},"startTime":1728302018867,"traceId":"480ec8b9e15b14de"},{"name":"generate-webpack-config","duration":125497,"timestamp":1735479612784,"id":10,"parentId":7,"tags":{},"startTime":1728302018949,"traceId":"480ec8b9e15b14de"},{"name":"get-webpack-config","duration":207060,"timestamp":1735479531238,"id":7,"parentId":4,"tags":{},"startTime":1728302018867,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":1104,"timestamp":1735479814995,"id":12,"parentId":11,"tags":{},"startTime":1728302019151,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":567,"timestamp":1735479818673,"id":14,"parentId":13,"tags":{},"startTime":1728302019155,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":17,"timestamp":1735479819339,"id":16,"parentId":13,"tags":{},"startTime":1728302019155,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":166,"timestamp":1735479819518,"id":17,"parentId":13,"tags":{},"startTime":1728302019155,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":90,"timestamp":1735479819728,"id":18,"parentId":13,"tags":{},"startTime":1728302019156,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":102,"timestamp":1735479819976,"id":19,"parentId":13,"tags":{},"startTime":1728302019156,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":882,"timestamp":1735479819303,"id":15,"parentId":13,"tags":{},"startTime":1728302019155,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":73,"timestamp":1735479820830,"id":20,"parentId":13,"tags":{},"startTime":1728302019157,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":175,"timestamp":1735479820921,"id":21,"parentId":13,"tags":{},"startTime":1728302019157,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":471,"timestamp":1735479821293,"id":22,"parentId":13,"tags":{},"startTime":1728302019157,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":105,"timestamp":1735479821763,"id":23,"parentId":13,"tags":{},"startTime":1728302019158,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":59,"timestamp":1735479821848,"id":24,"parentId":13,"tags":{},"startTime":1728302019158,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":168,"timestamp":1735479821928,"id":25,"parentId":13,"tags":{},"startTime":1728302019158,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":733,"timestamp":1735479915219,"id":27,"parentId":11,"tags":{},"startTime":1728302019251,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":1115,"timestamp":1735479914850,"id":26,"parentId":11,"tags":{},"startTime":1728302019251,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":98466,"timestamp":1735479818419,"id":13,"parentId":11,"tags":{},"startTime":1728302019154,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":108329,"timestamp":1735479808882,"id":11,"parentId":3,"tags":{"name":"client"},"startTime":1728302019145,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":6906,"timestamp":1735479917526,"id":28,"parentId":3,"tags":{},"startTime":1728302019253,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":1099,"timestamp":1735479932175,"id":30,"parentId":29,"tags":{},"startTime":1728302019268,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":39,"timestamp":1735479933607,"id":32,"parentId":31,"tags":{},"startTime":1728302019270,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":4,"timestamp":1735479933665,"id":34,"parentId":31,"tags":{},"startTime":1728302019270,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":632,"timestamp":1735479933718,"id":35,"parentId":31,"tags":{},"startTime":1728302019270,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":6,"timestamp":1735479934382,"id":36,"parentId":31,"tags":{},"startTime":1728302019270,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1735479934434,"id":37,"parentId":31,"tags":{},"startTime":1728302019270,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":825,"timestamp":1735479933659,"id":33,"parentId":31,"tags":{},"startTime":1728302019270,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":8,"timestamp":1735479934581,"id":38,"parentId":31,"tags":{},"startTime":1728302019271,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":6,"timestamp":1735479934595,"id":39,"parentId":31,"tags":{},"startTime":1728302019271,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":49,"timestamp":1735479934630,"id":40,"parentId":31,"tags":{},"startTime":1728302019271,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":34,"timestamp":1735479934679,"id":41,"parentId":31,"tags":{},"startTime":1728302019271,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":12,"timestamp":1735479934706,"id":42,"parentId":31,"tags":{},"startTime":1728302019271,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":11,"timestamp":1735479934724,"id":43,"parentId":31,"tags":{},"startTime":1728302019271,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":1817,"timestamp":1735479933578,"id":31,"parentId":29,"tags":{},"startTime":1728302019270,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":4177,"timestamp":1735479931333,"id":29,"parentId":3,"tags":{"name":"server"},"startTime":1728302019267,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":1026,"timestamp":1735479935558,"id":44,"parentId":3,"tags":{},"startTime":1728302019272,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":121,"timestamp":1735479940610,"id":46,"parentId":45,"tags":{},"startTime":1728302019277,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":20,"timestamp":1735479941141,"id":48,"parentId":47,"tags":{},"startTime":1728302019277,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":3,"timestamp":1735479941175,"id":50,"parentId":47,"tags":{},"startTime":1728302019277,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":8,"timestamp":1735479941226,"id":51,"parentId":47,"tags":{},"startTime":1728302019277,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":4,"timestamp":1735479941244,"id":52,"parentId":47,"tags":{},"startTime":1728302019277,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1735479941261,"id":53,"parentId":47,"tags":{},"startTime":1728302019277,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":108,"timestamp":1735479941170,"id":49,"parentId":47,"tags":{},"startTime":1728302019277,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":7,"timestamp":1735479941355,"id":54,"parentId":47,"tags":{},"startTime":1728302019277,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":5,"timestamp":1735479941369,"id":55,"parentId":47,"tags":{},"startTime":1728302019277,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":53,"timestamp":1735479941400,"id":56,"parentId":47,"tags":{},"startTime":1728302019277,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":14,"timestamp":1735479941453,"id":57,"parentId":47,"tags":{},"startTime":1728302019277,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":6,"timestamp":1735479941463,"id":58,"parentId":47,"tags":{},"startTime":1728302019277,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":9,"timestamp":1735479941473,"id":59,"parentId":47,"tags":{},"startTime":1728302019277,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":803,"timestamp":1735479941115,"id":47,"parentId":45,"tags":{},"startTime":1728302019277,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":2636,"timestamp":1735479939311,"id":45,"parentId":3,"tags":{"name":"edge-server"},"startTime":1728302019275,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":782,"timestamp":1735479941976,"id":60,"parentId":3,"tags":{},"startTime":1728302019278,"traceId":"480ec8b9e15b14de"}] +[{"name":"make","duration":346,"timestamp":1735480164984,"id":65,"parentId":64,"tags":{},"startTime":1728302019501,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":20,"timestamp":1735480165464,"id":67,"parentId":66,"tags":{},"startTime":1728302019501,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":3,"timestamp":1735480165498,"id":69,"parentId":66,"tags":{},"startTime":1728302019501,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":7,"timestamp":1735480165514,"id":70,"parentId":66,"tags":{},"startTime":1728302019501,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":49,"timestamp":1735480165531,"id":71,"parentId":66,"tags":{},"startTime":1728302019501,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1735480165597,"id":72,"parentId":66,"tags":{},"startTime":1728302019502,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":129,"timestamp":1735480165492,"id":68,"parentId":66,"tags":{},"startTime":1728302019501,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":8,"timestamp":1735480165707,"id":73,"parentId":66,"tags":{},"startTime":1728302019502,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":6,"timestamp":1735480165722,"id":74,"parentId":66,"tags":{},"startTime":1728302019502,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":57,"timestamp":1735480165754,"id":75,"parentId":66,"tags":{},"startTime":1728302019502,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":14,"timestamp":1735480165810,"id":76,"parentId":66,"tags":{},"startTime":1728302019502,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":6,"timestamp":1735480165820,"id":77,"parentId":66,"tags":{},"startTime":1728302019502,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":10,"timestamp":1735480165831,"id":78,"parentId":66,"tags":{},"startTime":1728302019502,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":246,"timestamp":1735480166324,"id":80,"parentId":64,"tags":{},"startTime":1728302019502,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":293,"timestamp":1735480166281,"id":79,"parentId":64,"tags":{},"startTime":1728302019502,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":1258,"timestamp":1735480165438,"id":66,"parentId":64,"tags":{},"startTime":1728302019501,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":2394,"timestamp":1735480164325,"id":64,"parentId":61,"tags":{"name":"client"},"startTime":1728302019500,"traceId":"480ec8b9e15b14de"},{"name":"setup-dev-bundler","duration":1407860,"timestamp":1735478797205,"id":2,"parentId":1,"tags":{},"startTime":1728302018133,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":39213,"timestamp":1735480166739,"id":81,"parentId":61,"tags":{},"startTime":1728302019503,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":46339,"timestamp":1735480160403,"id":61,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728302019496,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":270,"timestamp":1735480208446,"id":83,"parentId":82,"tags":{},"startTime":1728302019544,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":24,"timestamp":1735480208842,"id":85,"parentId":84,"tags":{},"startTime":1728302019545,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":3,"timestamp":1735480208880,"id":87,"parentId":84,"tags":{},"startTime":1728302019545,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":40,"timestamp":1735480208940,"id":88,"parentId":84,"tags":{},"startTime":1728302019545,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":4,"timestamp":1735480208991,"id":89,"parentId":84,"tags":{},"startTime":1728302019545,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1735480209011,"id":90,"parentId":84,"tags":{},"startTime":1728302019545,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":158,"timestamp":1735480208875,"id":86,"parentId":84,"tags":{},"startTime":1728302019545,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":7,"timestamp":1735480209321,"id":91,"parentId":84,"tags":{},"startTime":1728302019545,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":5,"timestamp":1735480209334,"id":92,"parentId":84,"tags":{},"startTime":1728302019545,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":49,"timestamp":1735480209364,"id":93,"parentId":84,"tags":{},"startTime":1728302019545,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":14,"timestamp":1735480209414,"id":94,"parentId":84,"tags":{},"startTime":1728302019545,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":6,"timestamp":1735480209423,"id":95,"parentId":84,"tags":{},"startTime":1728302019545,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":10,"timestamp":1735480209433,"id":96,"parentId":84,"tags":{},"startTime":1728302019545,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":958,"timestamp":1735480208819,"id":84,"parentId":82,"tags":{},"startTime":1728302019545,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":1941,"timestamp":1735480207871,"id":82,"parentId":62,"tags":{"name":"server"},"startTime":1728302019544,"traceId":"480ec8b9e15b14de"},{"name":"run-instrumentation-hook","duration":40,"timestamp":1735480233695,"id":98,"parentId":1,"tags":{},"startTime":1728302019570,"traceId":"480ec8b9e15b14de"},{"name":"start-dev-server","duration":1823263,"timestamp":1735478416874,"id":1,"tags":{"cpus":"8","platform":"darwin","memory.freeMem":"125943808","memory.totalMem":"8589934592","memory.heapSizeLimit":"4345298944","isTurbopack":false,"memory.rss":"178520064","memory.heapTotal":"96059392","memory.heapUsed":"72086968"},"startTime":1728302017753,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":31975,"timestamp":1735480209827,"id":97,"parentId":62,"tags":{},"startTime":1728302019546,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":83320,"timestamp":1735480160543,"id":62,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728302019497,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":1507,"timestamp":1735480250749,"id":100,"parentId":99,"tags":{},"startTime":1728302019587,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":87,"timestamp":1735480252906,"id":102,"parentId":101,"tags":{},"startTime":1728302019589,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":7,"timestamp":1735480253103,"id":104,"parentId":101,"tags":{},"startTime":1728302019589,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":13,"timestamp":1735480253129,"id":105,"parentId":101,"tags":{},"startTime":1728302019589,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":7,"timestamp":1735480253159,"id":106,"parentId":101,"tags":{},"startTime":1728302019589,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":12,"timestamp":1735480253241,"id":107,"parentId":101,"tags":{},"startTime":1728302019589,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":194,"timestamp":1735480253088,"id":103,"parentId":101,"tags":{},"startTime":1728302019589,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":32,"timestamp":1735480253467,"id":108,"parentId":101,"tags":{},"startTime":1728302019589,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":38,"timestamp":1735480253515,"id":109,"parentId":101,"tags":{},"startTime":1728302019589,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":79,"timestamp":1735480253604,"id":110,"parentId":101,"tags":{},"startTime":1728302019590,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":16,"timestamp":1735480253683,"id":111,"parentId":101,"tags":{},"startTime":1728302019590,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":7,"timestamp":1735480253695,"id":112,"parentId":101,"tags":{},"startTime":1728302019590,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":14,"timestamp":1735480253706,"id":113,"parentId":101,"tags":{},"startTime":1728302019590,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":1296,"timestamp":1735480252865,"id":101,"parentId":99,"tags":{},"startTime":1728302019589,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":5204,"timestamp":1735480248991,"id":99,"parentId":63,"tags":{"name":"edge-server"},"startTime":1728302019585,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":2364,"timestamp":1735480254220,"id":114,"parentId":63,"tags":{},"startTime":1728302019590,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-edge-server","duration":96773,"timestamp":1735480160571,"id":63,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728302019497,"traceId":"480ec8b9e15b14de"}] +[{"name":"build-module","duration":41652,"timestamp":1735481788704,"id":121,"parentId":120,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1728302021125,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":51238,"timestamp":1735481855519,"id":136,"parentId":135,"tags":{},"startTime":1728302021191,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":51447,"timestamp":1735481855326,"id":135,"parentId":123,"tags":{},"startTime":1728302021191,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":58607,"timestamp":1735481852669,"id":123,"parentId":121,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/not-found.jsx","layer":"rsc"},"startTime":1728302021189,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":55599,"timestamp":1735481855725,"id":140,"parentId":139,"tags":{},"startTime":1728302021192,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":55704,"timestamp":1735481855625,"id":139,"parentId":125,"tags":{},"startTime":1728302021192,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":59583,"timestamp":1735481853085,"id":125,"parentId":121,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/(main)/layout.jsx","layer":"rsc"},"startTime":1728302021189,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":59876,"timestamp":1735481855276,"id":134,"parentId":133,"tags":{},"startTime":1728302021191,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":60582,"timestamp":1735481854575,"id":133,"parentId":122,"tags":{},"startTime":1728302021191,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":66324,"timestamp":1735481850789,"id":122,"parentId":121,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/layout.jsx","layer":"rsc"},"startTime":1728302021187,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":61593,"timestamp":1735481855622,"id":138,"parentId":137,"tags":{},"startTime":1728302021192,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":61695,"timestamp":1735481855524,"id":137,"parentId":124,"tags":{},"startTime":1728302021191,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":65919,"timestamp":1735481852944,"id":124,"parentId":121,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/(main)/page.jsx","layer":"rsc"},"startTime":1728302021189,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":63108,"timestamp":1735481855805,"id":142,"parentId":141,"tags":{},"startTime":1728302021192,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":63182,"timestamp":1735481855735,"id":141,"parentId":129,"tags":{},"startTime":1728302021192,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":67034,"timestamp":1735481853827,"id":129,"parentId":121,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/error-boundary.js","layer":"rsc"},"startTime":1728302021190,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":70173,"timestamp":1735481854560,"id":131,"parentId":127,"tags":{},"startTime":1728302021191,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":137,"timestamp":1735481924795,"id":143,"parentId":127,"tags":{},"startTime":1728302021261,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":80258,"timestamp":1735481853467,"id":127,"parentId":121,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/app-render/entry-base.js","layer":"rsc"},"startTime":1728302021189,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":79449,"timestamp":1735481854568,"id":132,"parentId":128,"tags":{},"startTime":1728302021191,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":75,"timestamp":1735481934039,"id":144,"parentId":128,"tags":{},"startTime":1728302021270,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":82373,"timestamp":1735481853685,"id":128,"parentId":121,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1728302021190,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":81564,"timestamp":1735481854518,"id":130,"parentId":126,"tags":{},"startTime":1728302021190,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":70,"timestamp":1735481936095,"id":145,"parentId":126,"tags":{},"startTime":1728302021272,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":83845,"timestamp":1735481853307,"id":126,"parentId":121,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-kind.js","layer":"rsc"},"startTime":1728302021189,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":470,"timestamp":1735481944050,"id":146,"parentId":128,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.dev.js","layer":null},"startTime":1728302021280,"traceId":"480ec8b9e15b14de"},{"name":"build-module-external","duration":28,"timestamp":1735481962713,"id":149,"parentId":127,"tags":{"name":"../../client/components/static-generation-async-storage.external","layer":null},"startTime":1728302021299,"traceId":"480ec8b9e15b14de"},{"name":"build-module-external","duration":9,"timestamp":1735481962761,"id":150,"parentId":127,"tags":{"name":"../../client/components/request-async-storage.external","layer":null},"startTime":1728302021299,"traceId":"480ec8b9e15b14de"},{"name":"build-module-external","duration":7,"timestamp":1735481962775,"id":151,"parentId":127,"tags":{"name":"../../client/components/action-async-storage.external","layer":null},"startTime":1728302021299,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":4432,"timestamp":1735481963332,"id":160,"parentId":159,"tags":{},"startTime":1728302021299,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4508,"timestamp":1735481963276,"id":159,"parentId":148,"tags":{},"startTime":1728302021299,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":5837,"timestamp":1735481962621,"id":148,"parentId":127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1728302021299,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5194,"timestamp":1735481963406,"id":162,"parentId":161,"tags":{},"startTime":1728302021299,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5267,"timestamp":1735481963336,"id":161,"parentId":152,"tags":{},"startTime":1728302021299,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6297,"timestamp":1735481962787,"id":152,"parentId":127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/client-page.js","layer":"rsc"},"startTime":1728302021299,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5845,"timestamp":1735481963267,"id":158,"parentId":157,"tags":{},"startTime":1728302021299,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5955,"timestamp":1735481963159,"id":157,"parentId":147,"tags":{},"startTime":1728302021299,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":7079,"timestamp":1735481962369,"id":147,"parentId":127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/layout-router.js","layer":"rsc"},"startTime":1728302021298,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5558,"timestamp":1735481963911,"id":164,"parentId":163,"tags":{},"startTime":1728302021300,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5849,"timestamp":1735481963622,"id":163,"parentId":153,"tags":{},"startTime":1728302021300,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":7044,"timestamp":1735481962851,"id":153,"parentId":127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/app-router.js","layer":"rsc"},"startTime":1728302021299,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9938,"timestamp":1735481964094,"id":170,"parentId":169,"tags":{},"startTime":1728302021300,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9966,"timestamp":1735481964071,"id":169,"parentId":156,"tags":{},"startTime":1728302021300,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":11493,"timestamp":1735481963006,"id":156,"parentId":127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/not-found-boundary.js","layer":"rsc"},"startTime":1728302021299,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10510,"timestamp":1735481964018,"id":166,"parentId":165,"tags":{},"startTime":1728302021300,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10609,"timestamp":1735481963921,"id":165,"parentId":154,"tags":{},"startTime":1728302021300,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":13928,"timestamp":1735481962903,"id":154,"parentId":127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/search-params.js","layer":"rsc"},"startTime":1728302021299,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":12788,"timestamp":1735481964068,"id":168,"parentId":167,"tags":{},"startTime":1728302021300,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12834,"timestamp":1735481964024,"id":167,"parentId":155,"tags":{},"startTime":1728302021300,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15873,"timestamp":1735481962951,"id":155,"parentId":127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1728302021299,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":21818,"timestamp":1735481971911,"id":177,"parentId":173,"tags":{},"startTime":1728302021308,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":73,"timestamp":1735481993751,"id":179,"parentId":173,"tags":{},"startTime":1728302021330,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":23006,"timestamp":1735481971575,"id":173,"parentId":127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1728302021308,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":22696,"timestamp":1735481971903,"id":176,"parentId":172,"tags":{},"startTime":1728302021308,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":54,"timestamp":1735481994608,"id":180,"parentId":172,"tags":{},"startTime":1728302021331,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":24268,"timestamp":1735481971479,"id":172,"parentId":127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1728302021307,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":23851,"timestamp":1735481971919,"id":178,"parentId":174,"tags":{},"startTime":1728302021308,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":62,"timestamp":1735481995782,"id":181,"parentId":174,"tags":{},"startTime":1728302021332,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":25860,"timestamp":1735481971657,"id":174,"parentId":127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1728302021308,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":25701,"timestamp":1735481971882,"id":175,"parentId":171,"tags":{},"startTime":1728302021308,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":84,"timestamp":1735481997594,"id":182,"parentId":171,"tags":{},"startTime":1728302021334,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":44883,"timestamp":1735481971327,"id":171,"parentId":127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1728302021307,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":6508,"timestamp":1735482017446,"id":184,"parentId":183,"tags":{},"startTime":1728302021353,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":62,"timestamp":1735482023969,"id":187,"parentId":183,"tags":{},"startTime":1728302021360,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9730,"timestamp":1735482017273,"id":183,"parentId":154,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"rsc"},"startTime":1728302021353,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":12500,"timestamp":1735482023029,"id":186,"parentId":185,"tags":{},"startTime":1728302021359,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":56,"timestamp":1735482035543,"id":200,"parentId":185,"tags":{},"startTime":1728302021371,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":13160,"timestamp":1735482022879,"id":185,"parentId":129,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js","layer":"rsc"},"startTime":1728302021359,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":2868,"timestamp":1735482036713,"id":207,"parentId":206,"tags":{},"startTime":1728302021373,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2920,"timestamp":1735482036665,"id":206,"parentId":203,"tags":{},"startTime":1728302021373,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":4080,"timestamp":1735482036582,"id":203,"parentId":183,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1728302021373,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":7739,"timestamp":1735482033482,"id":194,"parentId":193,"tags":{},"startTime":1728302021369,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":8857,"timestamp":1735482032954,"id":193,"parentId":122,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"rsc"},"startTime":1728302021369,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8299,"timestamp":1735482033524,"id":196,"parentId":189,"tags":{},"startTime":1728302021369,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":59,"timestamp":1735482041832,"id":208,"parentId":189,"tags":{},"startTime":1728302021378,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":11521,"timestamp":1735482032639,"id":189,"parentId":171,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/lib/trace/constants.js","layer":"rsc"},"startTime":1728302021369,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":11359,"timestamp":1735482033560,"id":199,"parentId":192,"tags":{},"startTime":1728302021370,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":107,"timestamp":1735482044929,"id":213,"parentId":192,"tags":{},"startTime":1728302021381,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":13787,"timestamp":1735482032882,"id":192,"parentId":171,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/output/log.js","layer":"rsc"},"startTime":1728302021369,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":13209,"timestamp":1735482033550,"id":198,"parentId":191,"tags":{},"startTime":1728302021369,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":59,"timestamp":1735482046770,"id":214,"parentId":191,"tags":{},"startTime":1728302021383,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15884,"timestamp":1735482032811,"id":191,"parentId":171,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/constants.js","layer":"rsc"},"startTime":1728302021369,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":15381,"timestamp":1735482033509,"id":195,"parentId":188,"tags":{},"startTime":1728302021369,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":51,"timestamp":1735482048901,"id":215,"parentId":188,"tags":{},"startTime":1728302021385,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":16986,"timestamp":1735482032459,"id":188,"parentId":154,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"rsc"},"startTime":1728302021368,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":15916,"timestamp":1735482033539,"id":197,"parentId":190,"tags":{},"startTime":1728302021369,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":55,"timestamp":1735482049465,"id":216,"parentId":190,"tags":{},"startTime":1728302021385,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":22335,"timestamp":1735482032730,"id":190,"parentId":171,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/lib/trace/tracer.js","layer":"rsc"},"startTime":1728302021369,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":20903,"timestamp":1735482036634,"id":204,"parentId":201,"tags":{},"startTime":1728302021373,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":56,"timestamp":1735482057551,"id":217,"parentId":201,"tags":{},"startTime":1728302021393,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21525,"timestamp":1735482036402,"id":201,"parentId":127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server-edge.js","layer":"rsc"},"startTime":1728302021372,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":21299,"timestamp":1735482036645,"id":205,"parentId":202,"tags":{},"startTime":1728302021373,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735482057950,"id":218,"parentId":202,"tags":{},"startTime":1728302021394,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":22663,"timestamp":1735482036508,"id":202,"parentId":183,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/url.js","layer":"rsc"},"startTime":1728302021372,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":44701,"timestamp":1735482044886,"id":211,"parentId":209,"tags":{},"startTime":1728302021381,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735482089607,"id":235,"parentId":209,"tags":{},"startTime":1728302021426,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":46728,"timestamp":1735482044290,"id":209,"parentId":122,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/clsx/dist/clsx.mjs","layer":"rsc"},"startTime":1728302021380,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":46131,"timestamp":1735482044904,"id":212,"parentId":210,"tags":{},"startTime":1728302021381,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":54,"timestamp":1735482091041,"id":236,"parentId":210,"tags":{},"startTime":1728302021427,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":46497,"timestamp":1735482044793,"id":210,"parentId":123,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js","layer":"rsc"},"startTime":1728302021381,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":3950,"timestamp":1735482087420,"id":226,"parentId":225,"tags":{},"startTime":1728302021423,"traceId":"480ec8b9e15b14de"}] +[{"name":"next-swc-loader","duration":4283,"timestamp":1735482087261,"id":225,"parentId":223,"tags":{},"startTime":1728302021423,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":5218,"timestamp":1735482086959,"id":223,"parentId":123,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/BackgroundImage.jsx","layer":"rsc"},"startTime":1728302021423,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":4717,"timestamp":1735482087482,"id":228,"parentId":227,"tags":{},"startTime":1728302021423,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4775,"timestamp":1735482087425,"id":227,"parentId":224,"tags":{},"startTime":1728302021423,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":5450,"timestamp":1735482087126,"id":224,"parentId":123,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Button.jsx","layer":"rsc"},"startTime":1728302021423,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5974,"timestamp":1735482088989,"id":232,"parentId":231,"tags":{},"startTime":1728302021425,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6046,"timestamp":1735482088922,"id":231,"parentId":229,"tags":{},"startTime":1728302021425,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":6768,"timestamp":1735482088682,"id":229,"parentId":123,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Container.jsx","layer":"rsc"},"startTime":1728302021425,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6432,"timestamp":1735482089043,"id":234,"parentId":233,"tags":{},"startTime":1728302021425,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6484,"timestamp":1735482088992,"id":233,"parentId":230,"tags":{},"startTime":1728302021425,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":7267,"timestamp":1735482088791,"id":230,"parentId":123,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Layout.jsx","layer":"rsc"},"startTime":1728302021425,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7635,"timestamp":1735482093815,"id":247,"parentId":246,"tags":{},"startTime":1728302021430,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7689,"timestamp":1735482093768,"id":246,"parentId":239,"tags":{},"startTime":1728302021430,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":9156,"timestamp":1735482093029,"id":239,"parentId":124,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Sponsors.jsx","layer":"rsc"},"startTime":1728302021429,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8447,"timestamp":1735482093766,"id":245,"parentId":244,"tags":{},"startTime":1728302021430,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8499,"timestamp":1735482093715,"id":244,"parentId":238,"tags":{},"startTime":1728302021430,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":10033,"timestamp":1735482092950,"id":238,"parentId":124,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx","layer":"rsc"},"startTime":1728302021429,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9307,"timestamp":1735482093711,"id":243,"parentId":242,"tags":{},"startTime":1728302021430,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9378,"timestamp":1735482093642,"id":242,"parentId":237,"tags":{},"startTime":1728302021430,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":11029,"timestamp":1735482092819,"id":237,"parentId":124,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx","layer":"rsc"},"startTime":1728302021429,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":17053,"timestamp":1735482086812,"id":220,"parentId":219,"tags":{},"startTime":1728302021423,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":52697,"timestamp":1735482086901,"id":222,"parentId":221,"tags":{},"startTime":1728302021423,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":45272,"timestamp":1735482097292,"id":251,"parentId":250,"tags":{},"startTime":1728302021433,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45345,"timestamp":1735482097226,"id":250,"parentId":248,"tags":{},"startTime":1728302021433,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":46343,"timestamp":1735482096885,"id":248,"parentId":124,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx","layer":"rsc"},"startTime":1728302021433,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":45906,"timestamp":1735482097345,"id":253,"parentId":252,"tags":{},"startTime":1728302021433,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45958,"timestamp":1735482097296,"id":252,"parentId":249,"tags":{},"startTime":1728302021433,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":46626,"timestamp":1735482097010,"id":249,"parentId":124,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx","layer":"rsc"},"startTime":1728302021433,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":31698,"timestamp":1735482145420,"id":261,"parentId":260,"tags":{},"startTime":1728302021481,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":31789,"timestamp":1735482145341,"id":260,"parentId":258,"tags":{},"startTime":1728302021481,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":35890,"timestamp":1735482144117,"id":258,"parentId":124,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Phases.jsx","layer":"rsc"},"startTime":1728302021480,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":34608,"timestamp":1735482145486,"id":263,"parentId":262,"tags":{},"startTime":1728302021481,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":34671,"timestamp":1735482145426,"id":262,"parentId":259,"tags":{},"startTime":1728302021481,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":37289,"timestamp":1735482144282,"id":259,"parentId":124,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx","layer":"rsc"},"startTime":1728302021480,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":94138,"timestamp":1735482093387,"id":241,"parentId":240,"tags":{},"startTime":1728302021429,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":58,"timestamp":1735482187543,"id":269,"parentId":240,"tags":{},"startTime":1728302021523,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":96882,"timestamp":1735482093103,"id":240,"parentId":192,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/picocolors.js","layer":"rsc"},"startTime":1728302021429,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6084,"timestamp":1735482184485,"id":268,"parentId":267,"tags":{},"startTime":1728302021520,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6218,"timestamp":1735482184357,"id":267,"parentId":264,"tags":{},"startTime":1728302021520,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":10291,"timestamp":1735482182294,"id":264,"parentId":124,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Events.jsx","layer":"rsc"},"startTime":1728302021518,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":24116,"timestamp":1735482183814,"id":266,"parentId":265,"tags":{},"startTime":1728302021520,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":63,"timestamp":1735482207947,"id":270,"parentId":265,"tags":{},"startTime":1728302021544,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":26006,"timestamp":1735482182469,"id":265,"parentId":183,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react.js","layer":"rsc"},"startTime":1728302021518,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3485,"timestamp":1735482213709,"id":272,"parentId":271,"tags":{},"startTime":1728302021550,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":70,"timestamp":1735482217216,"id":278,"parentId":271,"tags":{},"startTime":1728302021553,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":4175,"timestamp":1735482213502,"id":271,"parentId":172,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-dom.js","layer":"rsc"},"startTime":1728302021549,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3815,"timestamp":1735482215750,"id":275,"parentId":274,"tags":{},"startTime":1728302021552,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":96,"timestamp":1735482219587,"id":279,"parentId":274,"tags":{},"startTime":1728302021556,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21774,"timestamp":1735482215608,"id":274,"parentId":190,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1728302021552,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":22131,"timestamp":1735482215913,"id":277,"parentId":276,"tags":{},"startTime":1728302021552,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":22280,"timestamp":1735482215768,"id":276,"parentId":273,"tags":{},"startTime":1728302021552,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":24881,"timestamp":1735482215413,"id":273,"parentId":230,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1728302021551,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":2298,"timestamp":1735482247589,"id":289,"parentId":288,"tags":{},"startTime":1728302021584,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2354,"timestamp":1735482247542,"id":288,"parentId":282,"tags":{},"startTime":1728302021583,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":3062,"timestamp":1735482247256,"id":282,"parentId":230,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx","layer":"rsc"},"startTime":1728302021583,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":2905,"timestamp":1735482247638,"id":291,"parentId":290,"tags":{},"startTime":1728302021584,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2955,"timestamp":1735482247591,"id":290,"parentId":283,"tags":{},"startTime":1728302021584,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":3636,"timestamp":1735482247333,"id":283,"parentId":230,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer.jsx","layer":"rsc"},"startTime":1728302021583,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":3465,"timestamp":1735482247540,"id":287,"parentId":286,"tags":{},"startTime":1728302021583,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3517,"timestamp":1735482247490,"id":286,"parentId":281,"tags":{},"startTime":1728302021583,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":4650,"timestamp":1735482247168,"id":281,"parentId":230,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Banner.jsx","layer":"rsc"},"startTime":1728302021583,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":4356,"timestamp":1735482247486,"id":285,"parentId":284,"tags":{},"startTime":1728302021583,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4432,"timestamp":1735482247412,"id":284,"parentId":280,"tags":{},"startTime":1728302021583,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":5690,"timestamp":1735482246975,"id":280,"parentId":230,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bottom.jsx","layer":"rsc"},"startTime":1728302021583,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":4118,"timestamp":1735482255125,"id":294,"parentId":293,"tags":{},"startTime":1728302021591,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4344,"timestamp":1735482254907,"id":293,"parentId":292,"tags":{},"startTime":1728302021591,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":6822,"timestamp":1735482253114,"id":292,"parentId":237,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Gradient.jsx","layer":"rsc"},"startTime":1728302021589,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":4059,"timestamp":1735482334700,"id":298,"parentId":297,"tags":{},"startTime":1728302021671,"traceId":"480ec8b9e15b14de"},{"name":"image-size-calculation","duration":683,"timestamp":1735482340375,"id":316,"parentId":315,"tags":{},"startTime":1728302021676,"traceId":"480ec8b9e15b14de"},{"name":"image-data-stringify","duration":25,"timestamp":1735482341178,"id":317,"parentId":315,"tags":{},"startTime":1728302021677,"traceId":"480ec8b9e15b14de"},{"name":"next-image-loader","duration":2414,"timestamp":1735482338855,"id":315,"parentId":297,"tags":{},"startTime":1728302021675,"traceId":"480ec8b9e15b14de"},{"name":"build-module-svg","duration":6935,"timestamp":1735482334636,"id":297,"parentId":239,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/mirage.svg","layer":"rsc"},"startTime":1728302021671,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":6852,"timestamp":1735482334738,"id":300,"parentId":299,"tags":{},"startTime":1728302021671,"traceId":"480ec8b9e15b14de"},{"name":"image-size-calculation","duration":257,"timestamp":1735482342139,"id":319,"parentId":318,"tags":{},"startTime":1728302021678,"traceId":"480ec8b9e15b14de"},{"name":"image-data-stringify","duration":6,"timestamp":1735482342406,"id":320,"parentId":318,"tags":{},"startTime":1728302021678,"traceId":"480ec8b9e15b14de"},{"name":"next-image-loader","duration":824,"timestamp":1735482341597,"id":318,"parentId":299,"tags":{},"startTime":1728302021678,"traceId":"480ec8b9e15b14de"},{"name":"build-module-svg","duration":7849,"timestamp":1735482334712,"id":299,"parentId":239,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/transistor.svg","layer":"rsc"},"startTime":1728302021671,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8069,"timestamp":1735482334589,"id":296,"parentId":295,"tags":{},"startTime":1728302021671,"traceId":"480ec8b9e15b14de"},{"name":"image-size-calculation","duration":175,"timestamp":1735482342897,"id":322,"parentId":321,"tags":{},"startTime":1728302021679,"traceId":"480ec8b9e15b14de"},{"name":"image-data-stringify","duration":5,"timestamp":1735482343521,"id":323,"parentId":321,"tags":{},"startTime":1728302021679,"traceId":"480ec8b9e15b14de"},{"name":"next-image-loader","duration":871,"timestamp":1735482342665,"id":321,"parentId":295,"tags":{},"startTime":1728302021679,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jpg","duration":83586,"timestamp":1735482260092,"id":295,"parentId":223,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/background3.jpg","layer":"rsc"},"startTime":1728302021596,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8899,"timestamp":1735482334805,"id":304,"parentId":303,"tags":{},"startTime":1728302021671,"traceId":"480ec8b9e15b14de"},{"name":"image-size-calculation","duration":63,"timestamp":1735482343901,"id":325,"parentId":324,"tags":{},"startTime":1728302021680,"traceId":"480ec8b9e15b14de"},{"name":"image-data-stringify","duration":5,"timestamp":1735482343972,"id":326,"parentId":324,"tags":{},"startTime":1728302021680,"traceId":"480ec8b9e15b14de"},{"name":"next-image-loader","duration":274,"timestamp":1735482343711,"id":324,"parentId":303,"tags":{},"startTime":1728302021680,"traceId":"480ec8b9e15b14de"},{"name":"build-module-svg","duration":9323,"timestamp":1735482334785,"id":303,"parentId":239,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/statickit.svg","layer":"rsc"},"startTime":1728302021671,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":9351,"timestamp":1735482334773,"id":302,"parentId":301,"tags":{},"startTime":1728302021671,"traceId":"480ec8b9e15b14de"},{"name":"image-size-calculation","duration":34,"timestamp":1735482344359,"id":328,"parentId":327,"tags":{},"startTime":1728302021680,"traceId":"480ec8b9e15b14de"},{"name":"image-data-stringify","duration":5,"timestamp":1735482344401,"id":329,"parentId":327,"tags":{},"startTime":1728302021680,"traceId":"480ec8b9e15b14de"},{"name":"next-image-loader","duration":283,"timestamp":1735482344130,"id":327,"parentId":301,"tags":{},"startTime":1728302021680,"traceId":"480ec8b9e15b14de"},{"name":"build-module-svg","duration":9777,"timestamp":1735482334749,"id":301,"parentId":239,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/tuple.svg","layer":"rsc"},"startTime":1728302021671,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":6862,"timestamp":1735482337702,"id":310,"parentId":305,"tags":{},"startTime":1728302021674,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":51,"timestamp":1735482344570,"id":330,"parentId":305,"tags":{},"startTime":1728302021681,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8023,"timestamp":1735482336878,"id":305,"parentId":224,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/api/link.js","layer":"rsc"},"startTime":1728302021673,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":7154,"timestamp":1735482337756,"id":311,"parentId":306,"tags":{},"startTime":1728302021674,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":41,"timestamp":1735482344916,"id":331,"parentId":306,"tags":{},"startTime":1728302021681,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8126,"timestamp":1735482336990,"id":306,"parentId":223,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/api/image.js","layer":"rsc"},"startTime":1728302021673,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":6879,"timestamp":1735482338246,"id":312,"parentId":307,"tags":{},"startTime":1728302021674,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":7186,"timestamp":1735482338263,"id":313,"parentId":308,"tags":{},"startTime":1728302021674,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":7225,"timestamp":1735482338268,"id":314,"parentId":309,"tags":{},"startTime":1728302021674,"traceId":"480ec8b9e15b14de"}] +[{"name":"next-swc-transform","duration":2552,"timestamp":1735482347805,"id":334,"parentId":333,"tags":{},"startTime":1728302021684,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2622,"timestamp":1735482347746,"id":333,"parentId":332,"tags":{},"startTime":1728302021684,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":3208,"timestamp":1735482347634,"id":332,"parentId":305,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/link.js","layer":"rsc"},"startTime":1728302021684,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5272,"timestamp":1735482352842,"id":338,"parentId":337,"tags":{},"startTime":1728302021689,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5357,"timestamp":1735482352765,"id":337,"parentId":335,"tags":{},"startTime":1728302021689,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":12030,"timestamp":1735482352506,"id":335,"parentId":273,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx","layer":"rsc"},"startTime":1728302021688,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":12343,"timestamp":1735482352866,"id":340,"parentId":339,"tags":{},"startTime":1728302021689,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12366,"timestamp":1735482352845,"id":339,"parentId":336,"tags":{},"startTime":1728302021689,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":13273,"timestamp":1735482352676,"id":336,"parentId":306,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-external.js","layer":"rsc"},"startTime":1728302021689,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":1710,"timestamp":1735482366866,"id":342,"parentId":341,"tags":{},"startTime":1728302021703,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1788,"timestamp":1735482366795,"id":341,"parentId":308,"tags":{},"startTime":1728302021703,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":31691,"timestamp":1735482337593,"id":308,"parentId":259,"tags":{"name":"__barrel_optimize__?names=ArrowPathIcon,CloudArrowUpIcon,Cog6ToothIcon,CpuChipIcon,CubeIcon,DocumentMagnifyingGlassIcon,FilmIcon,FingerPrintIcon,GlobeAltIcon,LockClosedIcon,RocketLaunchIcon,ServerIcon,ShieldCheckIcon!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/index.js","layer":"rsc"},"startTime":1728302021674,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":1985,"timestamp":1735482367329,"id":344,"parentId":343,"tags":{},"startTime":1728302021703,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2018,"timestamp":1735482367299,"id":343,"parentId":307,"tags":{},"startTime":1728302021703,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":32396,"timestamp":1735482337074,"id":307,"parentId":237,"tags":{"name":"__barrel_optimize__?names=ChevronRightIcon!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/index.js","layer":"rsc"},"startTime":1728302021673,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5163,"timestamp":1735482367841,"id":346,"parentId":345,"tags":{},"startTime":1728302021704,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5216,"timestamp":1735482367794,"id":345,"parentId":309,"tags":{},"startTime":1728302021704,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":35596,"timestamp":1735482337647,"id":309,"parentId":281,"tags":{"name":"__barrel_optimize__?names=XMarkIcon!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/index.js","layer":"rsc"},"startTime":1728302021674,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5670,"timestamp":1735482377599,"id":352,"parentId":351,"tags":{},"startTime":1728302021714,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5694,"timestamp":1735482377583,"id":351,"parentId":348,"tags":{},"startTime":1728302021714,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6304,"timestamp":1735482377413,"id":348,"parentId":336,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/image-component.js","layer":"rsc"},"startTime":1728302021713,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":4338,"timestamp":1735482379424,"id":365,"parentId":364,"tags":{},"startTime":1728302021715,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4384,"timestamp":1735482379380,"id":364,"parentId":353,"tags":{},"startTime":1728302021715,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":5739,"timestamp":1735482378657,"id":353,"parentId":308,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/CloudArrowUpIcon.js","layer":"rsc"},"startTime":1728302021715,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":4972,"timestamp":1735482379450,"id":367,"parentId":366,"tags":{},"startTime":1728302021715,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4997,"timestamp":1735482379427,"id":366,"parentId":354,"tags":{},"startTime":1728302021715,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6049,"timestamp":1735482378729,"id":354,"parentId":308,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/CubeIcon.js","layer":"rsc"},"startTime":1728302021715,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5328,"timestamp":1735482379473,"id":369,"parentId":368,"tags":{},"startTime":1728302021715,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5349,"timestamp":1735482379452,"id":368,"parentId":355,"tags":{},"startTime":1728302021715,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6439,"timestamp":1735482378779,"id":355,"parentId":308,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/Cog6ToothIcon.js","layer":"rsc"},"startTime":1728302021715,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5724,"timestamp":1735482379516,"id":373,"parentId":372,"tags":{},"startTime":1728302021715,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5744,"timestamp":1735482379497,"id":372,"parentId":357,"tags":{},"startTime":1728302021715,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6817,"timestamp":1735482378872,"id":357,"parentId":308,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/CpuChipIcon.js","layer":"rsc"},"startTime":1728302021715,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6226,"timestamp":1735482379495,"id":371,"parentId":370,"tags":{},"startTime":1728302021715,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6248,"timestamp":1735482379475,"id":370,"parentId":356,"tags":{},"startTime":1728302021715,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":7264,"timestamp":1735482378826,"id":356,"parentId":308,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/DocumentMagnifyingGlassIcon.js","layer":"rsc"},"startTime":1728302021715,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6578,"timestamp":1735482379535,"id":375,"parentId":374,"tags":{},"startTime":1728302021715,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6598,"timestamp":1735482379518,"id":374,"parentId":358,"tags":{},"startTime":1728302021715,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":7491,"timestamp":1735482378915,"id":358,"parentId":308,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/ArrowPathIcon.js","layer":"rsc"},"startTime":1728302021715,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6872,"timestamp":1735482379556,"id":377,"parentId":376,"tags":{},"startTime":1728302021716,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6892,"timestamp":1735482379537,"id":376,"parentId":359,"tags":{},"startTime":1728302021715,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":7793,"timestamp":1735482378957,"id":359,"parentId":308,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/FingerPrintIcon.js","layer":"rsc"},"startTime":1728302021715,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7196,"timestamp":1735482379575,"id":379,"parentId":378,"tags":{},"startTime":1728302021716,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7215,"timestamp":1735482379557,"id":378,"parentId":360,"tags":{},"startTime":1728302021716,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8037,"timestamp":1735482378999,"id":360,"parentId":308,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/FilmIcon.js","layer":"rsc"},"startTime":1728302021715,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7461,"timestamp":1735482379595,"id":381,"parentId":380,"tags":{},"startTime":1728302021716,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7480,"timestamp":1735482379577,"id":380,"parentId":361,"tags":{},"startTime":1728302021716,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8272,"timestamp":1735482379041,"id":361,"parentId":308,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/ServerIcon.js","layer":"rsc"},"startTime":1728302021715,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7816,"timestamp":1735482379615,"id":383,"parentId":382,"tags":{},"startTime":1728302021716,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7837,"timestamp":1735482379596,"id":382,"parentId":362,"tags":{},"startTime":1728302021716,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8634,"timestamp":1735482379085,"id":362,"parentId":308,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/ShieldCheckIcon.js","layer":"rsc"},"startTime":1728302021715,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8104,"timestamp":1735482379634,"id":385,"parentId":384,"tags":{},"startTime":1728302021716,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8123,"timestamp":1735482379616,"id":384,"parentId":363,"tags":{},"startTime":1728302021716,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8748,"timestamp":1735482379267,"id":363,"parentId":308,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/LockClosedIcon.js","layer":"rsc"},"startTime":1728302021715,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11853,"timestamp":1735482377579,"id":350,"parentId":349,"tags":{},"startTime":1728302021714,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11893,"timestamp":1735482377543,"id":349,"parentId":347,"tags":{},"startTime":1728302021713,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15593,"timestamp":1735482377304,"id":347,"parentId":336,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/get-img-props.js","layer":"rsc"},"startTime":1728302021713,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9829,"timestamp":1735482383103,"id":395,"parentId":394,"tags":{},"startTime":1728302021719,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9851,"timestamp":1735482383082,"id":394,"parentId":388,"tags":{},"startTime":1728302021719,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10363,"timestamp":1735482382912,"id":388,"parentId":308,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/GlobeAltIcon.js","layer":"rsc"},"startTime":1728302021719,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10226,"timestamp":1735482383080,"id":393,"parentId":392,"tags":{},"startTime":1728302021719,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10251,"timestamp":1735482383056,"id":392,"parentId":387,"tags":{},"startTime":1728302021719,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10736,"timestamp":1735482382863,"id":387,"parentId":307,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/ChevronRightIcon.js","layer":"rsc"},"startTime":1728302021719,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10567,"timestamp":1735482383053,"id":391,"parentId":390,"tags":{},"startTime":1728302021719,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10617,"timestamp":1735482383005,"id":390,"parentId":386,"tags":{},"startTime":1728302021719,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":11149,"timestamp":1735482382741,"id":386,"parentId":308,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/RocketLaunchIcon.js","layer":"rsc"},"startTime":1728302021719,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10786,"timestamp":1735482383124,"id":397,"parentId":396,"tags":{},"startTime":1728302021719,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10807,"timestamp":1735482383104,"id":396,"parentId":389,"tags":{},"startTime":1728302021719,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":11181,"timestamp":1735482382958,"id":389,"parentId":309,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/20/solid/esm/XMarkIcon.js","layer":"rsc"},"startTime":1728302021719,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":1225,"timestamp":1735482398440,"id":401,"parentId":400,"tags":{},"startTime":1728302021734,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1270,"timestamp":1735482398401,"id":400,"parentId":398,"tags":{},"startTime":1728302021734,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":2115,"timestamp":1735482398245,"id":398,"parentId":347,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-blur-svg.js","layer":"rsc"},"startTime":1728302021734,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":1930,"timestamp":1735482398458,"id":403,"parentId":402,"tags":{},"startTime":1728302021734,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1948,"timestamp":1735482398443,"id":402,"parentId":399,"tags":{},"startTime":1728302021734,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":2382,"timestamp":1735482398352,"id":399,"parentId":347,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-config.js","layer":"rsc"},"startTime":1728302021734,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":1855,"timestamp":1735482399154,"id":407,"parentId":406,"tags":{},"startTime":1728302021735,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1880,"timestamp":1735482399132,"id":406,"parentId":404,"tags":{},"startTime":1728302021735,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":2247,"timestamp":1735482399034,"id":404,"parentId":347,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"rsc"},"startTime":1728302021735,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":2135,"timestamp":1735482399169,"id":409,"parentId":408,"tags":{},"startTime":1728302021735,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2149,"timestamp":1735482399156,"id":408,"parentId":405,"tags":{},"startTime":1728302021735,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":2835,"timestamp":1735482399092,"id":405,"parentId":336,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-loader.js","layer":"rsc"},"startTime":1728302021735,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":1665,"timestamp":1735482406245,"id":412,"parentId":411,"tags":{},"startTime":1728302021742,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1705,"timestamp":1735482406211,"id":411,"parentId":410,"tags":{},"startTime":1728302021742,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":2405,"timestamp":1735482406112,"id":410,"parentId":405,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/match-remote-pattern.js","layer":"rsc"},"startTime":1728302021742,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2043,"timestamp":1735482408750,"id":414,"parentId":413,"tags":{},"startTime":1728302021745,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":57,"timestamp":1735482410809,"id":415,"parentId":413,"tags":{},"startTime":1728302021747,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":2614,"timestamp":1735482408583,"id":413,"parentId":336,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"rsc"},"startTime":1728302021745,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":259,"timestamp":1735482412422,"id":417,"parentId":416,"tags":{},"startTime":1728302021748,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":70,"timestamp":1735482412691,"id":418,"parentId":416,"tags":{},"startTime":1728302021749,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":14526,"timestamp":1735482412288,"id":416,"parentId":410,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/picomatch/index.js","layer":"rsc"},"startTime":1728302021748,"traceId":"480ec8b9e15b14de"},{"name":"font-loader","duration":587798,"timestamp":1735482139675,"id":257,"parentId":256,"tags":{},"startTime":1728302021476,"traceId":"480ec8b9e15b14de"},{"name":"font-loader","duration":593826,"timestamp":1735482134931,"id":255,"parentId":254,"tags":{},"startTime":1728302021471,"traceId":"480ec8b9e15b14de"},{"name":"postcss","duration":5888,"timestamp":1735482988154,"id":419,"parentId":256,"tags":{},"startTime":1728302022324,"traceId":"480ec8b9e15b14de"},{"name":"postcss","duration":2480,"timestamp":1735482991574,"id":420,"parentId":254,"tags":{},"startTime":1728302022328,"traceId":"480ec8b9e15b14de"},{"name":"next-font-loader","duration":854922,"timestamp":1735482139625,"id":256,"parentId":221,"tags":{},"startTime":1728302021476,"traceId":"480ec8b9e15b14de"},{"name":"next-font-loader","duration":890515,"timestamp":1735482104035,"id":254,"parentId":219,"tags":{},"startTime":1728302021440,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":33540,"timestamp":1735482994225,"id":421,"parentId":221,"tags":{"astUsed":"true"},"startTime":1728302022330,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":33239,"timestamp":1735482994536,"id":422,"parentId":219,"tags":{"astUsed":"true"},"startTime":1728302022330,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":941354,"timestamp":1735482086843,"id":221,"parentId":122,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"DM_Sans\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"700\"],\"display\":\"swap\",\"variable\":\"--font-dm-sans\"}],\"variableName\":\"dmSans\"}","layer":"rsc"},"startTime":1728302021423,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":966249,"timestamp":1735482062123,"id":219,"parentId":122,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"display\":\"swap\",\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}","layer":"rsc"},"startTime":1728302021398,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":1272437,"timestamp":1735481756180,"id":120,"parentId":119,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302021092,"traceId":"480ec8b9e15b14de"}] +[{"name":"build-module","duration":5245,"timestamp":1735483057649,"id":429,"parentId":118,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=true!","layer":"ssr"},"startTime":1728302022394,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":530,"timestamp":1735483062923,"id":430,"parentId":118,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=true!","layer":"ssr"},"startTime":1728302022399,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":199,"timestamp":1735483063465,"id":431,"parentId":118,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1728302022399,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":1481,"timestamp":1735483063674,"id":432,"parentId":118,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1728302022400,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":2166,"timestamp":1735483065165,"id":433,"parentId":118,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1728302022401,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":117,"timestamp":1735483072255,"id":435,"parentId":434,"tags":{},"startTime":1728302022408,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":362,"timestamp":1735483072302,"id":437,"parentId":436,"tags":{},"startTime":1728302022408,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":457,"timestamp":1735483072325,"id":439,"parentId":438,"tags":{},"startTime":1728302022408,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":524,"timestamp":1735483072348,"id":441,"parentId":440,"tags":{},"startTime":1728302022408,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":795,"timestamp":1735483072368,"id":443,"parentId":442,"tags":{},"startTime":1728302022408,"traceId":"480ec8b9e15b14de"},{"name":"image-size-calculation","duration":627,"timestamp":1735483072603,"id":445,"parentId":444,"tags":{},"startTime":1728302022409,"traceId":"480ec8b9e15b14de"},{"name":"image-size-calculation","duration":510,"timestamp":1735483072721,"id":447,"parentId":446,"tags":{},"startTime":1728302022409,"traceId":"480ec8b9e15b14de"},{"name":"image-size-calculation","duration":405,"timestamp":1735483072828,"id":449,"parentId":448,"tags":{},"startTime":1728302022409,"traceId":"480ec8b9e15b14de"},{"name":"image-size-calculation","duration":299,"timestamp":1735483072934,"id":451,"parentId":450,"tags":{},"startTime":1728302022409,"traceId":"480ec8b9e15b14de"},{"name":"image-size-calculation","duration":42,"timestamp":1735483073192,"id":453,"parentId":452,"tags":{},"startTime":1728302022409,"traceId":"480ec8b9e15b14de"},{"name":"image-data-stringify","duration":9,"timestamp":1735483073568,"id":454,"parentId":444,"tags":{},"startTime":1728302022410,"traceId":"480ec8b9e15b14de"},{"name":"image-data-stringify","duration":4,"timestamp":1735483073589,"id":455,"parentId":446,"tags":{},"startTime":1728302022410,"traceId":"480ec8b9e15b14de"},{"name":"image-data-stringify","duration":3,"timestamp":1735483073598,"id":456,"parentId":448,"tags":{},"startTime":1728302022410,"traceId":"480ec8b9e15b14de"},{"name":"image-data-stringify","duration":4,"timestamp":1735483073605,"id":457,"parentId":450,"tags":{},"startTime":1728302022410,"traceId":"480ec8b9e15b14de"},{"name":"image-data-stringify","duration":7,"timestamp":1735483073727,"id":458,"parentId":452,"tags":{},"startTime":1728302022410,"traceId":"480ec8b9e15b14de"},{"name":"next-image-loader","duration":1362,"timestamp":1735483072388,"id":444,"parentId":434,"tags":{},"startTime":1728302022408,"traceId":"480ec8b9e15b14de"},{"name":"next-image-loader","duration":1080,"timestamp":1735483072671,"id":446,"parentId":436,"tags":{},"startTime":1728302022409,"traceId":"480ec8b9e15b14de"},{"name":"next-image-loader","duration":963,"timestamp":1735483072788,"id":448,"parentId":438,"tags":{},"startTime":1728302022409,"traceId":"480ec8b9e15b14de"},{"name":"next-image-loader","duration":875,"timestamp":1735483072877,"id":450,"parentId":440,"tags":{},"startTime":1728302022409,"traceId":"480ec8b9e15b14de"},{"name":"next-image-loader","duration":584,"timestamp":1735483073169,"id":452,"parentId":442,"tags":{},"startTime":1728302022409,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jpg","duration":1765,"timestamp":1735483072202,"id":434,"parentId":429,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/background3.jpg","layer":"ssr"},"startTime":1728302022408,"traceId":"480ec8b9e15b14de"},{"name":"build-module-svg","duration":1810,"timestamp":1735483072276,"id":436,"parentId":429,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/mirage.svg","layer":"ssr"},"startTime":1728302022408,"traceId":"480ec8b9e15b14de"},{"name":"build-module-svg","duration":1880,"timestamp":1735483072306,"id":438,"parentId":429,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/statickit.svg","layer":"ssr"},"startTime":1728302022408,"traceId":"480ec8b9e15b14de"},{"name":"build-module-svg","duration":1948,"timestamp":1735483072329,"id":440,"parentId":429,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/transistor.svg","layer":"ssr"},"startTime":1728302022408,"traceId":"480ec8b9e15b14de"},{"name":"build-module-svg","duration":2019,"timestamp":1735483072351,"id":442,"parentId":429,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/tuple.svg","layer":"ssr"},"startTime":1728302022408,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":1917,"timestamp":1735483080609,"id":475,"parentId":474,"tags":{},"startTime":1728302022417,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1979,"timestamp":1735483080564,"id":474,"parentId":461,"tags":{},"startTime":1728302022417,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":4765,"timestamp":1735483080032,"id":461,"parentId":430,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx","layer":"ssr"},"startTime":1728302022416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":13212,"timestamp":1735483080562,"id":473,"parentId":472,"tags":{},"startTime":1728302022416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13273,"timestamp":1735483080509,"id":472,"parentId":460,"tags":{},"startTime":1728302022416,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":15179,"timestamp":1735483079951,"id":460,"parentId":429,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx","layer":"ssr"},"startTime":1728302022416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":14701,"timestamp":1735483080505,"id":471,"parentId":470,"tags":{},"startTime":1728302022416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":14870,"timestamp":1735483080338,"id":470,"parentId":459,"tags":{},"startTime":1728302022416,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":17953,"timestamp":1735483078938,"id":459,"parentId":429,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx","layer":"ssr"},"startTime":1728302022415,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":16308,"timestamp":1735483080641,"id":477,"parentId":476,"tags":{},"startTime":1728302022417,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":16340,"timestamp":1735483080611,"id":476,"parentId":462,"tags":{},"startTime":1728302022417,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":18276,"timestamp":1735483080099,"id":462,"parentId":433,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/error-boundary.js","layer":"ssr"},"startTime":1728302022416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":17699,"timestamp":1735483080694,"id":485,"parentId":484,"tags":{},"startTime":1728302022417,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":17712,"timestamp":1735483080683,"id":484,"parentId":466,"tags":{},"startTime":1728302022417,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":18577,"timestamp":1735483080221,"id":466,"parentId":433,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/client-page.js","layer":"ssr"},"startTime":1728302022416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":18185,"timestamp":1735483080656,"id":479,"parentId":478,"tags":{},"startTime":1728302022417,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":18201,"timestamp":1735483080643,"id":478,"parentId":463,"tags":{},"startTime":1728302022417,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21247,"timestamp":1735483080131,"id":463,"parentId":429,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/image-component.js","layer":"ssr"},"startTime":1728302022416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":20801,"timestamp":1735483080669,"id":481,"parentId":480,"tags":{},"startTime":1728302022417,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20815,"timestamp":1735483080658,"id":480,"parentId":464,"tags":{},"startTime":1728302022417,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":25330,"timestamp":1735483080159,"id":464,"parentId":429,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/link.js","layer":"ssr"},"startTime":1728302022416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":24899,"timestamp":1735483080682,"id":483,"parentId":482,"tags":{},"startTime":1728302022417,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":24913,"timestamp":1735483080671,"id":482,"parentId":465,"tags":{},"startTime":1728302022417,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":30499,"timestamp":1735483080187,"id":465,"parentId":433,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/app-router.js","layer":"ssr"},"startTime":1728302022416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":30065,"timestamp":1735483080720,"id":489,"parentId":488,"tags":{},"startTime":1728302022417,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":30079,"timestamp":1735483080709,"id":488,"parentId":468,"tags":{},"startTime":1728302022417,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":31758,"timestamp":1735483080278,"id":468,"parentId":433,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/not-found-boundary.js","layer":"ssr"},"startTime":1728302022416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":31421,"timestamp":1735483080707,"id":487,"parentId":486,"tags":{},"startTime":1728302022417,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":31435,"timestamp":1735483080696,"id":486,"parentId":467,"tags":{},"startTime":1728302022417,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":35134,"timestamp":1735483080249,"id":467,"parentId":433,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/layout-router.js","layer":"ssr"},"startTime":1728302022416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":34690,"timestamp":1735483080732,"id":491,"parentId":490,"tags":{},"startTime":1728302022417,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":34703,"timestamp":1735483080721,"id":490,"parentId":469,"tags":{},"startTime":1728302022417,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":35637,"timestamp":1735483080306,"id":469,"parentId":433,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/render-from-template-context.js","layer":"ssr"},"startTime":1728302022416,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":292,"timestamp":1735483139298,"id":509,"parentId":502,"tags":{},"startTime":1728302022475,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":349,"timestamp":1735483139303,"id":510,"parentId":507,"tags":{},"startTime":1728302022475,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":86,"timestamp":1735483139606,"id":523,"parentId":502,"tags":{},"startTime":1728302022476,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":38,"timestamp":1735483139656,"id":524,"parentId":507,"tags":{},"startTime":1728302022476,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":1481,"timestamp":1735483138570,"id":502,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"ssr"},"startTime":1728302022475,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":1414,"timestamp":1735483139157,"id":507,"parentId":460,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/clsx/dist/clsx.mjs","layer":"ssr"},"startTime":1728302022475,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":4018,"timestamp":1735483136896,"id":496,"parentId":495,"tags":{},"startTime":1728302022473,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4101,"timestamp":1735483136816,"id":495,"parentId":492,"tags":{},"startTime":1728302022473,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":4852,"timestamp":1735483136425,"id":492,"parentId":461,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Button.jsx","layer":"ssr"},"startTime":1728302022472,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":4406,"timestamp":1735483136951,"id":498,"parentId":497,"tags":{},"startTime":1728302022473,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4460,"timestamp":1735483136900,"id":497,"parentId":493,"tags":{},"startTime":1728302022473,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":4997,"timestamp":1735483136569,"id":493,"parentId":461,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Container.jsx","layer":"ssr"},"startTime":1728302022473,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11085,"timestamp":1735483139342,"id":512,"parentId":511,"tags":{},"startTime":1728302022475,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11129,"timestamp":1735483139306,"id":511,"parentId":501,"tags":{},"startTime":1728302022475,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12681,"timestamp":1735483138484,"id":501,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-loader.js","layer":"ssr"},"startTime":1728302022474,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11810,"timestamp":1735483139376,"id":516,"parentId":515,"tags":{},"startTime":1728302022475,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11825,"timestamp":1735483139363,"id":515,"parentId":504,"tags":{},"startTime":1728302022475,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12431,"timestamp":1735483139061,"id":504,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-config.js","layer":"ssr"},"startTime":1728302022475,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":12121,"timestamp":1735483139390,"id":518,"parentId":517,"tags":{},"startTime":1728302022475,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12135,"timestamp":1735483139378,"id":517,"parentId":505,"tags":{},"startTime":1728302022475,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":13021,"timestamp":1735483139095,"id":505,"parentId":466,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/search-params.js","layer":"ssr"},"startTime":1728302022475,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":15194,"timestamp":1735483137001,"id":500,"parentId":499,"tags":{},"startTime":1728302022473,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":15243,"timestamp":1735483136953,"id":499,"parentId":494,"tags":{},"startTime":1728302022473,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":20075,"timestamp":1735483136647,"id":494,"parentId":461,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx","layer":"ssr"},"startTime":1728302022473,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":17620,"timestamp":1735483139403,"id":520,"parentId":519,"tags":{},"startTime":1728302022475,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":17635,"timestamp":1735483139392,"id":519,"parentId":506,"tags":{},"startTime":1728302022475,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":18226,"timestamp":1735483139127,"id":506,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1728302022475,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":17984,"timestamp":1735483139458,"id":522,"parentId":521,"tags":{},"startTime":1728302022475,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":18040,"timestamp":1735483139405,"id":521,"parentId":508,"tags":{},"startTime":1728302022475,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":18530,"timestamp":1735483139221,"id":508,"parentId":460,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/BackgroundImage.jsx","layer":"ssr"},"startTime":1728302022475,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":18659,"timestamp":1735483139361,"id":514,"parentId":513,"tags":{},"startTime":1728302022475,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":18677,"timestamp":1735483139345,"id":513,"parentId":503,"tags":{},"startTime":1728302022475,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21427,"timestamp":1735483139013,"id":503,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/get-img-props.js","layer":"ssr"},"startTime":1728302022475,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8376,"timestamp":1735483162365,"id":551,"parentId":550,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8399,"timestamp":1735483162351,"id":550,"parentId":528,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10111,"timestamp":1735483161326,"id":528,"parentId":464,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/add-locale.js","layer":"ssr"},"startTime":1728302022497,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9117,"timestamp":1735483162349,"id":549,"parentId":548,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9132,"timestamp":1735483162336,"id":548,"parentId":527,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"}] +[{"name":"build-module-js","duration":11278,"timestamp":1735483161292,"id":527,"parentId":464,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/resolve-href.js","layer":"ssr"},"startTime":1728302022497,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10257,"timestamp":1735483162335,"id":547,"parentId":546,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10276,"timestamp":1735483162318,"id":546,"parentId":526,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":11807,"timestamp":1735483161251,"id":526,"parentId":464,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/get-domain-locale.js","layer":"ssr"},"startTime":1728302022497,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10776,"timestamp":1735483162314,"id":545,"parentId":544,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10821,"timestamp":1735483162272,"id":544,"parentId":525,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12751,"timestamp":1735483161158,"id":525,"parentId":464,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/use-intersection.js","layer":"ssr"},"startTime":1728302022497,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11520,"timestamp":1735483162405,"id":557,"parentId":556,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11533,"timestamp":1735483162393,"id":556,"parentId":531,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12838,"timestamp":1735483161423,"id":531,"parentId":465,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/has-base-path.js","layer":"ssr"},"startTime":1728302022497,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11885,"timestamp":1735483162392,"id":555,"parentId":554,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11899,"timestamp":1735483162380,"id":554,"parentId":530,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":13259,"timestamp":1735483161393,"id":530,"parentId":465,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/remove-base-path.js","layer":"ssr"},"startTime":1728302022497,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":318,"timestamp":1735483177046,"id":583,"parentId":582,"tags":{},"startTime":1728302022513,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":517,"timestamp":1735483177376,"id":584,"parentId":582,"tags":{},"startTime":1728302022513,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":1292,"timestamp":1735483176874,"id":582,"parentId":492,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/api/link.js","layer":"ssr"},"startTime":1728302022513,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":16383,"timestamp":1735483162378,"id":553,"parentId":552,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":16398,"timestamp":1735483162366,"id":552,"parentId":529,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":18878,"timestamp":1735483161362,"id":529,"parentId":464,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils.js","layer":"ssr"},"startTime":1728302022497,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":17832,"timestamp":1735483162431,"id":561,"parentId":560,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":17845,"timestamp":1735483162420,"id":560,"parentId":533,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":19142,"timestamp":1735483161481,"id":533,"parentId":462,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/is-next-router-error.js","layer":"ssr"},"startTime":1728302022497,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":18230,"timestamp":1735483162418,"id":559,"parentId":558,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":18243,"timestamp":1735483162407,"id":558,"parentId":532,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":20241,"timestamp":1735483161453,"id":532,"parentId":462,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/navigation.js","layer":"ssr"},"startTime":1728302022497,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":19256,"timestamp":1735483162456,"id":565,"parentId":564,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":19269,"timestamp":1735483162445,"id":564,"parentId":535,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":20569,"timestamp":1735483161537,"id":535,"parentId":464,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/add-base-path.js","layer":"ssr"},"startTime":1728302022497,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":19691,"timestamp":1735483162443,"id":563,"parentId":562,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":19704,"timestamp":1735483162432,"id":562,"parentId":534,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21641,"timestamp":1735483161509,"id":534,"parentId":465,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/use-reducer-with-devtools.js","layer":"ssr"},"startTime":1728302022497,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":20673,"timestamp":1735483162493,"id":571,"parentId":570,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20686,"timestamp":1735483162482,"id":570,"parentId":538,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21810,"timestamp":1735483161617,"id":538,"parentId":465,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"ssr"},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":20966,"timestamp":1735483162480,"id":569,"parentId":568,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20979,"timestamp":1735483162469,"id":568,"parentId":537,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":22627,"timestamp":1735483161590,"id":537,"parentId":465,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/redirect-boundary.js","layer":"ssr"},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":21730,"timestamp":1735483162505,"id":573,"parentId":572,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":21742,"timestamp":1735483162494,"id":572,"parentId":539,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":22979,"timestamp":1735483161654,"id":539,"parentId":465,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/app-router-headers.js","layer":"ssr"},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":22226,"timestamp":1735483162468,"id":567,"parentId":566,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":22239,"timestamp":1735483162457,"id":566,"parentId":536,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":24434,"timestamp":1735483161565,"id":536,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/head.js","layer":"ssr"},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":23475,"timestamp":1735483162542,"id":579,"parentId":578,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":23488,"timestamp":1735483162531,"id":578,"parentId":542,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":24624,"timestamp":1735483161766,"id":542,"parentId":468,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/not-found.js","layer":"ssr"},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":24205,"timestamp":1735483162530,"id":577,"parentId":576,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":24218,"timestamp":1735483162519,"id":576,"parentId":541,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":25249,"timestamp":1735483161730,"id":541,"parentId":465,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/segment.js","layer":"ssr"},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":24514,"timestamp":1735483162518,"id":575,"parentId":574,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":24528,"timestamp":1735483162506,"id":574,"parentId":540,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":26083,"timestamp":1735483161679,"id":540,"parentId":465,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/app-router-announcer.js","layer":"ssr"},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":25335,"timestamp":1735483162554,"id":581,"parentId":580,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":25348,"timestamp":1735483162543,"id":580,"parentId":543,"tags":{},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":26596,"timestamp":1735483161794,"id":543,"parentId":467,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/match-segments.js","layer":"ssr"},"startTime":1728302022498,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":989,"timestamp":1735483190636,"id":590,"parentId":585,"tags":{},"startTime":1728302022527,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1036,"timestamp":1735483190642,"id":591,"parentId":587,"tags":{},"startTime":1728302022527,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1087,"timestamp":1735483190644,"id":592,"parentId":589,"tags":{},"startTime":1728302022527,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1871,"timestamp":1735483191635,"id":597,"parentId":585,"tags":{},"startTime":1728302022528,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1827,"timestamp":1735483191682,"id":598,"parentId":587,"tags":{},"startTime":1728302022528,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1776,"timestamp":1735483191734,"id":599,"parentId":589,"tags":{},"startTime":1728302022528,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":3699,"timestamp":1735483190098,"id":585,"parentId":508,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/api/image.js","layer":"ssr"},"startTime":1728302022526,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":4680,"timestamp":1735483190280,"id":587,"parentId":505,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1728302022526,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":4858,"timestamp":1735483190381,"id":589,"parentId":505,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"ssr"},"startTime":1728302022526,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6940,"timestamp":1735483191504,"id":596,"parentId":595,"tags":{},"startTime":1728302022527,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6961,"timestamp":1735483191488,"id":595,"parentId":588,"tags":{},"startTime":1728302022527,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8532,"timestamp":1735483190350,"id":588,"parentId":503,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-blur-svg.js","layer":"ssr"},"startTime":1728302022526,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7427,"timestamp":1735483191483,"id":594,"parentId":593,"tags":{},"startTime":1728302022527,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7471,"timestamp":1735483191442,"id":593,"parentId":586,"tags":{},"startTime":1728302022527,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9180,"timestamp":1735483190231,"id":586,"parentId":501,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/match-remote-pattern.js","layer":"ssr"},"startTime":1728302022526,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8813,"timestamp":1735483200304,"id":611,"parentId":610,"tags":{},"startTime":1728302022536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8839,"timestamp":1735483200285,"id":610,"parentId":601,"tags":{},"startTime":1728302022536,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9772,"timestamp":1735483199863,"id":601,"parentId":465,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"ssr"},"startTime":1728302022536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9344,"timestamp":1735483200320,"id":613,"parentId":612,"tags":{},"startTime":1728302022536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9360,"timestamp":1735483200305,"id":612,"parentId":602,"tags":{},"startTime":1728302022536,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10490,"timestamp":1735483199908,"id":602,"parentId":465,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js","layer":"ssr"},"startTime":1728302022536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10135,"timestamp":1735483200281,"id":609,"parentId":608,"tags":{},"startTime":1728302022536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10177,"timestamp":1735483200240,"id":608,"parentId":600,"tags":{},"startTime":1728302022536,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":11180,"timestamp":1735483199762,"id":600,"parentId":464,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"ssr"},"startTime":1728302022536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":12494,"timestamp":1735483200363,"id":619,"parentId":618,"tags":{},"startTime":1728302022536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12511,"timestamp":1735483200351,"id":618,"parentId":605,"tags":{},"startTime":1728302022536,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":13435,"timestamp":1735483200007,"id":605,"parentId":465,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"ssr"},"startTime":1728302022536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":13114,"timestamp":1735483200349,"id":617,"parentId":616,"tags":{},"startTime":1728302022536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13129,"timestamp":1735483200336,"id":616,"parentId":604,"tags":{},"startTime":1728302022536,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":14007,"timestamp":1735483199977,"id":604,"parentId":467,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"ssr"},"startTime":1728302022536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":13725,"timestamp":1735483200335,"id":615,"parentId":614,"tags":{},"startTime":1728302022536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13740,"timestamp":1735483200321,"id":614,"parentId":603,"tags":{},"startTime":1728302022536,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15164,"timestamp":1735483199944,"id":603,"parentId":467,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1728302022536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":14749,"timestamp":1735483200377,"id":621,"parentId":620,"tags":{},"startTime":1728302022536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":14763,"timestamp":1735483200365,"id":620,"parentId":606,"tags":{},"startTime":1728302022536,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15363,"timestamp":1735483200037,"id":606,"parentId":467,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"ssr"},"startTime":1728302022536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":15026,"timestamp":1735483200391,"id":623,"parentId":622,"tags":{},"startTime":1728302022536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":15039,"timestamp":1735483200379,"id":622,"parentId":607,"tags":{},"startTime":1728302022536,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15771,"timestamp":1735483200066,"id":607,"parentId":467,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"ssr"},"startTime":1728302022536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":587,"timestamp":1735483220571,"id":652,"parentId":639,"tags":{},"startTime":1728302022557,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":668,"timestamp":1735483220575,"id":653,"parentId":640,"tags":{},"startTime":1728302022557,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":711,"timestamp":1735483221170,"id":674,"parentId":639,"tags":{},"startTime":1728302022557,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":638,"timestamp":1735483221247,"id":675,"parentId":640,"tags":{},"startTime":1728302022557,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10873,"timestamp":1735483219572,"id":639,"parentId":586,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/picomatch/index.js","layer":"ssr"},"startTime":1728302022556,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":11254,"timestamp":1735483219701,"id":640,"parentId":587,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/url.js","layer":"ssr"},"startTime":1728302022556,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":20095,"timestamp":1735483211821,"id":636,"parentId":635,"tags":{},"startTime":1728302022548,"traceId":"480ec8b9e15b14de"}] +[{"name":"next-swc-loader","duration":20258,"timestamp":1735483211808,"id":635,"parentId":627,"tags":{},"startTime":1728302022548,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21094,"timestamp":1735483211516,"id":627,"parentId":465,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"ssr"},"startTime":1728302022547,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":20838,"timestamp":1735483211791,"id":632,"parentId":631,"tags":{},"startTime":1728302022548,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20860,"timestamp":1735483211771,"id":631,"parentId":625,"tags":{},"startTime":1728302022548,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21491,"timestamp":1735483211440,"id":625,"parentId":464,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"ssr"},"startTime":1728302022547,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":21373,"timestamp":1735483211806,"id":634,"parentId":633,"tags":{},"startTime":1728302022548,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":21389,"timestamp":1735483211793,"id":633,"parentId":626,"tags":{},"startTime":1728302022548,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":24927,"timestamp":1735483211481,"id":626,"parentId":464,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"ssr"},"startTime":1728302022547,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":24620,"timestamp":1735483211834,"id":638,"parentId":637,"tags":{},"startTime":1728302022548,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":24634,"timestamp":1735483211822,"id":637,"parentId":628,"tags":{},"startTime":1728302022548,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":25249,"timestamp":1735483211547,"id":628,"parentId":467,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"ssr"},"startTime":1728302022547,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":25492,"timestamp":1735483211768,"id":630,"parentId":629,"tags":{},"startTime":1728302022548,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":25531,"timestamp":1735483211731,"id":629,"parentId":624,"tags":{},"startTime":1728302022548,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":28570,"timestamp":1735483211342,"id":624,"parentId":465,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/app/hot-reloader-client.js","layer":"ssr"},"startTime":1728302022547,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":19210,"timestamp":1735483220848,"id":657,"parentId":656,"tags":{},"startTime":1728302022557,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":19251,"timestamp":1735483220809,"id":656,"parentId":641,"tags":{},"startTime":1728302022557,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":20708,"timestamp":1735483219775,"id":641,"parentId":587,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/hooks-server-context.js","layer":"ssr"},"startTime":1728302022556,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":19632,"timestamp":1735483220868,"id":659,"parentId":658,"tags":{},"startTime":1728302022557,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":19651,"timestamp":1735483220852,"id":658,"parentId":642,"tags":{},"startTime":1728302022557,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21100,"timestamp":1735483219816,"id":642,"parentId":587,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"ssr"},"startTime":1728302022556,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":20052,"timestamp":1735483220883,"id":661,"parentId":660,"tags":{},"startTime":1728302022557,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20066,"timestamp":1735483220870,"id":660,"parentId":643,"tags":{},"startTime":1728302022557,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21422,"timestamp":1735483219861,"id":643,"parentId":585,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-external.js","layer":"ssr"},"startTime":1728302022556,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":20402,"timestamp":1735483220900,"id":663,"parentId":662,"tags":{},"startTime":1728302022557,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20418,"timestamp":1735483220885,"id":662,"parentId":646,"tags":{},"startTime":1728302022557,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21518,"timestamp":1735483220379,"id":646,"parentId":528,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"ssr"},"startTime":1728302022556,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":21001,"timestamp":1735483220917,"id":665,"parentId":664,"tags":{},"startTime":1728302022557,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":21017,"timestamp":1735483220902,"id":664,"parentId":647,"tags":{},"startTime":1728302022557,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21959,"timestamp":1735483220412,"id":647,"parentId":525,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/request-idle-callback.js","layer":"ssr"},"startTime":1728302022556,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":21448,"timestamp":1735483220945,"id":669,"parentId":668,"tags":{},"startTime":1728302022557,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":21462,"timestamp":1735483220932,"id":668,"parentId":649,"tags":{},"startTime":1728302022557,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":22183,"timestamp":1735483220472,"id":649,"parentId":527,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"ssr"},"startTime":1728302022556,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":21858,"timestamp":1735483220958,"id":671,"parentId":670,"tags":{},"startTime":1728302022557,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":21872,"timestamp":1735483220946,"id":670,"parentId":650,"tags":{},"startTime":1728302022557,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":22538,"timestamp":1735483220502,"id":650,"parentId":531,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"ssr"},"startTime":1728302022556,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":22129,"timestamp":1735483220931,"id":667,"parentId":666,"tags":{},"startTime":1728302022557,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":22143,"timestamp":1735483220918,"id":666,"parentId":648,"tags":{},"startTime":1728302022557,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":23456,"timestamp":1735483220442,"id":648,"parentId":527,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"ssr"},"startTime":1728302022556,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":22956,"timestamp":1735483220971,"id":673,"parentId":672,"tags":{},"startTime":1728302022557,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":22970,"timestamp":1735483220960,"id":672,"parentId":651,"tags":{},"startTime":1728302022557,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":23945,"timestamp":1735483220531,"id":651,"parentId":527,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"ssr"},"startTime":1728302022556,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7006,"timestamp":1735483246640,"id":692,"parentId":691,"tags":{},"startTime":1728302022583,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7028,"timestamp":1735483246624,"id":691,"parentId":680,"tags":{},"startTime":1728302022583,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8226,"timestamp":1735483245901,"id":680,"parentId":535,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"ssr"},"startTime":1728302022582,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7540,"timestamp":1735483246608,"id":688,"parentId":687,"tags":{},"startTime":1728302022583,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7559,"timestamp":1735483246591,"id":687,"parentId":677,"tags":{},"startTime":1728302022583,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8900,"timestamp":1735483245750,"id":677,"parentId":532,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/navigation.react-server.js","layer":"ssr"},"startTime":1728302022582,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8049,"timestamp":1735483246623,"id":690,"parentId":689,"tags":{},"startTime":1728302022583,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8064,"timestamp":1735483246610,"id":689,"parentId":678,"tags":{},"startTime":1728302022583,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9367,"timestamp":1735483245790,"id":678,"parentId":536,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/side-effect.js","layer":"ssr"},"startTime":1728302022582,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8596,"timestamp":1735483246586,"id":686,"parentId":685,"tags":{},"startTime":1728302022583,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8652,"timestamp":1735483246532,"id":685,"parentId":676,"tags":{},"startTime":1728302022582,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10405,"timestamp":1735483245656,"id":676,"parentId":533,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/redirect.js","layer":"ssr"},"startTime":1728302022582,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9724,"timestamp":1735483246666,"id":696,"parentId":695,"tags":{},"startTime":1728302022583,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9737,"timestamp":1735483246655,"id":695,"parentId":682,"tags":{},"startTime":1728302022583,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10611,"timestamp":1735483245981,"id":682,"parentId":536,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/amp-mode.js","layer":"ssr"},"startTime":1728302022582,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9928,"timestamp":1735483246679,"id":698,"parentId":697,"tags":{},"startTime":1728302022583,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9941,"timestamp":1735483246667,"id":697,"parentId":683,"tags":{},"startTime":1728302022583,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10918,"timestamp":1735483246010,"id":683,"parentId":532,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"ssr"},"startTime":1728302022582,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10299,"timestamp":1735483246653,"id":694,"parentId":693,"tags":{},"startTime":1728302022583,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10313,"timestamp":1735483246641,"id":693,"parentId":681,"tags":{},"startTime":1728302022583,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":11758,"timestamp":1735483245953,"id":681,"parentId":534,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/action-queue.js","layer":"ssr"},"startTime":1728302022582,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":45719,"timestamp":1735483220578,"id":654,"parentId":644,"tags":{},"startTime":1728302022557,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":50,"timestamp":1735483266320,"id":701,"parentId":644,"tags":{},"startTime":1728302022602,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":46714,"timestamp":1735483219892,"id":644,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react.js","layer":"ssr"},"startTime":1728302022556,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":46020,"timestamp":1735483220603,"id":655,"parentId":645,"tags":{},"startTime":1728302022557,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":25342,"timestamp":1735483246377,"id":684,"parentId":679,"tags":{},"startTime":1728302022582,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":53,"timestamp":1735483271735,"id":723,"parentId":679,"tags":{},"startTime":1728302022608,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":26516,"timestamp":1735483245826,"id":679,"parentId":543,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/app-render/get-segment-param.js","layer":"ssr"},"startTime":1728302022582,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5334,"timestamp":1735483269748,"id":710,"parentId":709,"tags":{},"startTime":1728302022606,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5412,"timestamp":1735483269679,"id":709,"parentId":702,"tags":{},"startTime":1728302022606,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":6454,"timestamp":1735483269296,"id":702,"parentId":459,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/text.jsx","layer":"ssr"},"startTime":1728302022605,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5984,"timestamp":1735483269799,"id":716,"parentId":715,"tags":{},"startTime":1728302022606,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5998,"timestamp":1735483269787,"id":715,"parentId":705,"tags":{},"startTime":1728302022606,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":7219,"timestamp":1735483269469,"id":705,"parentId":602,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"ssr"},"startTime":1728302022605,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6940,"timestamp":1735483269785,"id":714,"parentId":713,"tags":{},"startTime":1728302022606,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6955,"timestamp":1735483269772,"id":713,"parentId":704,"tags":{},"startTime":1728302022606,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8213,"timestamp":1735483269437,"id":704,"parentId":602,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"ssr"},"startTime":1728302022605,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7844,"timestamp":1735483269827,"id":720,"parentId":719,"tags":{},"startTime":1728302022606,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7858,"timestamp":1735483269815,"id":719,"parentId":707,"tags":{},"startTime":1728302022606,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8588,"timestamp":1735483269549,"id":707,"parentId":603,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/hash.js","layer":"ssr"},"startTime":1728302022605,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10867,"timestamp":1735483269770,"id":712,"parentId":711,"tags":{},"startTime":1728302022606,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10889,"timestamp":1735483269752,"id":711,"parentId":703,"tags":{},"startTime":1728302022606,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12440,"timestamp":1735483269399,"id":703,"parentId":602,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"ssr"},"startTime":1728302022605,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8911,"timestamp":1735483273009,"id":725,"parentId":724,"tags":{},"startTime":1728302022609,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8975,"timestamp":1735483272948,"id":724,"parentId":645,"tags":{},"startTime":1728302022609,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":62131,"timestamp":1735483219966,"id":645,"parentId":461,"tags":{"name":"__barrel_optimize__?names=Bars3Icon,XMarkIcon!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/index.js","layer":"ssr"},"startTime":1728302022556,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":12315,"timestamp":1735483269813,"id":718,"parentId":717,"tags":{},"startTime":1728302022606,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12329,"timestamp":1735483269800,"id":717,"parentId":706,"tags":{},"startTime":1728302022606,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":13543,"timestamp":1735483269500,"id":706,"parentId":602,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"ssr"},"startTime":1728302022605,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":13222,"timestamp":1735483269839,"id":722,"parentId":721,"tags":{},"startTime":1728302022606,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13234,"timestamp":1735483269828,"id":721,"parentId":708,"tags":{},"startTime":1728302022606,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":13820,"timestamp":1735483269578,"id":708,"parentId":603,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/app-call-server.js","layer":"ssr"},"startTime":1728302022606,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":938,"timestamp":1735483285077,"id":750,"parentId":746,"tags":{},"startTime":1728302022621,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":849,"timestamp":1735483286024,"id":756,"parentId":746,"tags":{},"startTime":1728302022622,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":2459,"timestamp":1735483284766,"id":746,"parentId":644,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1728302022621,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":14340,"timestamp":1735483274341,"id":735,"parentId":734,"tags":{},"startTime":1728302022610,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":14375,"timestamp":1735483274310,"id":734,"parentId":727,"tags":{},"startTime":1728302022610,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":14927,"timestamp":1735483274022,"id":727,"parentId":646,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"ssr"},"startTime":1728302022610,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":14608,"timestamp":1735483274360,"id":737,"parentId":736,"tags":{},"startTime":1728302022610,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":14625,"timestamp":1735483274344,"id":736,"parentId":728,"tags":{},"startTime":1728302022610,"traceId":"480ec8b9e15b14de"}] +[{"name":"build-module-js","duration":15313,"timestamp":1735483274064,"id":728,"parentId":646,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"ssr"},"startTime":1728302022610,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":15021,"timestamp":1735483274379,"id":739,"parentId":738,"tags":{},"startTime":1728302022610,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":15040,"timestamp":1735483274361,"id":738,"parentId":729,"tags":{},"startTime":1728302022610,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":16053,"timestamp":1735483274097,"id":729,"parentId":624,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/shared.js","layer":"ssr"},"startTime":1728302022610,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":15759,"timestamp":1735483274410,"id":743,"parentId":742,"tags":{},"startTime":1728302022610,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":15774,"timestamp":1735483274395,"id":742,"parentId":731,"tags":{},"startTime":1728302022610,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":16362,"timestamp":1735483274160,"id":731,"parentId":651,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"ssr"},"startTime":1728302022610,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":16155,"timestamp":1735483274394,"id":741,"parentId":740,"tags":{},"startTime":1728302022610,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":16169,"timestamp":1735483274381,"id":740,"parentId":730,"tags":{},"startTime":1728302022610,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":17167,"timestamp":1735483274129,"id":730,"parentId":624,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/app/ReactDevOverlay.js","layer":"ssr"},"startTime":1728302022610,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":16899,"timestamp":1735483274423,"id":745,"parentId":744,"tags":{},"startTime":1728302022610,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":16913,"timestamp":1735483274411,"id":744,"parentId":732,"tags":{},"startTime":1728302022610,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":18321,"timestamp":1735483274195,"id":732,"parentId":651,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"ssr"},"startTime":1728302022610,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":27900,"timestamp":1735483264952,"id":700,"parentId":699,"tags":{},"startTime":1728302022601,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":57,"timestamp":1735483292861,"id":757,"parentId":699,"tags":{},"startTime":1728302022629,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":28234,"timestamp":1735483264802,"id":699,"parentId":461,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js","layer":"ssr"},"startTime":1728302022601,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7665,"timestamp":1735483285931,"id":753,"parentId":752,"tags":{},"startTime":1728302022622,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7705,"timestamp":1735483285895,"id":752,"parentId":748,"tags":{},"startTime":1728302022622,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9036,"timestamp":1735483284967,"id":748,"parentId":676,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1728302022621,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8078,"timestamp":1735483285951,"id":755,"parentId":754,"tags":{},"startTime":1728302022622,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8096,"timestamp":1735483285935,"id":754,"parentId":749,"tags":{},"startTime":1728302022622,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9570,"timestamp":1735483285005,"id":749,"parentId":681,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"ssr"},"startTime":1728302022621,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":31843,"timestamp":1735483274233,"id":733,"parentId":726,"tags":{},"startTime":1728302022610,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":65,"timestamp":1735483306092,"id":767,"parentId":726,"tags":{},"startTime":1728302022642,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":32520,"timestamp":1735483273896,"id":726,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-dom.js","layer":"ssr"},"startTime":1728302022610,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":23037,"timestamp":1735483285082,"id":751,"parentId":747,"tags":{},"startTime":1728302022621,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":51,"timestamp":1735483308131,"id":803,"parentId":747,"tags":{},"startTime":1728302022644,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":24432,"timestamp":1735483284887,"id":747,"parentId":607,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":"ssr"},"startTime":1728302022621,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6185,"timestamp":1735483305331,"id":766,"parentId":765,"tags":{},"startTime":1728302022641,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6233,"timestamp":1735483305289,"id":765,"parentId":764,"tags":{},"startTime":1728302022641,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6880,"timestamp":1735483305130,"id":764,"parentId":683,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"ssr"},"startTime":1728302022641,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5036,"timestamp":1735483307604,"id":786,"parentId":785,"tags":{},"startTime":1728302022644,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5072,"timestamp":1735483307571,"id":785,"parentId":772,"tags":{},"startTime":1728302022644,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":5904,"timestamp":1735483307098,"id":772,"parentId":527,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"ssr"},"startTime":1728302022643,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5377,"timestamp":1735483307652,"id":792,"parentId":791,"tags":{},"startTime":1728302022644,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5391,"timestamp":1735483307640,"id":791,"parentId":775,"tags":{},"startTime":1728302022644,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6491,"timestamp":1735483307186,"id":775,"parentId":624,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-error-handler.js","layer":"ssr"},"startTime":1728302022643,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6060,"timestamp":1735483307639,"id":790,"parentId":789,"tags":{},"startTime":1728302022644,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6075,"timestamp":1735483307626,"id":789,"parentId":774,"tags":{},"startTime":1728302022644,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":7059,"timestamp":1735483307159,"id":774,"parentId":624,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parseStack.js","layer":"ssr"},"startTime":1728302022643,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6568,"timestamp":1735483307665,"id":794,"parentId":793,"tags":{},"startTime":1728302022644,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6581,"timestamp":1735483307654,"id":793,"parentId":776,"tags":{},"startTime":1728302022644,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":7253,"timestamp":1735483307213,"id":776,"parentId":624,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/runtime-error-handler.js","layer":"ssr"},"startTime":1728302022643,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6873,"timestamp":1735483307624,"id":788,"parentId":787,"tags":{},"startTime":1728302022644,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6891,"timestamp":1735483307607,"id":787,"parentId":773,"tags":{},"startTime":1728302022644,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9130,"timestamp":1735483307130,"id":773,"parentId":624,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/format-webpack-messages.js","layer":"ssr"},"startTime":1728302022643,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8567,"timestamp":1735483307717,"id":800,"parentId":799,"tags":{},"startTime":1728302022644,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8594,"timestamp":1735483307693,"id":799,"parentId":779,"tags":{},"startTime":1728302022644,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9335,"timestamp":1735483307295,"id":779,"parentId":645,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/Bars3Icon.js","layer":"ssr"},"startTime":1728302022643,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":19866,"timestamp":1735483298174,"id":761,"parentId":758,"tags":{},"startTime":1728302022634,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":54,"timestamp":1735483318050,"id":810,"parentId":758,"tags":{},"startTime":1728302022654,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":20473,"timestamp":1735483297773,"id":758,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-runtime.js","layer":"ssr"},"startTime":1728302022634,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":20057,"timestamp":1735483298204,"id":763,"parentId":760,"tags":{},"startTime":1728302022634,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483318267,"id":811,"parentId":760,"tags":{},"startTime":1728302022654,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":20641,"timestamp":1735483297988,"id":760,"parentId":624,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/dev/extract-modules-from-turbopack-message.js","layer":"ssr"},"startTime":1728302022634,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":20441,"timestamp":1735483298198,"id":762,"parentId":759,"tags":{},"startTime":1728302022634,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483318644,"id":812,"parentId":759,"tags":{},"startTime":1728302022655,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":20999,"timestamp":1735483297912,"id":759,"parentId":624,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":"ssr"},"startTime":1728302022634,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11247,"timestamp":1735483307741,"id":802,"parentId":801,"tags":{},"startTime":1728302022644,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11271,"timestamp":1735483307719,"id":801,"parentId":780,"tags":{},"startTime":1728302022644,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":11924,"timestamp":1735483307335,"id":780,"parentId":645,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/XMarkIcon.js","layer":"ssr"},"startTime":1728302022643,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11591,"timestamp":1735483307691,"id":798,"parentId":797,"tags":{},"startTime":1728302022644,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11603,"timestamp":1735483307680,"id":797,"parentId":778,"tags":{},"startTime":1728302022644,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12712,"timestamp":1735483307269,"id":778,"parentId":624,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parse-component-stack.js","layer":"ssr"},"startTime":1728302022643,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":12354,"timestamp":1735483307679,"id":796,"parentId":795,"tags":{},"startTime":1728302022644,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12367,"timestamp":1735483307667,"id":795,"parentId":777,"tags":{},"startTime":1728302022644,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":13577,"timestamp":1735483307242,"id":777,"parentId":624,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-websocket.js","layer":"ssr"},"startTime":1728302022643,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":16580,"timestamp":1735483312463,"id":809,"parentId":808,"tags":{},"startTime":1728302022648,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":16603,"timestamp":1735483312447,"id":808,"parentId":805,"tags":{},"startTime":1728302022648,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":17423,"timestamp":1735483312305,"id":805,"parentId":703,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"ssr"},"startTime":1728302022648,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":17311,"timestamp":1735483312444,"id":807,"parentId":806,"tags":{},"startTime":1728302022648,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":17350,"timestamp":1735483312407,"id":806,"parentId":804,"tags":{},"startTime":1728302022648,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":17995,"timestamp":1735483312215,"id":804,"parentId":705,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"ssr"},"startTime":1728302022648,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9037,"timestamp":1735483323006,"id":821,"parentId":820,"tags":{},"startTime":1728302022659,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9077,"timestamp":1735483322969,"id":820,"parentId":813,"tags":{},"startTime":1728302022659,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10126,"timestamp":1735483322201,"id":813,"parentId":732,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"ssr"},"startTime":1728302022658,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9292,"timestamp":1735483323055,"id":827,"parentId":826,"tags":{},"startTime":1728302022659,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9305,"timestamp":1735483323043,"id":826,"parentId":816,"tags":{},"startTime":1728302022659,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10461,"timestamp":1735483322361,"id":816,"parentId":749,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"ssr"},"startTime":1728302022658,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9801,"timestamp":1735483323042,"id":825,"parentId":824,"tags":{},"startTime":1728302022659,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9816,"timestamp":1735483323029,"id":824,"parentId":815,"tags":{},"startTime":1728302022659,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":11057,"timestamp":1735483322329,"id":815,"parentId":749,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"ssr"},"startTime":1728302022658,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10340,"timestamp":1735483323068,"id":829,"parentId":828,"tags":{},"startTime":1728302022659,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10353,"timestamp":1735483323056,"id":828,"parentId":817,"tags":{},"startTime":1728302022659,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":11705,"timestamp":1735483322391,"id":817,"parentId":749,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"ssr"},"startTime":1728302022658,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11251,"timestamp":1735483323080,"id":831,"parentId":830,"tags":{},"startTime":1728302022659,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11265,"timestamp":1735483323069,"id":830,"parentId":818,"tags":{},"startTime":1728302022659,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12600,"timestamp":1735483322421,"id":818,"parentId":749,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/fast-refresh-reducer.js","layer":"ssr"},"startTime":1728302022658,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":12030,"timestamp":1735483323027,"id":823,"parentId":822,"tags":{},"startTime":1728302022659,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12049,"timestamp":1735483323010,"id":822,"parentId":814,"tags":{},"startTime":1728302022659,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":14594,"timestamp":1735483322284,"id":814,"parentId":749,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"ssr"},"startTime":1728302022658,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":13816,"timestamp":1735483323093,"id":833,"parentId":832,"tags":{},"startTime":1728302022659,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13829,"timestamp":1735483323082,"id":832,"parentId":819,"tags":{},"startTime":1728302022659,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15783,"timestamp":1735483322449,"id":819,"parentId":749,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"ssr"},"startTime":1728302022658,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":40664,"timestamp":1735483307381,"id":781,"parentId":768,"tags":{},"startTime":1728302022643,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":55,"timestamp":1735483348064,"id":834,"parentId":768,"tags":{},"startTime":1728302022684,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":41545,"timestamp":1735483306776,"id":768,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/router-context.js","layer":"ssr"},"startTime":1728302022643,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":40937,"timestamp":1735483307395,"id":782,"parentId":769,"tags":{},"startTime":1728302022643,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483348338,"id":835,"parentId":769,"tags":{},"startTime":1728302022684,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":41602,"timestamp":1735483306873,"id":769,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/image-config-context.js","layer":"ssr"},"startTime":1728302022643,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":41081,"timestamp":1735483307401,"id":783,"parentId":770,"tags":{},"startTime":1728302022643,"traceId":"480ec8b9e15b14de"}] +[{"name":"next-swc-loader","duration":49,"timestamp":1735483348632,"id":836,"parentId":770,"tags":{},"startTime":1728302022685,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":41824,"timestamp":1735483306949,"id":770,"parentId":464,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/app-router-context.js","layer":"ssr"},"startTime":1728302022643,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":41376,"timestamp":1735483307407,"id":784,"parentId":771,"tags":{},"startTime":1728302022643,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483348788,"id":837,"parentId":771,"tags":{},"startTime":1728302022685,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":41882,"timestamp":1735483307028,"id":771,"parentId":465,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/hooks-client-context.js","layer":"ssr"},"startTime":1728302022643,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8130,"timestamp":1735483350771,"id":856,"parentId":855,"tags":{},"startTime":1728302022687,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8153,"timestamp":1735483350755,"id":855,"parentId":843,"tags":{},"startTime":1728302022687,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9234,"timestamp":1735483350302,"id":843,"parentId":730,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/ComponentStyles.js","layer":"ssr"},"startTime":1728302022686,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8776,"timestamp":1735483350786,"id":858,"parentId":857,"tags":{},"startTime":1728302022687,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8790,"timestamp":1735483350773,"id":857,"parentId":844,"tags":{},"startTime":1728302022687,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9663,"timestamp":1735483350334,"id":844,"parentId":730,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/CssReset.js","layer":"ssr"},"startTime":1728302022686,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9262,"timestamp":1735483350751,"id":854,"parentId":853,"tags":{},"startTime":1728302022687,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9301,"timestamp":1735483350714,"id":853,"parentId":842,"tags":{},"startTime":1728302022687,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10102,"timestamp":1735483350262,"id":842,"parentId":730,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/Base.js","layer":"ssr"},"startTime":1728302022686,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":14340,"timestamp":1735483350839,"id":866,"parentId":865,"tags":{},"startTime":1728302022687,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":14359,"timestamp":1735483350827,"id":865,"parentId":848,"tags":{},"startTime":1728302022687,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15290,"timestamp":1735483350467,"id":848,"parentId":730,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/ShadowPortal.js","layer":"ssr"},"startTime":1728302022686,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":15023,"timestamp":1735483350826,"id":864,"parentId":863,"tags":{},"startTime":1728302022687,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":15037,"timestamp":1735483350814,"id":863,"parentId":847,"tags":{},"startTime":1728302022687,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15858,"timestamp":1735483350437,"id":847,"parentId":730,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/root-layout-missing-tags-error.js","layer":"ssr"},"startTime":1728302022686,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":15517,"timestamp":1735483350800,"id":860,"parentId":859,"tags":{},"startTime":1728302022687,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":15531,"timestamp":1735483350788,"id":859,"parentId":845,"tags":{},"startTime":1728302022687,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":16472,"timestamp":1735483350376,"id":845,"parentId":730,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/BuildError.js","layer":"ssr"},"startTime":1728302022686,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":16080,"timestamp":1735483350813,"id":862,"parentId":861,"tags":{},"startTime":1728302022687,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":16093,"timestamp":1735483350801,"id":861,"parentId":846,"tags":{},"startTime":1728302022687,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":17890,"timestamp":1735483350404,"id":846,"parentId":730,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/Errors.js","layer":"ssr"},"startTime":1728302022686,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10083,"timestamp":1735483361640,"id":875,"parentId":874,"tags":{},"startTime":1728302022698,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10123,"timestamp":1735483361604,"id":874,"parentId":870,"tags":{},"startTime":1728302022698,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10845,"timestamp":1735483361297,"id":870,"parentId":747,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"ssr"},"startTime":1728302022697,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7778,"timestamp":1735483373988,"id":884,"parentId":883,"tags":{},"startTime":1728302022710,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7806,"timestamp":1735483373970,"id":883,"parentId":877,"tags":{},"startTime":1728302022710,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8963,"timestamp":1735483373432,"id":877,"parentId":775,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/is-hydration-error.js","layer":"ssr"},"startTime":1728302022709,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8399,"timestamp":1735483374018,"id":888,"parentId":887,"tags":{},"startTime":1728302022710,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8414,"timestamp":1735483374005,"id":887,"parentId":879,"tags":{},"startTime":1728302022710,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9310,"timestamp":1735483373508,"id":879,"parentId":777,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/get-socket-url.js","layer":"ssr"},"startTime":1728302022709,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8886,"timestamp":1735483374003,"id":886,"parentId":885,"tags":{},"startTime":1728302022710,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8902,"timestamp":1735483373989,"id":885,"parentId":878,"tags":{},"startTime":1728302022710,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9671,"timestamp":1735483373474,"id":878,"parentId":772,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"ssr"},"startTime":1728302022709,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9365,"timestamp":1735483374033,"id":890,"parentId":889,"tags":{},"startTime":1728302022710,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9379,"timestamp":1735483374020,"id":889,"parentId":880,"tags":{},"startTime":1728302022710,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10316,"timestamp":1735483373539,"id":880,"parentId":775,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js","layer":"ssr"},"startTime":1728302022709,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9919,"timestamp":1735483373966,"id":882,"parentId":881,"tags":{},"startTime":1728302022710,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9961,"timestamp":1735483373926,"id":881,"parentId":876,"tags":{},"startTime":1728302022710,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":11387,"timestamp":1735483373341,"id":876,"parentId":772,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"ssr"},"startTime":1728302022709,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":35835,"timestamp":1735483350524,"id":850,"parentId":839,"tags":{},"startTime":1728302022686,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":54,"timestamp":1735483386369,"id":921,"parentId":839,"tags":{},"startTime":1728302022722,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":36547,"timestamp":1735483350033,"id":839,"parentId":536,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/head-manager-context.js","layer":"ssr"},"startTime":1728302022686,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":36060,"timestamp":1735483350531,"id":851,"parentId":840,"tags":{},"startTime":1728302022686,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":49,"timestamp":1735483386597,"id":922,"parentId":840,"tags":{},"startTime":1728302022723,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":36630,"timestamp":1735483350114,"id":840,"parentId":603,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client-edge.js","layer":"ssr"},"startTime":1728302022686,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":36400,"timestamp":1735483350537,"id":852,"parentId":841,"tags":{},"startTime":1728302022686,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":57,"timestamp":1735483386950,"id":923,"parentId":841,"tags":{},"startTime":1728302022723,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":37170,"timestamp":1735483350189,"id":841,"parentId":536,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/amp-context.js","layer":"ssr"},"startTime":1728302022686,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":36950,"timestamp":1735483350505,"id":849,"parentId":838,"tags":{},"startTime":1728302022686,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":100,"timestamp":1735483387476,"id":924,"parentId":838,"tags":{},"startTime":1728302022723,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":37840,"timestamp":1735483349907,"id":838,"parentId":532,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/server-inserted-html.js","layer":"ssr"},"startTime":1728302022686,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":4627,"timestamp":1735483385870,"id":908,"parentId":907,"tags":{},"startTime":1728302022722,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4647,"timestamp":1735483385857,"id":907,"parentId":894,"tags":{},"startTime":1728302022722,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":5865,"timestamp":1735483385181,"id":894,"parentId":815,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"ssr"},"startTime":1728302022721,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5234,"timestamp":1735483385840,"id":904,"parentId":903,"tags":{},"startTime":1728302022722,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5255,"timestamp":1735483385820,"id":903,"parentId":892,"tags":{},"startTime":1728302022722,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6580,"timestamp":1735483385106,"id":892,"parentId":804,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"ssr"},"startTime":1728302022721,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5896,"timestamp":1735483385816,"id":902,"parentId":901,"tags":{},"startTime":1728302022722,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5936,"timestamp":1735483385777,"id":901,"parentId":891,"tags":{},"startTime":1728302022722,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":7453,"timestamp":1735483385012,"id":891,"parentId":805,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/promise-queue.js","layer":"ssr"},"startTime":1728302022721,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6575,"timestamp":1735483385910,"id":914,"parentId":913,"tags":{},"startTime":1728302022722,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6588,"timestamp":1735483385899,"id":913,"parentId":897,"tags":{},"startTime":1728302022722,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":7613,"timestamp":1735483385268,"id":897,"parentId":814,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js","layer":"ssr"},"startTime":1728302022721,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7029,"timestamp":1735483385884,"id":910,"parentId":909,"tags":{},"startTime":1728302022722,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7043,"timestamp":1735483385872,"id":909,"parentId":895,"tags":{},"startTime":1728302022722,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8177,"timestamp":1735483385209,"id":895,"parentId":815,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"ssr"},"startTime":1728302022721,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7507,"timestamp":1735483385897,"id":912,"parentId":911,"tags":{},"startTime":1728302022722,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7520,"timestamp":1735483385886,"id":911,"parentId":896,"tags":{},"startTime":1728302022722,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8457,"timestamp":1735483385238,"id":896,"parentId":815,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"ssr"},"startTime":1728302022721,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7789,"timestamp":1735483385923,"id":916,"parentId":915,"tags":{},"startTime":1728302022722,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7801,"timestamp":1735483385912,"id":915,"parentId":898,"tags":{},"startTime":1728302022722,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8699,"timestamp":1735483385295,"id":898,"parentId":814,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"ssr"},"startTime":1728302022721,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":32827,"timestamp":1735483361486,"id":872,"parentId":868,"tags":{},"startTime":1728302022697,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":32971,"timestamp":1735483361493,"id":873,"parentId":869,"tags":{},"startTime":1728302022697,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":58,"timestamp":1735483394472,"id":925,"parentId":869,"tags":{},"startTime":1728302022730,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":33798,"timestamp":1735483361226,"id":869,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"ssr"},"startTime":1728302022697,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":33576,"timestamp":1735483361463,"id":871,"parentId":867,"tags":{},"startTime":1728302022697,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":13188,"timestamp":1735483385935,"id":918,"parentId":917,"tags":{},"startTime":1728302022722,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13208,"timestamp":1735483385924,"id":917,"parentId":899,"tags":{},"startTime":1728302022722,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":14653,"timestamp":1735483385320,"id":899,"parentId":815,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js","layer":"ssr"},"startTime":1728302022721,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":14051,"timestamp":1735483385949,"id":920,"parentId":919,"tags":{},"startTime":1728302022722,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":14065,"timestamp":1735483385937,"id":919,"parentId":900,"tags":{},"startTime":1728302022722,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15120,"timestamp":1735483385346,"id":900,"parentId":814,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js","layer":"ssr"},"startTime":1728302022721,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":14693,"timestamp":1735483385855,"id":906,"parentId":905,"tags":{},"startTime":1728302022722,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":14709,"timestamp":1735483385841,"id":905,"parentId":893,"tags":{},"startTime":1728302022722,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":17472,"timestamp":1735483385149,"id":893,"parentId":816,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"ssr"},"startTime":1728302022721,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11843,"timestamp":1735483395130,"id":927,"parentId":926,"tags":{},"startTime":1728302022731,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11934,"timestamp":1735483395046,"id":926,"parentId":867,"tags":{},"startTime":1728302022731,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":47433,"timestamp":1735483361055,"id":867,"parentId":459,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/index.mjs","layer":"ssr"},"startTime":1728302022697,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":13289,"timestamp":1735483398728,"id":930,"parentId":929,"tags":{},"startTime":1728302022735,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13346,"timestamp":1735483398678,"id":929,"parentId":928,"tags":{},"startTime":1728302022735,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15291,"timestamp":1735483397339,"id":928,"parentId":843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/noop-template.js","layer":"ssr"},"startTime":1728302022733,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7464,"timestamp":1735483446174,"id":942,"parentId":941,"tags":{},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7517,"timestamp":1735483446130,"id":941,"parentId":931,"tags":{},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8654,"timestamp":1735483445487,"id":931,"parentId":846,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/error-source.js","layer":"ssr"},"startTime":1728302022781,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7937,"timestamp":1735483446225,"id":948,"parentId":947,"tags":{},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"}] +[{"name":"next-swc-loader","duration":8110,"timestamp":1735483446212,"id":947,"parentId":934,"tags":{},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9044,"timestamp":1735483445678,"id":934,"parentId":843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/styles.js","layer":"ssr"},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8530,"timestamp":1735483446210,"id":946,"parentId":945,"tags":{},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8546,"timestamp":1735483446197,"id":945,"parentId":933,"tags":{},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9377,"timestamp":1735483445645,"id":933,"parentId":843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/styles.js","layer":"ssr"},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8847,"timestamp":1735483446195,"id":944,"parentId":943,"tags":{},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8866,"timestamp":1735483446177,"id":943,"parentId":932,"tags":{},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9866,"timestamp":1735483445601,"id":932,"parentId":846,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getErrorByType.js","layer":"ssr"},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9242,"timestamp":1735483446239,"id":950,"parentId":949,"tags":{},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9256,"timestamp":1735483446226,"id":949,"parentId":935,"tags":{},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10033,"timestamp":1735483445712,"id":935,"parentId":843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/styles.js","layer":"ssr"},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9665,"timestamp":1735483446253,"id":952,"parentId":951,"tags":{},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9679,"timestamp":1735483446241,"id":951,"parentId":936,"tags":{},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10433,"timestamp":1735483445743,"id":936,"parentId":843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/styles.js","layer":"ssr"},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10006,"timestamp":1735483446266,"id":954,"parentId":953,"tags":{},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10019,"timestamp":1735483446254,"id":953,"parentId":938,"tags":{},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10692,"timestamp":1735483445840,"id":938,"parentId":879,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":"ssr"},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10266,"timestamp":1735483446278,"id":956,"parentId":955,"tags":{},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10279,"timestamp":1735483446267,"id":955,"parentId":939,"tags":{},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10803,"timestamp":1735483445873,"id":939,"parentId":870,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"ssr"},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10165,"timestamp":1735483453486,"id":997,"parentId":996,"tags":{},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10189,"timestamp":1735483453470,"id":996,"parentId":958,"tags":{},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12201,"timestamp":1735483451974,"id":958,"parentId":846,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CloseIcon.js","layer":"ssr"},"startTime":1728302022788,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10691,"timestamp":1735483453505,"id":999,"parentId":998,"tags":{},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10709,"timestamp":1735483453488,"id":998,"parentId":959,"tags":{},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12519,"timestamp":1735483452017,"id":959,"parentId":892,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js","layer":"ssr"},"startTime":1728302022788,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11196,"timestamp":1735483453466,"id":995,"parentId":994,"tags":{},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11243,"timestamp":1735483453421,"id":994,"parentId":957,"tags":{},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15313,"timestamp":1735483451877,"id":957,"parentId":846,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/component-stack-pseudo-html.js","layer":"ssr"},"startTime":1728302022788,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":35335,"timestamp":1735483445921,"id":940,"parentId":937,"tags":{},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":56,"timestamp":1735483481279,"id":1053,"parentId":937,"tags":{},"startTime":1728302022817,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":36630,"timestamp":1735483445772,"id":937,"parentId":877,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/is-error.js","layer":"ssr"},"startTime":1728302022782,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6533,"timestamp":1735483476046,"id":1052,"parentId":1051,"tags":{},"startTime":1728302022812,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6583,"timestamp":1735483476000,"id":1051,"parentId":1028,"tags":{},"startTime":1728302022812,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8006,"timestamp":1735483474969,"id":1028,"parentId":624,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/strip-ansi/index.js","layer":"ssr"},"startTime":1728302022811,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":37578,"timestamp":1735483453196,"id":977,"parentId":960,"tags":{},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":59,"timestamp":1735483490790,"id":1124,"parentId":960,"tags":{},"startTime":1728302022827,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":39325,"timestamp":1735483452053,"id":960,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-motion-value.mjs","layer":"ssr"},"startTime":1728302022788,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":38176,"timestamp":1735483453216,"id":978,"parentId":961,"tags":{},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":51,"timestamp":1735483491398,"id":1125,"parentId":961,"tags":{},"startTime":1728302022827,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":39670,"timestamp":1735483452122,"id":961,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-motion-template.mjs","layer":"ssr"},"startTime":1728302022788,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":38565,"timestamp":1735483453237,"id":981,"parentId":964,"tags":{},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483491809,"id":1126,"parentId":964,"tags":{},"startTime":1728302022828,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":39896,"timestamp":1735483452352,"id":964,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-scroll.mjs","layer":"ssr"},"startTime":1728302022788,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":39026,"timestamp":1735483453232,"id":980,"parentId":963,"tags":{},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483492263,"id":1127,"parentId":963,"tags":{},"startTime":1728302022828,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":40308,"timestamp":1735483452287,"id":963,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-transform.mjs","layer":"ssr"},"startTime":1728302022788,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":39382,"timestamp":1735483453222,"id":979,"parentId":962,"tags":{},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483492610,"id":1128,"parentId":962,"tags":{},"startTime":1728302022829,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":40943,"timestamp":1735483452220,"id":962,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-spring.mjs","layer":"ssr"},"startTime":1728302022788,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":39930,"timestamp":1735483453242,"id":982,"parentId":965,"tags":{},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483493178,"id":1129,"parentId":965,"tags":{},"startTime":1728302022829,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":41100,"timestamp":1735483452417,"id":965,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-velocity.mjs","layer":"ssr"},"startTime":1728302022788,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":40287,"timestamp":1735483453246,"id":983,"parentId":966,"tags":{},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":50,"timestamp":1735483493541,"id":1130,"parentId":966,"tags":{},"startTime":1728302022829,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":41342,"timestamp":1735483452478,"id":966,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-time.mjs","layer":"ssr"},"startTime":1728302022788,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":40567,"timestamp":1735483453265,"id":988,"parentId":971,"tags":{},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":68,"timestamp":1735483493838,"id":1131,"parentId":971,"tags":{},"startTime":1728302022830,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":41511,"timestamp":1735483452797,"id":971,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/scroll/use-element-scroll.mjs","layer":"ssr"},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":41069,"timestamp":1735483453250,"id":984,"parentId":967,"tags":{},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":53,"timestamp":1735483494324,"id":1132,"parentId":967,"tags":{},"startTime":1728302022830,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":42227,"timestamp":1735483452540,"id":967,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-inverted-scale.mjs","layer":"ssr"},"startTime":1728302022788,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":41511,"timestamp":1735483453268,"id":989,"parentId":972,"tags":{},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483494786,"id":1133,"parentId":972,"tags":{},"startTime":1728302022831,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":42152,"timestamp":1735483452862,"id":972,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/scroll/use-viewport-scroll.mjs","layer":"ssr"},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":41752,"timestamp":1735483453272,"id":990,"parentId":973,"tags":{},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483495029,"id":1134,"parentId":973,"tags":{},"startTime":1728302022831,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":42291,"timestamp":1735483452926,"id":973,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-motion-value-event.mjs","layer":"ssr"},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":41963,"timestamp":1735483453261,"id":987,"parentId":970,"tags":{},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":77,"timestamp":1735483495230,"id":1135,"parentId":970,"tags":{},"startTime":1728302022831,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":43748,"timestamp":1735483452735,"id":970,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/index.mjs","layer":"ssr"},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":43222,"timestamp":1735483453275,"id":991,"parentId":974,"tags":{},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":54,"timestamp":1735483496506,"id":1136,"parentId":974,"tags":{},"startTime":1728302022832,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":43901,"timestamp":1735483452990,"id":974,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-animation-frame.mjs","layer":"ssr"},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":43647,"timestamp":1735483453253,"id":985,"parentId":968,"tags":{},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":49,"timestamp":1735483496907,"id":1137,"parentId":968,"tags":{},"startTime":1728302022833,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":44524,"timestamp":1735483452604,"id":968,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.mjs","layer":"ssr"},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":43874,"timestamp":1735483453282,"id":993,"parentId":976,"tags":{},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483497163,"id":1138,"parentId":976,"tags":{},"startTime":1728302022833,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":44312,"timestamp":1735483453121,"id":976,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-in-view.mjs","layer":"ssr"},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":44185,"timestamp":1735483453257,"id":986,"parentId":969,"tags":{},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483497447,"id":1139,"parentId":969,"tags":{},"startTime":1728302022833,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":44957,"timestamp":1735483452671,"id":969,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-will-change/index.mjs","layer":"ssr"},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":44356,"timestamp":1735483453279,"id":992,"parentId":975,"tags":{},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483497640,"id":1140,"parentId":975,"tags":{},"startTime":1728302022834,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":44831,"timestamp":1735483453060,"id":975,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-cycle.mjs","layer":"ssr"},"startTime":1728302022789,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":17158,"timestamp":1735483485971,"id":1120,"parentId":1119,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":17214,"timestamp":1735483485924,"id":1119,"parentId":1079,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":18930,"timestamp":1735483485215,"id":1079,"parentId":843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/index.js","layer":"ssr"},"startTime":1728302022821,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":13555,"timestamp":1735483490612,"id":1123,"parentId":1122,"tags":{},"startTime":1728302022827,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13604,"timestamp":1735483490565,"id":1122,"parentId":1121,"tags":{},"startTime":1728302022826,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":14016,"timestamp":1735483490398,"id":1121,"parentId":845,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/index.js","layer":"ssr"},"startTime":1728302022826,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":43928,"timestamp":1735483460501,"id":1011,"parentId":1000,"tags":{},"startTime":1728302022796,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":57,"timestamp":1735483504439,"id":1143,"parentId":1000,"tags":{},"startTime":1728302022840,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":45440,"timestamp":1735483459427,"id":1000,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-instant-transition.mjs","layer":"ssr"},"startTime":1728302022795,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":44362,"timestamp":1735483460518,"id":1012,"parentId":1001,"tags":{},"startTime":1728302022796,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483504886,"id":1144,"parentId":1001,"tags":{},"startTime":1728302022841,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":45471,"timestamp":1735483459581,"id":1001,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/GlobalConfig.mjs","layer":"ssr"},"startTime":1728302022796,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":44520,"timestamp":1735483460543,"id":1016,"parentId":1005,"tags":{},"startTime":1728302022796,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483505069,"id":1145,"parentId":1005,"tags":{},"startTime":1728302022841,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":45403,"timestamp":1735483459932,"id":1005,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/valid-prop.mjs","layer":"ssr"},"startTime":1728302022796,"traceId":"480ec8b9e15b14de"}] +[{"name":"read-resource","duration":44983,"timestamp":1735483460525,"id":1013,"parentId":1002,"tags":{},"startTime":1728302022796,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":45135,"timestamp":1735483460530,"id":1014,"parentId":1003,"tags":{},"startTime":1728302022796,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483505670,"id":1148,"parentId":1003,"tags":{},"startTime":1728302022842,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":46084,"timestamp":1735483459792,"id":1003,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/is-motion-component.mjs","layer":"ssr"},"startTime":1728302022796,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":45337,"timestamp":1735483460547,"id":1017,"parentId":1006,"tags":{},"startTime":1728302022796,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42,"timestamp":1735483505890,"id":1149,"parentId":1006,"tags":{},"startTime":1728302022842,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":46099,"timestamp":1735483460010,"id":1006,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/events/use-dom-event.mjs","layer":"ssr"},"startTime":1728302022796,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":45567,"timestamp":1735483460551,"id":1018,"parentId":1007,"tags":{},"startTime":1728302022796,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":63,"timestamp":1735483506123,"id":1150,"parentId":1007,"tags":{},"startTime":1728302022842,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":48238,"timestamp":1735483460077,"id":1007,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/VisualElement.mjs","layer":"ssr"},"startTime":1728302022796,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":47782,"timestamp":1735483460554,"id":1019,"parentId":1008,"tags":{},"startTime":1728302022796,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":50,"timestamp":1735483508344,"id":1151,"parentId":1008,"tags":{},"startTime":1728302022844,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":48382,"timestamp":1735483460139,"id":1008,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/store.mjs","layer":"ssr"},"startTime":1728302022796,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":47973,"timestamp":1735483460557,"id":1020,"parentId":1009,"tags":{},"startTime":1728302022796,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483508535,"id":1152,"parentId":1009,"tags":{},"startTime":1728302022844,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":48504,"timestamp":1735483460201,"id":1009,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/features-min.mjs","layer":"ssr"},"startTime":1728302022796,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":48173,"timestamp":1735483460539,"id":1015,"parentId":1004,"tags":{},"startTime":1728302022796,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483508718,"id":1153,"parentId":1004,"tags":{},"startTime":1728302022845,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":49086,"timestamp":1735483459862,"id":1004,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/unwrap-motion-component.mjs","layer":"ssr"},"startTime":1728302022796,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":48396,"timestamp":1735483460561,"id":1021,"parentId":1010,"tags":{},"startTime":1728302022796,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483508963,"id":1154,"parentId":1010,"tags":{},"startTime":1728302022845,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":48859,"timestamp":1735483460265,"id":1010,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/features-animation.mjs","layer":"ssr"},"startTime":1728302022796,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10910,"timestamp":1735483498961,"id":1142,"parentId":1141,"tags":{},"startTime":1728302022835,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10966,"timestamp":1735483498908,"id":1141,"parentId":868,"tags":{},"startTime":1728302022835,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":148946,"timestamp":1735483361176,"id":868,"parentId":460,"tags":{"name":"__barrel_optimize__?names=Tab,TabGroup,TabList,TabPanel,TabPanels!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/headlessui.esm.js","layer":"ssr"},"startTime":1728302022697,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9473,"timestamp":1735483505596,"id":1147,"parentId":1146,"tags":{},"startTime":1728302022842,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9559,"timestamp":1735483505515,"id":1146,"parentId":1002,"tags":{},"startTime":1728302022841,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":56159,"timestamp":1735483459720,"id":1002,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/index.mjs","layer":"ssr"},"startTime":1728302022796,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":40279,"timestamp":1735483475614,"id":1039,"parentId":1024,"tags":{},"startTime":1728302022812,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":51,"timestamp":1735483515902,"id":1155,"parentId":1024,"tags":{},"startTime":1728302022852,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":41466,"timestamp":1735483474685,"id":1024,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/use-reset-projection.mjs","layer":"ssr"},"startTime":1728302022811,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":40556,"timestamp":1735483475606,"id":1038,"parentId":1023,"tags":{},"startTime":1728302022812,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":59,"timestamp":1735483516168,"id":1156,"parentId":1023,"tags":{},"startTime":1728302022852,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":41803,"timestamp":1735483474593,"id":1023,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/use-instant-layout-transition.mjs","layer":"ssr"},"startTime":1728302022811,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":40777,"timestamp":1735483475628,"id":1041,"parentId":1026,"tags":{},"startTime":1728302022812,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":48,"timestamp":1735483516410,"id":1157,"parentId":1026,"tags":{},"startTime":1728302022852,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":41790,"timestamp":1735483474831,"id":1026,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion-config.mjs","layer":"ssr"},"startTime":1728302022811,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":41008,"timestamp":1735483475621,"id":1040,"parentId":1025,"tags":{},"startTime":1728302022812,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483516635,"id":1158,"parentId":1025,"tags":{},"startTime":1728302022853,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":42140,"timestamp":1735483474759,"id":1025,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion.mjs","layer":"ssr"},"startTime":1728302022811,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":41323,"timestamp":1735483475585,"id":1037,"parentId":1022,"tags":{},"startTime":1728302022812,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483516913,"id":1159,"parentId":1022,"tags":{},"startTime":1728302022853,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":42711,"timestamp":1735483474363,"id":1022,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/features-max.mjs","layer":"ssr"},"startTime":1728302022810,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":41450,"timestamp":1735483475632,"id":1042,"parentId":1027,"tags":{},"startTime":1728302022812,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483517089,"id":1160,"parentId":1027,"tags":{},"startTime":1728302022853,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":42348,"timestamp":1735483474901,"id":1027,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/styles/scale-correction.mjs","layer":"ssr"},"startTime":1728302022811,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":41613,"timestamp":1735483475644,"id":1045,"parentId":1031,"tags":{},"startTime":1728302022812,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":41764,"timestamp":1735483475650,"id":1046,"parentId":1032,"tags":{},"startTime":1728302022812,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":41851,"timestamp":1735483475662,"id":1049,"parentId":1035,"tags":{},"startTime":1728302022812,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":41970,"timestamp":1735483475640,"id":1044,"parentId":1030,"tags":{},"startTime":1728302022812,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":42045,"timestamp":1735483475655,"id":1047,"parentId":1033,"tags":{},"startTime":1728302022812,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483517705,"id":1169,"parentId":1033,"tags":{},"startTime":1728302022854,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":42607,"timestamp":1735483475260,"id":1033,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/DeprecatedLayoutGroupContext.mjs","layer":"ssr"},"startTime":1728302022811,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":42239,"timestamp":1735483475636,"id":1043,"parentId":1029,"tags":{},"startTime":1728302022812,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":42353,"timestamp":1735483475658,"id":1048,"parentId":1034,"tags":{},"startTime":1728302022812,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42,"timestamp":1735483518017,"id":1172,"parentId":1034,"tags":{},"startTime":1728302022854,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":42961,"timestamp":1735483475327,"id":1034,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/flat-tree.mjs","layer":"ssr"},"startTime":1728302022811,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":43043,"timestamp":1735483475666,"id":1050,"parentId":1036,"tags":{},"startTime":1728302022812,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483518717,"id":1173,"parentId":1036,"tags":{},"startTime":1728302022855,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":43596,"timestamp":1735483475453,"id":1036,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/AnimateSharedLayout.mjs","layer":"ssr"},"startTime":1728302022811,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8197,"timestamp":1735483517478,"id":1164,"parentId":1163,"tags":{},"startTime":1728302022853,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8262,"timestamp":1735483517420,"id":1163,"parentId":1032,"tags":{},"startTime":1728302022853,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":50810,"timestamp":1735483475198,"id":1032,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/LayoutGroupContext.mjs","layer":"ssr"},"startTime":1728302022811,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8682,"timestamp":1735483517343,"id":1162,"parentId":1161,"tags":{},"startTime":1728302022853,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8765,"timestamp":1735483517262,"id":1161,"parentId":1031,"tags":{},"startTime":1728302022853,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":51041,"timestamp":1735483475136,"id":1031,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/PresenceContext.mjs","layer":"ssr"},"startTime":1728302022811,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":40438,"timestamp":1735483485750,"id":1089,"parentId":1056,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":40647,"timestamp":1735483485741,"id":1088,"parentId":1055,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":48,"timestamp":1735483526395,"id":1176,"parentId":1055,"tags":{},"startTime":1728302022862,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":43540,"timestamp":1735483483287,"id":1055,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.mjs","layer":"ssr"},"startTime":1728302022819,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":41083,"timestamp":1735483485755,"id":1090,"parentId":1057,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":41206,"timestamp":1735483485761,"id":1091,"parentId":1058,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":41302,"timestamp":1735483485769,"id":1093,"parentId":1060,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483527076,"id":1181,"parentId":1060,"tags":{},"startTime":1728302022863,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":43527,"timestamp":1735483483820,"id":1060,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/hooks/use-animate.mjs","layer":"ssr"},"startTime":1728302022820,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":41583,"timestamp":1735483485773,"id":1094,"parentId":1061,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483527362,"id":1182,"parentId":1061,"tags":{},"startTime":1728302022863,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":43778,"timestamp":1735483483888,"id":1061,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/hooks/use-animation.mjs","layer":"ssr"},"startTime":1728302022820,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":41916,"timestamp":1735483485765,"id":1092,"parentId":1059,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":57,"timestamp":1735483527689,"id":1183,"parentId":1059,"tags":{},"startTime":1728302022864,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":44686,"timestamp":1735483483748,"id":1059,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animate.mjs","layer":"ssr"},"startTime":1728302022820,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":42729,"timestamp":1735483485718,"id":1087,"parentId":1054,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":42818,"timestamp":1735483485777,"id":1095,"parentId":1062,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":62,"timestamp":1735483528602,"id":1186,"parentId":1062,"tags":{},"startTime":1728302022865,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":45159,"timestamp":1735483483955,"id":1062,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/hooks/animation-controls.mjs","layer":"ssr"},"startTime":1728302022820,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":43339,"timestamp":1735483485786,"id":1097,"parentId":1064,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":48,"timestamp":1735483529132,"id":1187,"parentId":1064,"tags":{},"startTime":1728302022865,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":45351,"timestamp":1735483484090,"id":1064,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/interfaces/visual-element.mjs","layer":"ssr"},"startTime":1728302022820,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":43669,"timestamp":1735483485781,"id":1096,"parentId":1063,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":49,"timestamp":1735483529456,"id":1188,"parentId":1063,"tags":{},"startTime":1728302022865,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":45929,"timestamp":1735483484021,"id":1063,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/hooks/use-animated-state.mjs","layer":"ssr"},"startTime":1728302022820,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":44169,"timestamp":1735483485791,"id":1098,"parentId":1065,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":58,"timestamp":1735483529966,"id":1189,"parentId":1065,"tags":{},"startTime":1728302022866,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":46955,"timestamp":1735483484157,"id":1065,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/AcceleratedAnimation.mjs","layer":"ssr"},"startTime":1728302022820,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":45315,"timestamp":1735483485808,"id":1102,"parentId":1069,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483531130,"id":1190,"parentId":1069,"tags":{},"startTime":1728302022867,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":46882,"timestamp":1735483484423,"id":1069,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/components/motion/proxy.mjs","layer":"ssr"},"startTime":1728302022820,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":45519,"timestamp":1735483485795,"id":1099,"parentId":1066,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":61,"timestamp":1735483531320,"id":1191,"parentId":1066,"tags":{},"startTime":1728302022867,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":48803,"timestamp":1735483484224,"id":1066,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/MainThreadAnimation.mjs","layer":"ssr"},"startTime":1728302022820,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":47228,"timestamp":1735483485812,"id":1103,"parentId":1070,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"}] +[{"name":"next-swc-loader","duration":49,"timestamp":1735483533186,"id":1192,"parentId":1070,"tags":{},"startTime":1728302022869,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":49106,"timestamp":1735483484488,"id":1070,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/components/m/proxy.mjs","layer":"ssr"},"startTime":1728302022820,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":47786,"timestamp":1735483485816,"id":1104,"parentId":1071,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483533607,"id":1193,"parentId":1071,"tags":{},"startTime":1728302022870,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":49198,"timestamp":1735483484556,"id":1071,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/Reorder/namespace.mjs","layer":"ssr"},"startTime":1728302022820,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":47941,"timestamp":1735483485819,"id":1105,"parentId":1072,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483533765,"id":1194,"parentId":1072,"tags":{},"startTime":1728302022870,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":49482,"timestamp":1735483484620,"id":1072,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/index.mjs","layer":"ssr"},"startTime":1728302022821,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":48307,"timestamp":1735483485804,"id":1101,"parentId":1068,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483534118,"id":1195,"parentId":1068,"tags":{},"startTime":1728302022870,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":49953,"timestamp":1735483484357,"id":1068,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/optimized-appear/data-id.mjs","layer":"ssr"},"startTime":1728302022820,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":48518,"timestamp":1735483485799,"id":1100,"parentId":1067,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":50,"timestamp":1735483534322,"id":1196,"parentId":1067,"tags":{},"startTime":1728302022870,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":50846,"timestamp":1735483484292,"id":1067,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/optimized-appear/start.mjs","layer":"ssr"},"startTime":1728302022820,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":49329,"timestamp":1735483485823,"id":1106,"parentId":1073,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":56,"timestamp":1735483535161,"id":1197,"parentId":1073,"tags":{},"startTime":1728302022871,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":51064,"timestamp":1735483484683,"id":1073,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/track.mjs","layer":"ssr"},"startTime":1728302022821,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":49933,"timestamp":1735483485826,"id":1107,"parentId":1074,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":51,"timestamp":1735483535766,"id":1198,"parentId":1074,"tags":{},"startTime":1728302022872,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":51285,"timestamp":1735483484789,"id":1074,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/drag/use-drag-controls.mjs","layer":"ssr"},"startTime":1728302022821,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":50253,"timestamp":1735483485830,"id":1108,"parentId":1075,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":49,"timestamp":1735483536089,"id":1199,"parentId":1075,"tags":{},"startTime":1728302022872,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":51636,"timestamp":1735483484892,"id":1075,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/build-transform.mjs","layer":"ssr"},"startTime":1728302022821,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":50703,"timestamp":1735483485834,"id":1109,"parentId":1076,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":51,"timestamp":1735483536543,"id":1200,"parentId":1076,"tags":{},"startTime":1728302022872,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":52666,"timestamp":1735483485013,"id":1076,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/complex/index.mjs","layer":"ssr"},"startTime":1728302022821,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":51851,"timestamp":1735483485838,"id":1110,"parentId":1077,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483537695,"id":1201,"parentId":1077,"tags":{},"startTime":1728302022874,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":52903,"timestamp":1735483485083,"id":1077,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/numbers/units.mjs","layer":"ssr"},"startTime":1728302022821,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":52149,"timestamp":1735483485845,"id":1112,"parentId":1080,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":54,"timestamp":1735483537999,"id":1202,"parentId":1080,"tags":{},"startTime":1728302022874,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":53392,"timestamp":1735483485255,"id":1080,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/generators/spring/index.mjs","layer":"ssr"},"startTime":1728302022821,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":52804,"timestamp":1735483485852,"id":1114,"parentId":1082,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483538662,"id":1203,"parentId":1082,"tags":{},"startTime":1728302022875,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":53540,"timestamp":1735483485387,"id":1082,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/transform.mjs","layer":"ssr"},"startTime":1728302022821,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":53094,"timestamp":1735483485841,"id":1111,"parentId":1078,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483538941,"id":1204,"parentId":1078,"tags":{},"startTime":1728302022875,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":54057,"timestamp":1735483485149,"id":1078,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/color/index.mjs","layer":"ssr"},"startTime":1728302022821,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":53355,"timestamp":1735483485859,"id":1116,"parentId":1084,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":41,"timestamp":1735483539220,"id":1205,"parentId":1084,"tags":{},"startTime":1728302022875,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":53874,"timestamp":1735483485510,"id":1084,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/pipe.mjs","layer":"ssr"},"startTime":1728302022821,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":53527,"timestamp":1735483485863,"id":1117,"parentId":1085,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42,"timestamp":1735483539395,"id":1206,"parentId":1085,"tags":{},"startTime":1728302022875,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":53976,"timestamp":1735483485576,"id":1085,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/progress.mjs","layer":"ssr"},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":22010,"timestamp":1735483517573,"id":1166,"parentId":1165,"tags":{},"startTime":1728302022854,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":22067,"timestamp":1735483517518,"id":1165,"parentId":1035,"tags":{},"startTime":1728302022853,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":64318,"timestamp":1735483475391,"id":1035,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/MotionContext/index.mjs","layer":"ssr"},"startTime":1728302022811,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":22053,"timestamp":1735483517671,"id":1168,"parentId":1167,"tags":{},"startTime":1728302022854,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":22109,"timestamp":1735483517616,"id":1167,"parentId":1030,"tags":{},"startTime":1728302022854,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":64761,"timestamp":1735483475073,"id":1030,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.mjs","layer":"ssr"},"startTime":1728302022811,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":53974,"timestamp":1735483485866,"id":1118,"parentId":1086,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":41,"timestamp":1735483539846,"id":1207,"parentId":1086,"tags":{},"startTime":1728302022876,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":54358,"timestamp":1735483485636,"id":1086,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/wrap.mjs","layer":"ssr"},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":54153,"timestamp":1735483485849,"id":1113,"parentId":1081,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":49,"timestamp":1735483540008,"id":1208,"parentId":1081,"tags":{},"startTime":1728302022876,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":55316,"timestamp":1735483485322,"id":1081,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/generators/spring/find.mjs","layer":"ssr"},"startTime":1728302022821,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":54791,"timestamp":1735483485856,"id":1115,"parentId":1083,"tags":{},"startTime":1728302022822,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42,"timestamp":1735483540652,"id":1209,"parentId":1083,"tags":{},"startTime":1728302022877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":55354,"timestamp":1735483485449,"id":1083,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/clamp.mjs","layer":"ssr"},"startTime":1728302022821,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":22882,"timestamp":1735483517939,"id":1171,"parentId":1170,"tags":{},"startTime":1728302022854,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":22942,"timestamp":1735483517880,"id":1170,"parentId":1029,"tags":{},"startTime":1728302022854,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":65961,"timestamp":1735483475007,"id":1029,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/MotionConfigContext.mjs","layer":"ssr"},"startTime":1728302022811,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":25832,"timestamp":1735483526281,"id":1175,"parentId":1174,"tags":{},"startTime":1728302022862,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":25925,"timestamp":1735483526196,"id":1174,"parentId":1056,"tags":{},"startTime":1728302022862,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":69268,"timestamp":1735483483368,"id":1056,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/MotionConfig/index.mjs","layer":"ssr"},"startTime":1728302022819,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":25632,"timestamp":1735483527031,"id":1180,"parentId":1179,"tags":{},"startTime":1728302022863,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":25692,"timestamp":1735483526972,"id":1179,"parentId":1058,"tags":{},"startTime":1728302022863,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":69672,"timestamp":1735483483511,"id":1058,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/LayoutGroup/index.mjs","layer":"ssr"},"startTime":1728302022819,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":26294,"timestamp":1735483526914,"id":1178,"parentId":1177,"tags":{},"startTime":1728302022863,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":26366,"timestamp":1735483526845,"id":1177,"parentId":1057,"tags":{},"startTime":1728302022863,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":70135,"timestamp":1735483483443,"id":1057,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/LazyMotion/index.mjs","layer":"ssr"},"startTime":1728302022819,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":25082,"timestamp":1735483528535,"id":1185,"parentId":1184,"tags":{},"startTime":1728302022864,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":25165,"timestamp":1735483528454,"id":1184,"parentId":1054,"tags":{},"startTime":1728302022864,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":71294,"timestamp":1735483483143,"id":1054,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/AnimatePresence/index.mjs","layer":"ssr"},"startTime":1728302022819,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6195,"timestamp":1735483601380,"id":1283,"parentId":1282,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6247,"timestamp":1735483601337,"id":1282,"parentId":1210,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9675,"timestamp":1735483598493,"id":1210,"parentId":846,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/index.js","layer":"ssr"},"startTime":1728302022934,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6771,"timestamp":1735483601416,"id":1287,"parentId":1286,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6787,"timestamp":1735483601403,"id":1286,"parentId":1224,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9091,"timestamp":1735483599419,"id":1224,"parentId":843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/index.js","layer":"ssr"},"startTime":1728302022935,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7096,"timestamp":1735483601430,"id":1289,"parentId":1288,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7109,"timestamp":1735483601418,"id":1288,"parentId":1225,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9411,"timestamp":1735483599448,"id":1225,"parentId":843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/index.js","layer":"ssr"},"startTime":1728302022935,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7473,"timestamp":1735483601401,"id":1285,"parentId":1284,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7491,"timestamp":1735483601384,"id":1284,"parentId":1211,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10541,"timestamp":1735483598594,"id":1211,"parentId":847,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/index.js","layer":"ssr"},"startTime":1728302022935,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7706,"timestamp":1735483601444,"id":1291,"parentId":1290,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7719,"timestamp":1735483601432,"id":1290,"parentId":1226,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9943,"timestamp":1735483599476,"id":1226,"parentId":843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/index.js","layer":"ssr"},"startTime":1728302022935,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7964,"timestamp":1735483601470,"id":1295,"parentId":1294,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7976,"timestamp":1735483601459,"id":1294,"parentId":1245,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9036,"timestamp":1735483600600,"id":1245,"parentId":777,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/noop-turbopack-hmr.js","layer":"ssr"},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8226,"timestamp":1735483601458,"id":1293,"parentId":1292,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8239,"timestamp":1735483601446,"id":1292,"parentId":1237,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10182,"timestamp":1735483600124,"id":1237,"parentId":847,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/hot-linked-text/index.js","layer":"ssr"},"startTime":1728302022936,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10142,"timestamp":1735483601495,"id":1299,"parentId":1298,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10157,"timestamp":1735483601484,"id":1298,"parentId":1247,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":11352,"timestamp":1735483600654,"id":1247,"parentId":957,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CollapseIcon.js","layer":"ssr"},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":18321,"timestamp":1735483601512,"id":1301,"parentId":1300,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":18343,"timestamp":1735483601497,"id":1300,"parentId":1248,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":19604,"timestamp":1735483600682,"id":1248,"parentId":937,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"ssr"},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"}] +[{"name":"next-swc-transform","duration":21325,"timestamp":1735483601483,"id":1297,"parentId":1296,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":21340,"timestamp":1735483601472,"id":1296,"parentId":1246,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":23739,"timestamp":1735483600628,"id":1246,"parentId":932,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stack-frame.js","layer":"ssr"},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10954,"timestamp":1735483616292,"id":1352,"parentId":1351,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11008,"timestamp":1735483616250,"id":1351,"parentId":1324,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12600,"timestamp":1735483615446,"id":1324,"parentId":1079,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/group-stack-frames-by-framework.js","layer":"ssr"},"startTime":1728302022951,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11770,"timestamp":1735483616313,"id":1354,"parentId":1353,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11789,"timestamp":1735483616296,"id":1353,"parentId":1325,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":13270,"timestamp":1735483615482,"id":1325,"parentId":1079,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/GroupedStackFrames.js","layer":"ssr"},"startTime":1728302022951,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":12454,"timestamp":1735483616329,"id":1356,"parentId":1355,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12470,"timestamp":1735483616314,"id":1355,"parentId":1326,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":14256,"timestamp":1735483615510,"id":1326,"parentId":1121,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/Terminal.js","layer":"ssr"},"startTime":1728302022951,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":36034,"timestamp":1735483600897,"id":1254,"parentId":1215,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":50,"timestamp":1735483636945,"id":1413,"parentId":1215,"tags":{},"startTime":1728302022973,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":38509,"timestamp":1735483598850,"id":1215,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/events/add-pointer-event.mjs","layer":"ssr"},"startTime":1728302022935,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":36494,"timestamp":1735483600884,"id":1252,"parentId":1213,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483637384,"id":1414,"parentId":1213,"tags":{},"startTime":1728302022973,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":39012,"timestamp":1735483598711,"id":1213,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/errors.mjs","layer":"ssr"},"startTime":1728302022935,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":36872,"timestamp":1735483600865,"id":1251,"parentId":1212,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42,"timestamp":1735483637744,"id":1415,"parentId":1212,"tags":{},"startTime":1728302022974,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":39381,"timestamp":1735483598638,"id":1212,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/delay.mjs","layer":"ssr"},"startTime":1728302022935,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":37137,"timestamp":1735483600891,"id":1253,"parentId":1214,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":54,"timestamp":1735483638033,"id":1416,"parentId":1214,"tags":{},"startTime":1728302022974,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":39781,"timestamp":1735483598785,"id":1214,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/interpolate.mjs","layer":"ssr"},"startTime":1728302022935,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":37672,"timestamp":1735483600904,"id":1255,"parentId":1216,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483638582,"id":1417,"parentId":1216,"tags":{},"startTime":1728302022975,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":39918,"timestamp":1735483598916,"id":1216,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/events/event-info.mjs","layer":"ssr"},"startTime":1728302022935,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":37928,"timestamp":1735483600914,"id":1257,"parentId":1218,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483638847,"id":1418,"parentId":1218,"tags":{},"startTime":1728302022975,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":39977,"timestamp":1735483599041,"id":1218,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-unmount-effect.mjs","layer":"ssr"},"startTime":1728302022935,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":38097,"timestamp":1735483600930,"id":1261,"parentId":1222,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483639032,"id":1419,"parentId":1222,"tags":{},"startTime":1728302022975,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":39887,"timestamp":1735483599291,"id":1222,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/utils/is-motion-value.mjs","layer":"ssr"},"startTime":1728302022935,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":38279,"timestamp":1735483600909,"id":1256,"parentId":1217,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42,"timestamp":1735483639193,"id":1420,"parentId":1217,"tags":{},"startTime":1728302022975,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":40345,"timestamp":1735483598978,"id":1217,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/is-browser.mjs","layer":"ssr"},"startTime":1728302022935,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":38408,"timestamp":1735483600922,"id":1259,"parentId":1220,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42,"timestamp":1735483639343,"id":1421,"parentId":1220,"tags":{},"startTime":1728302022975,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":40405,"timestamp":1735483599167,"id":1220,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-force-update.mjs","layer":"ssr"},"startTime":1728302022935,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":38656,"timestamp":1735483600926,"id":1260,"parentId":1221,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":49,"timestamp":1735483639588,"id":1422,"parentId":1221,"tags":{},"startTime":1728302022976,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":41245,"timestamp":1735483599229,"id":1221,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.mjs","layer":"ssr"},"startTime":1728302022935,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":39578,"timestamp":1735483600918,"id":1258,"parentId":1219,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483640501,"id":1423,"parentId":1219,"tags":{},"startTime":1728302022976,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":41574,"timestamp":1735483599103,"id":1219,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.mjs","layer":"ssr"},"startTime":1728302022935,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":39752,"timestamp":1735483600934,"id":1262,"parentId":1223,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":40,"timestamp":1735483640692,"id":1424,"parentId":1223,"tags":{},"startTime":1728302022977,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":41555,"timestamp":1735483599354,"id":1223,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/distance.mjs","layer":"ssr"},"startTime":1728302022935,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":39969,"timestamp":1735483600948,"id":1266,"parentId":1230,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42,"timestamp":1735483640922,"id":1425,"parentId":1230,"tags":{},"startTime":1728302022977,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":41415,"timestamp":1735483599697,"id":1230,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/anticipate.mjs","layer":"ssr"},"startTime":1728302022936,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":40183,"timestamp":1735483600937,"id":1263,"parentId":1227,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483641126,"id":1426,"parentId":1227,"tags":{},"startTime":1728302022977,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":41942,"timestamp":1735483599503,"id":1227,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/viewport/index.mjs","layer":"ssr"},"startTime":1728302022935,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":40513,"timestamp":1735483600941,"id":1264,"parentId":1228,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42,"timestamp":1735483641459,"id":1427,"parentId":1228,"tags":{},"startTime":1728302022977,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":42120,"timestamp":1735483599573,"id":1228,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/mix/index.mjs","layer":"ssr"},"startTime":1728302022936,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":40749,"timestamp":1735483600952,"id":1267,"parentId":1231,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":41,"timestamp":1735483641706,"id":1428,"parentId":1231,"tags":{},"startTime":1728302022978,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":42129,"timestamp":1735483599758,"id":1231,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/back.mjs","layer":"ssr"},"startTime":1728302022936,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":40950,"timestamp":1735483600944,"id":1265,"parentId":1229,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483641899,"id":1429,"parentId":1229,"tags":{},"startTime":1728302022978,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":42545,"timestamp":1735483599634,"id":1229,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/stagger.mjs","layer":"ssr"},"startTime":1728302022936,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":41221,"timestamp":1735483600966,"id":1271,"parentId":1235,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483642194,"id":1430,"parentId":1235,"tags":{},"startTime":1728302022978,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":43714,"timestamp":1735483599999,"id":1235,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/frameloop/index-legacy.mjs","layer":"ssr"},"startTime":1728302022936,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":42764,"timestamp":1735483600970,"id":1272,"parentId":1236,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":56,"timestamp":1735483643745,"id":1431,"parentId":1236,"tags":{},"startTime":1728302022980,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":44026,"timestamp":1735483600063,"id":1236,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/frameloop/frame.mjs","layer":"ssr"},"startTime":1728302022936,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":43149,"timestamp":1735483600955,"id":1268,"parentId":1232,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483644110,"id":1432,"parentId":1232,"tags":{},"startTime":1728302022980,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":44512,"timestamp":1735483599821,"id":1232,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/circ.mjs","layer":"ssr"},"startTime":1728302022936,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":43380,"timestamp":1735483600963,"id":1270,"parentId":1234,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42,"timestamp":1735483644347,"id":1433,"parentId":1234,"tags":{},"startTime":1728302022980,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":44602,"timestamp":1735483599940,"id":1234,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/ease.mjs","layer":"ssr"},"startTime":1728302022936,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":43572,"timestamp":1735483600977,"id":1274,"parentId":1239,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483644554,"id":1434,"parentId":1239,"tags":{},"startTime":1728302022980,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":44507,"timestamp":1735483600210,"id":1239,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/modifiers/reverse.mjs","layer":"ssr"},"startTime":1728302022936,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":43765,"timestamp":1735483600959,"id":1269,"parentId":1233,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483644728,"id":1435,"parentId":1233,"tags":{},"startTime":1728302022981,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":45436,"timestamp":1735483599880,"id":1233,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/cubic-bezier.mjs","layer":"ssr"},"startTime":1728302022936,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":44346,"timestamp":1735483600980,"id":1275,"parentId":1240,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483645331,"id":1436,"parentId":1240,"tags":{},"startTime":1728302022981,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":45241,"timestamp":1735483600272,"id":1240,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/animations.mjs","layer":"ssr"},"startTime":1728302022936,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":44538,"timestamp":1735483600983,"id":1276,"parentId":1241,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483645527,"id":1437,"parentId":1241,"tags":{},"startTime":1728302022981,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":45389,"timestamp":1735483600333,"id":1241,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/models.mjs","layer":"ssr"},"startTime":1728302022936,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":44758,"timestamp":1735483600973,"id":1273,"parentId":1238,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483645737,"id":1438,"parentId":1238,"tags":{},"startTime":1728302022982,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":45751,"timestamp":1735483600149,"id":1238,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/modifiers/mirror.mjs","layer":"ssr"},"startTime":1728302022936,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":44913,"timestamp":1735483600993,"id":1279,"parentId":1244,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483645911,"id":1439,"parentId":1244,"tags":{},"startTime":1728302022982,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":45668,"timestamp":1735483600540,"id":1244,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/drag/utils/lock.mjs","layer":"ssr"},"startTime":1728302022936,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":45215,"timestamp":1735483601000,"id":1281,"parentId":1250,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483646221,"id":1440,"parentId":1250,"tags":{},"startTime":1728302022982,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":45721,"timestamp":1735483600772,"id":1250,"parentId":963,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-computed.mjs","layer":"ssr"},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":45513,"timestamp":1735483600997,"id":1280,"parentId":1249,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483646516,"id":1441,"parentId":1249,"tags":{},"startTime":1728302022982,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":46082,"timestamp":1735483600708,"id":1249,"parentId":961,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-combine-values.mjs","layer":"ssr"},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":45811,"timestamp":1735483600987,"id":1277,"parentId":1242,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483646804,"id":1442,"parentId":1242,"tags":{},"startTime":1728302022983,"traceId":"480ec8b9e15b14de"}] +[{"name":"build-module-mjs","duration":47015,"timestamp":1735483600413,"id":1242,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.mjs","layer":"ssr"},"startTime":1728302022936,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":46447,"timestamp":1735483600990,"id":1278,"parentId":1243,"tags":{},"startTime":1728302022937,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":51,"timestamp":1735483647444,"id":1443,"parentId":1243,"tags":{},"startTime":1728302022983,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":47382,"timestamp":1735483600475,"id":1243,"parentId":867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.mjs","layer":"ssr"},"startTime":1728302022936,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":41430,"timestamp":1735483615709,"id":1331,"parentId":1305,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":51,"timestamp":1735483657154,"id":1444,"parentId":1305,"tags":{},"startTime":1728302022993,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":43236,"timestamp":1735483614225,"id":1305,"parentId":970,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/velocity-per-second.mjs","layer":"ssr"},"startTime":1728302022950,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":41769,"timestamp":1735483615702,"id":1330,"parentId":1304,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483657477,"id":1445,"parentId":1304,"tags":{},"startTime":1728302022993,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":43724,"timestamp":1735483614154,"id":1304,"parentId":970,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/subscription-manager.mjs","layer":"ssr"},"startTime":1728302022950,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":42215,"timestamp":1735483615673,"id":1328,"parentId":1302,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483657895,"id":1446,"parentId":1302,"tags":{},"startTime":1728302022994,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":44166,"timestamp":1735483613934,"id":1302,"parentId":960,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-constant.mjs","layer":"ssr"},"startTime":1728302022950,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":42398,"timestamp":1735483615715,"id":1332,"parentId":1306,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":41,"timestamp":1735483658118,"id":1447,"parentId":1306,"tags":{},"startTime":1728302022994,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":44038,"timestamp":1735483614295,"id":1306,"parentId":970,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/warn-once.mjs","layer":"ssr"},"startTime":1728302022950,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":42605,"timestamp":1735483615736,"id":1337,"parentId":1311,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42,"timestamp":1735483658346,"id":1448,"parentId":1311,"tags":{},"startTime":1728302022994,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":43901,"timestamp":1735483614619,"id":1311,"parentId":1006,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/events/add-dom-event.mjs","layer":"ssr"},"startTime":1728302022951,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":42787,"timestamp":1735483615740,"id":1338,"parentId":1312,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483658532,"id":1449,"parentId":1312,"tags":{},"startTime":1728302022994,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":44059,"timestamp":1735483614681,"id":1312,"parentId":1007,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/is-numerical-string.mjs","layer":"ssr"},"startTime":1728302022951,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":43052,"timestamp":1735483615695,"id":1329,"parentId":1303,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483658752,"id":1450,"parentId":1303,"tags":{},"startTime":1728302022995,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":46014,"timestamp":1735483614064,"id":1303,"parentId":774,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","layer":"ssr"},"startTime":1728302022950,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":44357,"timestamp":1735483615731,"id":1336,"parentId":1310,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483660094,"id":1451,"parentId":1310,"tags":{},"startTime":1728302022996,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":45696,"timestamp":1735483614553,"id":1310,"parentId":1000,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-instant-transition-state.mjs","layer":"ssr"},"startTime":1728302022950,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":44534,"timestamp":1735483615723,"id":1334,"parentId":1308,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483660262,"id":1452,"parentId":1308,"tags":{},"startTime":1728302022996,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":46091,"timestamp":1735483614423,"id":1308,"parentId":968,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/resolve-value.mjs","layer":"ssr"},"startTime":1728302022950,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":44795,"timestamp":1735483615727,"id":1335,"parentId":1309,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483660527,"id":1453,"parentId":1309,"tags":{},"startTime":1728302022996,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":46426,"timestamp":1735483614487,"id":1309,"parentId":969,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-will-change/WillChangeMotionValue.mjs","layer":"ssr"},"startTime":1728302022950,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":45178,"timestamp":1735483615743,"id":1339,"parentId":1313,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483660927,"id":1454,"parentId":1313,"tags":{},"startTime":1728302022997,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":46373,"timestamp":1735483614745,"id":1313,"parentId":1007,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/is-zero-value-string.mjs","layer":"ssr"},"startTime":1728302022951,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":45375,"timestamp":1735483615751,"id":1341,"parentId":1315,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483661131,"id":1455,"parentId":1315,"tags":{},"startTime":1728302022997,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":46405,"timestamp":1735483614871,"id":1315,"parentId":1007,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/reduced-motion/state.mjs","layer":"ssr"},"startTime":1728302022951,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":45537,"timestamp":1735483615747,"id":1340,"parentId":1314,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483661288,"id":1456,"parentId":1314,"tags":{},"startTime":1728302022997,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":46748,"timestamp":1735483614808,"id":1314,"parentId":1007,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/reduced-motion/index.mjs","layer":"ssr"},"startTime":1728302022951,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":45807,"timestamp":1735483615758,"id":1343,"parentId":1317,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":48,"timestamp":1735483661571,"id":1457,"parentId":1317,"tags":{},"startTime":1728302022998,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":46995,"timestamp":1735483615001,"id":1317,"parentId":1007,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/motion-values.mjs","layer":"ssr"},"startTime":1728302022951,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":46285,"timestamp":1735483615719,"id":1333,"parentId":1307,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483662010,"id":1458,"parentId":1307,"tags":{},"startTime":1728302022998,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":47898,"timestamp":1735483614357,"id":1307,"parentId":970,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/frameloop/sync-time.mjs","layer":"ssr"},"startTime":1728302022950,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":46503,"timestamp":1735483615762,"id":1344,"parentId":1318,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483662270,"id":1459,"parentId":1318,"tags":{},"startTime":1728302022998,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":47499,"timestamp":1735483615068,"id":1318,"parentId":1007,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/resolve-variants.mjs","layer":"ssr"},"startTime":1728302022951,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":46822,"timestamp":1735483615754,"id":1342,"parentId":1316,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483662582,"id":1460,"parentId":1316,"tags":{},"startTime":1728302022999,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":47870,"timestamp":1735483614936,"id":1316,"parentId":1007,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.mjs","layer":"ssr"},"startTime":1728302022951,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":47039,"timestamp":1735483615776,"id":1348,"parentId":1322,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483662820,"id":1461,"parentId":1322,"tags":{},"startTime":1728302022999,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":47669,"timestamp":1735483615319,"id":1322,"parentId":1007,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/transform.mjs","layer":"ssr"},"startTime":1728302022951,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":47227,"timestamp":1735483615769,"id":1346,"parentId":1320,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":49,"timestamp":1735483663001,"id":1462,"parentId":1320,"tags":{},"startTime":1728302022999,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":48619,"timestamp":1735483615193,"id":1320,"parentId":1007,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/KeyframesResolver.mjs","layer":"ssr"},"startTime":1728302022951,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":48050,"timestamp":1735483615772,"id":1347,"parentId":1321,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483663828,"id":1463,"parentId":1321,"tags":{},"startTime":1728302023000,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":48712,"timestamp":1735483615257,"id":1321,"parentId":1002,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/symbol.mjs","layer":"ssr"},"startTime":1728302022951,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":48197,"timestamp":1735483615783,"id":1350,"parentId":1327,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":48367,"timestamp":1735483615765,"id":1345,"parentId":1319,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483664138,"id":1466,"parentId":1319,"tags":{},"startTime":1728302023000,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":49238,"timestamp":1735483615131,"id":1319,"parentId":1007,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/definitions.mjs","layer":"ssr"},"startTime":1728302022951,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":48650,"timestamp":1735483615779,"id":1349,"parentId":1323,"tags":{},"startTime":1728302022952,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483664435,"id":1467,"parentId":1323,"tags":{},"startTime":1728302023000,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":49268,"timestamp":1735483615381,"id":1323,"parentId":843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js","layer":"ssr"},"startTime":1728302022951,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":46996,"timestamp":1735483631166,"id":1369,"parentId":1361,"tags":{},"startTime":1728302022967,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":86,"timestamp":1735483678197,"id":1508,"parentId":1361,"tags":{},"startTime":1728302023014,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":48055,"timestamp":1735483630726,"id":1361,"parentId":1034,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/array.mjs","layer":"ssr"},"startTime":1728302022967,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":47642,"timestamp":1735483631154,"id":1368,"parentId":1360,"tags":{},"startTime":1728302022967,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":49,"timestamp":1735483678803,"id":1509,"parentId":1360,"tags":{},"startTime":1728302023015,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":48398,"timestamp":1735483630650,"id":1360,"parentId":1002,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/load-features.mjs","layer":"ssr"},"startTime":1728302022967,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":47940,"timestamp":1735483631119,"id":1365,"parentId":1357,"tags":{},"startTime":1728302022967,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":53,"timestamp":1735483679065,"id":1510,"parentId":1357,"tags":{},"startTime":1728302023015,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":49452,"timestamp":1735483630348,"id":1357,"parentId":1002,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.mjs","layer":"ssr"},"startTime":1728302022966,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":48663,"timestamp":1735483631147,"id":1367,"parentId":1359,"tags":{},"startTime":1728302022967,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":48,"timestamp":1735483679816,"id":1511,"parentId":1359,"tags":{},"startTime":1728302023016,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":49500,"timestamp":1735483630579,"id":1359,"parentId":1002,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.mjs","layer":"ssr"},"startTime":1728302022967,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":48916,"timestamp":1735483631171,"id":1370,"parentId":1362,"tags":{},"startTime":1728302022967,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483680093,"id":1512,"parentId":1362,"tags":{},"startTime":1728302023016,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":49523,"timestamp":1735483630790,"id":1362,"parentId":1009,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/create-visual-element.mjs","layer":"ssr"},"startTime":1728302022967,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":49181,"timestamp":1735483631141,"id":1366,"parentId":1358,"tags":{},"startTime":1728302022967,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":71,"timestamp":1735483680327,"id":1513,"parentId":1358,"tags":{},"startTime":1728302023016,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":50098,"timestamp":1735483630491,"id":1358,"parentId":1002,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/MotionContext/create.mjs","layer":"ssr"},"startTime":1728302022966,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":49418,"timestamp":1735483631179,"id":1372,"parentId":1364,"tags":{},"startTime":1728302022967,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42,"timestamp":1735483680602,"id":1514,"parentId":1364,"tags":{},"startTime":1728302023017,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":49860,"timestamp":1735483630919,"id":1364,"parentId":1022,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/drag.mjs","layer":"ssr"},"startTime":1728302022967,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":49611,"timestamp":1735483631175,"id":1371,"parentId":1363,"tags":{},"startTime":1728302022967,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483680792,"id":1515,"parentId":1363,"tags":{},"startTime":1728302023017,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":50142,"timestamp":1735483630855,"id":1363,"parentId":1010,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/gestures.mjs","layer":"ssr"},"startTime":1728302022967,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":17007,"timestamp":1735483664065,"id":1465,"parentId":1464,"tags":{},"startTime":1728302023000,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":17089,"timestamp":1735483663985,"id":1464,"parentId":1327,"tags":{},"startTime":1728302023000,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":65666,"timestamp":1735483615536,"id":1327,"parentId":1002,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/LazyContext.mjs","layer":"ssr"},"startTime":1728302022951,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":51256,"timestamp":1735483636756,"id":1393,"parentId":1373,"tags":{},"startTime":1728302022973,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":48,"timestamp":1735483688026,"id":1540,"parentId":1373,"tags":{},"startTime":1728302023024,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":52952,"timestamp":1735483635352,"id":1373,"parentId":1022,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/layout.mjs","layer":"ssr"},"startTime":1728302022971,"traceId":"480ec8b9e15b14de"}] +[{"name":"read-resource","duration":51686,"timestamp":1735483636773,"id":1394,"parentId":1374,"tags":{},"startTime":1728302022973,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483688466,"id":1541,"parentId":1374,"tags":{},"startTime":1728302023024,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":53165,"timestamp":1735483635486,"id":1374,"parentId":1034,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/compare-by-depth.mjs","layer":"ssr"},"startTime":1728302022971,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":55898,"timestamp":1735483636817,"id":1399,"parentId":1379,"tags":{},"startTime":1728302022973,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483692727,"id":1597,"parentId":1379,"tags":{},"startTime":1728302023029,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":57278,"timestamp":1735483635847,"id":1379,"parentId":1059,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/interfaces/single-value.mjs","layer":"ssr"},"startTime":1728302022972,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":56316,"timestamp":1735483636821,"id":1400,"parentId":1380,"tags":{},"startTime":1728302022973,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483693144,"id":1598,"parentId":1380,"tags":{},"startTime":1728302023029,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":57454,"timestamp":1735483635911,"id":1380,"parentId":1065,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/memo.mjs","layer":"ssr"},"startTime":1728302022972,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":56578,"timestamp":1735483636796,"id":1396,"parentId":1376,"tags":{},"startTime":1728302022973,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483693381,"id":1599,"parentId":1376,"tags":{},"startTime":1728302023029,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":57989,"timestamp":1735483635643,"id":1376,"parentId":1059,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/is-dom-keyframes.mjs","layer":"ssr"},"startTime":1728302022972,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":56817,"timestamp":1735483636824,"id":1401,"parentId":1381,"tags":{},"startTime":1728302022973,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42,"timestamp":1735483693647,"id":1600,"parentId":1381,"tags":{},"startTime":1728302023030,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":57812,"timestamp":1735483635980,"id":1381,"parentId":1065,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/noop.mjs","layer":"ssr"},"startTime":1728302022972,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":56990,"timestamp":1735483636813,"id":1398,"parentId":1378,"tags":{},"startTime":1728302022973,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483693808,"id":1601,"parentId":1378,"tags":{},"startTime":1728302023030,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":58289,"timestamp":1735483635781,"id":1378,"parentId":1059,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/create-visual-element.mjs","layer":"ssr"},"startTime":1728302022972,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":57270,"timestamp":1735483636808,"id":1397,"parentId":1377,"tags":{},"startTime":1728302022973,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":55,"timestamp":1735483694084,"id":1602,"parentId":1377,"tags":{},"startTime":1728302023030,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":58930,"timestamp":1735483635713,"id":1377,"parentId":1059,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.mjs","layer":"ssr"},"startTime":1728302022972,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":57875,"timestamp":1735483636780,"id":1395,"parentId":1375,"tags":{},"startTime":1728302022973,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":50,"timestamp":1735483694661,"id":1603,"parentId":1375,"tags":{},"startTime":1728302023031,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":59741,"timestamp":1735483635570,"id":1375,"parentId":1059,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/GroupPlaybackControls.mjs","layer":"ssr"},"startTime":1728302022972,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":58499,"timestamp":1735483636828,"id":1402,"parentId":1382,"tags":{},"startTime":1728302022973,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":51,"timestamp":1735483695335,"id":1604,"parentId":1382,"tags":{},"startTime":1728302023031,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":59539,"timestamp":1735483636041,"id":1382,"parentId":1065,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/time-conversion.mjs","layer":"ssr"},"startTime":1728302022972,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":58750,"timestamp":1735483636841,"id":1406,"parentId":1386,"tags":{},"startTime":1728302022973,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":50,"timestamp":1735483695598,"id":1605,"parentId":1386,"tags":{},"startTime":1728302023032,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":59881,"timestamp":1735483636295,"id":1386,"parentId":1064,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-variant.mjs","layer":"ssr"},"startTime":1728302022972,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":59349,"timestamp":1735483636838,"id":1405,"parentId":1385,"tags":{},"startTime":1728302022973,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":49,"timestamp":1735483696194,"id":1606,"parentId":1385,"tags":{},"startTime":1728302023032,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":60185,"timestamp":1735483636230,"id":1385,"parentId":1064,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/resolve-dynamic-variants.mjs","layer":"ssr"},"startTime":1728302022972,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":59594,"timestamp":1735483636831,"id":1403,"parentId":1383,"tags":{},"startTime":1728302022973,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":50,"timestamp":1735483696431,"id":1607,"parentId":1383,"tags":{},"startTime":1728302023032,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":60605,"timestamp":1735483636104,"id":1383,"parentId":1059,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/resolve-element.mjs","layer":"ssr"},"startTime":1728302022972,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":59884,"timestamp":1735483636834,"id":1404,"parentId":1384,"tags":{},"startTime":1728302022973,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483696725,"id":1608,"parentId":1384,"tags":{},"startTime":1728302023033,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":60831,"timestamp":1735483636168,"id":1384,"parentId":1062,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/setters.mjs","layer":"ssr"},"startTime":1728302022972,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":60146,"timestamp":1735483636863,"id":1412,"parentId":1392,"tags":{},"startTime":1728302022973,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":48,"timestamp":1735483697015,"id":1609,"parentId":1392,"tags":{},"startTime":1728302023033,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":60839,"timestamp":1735483636686,"id":1392,"parentId":1066,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/generators/inertia.mjs","layer":"ssr"},"startTime":1728302022973,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":60687,"timestamp":1735483636848,"id":1408,"parentId":1388,"tags":{},"startTime":1728302022973,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":48,"timestamp":1735483697542,"id":1610,"parentId":1388,"tags":{},"startTime":1728302023033,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":61327,"timestamp":1735483636430,"id":1388,"parentId":1007,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/animatable-none.mjs","layer":"ssr"},"startTime":1728302022972,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":60983,"timestamp":1735483636845,"id":1407,"parentId":1387,"tags":{},"startTime":1728302022973,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":50,"timestamp":1735483697834,"id":1611,"parentId":1387,"tags":{},"startTime":1728302023034,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":62188,"timestamp":1735483636361,"id":1387,"parentId":1065,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/DOMKeyframesResolver.mjs","layer":"ssr"},"startTime":1728302022972,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":61704,"timestamp":1735483636855,"id":1410,"parentId":1390,"tags":{},"startTime":1728302022973,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483698565,"id":1612,"parentId":1390,"tags":{},"startTime":1728302023034,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":62326,"timestamp":1735483636556,"id":1390,"parentId":1024,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/node/HTMLProjectionNode.mjs","layer":"ssr"},"startTime":1728302022972,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":62041,"timestamp":1735483636852,"id":1409,"parentId":1389,"tags":{},"startTime":1728302022973,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483698898,"id":1613,"parentId":1389,"tags":{},"startTime":1728302023035,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":62622,"timestamp":1735483636494,"id":1389,"parentId":1007,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/find.mjs","layer":"ssr"},"startTime":1728302022972,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":62265,"timestamp":1735483636859,"id":1411,"parentId":1391,"tags":{},"startTime":1728302022973,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":49,"timestamp":1735483699129,"id":1614,"parentId":1391,"tags":{},"startTime":1728302023035,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":63017,"timestamp":1735483636619,"id":1391,"parentId":1065,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/BaseAnimation.mjs","layer":"ssr"},"startTime":1728302022973,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":17767,"timestamp":1735483692245,"id":1572,"parentId":1571,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":17788,"timestamp":1735483692231,"id":1571,"parentId":1547,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":19127,"timestamp":1735483691423,"id":1547,"parentId":1224,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/styles.js","layer":"ssr"},"startTime":1728302023027,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":18311,"timestamp":1735483692259,"id":1574,"parentId":1573,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":18325,"timestamp":1735483692246,"id":1573,"parentId":1548,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":19422,"timestamp":1735483691454,"id":1548,"parentId":1225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogContent.js","layer":"ssr"},"startTime":1728302023027,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":18688,"timestamp":1735483692209,"id":1568,"parentId":1567,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":18731,"timestamp":1735483692167,"id":1567,"parentId":1545,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":20089,"timestamp":1735483691346,"id":1545,"parentId":1237,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/magic-identifier.js","layer":"ssr"},"startTime":1728302023027,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":19236,"timestamp":1735483692229,"id":1570,"parentId":1569,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":19254,"timestamp":1735483692212,"id":1569,"parentId":1546,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":20761,"timestamp":1735483691389,"id":1546,"parentId":1210,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/LeftRightDialogHeader.js","layer":"ssr"},"startTime":1728302023027,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":19879,"timestamp":1735483692287,"id":1578,"parentId":1577,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":19892,"timestamp":1735483692275,"id":1577,"parentId":1550,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":20945,"timestamp":1735483691510,"id":1550,"parentId":1224,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/Toast.js","layer":"ssr"},"startTime":1728302023027,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":20168,"timestamp":1735483692300,"id":1580,"parentId":1579,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20181,"timestamp":1735483692288,"id":1579,"parentId":1551,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21220,"timestamp":1735483691537,"id":1551,"parentId":1225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/styles.js","layer":"ssr"},"startTime":1728302023027,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":20507,"timestamp":1735483692272,"id":1576,"parentId":1575,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20522,"timestamp":1735483692260,"id":1575,"parentId":1549,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21798,"timestamp":1735483691482,"id":1549,"parentId":1225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/Dialog.js","layer":"ssr"},"startTime":1728302023027,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":20927,"timestamp":1735483692368,"id":1584,"parentId":1583,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20957,"timestamp":1735483692356,"id":1583,"parentId":1553,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21970,"timestamp":1735483691598,"id":1553,"parentId":1225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogBody.js","layer":"ssr"},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":21200,"timestamp":1735483692381,"id":1586,"parentId":1585,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":21213,"timestamp":1735483692369,"id":1585,"parentId":1554,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":22194,"timestamp":1735483691625,"id":1554,"parentId":1226,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/styles.js","layer":"ssr"},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":21482,"timestamp":1735483692354,"id":1582,"parentId":1581,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":21498,"timestamp":1735483692339,"id":1581,"parentId":1552,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":22646,"timestamp":1735483691571,"id":1552,"parentId":1211,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/Overlay.js","layer":"ssr"},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":21825,"timestamp":1735483692406,"id":1590,"parentId":1589,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":21837,"timestamp":1735483692395,"id":1589,"parentId":1556,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":22808,"timestamp":1735483691677,"id":1556,"parentId":1225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogHeader.js","layer":"ssr"},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":22109,"timestamp":1735483692394,"id":1588,"parentId":1587,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":22122,"timestamp":1735483692382,"id":1587,"parentId":1555,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":23373,"timestamp":1735483691652,"id":1555,"parentId":1226,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/VersionStalenessInfo.js","layer":"ssr"},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":22629,"timestamp":1735483692419,"id":1592,"parentId":1591,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":22642,"timestamp":1735483692408,"id":1591,"parentId":1557,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":23720,"timestamp":1735483691704,"id":1557,"parentId":1325,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/CallStackFrame.js","layer":"ssr"},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":23229,"timestamp":1735483692431,"id":1594,"parentId":1593,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":23241,"timestamp":1735483692420,"id":1593,"parentId":1558,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":24377,"timestamp":1735483691730,"id":1558,"parentId":1325,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/FrameworkIcon.js","layer":"ssr"},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":23681,"timestamp":1735483692444,"id":1596,"parentId":1595,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":23693,"timestamp":1735483692433,"id":1595,"parentId":1559,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"}] +[{"name":"build-module-js","duration":24860,"timestamp":1735483691755,"id":1559,"parentId":1326,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/EditorLink.js","layer":"ssr"},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":47998,"timestamp":1735483668669,"id":1491,"parentId":1471,"tags":{},"startTime":1728302023005,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":58,"timestamp":1735483716676,"id":1615,"parentId":1471,"tags":{},"startTime":1728302023053,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":49461,"timestamp":1735483667498,"id":1471,"parentId":1067,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/optimized-appear/store-id.mjs","layer":"ssr"},"startTime":1728302023003,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":48307,"timestamp":1735483668661,"id":1490,"parentId":1470,"tags":{},"startTime":1728302023005,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":48493,"timestamp":1735483668654,"id":1489,"parentId":1469,"tags":{},"startTime":1728302023005,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":48549,"timestamp":1735483668703,"id":1499,"parentId":1479,"tags":{},"startTime":1728302023005,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483717258,"id":1620,"parentId":1479,"tags":{},"startTime":1728302023053,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":49505,"timestamp":1735483668028,"id":1479,"parentId":1072,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/observe.mjs","layer":"ssr"},"startTime":1728302023004,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":48871,"timestamp":1735483668675,"id":1492,"parentId":1472,"tags":{},"startTime":1728302023005,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483717551,"id":1621,"parentId":1472,"tags":{},"startTime":1728302023053,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":50282,"timestamp":1735483667565,"id":1472,"parentId":1067,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/optimized-appear/handoff.mjs","layer":"ssr"},"startTime":1728302023003,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":49180,"timestamp":1735483668679,"id":1493,"parentId":1473,"tags":{},"startTime":1728302023005,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483717865,"id":1622,"parentId":1473,"tags":{},"startTime":1728302023054,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":50388,"timestamp":1735483667632,"id":1473,"parentId":1067,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/optimized-appear/store.mjs","layer":"ssr"},"startTime":1728302023004,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":49319,"timestamp":1735483668707,"id":1500,"parentId":1480,"tags":{},"startTime":1728302023005,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483718032,"id":1623,"parentId":1480,"tags":{},"startTime":1728302023054,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":50098,"timestamp":1735483668094,"id":1480,"parentId":1072,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/supports.mjs","layer":"ssr"},"startTime":1728302023004,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":49500,"timestamp":1735483668699,"id":1498,"parentId":1478,"tags":{},"startTime":1728302023005,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483718205,"id":1624,"parentId":1478,"tags":{},"startTime":1728302023054,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":50393,"timestamp":1735483667957,"id":1478,"parentId":1070,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/components/m/create.mjs","layer":"ssr"},"startTime":1728302023004,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":49669,"timestamp":1735483668687,"id":1495,"parentId":1475,"tags":{},"startTime":1728302023005,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483718361,"id":1625,"parentId":1475,"tags":{},"startTime":1728302023054,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":50879,"timestamp":1735483667763,"id":1475,"parentId":1069,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/components/create-proxy.mjs","layer":"ssr"},"startTime":1728302023004,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":49938,"timestamp":1735483668714,"id":1502,"parentId":1482,"tags":{},"startTime":1728302023005,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483718657,"id":1626,"parentId":1482,"tags":{},"startTime":1728302023055,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":50804,"timestamp":1735483668218,"id":1482,"parentId":1073,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/on-scroll-handler.mjs","layer":"ssr"},"startTime":1728302023004,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":50348,"timestamp":1735483668683,"id":1494,"parentId":1474,"tags":{},"startTime":1728302023005,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483719037,"id":1627,"parentId":1474,"tags":{},"startTime":1728302023055,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":51500,"timestamp":1735483667697,"id":1474,"parentId":1067,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/optimized-appear/get-appear-id.mjs","layer":"ssr"},"startTime":1728302023004,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":50493,"timestamp":1735483668710,"id":1501,"parentId":1481,"tags":{},"startTime":1728302023005,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483719208,"id":1628,"parentId":1481,"tags":{},"startTime":1728302023055,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":51408,"timestamp":1735483668157,"id":1481,"parentId":1073,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/info.mjs","layer":"ssr"},"startTime":1728302023004,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":50854,"timestamp":1735483668721,"id":1504,"parentId":1484,"tags":{},"startTime":1728302023005,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483719580,"id":1629,"parentId":1484,"tags":{},"startTime":1728302023056,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":51646,"timestamp":1735483668345,"id":1484,"parentId":1076,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/utils.mjs","layer":"ssr"},"startTime":1728302023004,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":51267,"timestamp":1735483668733,"id":1507,"parentId":1487,"tags":{},"startTime":1728302023005,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483720005,"id":1630,"parentId":1487,"tags":{},"startTime":1728302023056,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":51800,"timestamp":1735483668530,"id":1487,"parentId":1078,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/color/hex.mjs","layer":"ssr"},"startTime":1728302023004,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":51615,"timestamp":1735483668725,"id":1505,"parentId":1485,"tags":{},"startTime":1728302023005,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483720345,"id":1631,"parentId":1485,"tags":{},"startTime":1728302023056,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":52108,"timestamp":1735483668405,"id":1485,"parentId":1075,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/get-as-type.mjs","layer":"ssr"},"startTime":1728302023004,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":51826,"timestamp":1735483668696,"id":1497,"parentId":1477,"tags":{},"startTime":1728302023005,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483720527,"id":1632,"parentId":1477,"tags":{},"startTime":1728302023056,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":52826,"timestamp":1735483667893,"id":1477,"parentId":1069,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/components/motion/create.mjs","layer":"ssr"},"startTime":1728302023004,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":52035,"timestamp":1735483668691,"id":1496,"parentId":1476,"tags":{},"startTime":1728302023005,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483720731,"id":1633,"parentId":1476,"tags":{},"startTime":1728302023057,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":53084,"timestamp":1735483667828,"id":1476,"parentId":1068,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.mjs","layer":"ssr"},"startTime":1728302023004,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":52202,"timestamp":1735483668717,"id":1503,"parentId":1483,"tags":{},"startTime":1728302023005,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":53,"timestamp":1735483720925,"id":1634,"parentId":1483,"tags":{},"startTime":1728302023057,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":53676,"timestamp":1735483668282,"id":1483,"parentId":1059,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/sequence/create.mjs","layer":"ssr"},"startTime":1728302023004,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":54284,"timestamp":1735483668633,"id":1488,"parentId":1468,"tags":{},"startTime":1728302023005,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":48,"timestamp":1735483722932,"id":1635,"parentId":1468,"tags":{},"startTime":1728302023059,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":56086,"timestamp":1735483667230,"id":1468,"parentId":1066,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/generators/keyframes.mjs","layer":"ssr"},"startTime":1728302023003,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":54595,"timestamp":1735483668729,"id":1506,"parentId":1486,"tags":{},"startTime":1728302023005,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483723330,"id":1636,"parentId":1486,"tags":{},"startTime":1728302023059,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":55196,"timestamp":1735483668468,"id":1486,"parentId":1075,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/number.mjs","layer":"ssr"},"startTime":1728302023004,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":25984,"timestamp":1735483717059,"id":1617,"parentId":1616,"tags":{},"startTime":1728302023053,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":26078,"timestamp":1735483716975,"id":1616,"parentId":1470,"tags":{},"startTime":1728302023053,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":76309,"timestamp":1735483667430,"id":1470,"parentId":1071,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/Reorder/Item.mjs","layer":"ssr"},"startTime":1728302023003,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":26559,"timestamp":1735483717213,"id":1619,"parentId":1618,"tags":{},"startTime":1728302023053,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":26621,"timestamp":1735483717152,"id":1618,"parentId":1469,"tags":{},"startTime":1728302023053,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":76906,"timestamp":1735483667355,"id":1469,"parentId":1071,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/Reorder/Group.mjs","layer":"ssr"},"startTime":1728302023003,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":59918,"timestamp":1735483684355,"id":1528,"parentId":1516,"tags":{},"startTime":1728302023020,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":53,"timestamp":1735483744281,"id":1637,"parentId":1516,"tags":{},"startTime":1728302023080,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":61125,"timestamp":1735483683447,"id":1516,"parentId":1078,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/color/hsla.mjs","layer":"ssr"},"startTime":1728302023019,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":60177,"timestamp":1735483684403,"id":1532,"parentId":1520,"tags":{},"startTime":1728302023020,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":48,"timestamp":1735483744596,"id":1638,"parentId":1520,"tags":{},"startTime":1728302023081,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":60986,"timestamp":1735483683773,"id":1520,"parentId":1065,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/utils/accelerated-values.mjs","layer":"ssr"},"startTime":1728302023020,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":60396,"timestamp":1735483684371,"id":1529,"parentId":1517,"tags":{},"startTime":1728302023020,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483744773,"id":1639,"parentId":1517,"tags":{},"startTime":1728302023081,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":61478,"timestamp":1735483683563,"id":1517,"parentId":1078,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/color/rgba.mjs","layer":"ssr"},"startTime":1728302023019,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":60642,"timestamp":1735483684407,"id":1533,"parentId":1521,"tags":{},"startTime":1728302023020,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483745054,"id":1640,"parentId":1521,"tags":{},"startTime":1728302023081,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":61471,"timestamp":1735483683841,"id":1521,"parentId":1065,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/waapi/index.mjs","layer":"ssr"},"startTime":1728302023020,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":60907,"timestamp":1735483684414,"id":1535,"parentId":1523,"tags":{},"startTime":1728302023020,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483745327,"id":1641,"parentId":1523,"tags":{},"startTime":1728302023081,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":62720,"timestamp":1735483683976,"id":1523,"parentId":1065,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.mjs","layer":"ssr"},"startTime":1728302023020,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":62333,"timestamp":1735483684378,"id":1530,"parentId":1518,"tags":{},"startTime":1728302023020,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":49,"timestamp":1735483746718,"id":1642,"parentId":1518,"tags":{},"startTime":1728302023083,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":63297,"timestamp":1735483683638,"id":1518,"parentId":891,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"ssr"},"startTime":1728302023020,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":62533,"timestamp":1735483684410,"id":1534,"parentId":1522,"tags":{},"startTime":1728302023020,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483746949,"id":1643,"parentId":1522,"tags":{},"startTime":1728302023083,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":63442,"timestamp":1735483683906,"id":1522,"parentId":1065,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/waapi/easing.mjs","layer":"ssr"},"startTime":1728302023020,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":62935,"timestamp":1735483684422,"id":1537,"parentId":1525,"tags":{},"startTime":1728302023020,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":49,"timestamp":1735483747363,"id":1644,"parentId":1525,"tags":{},"startTime":1728302023083,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":63451,"timestamp":1735483684112,"id":1525,"parentId":1080,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/generators/utils/velocity.mjs","layer":"ssr"},"startTime":1728302023020,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":63142,"timestamp":1735483684429,"id":1539,"parentId":1527,"tags":{},"startTime":1728302023020,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483747576,"id":1645,"parentId":1527,"tags":{},"startTime":1728302023084,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":63516,"timestamp":1735483684239,"id":1527,"parentId":1073,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/resize/index.mjs","layer":"ssr"},"startTime":1728302023020,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":63345,"timestamp":1735483684418,"id":1536,"parentId":1524,"tags":{},"startTime":1728302023020,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483747768,"id":1646,"parentId":1524,"tags":{},"startTime":1728302023084,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":63922,"timestamp":1735483684048,"id":1524,"parentId":1066,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/generators/utils/calc-duration.mjs","layer":"ssr"},"startTime":1728302023020,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":63553,"timestamp":1735483684425,"id":1538,"parentId":1526,"tags":{},"startTime":1728302023020,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483747983,"id":1647,"parentId":1526,"tags":{},"startTime":1728302023084,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":64041,"timestamp":1735483684175,"id":1526,"parentId":1066,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/drivers/driver-frameloop.mjs","layer":"ssr"},"startTime":1728302023020,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":63828,"timestamp":1735483684395,"id":1531,"parentId":1519,"tags":{},"startTime":1728302023020,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483748229,"id":1648,"parentId":1519,"tags":{},"startTime":1728302023084,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":64699,"timestamp":1735483683709,"id":1519,"parentId":891,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"ssr"},"startTime":1728302023020,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":68930,"timestamp":1735483691939,"id":1563,"parentId":1543,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":69115,"timestamp":1735483691946,"id":1564,"parentId":1544,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"}] +[{"name":"next-swc-loader","duration":81,"timestamp":1735483761198,"id":1651,"parentId":1544,"tags":{},"startTime":1728302023097,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":70401,"timestamp":1735483691273,"id":1544,"parentId":1054,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/AnimatePresence/utils.mjs","layer":"ssr"},"startTime":1728302023027,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":69725,"timestamp":1735483691959,"id":1566,"parentId":1561,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483761690,"id":1652,"parentId":1561,"tags":{},"startTime":1728302023098,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":70031,"timestamp":1735483691848,"id":1561,"parentId":1221,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/is-animation-controls.mjs","layer":"ssr"},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":69935,"timestamp":1735483691952,"id":1565,"parentId":1560,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42,"timestamp":1735483761893,"id":1653,"parentId":1560,"tags":{},"startTime":1728302023098,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":70336,"timestamp":1735483691783,"id":1560,"parentId":1220,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-is-mounted.mjs","layer":"ssr"},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":70203,"timestamp":1735483691924,"id":1562,"parentId":1542,"tags":{},"startTime":1728302023028,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483762132,"id":1654,"parentId":1542,"tags":{},"startTime":1728302023098,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":71284,"timestamp":1735483691083,"id":1542,"parentId":1058,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/node/group.mjs","layer":"ssr"},"startTime":1728302023027,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10595,"timestamp":1735483760985,"id":1650,"parentId":1649,"tags":{},"startTime":1728302023097,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10700,"timestamp":1735483760887,"id":1649,"parentId":1543,"tags":{},"startTime":1728302023097,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":81101,"timestamp":1735483691196,"id":1543,"parentId":1054,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.mjs","layer":"ssr"},"startTime":1728302023027,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8002,"timestamp":1735483770481,"id":1719,"parentId":1718,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8051,"timestamp":1735483770438,"id":1718,"parentId":1657,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10923,"timestamp":1735483767987,"id":1657,"parentId":1079,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/index.js","layer":"ssr"},"startTime":1728302023104,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":3027,"timestamp":1735483780487,"id":1769,"parentId":1768,"tags":{},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3049,"timestamp":1735483780475,"id":1768,"parentId":1741,"tags":{},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":4685,"timestamp":1735483779543,"id":1741,"parentId":1552,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/body-locker.js","layer":"ssr"},"startTime":1728302023115,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":4147,"timestamp":1735483780457,"id":1765,"parentId":1764,"tags":{},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4169,"timestamp":1735483780439,"id":1764,"parentId":1739,"tags":{},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":5700,"timestamp":1735483779387,"id":1739,"parentId":1557,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-open-in-editor.js","layer":"ssr"},"startTime":1728302023115,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":15165,"timestamp":1735483769973,"id":1690,"parentId":1659,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":55,"timestamp":1735483785148,"id":1770,"parentId":1659,"tags":{},"startTime":1728302023121,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":17281,"timestamp":1735483768099,"id":1659,"parentId":1308,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/is-keyframes-target.mjs","layer":"ssr"},"startTime":1728302023104,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":15422,"timestamp":1735483769967,"id":1689,"parentId":1658,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483785395,"id":1771,"parentId":1658,"tags":{},"startTime":1728302023121,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":17900,"timestamp":1735483768028,"id":1658,"parentId":1235,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/frameloop/batcher.mjs","layer":"ssr"},"startTime":1728302023104,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":15959,"timestamp":1735483769980,"id":1691,"parentId":1660,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483785945,"id":1772,"parentId":1660,"tags":{},"startTime":1728302023122,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":17949,"timestamp":1735483768165,"id":1660,"parentId":1228,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/mix/number.mjs","layer":"ssr"},"startTime":1728302023104,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":16136,"timestamp":1735483769986,"id":1692,"parentId":1661,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483786127,"id":1773,"parentId":1661,"tags":{},"startTime":1728302023122,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":18051,"timestamp":1735483768229,"id":1661,"parentId":1316,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/is-variant-label.mjs","layer":"ssr"},"startTime":1728302023104,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":16326,"timestamp":1735483769960,"id":1688,"parentId":1656,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483786291,"id":1774,"parentId":1656,"tags":{},"startTime":1728302023122,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":19049,"timestamp":1735483767912,"id":1656,"parentId":1228,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/mix/complex.mjs","layer":"ssr"},"startTime":1728302023104,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":16980,"timestamp":1735483769990,"id":1693,"parentId":1662,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483786976,"id":1775,"parentId":1662,"tags":{},"startTime":1728302023123,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":18839,"timestamp":1735483768292,"id":1662,"parentId":1316,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/variant-props.mjs","layer":"ssr"},"startTime":1728302023104,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":17136,"timestamp":1735483770001,"id":1696,"parentId":1665,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":41,"timestamp":1735483787143,"id":1776,"parentId":1665,"tags":{},"startTime":1728302023123,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":18820,"timestamp":1735483768485,"id":1665,"parentId":1357,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/frameloop/microtask.mjs","layer":"ssr"},"startTime":1728302023104,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":17406,"timestamp":1735483769937,"id":1687,"parentId":1655,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483787348,"id":1777,"parentId":1655,"tags":{},"startTime":1728302023123,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":19756,"timestamp":1735483767781,"id":1655,"parentId":1221,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-will-change/get-will-change-name.mjs","layer":"ssr"},"startTime":1728302023104,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":17540,"timestamp":1735483770005,"id":1697,"parentId":1666,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":41,"timestamp":1735483787550,"id":1778,"parentId":1666,"tags":{},"startTime":1728302023123,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":19159,"timestamp":1735483768546,"id":1666,"parentId":1357,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/is-ref-object.mjs","layer":"ssr"},"startTime":1728302023104,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":17717,"timestamp":1735483769994,"id":1694,"parentId":1663,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483787717,"id":1779,"parentId":1663,"tags":{},"startTime":1728302023124,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20070,"timestamp":1735483768355,"id":1663,"parentId":1320,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/unit-conversion.mjs","layer":"ssr"},"startTime":1728302023104,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":18439,"timestamp":1735483769998,"id":1695,"parentId":1664,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483788443,"id":1780,"parentId":1664,"tags":{},"startTime":1728302023124,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20202,"timestamp":1735483768421,"id":1664,"parentId":1216,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/events/utils/is-primary-pointer.mjs","layer":"ssr"},"startTime":1728302023104,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":18611,"timestamp":1735483770019,"id":1701,"parentId":1670,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483788635,"id":1781,"parentId":1670,"tags":{},"startTime":1728302023125,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20285,"timestamp":1735483768816,"id":1670,"parentId":1362,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.mjs","layer":"ssr"},"startTime":1728302023105,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":19080,"timestamp":1735483770030,"id":1704,"parentId":1673,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483789115,"id":1782,"parentId":1673,"tags":{},"startTime":1728302023125,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20346,"timestamp":1735483769007,"id":1673,"parentId":1362,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.mjs","layer":"ssr"},"startTime":1728302023105,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":19351,"timestamp":1735483770009,"id":1698,"parentId":1667,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42,"timestamp":1735483789365,"id":1783,"parentId":1667,"tags":{},"startTime":1728302023125,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21096,"timestamp":1735483768605,"id":1667,"parentId":1363,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/hover.mjs","layer":"ssr"},"startTime":1728302023105,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":19683,"timestamp":1735483770026,"id":1703,"parentId":1672,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483789714,"id":1784,"parentId":1672,"tags":{},"startTime":1728302023126,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21024,"timestamp":1735483768945,"id":1672,"parentId":1364,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/drag/index.mjs","layer":"ssr"},"startTime":1728302023105,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":19960,"timestamp":1735483770016,"id":1700,"parentId":1669,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483789981,"id":1785,"parentId":1669,"tags":{},"startTime":1728302023126,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21999,"timestamp":1735483768757,"id":1669,"parentId":1363,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/press.mjs","layer":"ssr"},"startTime":1728302023105,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":20753,"timestamp":1735483770012,"id":1699,"parentId":1668,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483790771,"id":1786,"parentId":1668,"tags":{},"startTime":1728302023127,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":22413,"timestamp":1735483768683,"id":1668,"parentId":1363,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/focus.mjs","layer":"ssr"},"startTime":1728302023105,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":21082,"timestamp":1735483770023,"id":1702,"parentId":1671,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483791110,"id":1787,"parentId":1671,"tags":{},"startTime":1728302023127,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":22450,"timestamp":1735483768880,"id":1671,"parentId":1358,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/MotionContext/utils.mjs","layer":"ssr"},"startTime":1728302023105,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":21305,"timestamp":1735483770033,"id":1705,"parentId":1674,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483791344,"id":1788,"parentId":1674,"tags":{},"startTime":1728302023127,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":22610,"timestamp":1735483769070,"id":1674,"parentId":1240,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/animation/index.mjs","layer":"ssr"},"startTime":1728302023105,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":21648,"timestamp":1735483770040,"id":1707,"parentId":1676,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483791693,"id":1789,"parentId":1676,"tags":{},"startTime":1728302023128,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":22818,"timestamp":1735483769194,"id":1676,"parentId":1229,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/utils/map.mjs","layer":"ssr"},"startTime":1728302023105,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":21977,"timestamp":1735483770044,"id":1708,"parentId":1677,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483792026,"id":1790,"parentId":1677,"tags":{},"startTime":1728302023128,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":23143,"timestamp":1735483769254,"id":1677,"parentId":1362,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.mjs","layer":"ssr"},"startTime":1728302023105,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":22358,"timestamp":1735483770047,"id":1709,"parentId":1678,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483792410,"id":1791,"parentId":1678,"tags":{},"startTime":1728302023128,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":23478,"timestamp":1735483769320,"id":1678,"parentId":1364,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/pan/index.mjs","layer":"ssr"},"startTime":1728302023105,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":22755,"timestamp":1735483770051,"id":1710,"parentId":1679,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":22934,"timestamp":1735483770054,"id":1711,"parentId":1680,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483792994,"id":1794,"parentId":1680,"tags":{},"startTime":1728302023129,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":23990,"timestamp":1735483769449,"id":1680,"parentId":1363,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/viewport/index.mjs","layer":"ssr"},"startTime":1728302023105,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":23386,"timestamp":1735483770064,"id":1714,"parentId":1683,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483793455,"id":1795,"parentId":1683,"tags":{},"startTime":1728302023129,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":24068,"timestamp":1735483769641,"id":1683,"parentId":1377,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-will-change/add-will-change.mjs","layer":"ssr"},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":23656,"timestamp":1735483770060,"id":1713,"parentId":1682,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483793722,"id":1796,"parentId":1682,"tags":{},"startTime":1728302023130,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":24345,"timestamp":1735483769578,"id":1682,"parentId":1377,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/transitions.mjs","layer":"ssr"},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":23863,"timestamp":1735483770068,"id":1715,"parentId":1684,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483793936,"id":1797,"parentId":1684,"tags":{},"startTime":1728302023130,"traceId":"480ec8b9e15b14de"}] +[{"name":"build-module-mjs","duration":24531,"timestamp":1735483769713,"id":1684,"parentId":1378,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-element.mjs","layer":"ssr"},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":24214,"timestamp":1735483770037,"id":1706,"parentId":1675,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483794256,"id":1798,"parentId":1675,"tags":{},"startTime":1728302023130,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":25418,"timestamp":1735483769131,"id":1675,"parentId":1240,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/animation/exit.mjs","layer":"ssr"},"startTime":1728302023105,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":37667,"timestamp":1735483770057,"id":1712,"parentId":1681,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":73,"timestamp":1735483807750,"id":1799,"parentId":1681,"tags":{},"startTime":1728302023144,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":39176,"timestamp":1735483769516,"id":1681,"parentId":1379,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.mjs","layer":"ssr"},"startTime":1728302023105,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":38628,"timestamp":1735483770076,"id":1716,"parentId":1685,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":50,"timestamp":1735483808712,"id":1800,"parentId":1685,"tags":{},"startTime":1728302023145,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":39338,"timestamp":1735483769777,"id":1685,"parentId":1388,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/complex/filter.mjs","layer":"ssr"},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":39046,"timestamp":1735483770080,"id":1717,"parentId":1686,"tags":{},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":53,"timestamp":1735483809132,"id":1801,"parentId":1686,"tags":{},"startTime":1728302023145,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":39534,"timestamp":1735483769839,"id":1686,"parentId":1388,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/defaults.mjs","layer":"ssr"},"startTime":1728302023106,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":29167,"timestamp":1735483780434,"id":1763,"parentId":1762,"tags":{},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":29218,"timestamp":1735483780386,"id":1762,"parentId":1738,"tags":{},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":32788,"timestamp":1735483779250,"id":1738,"parentId":868,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/components/tabs/tabs.js","layer":"ssr"},"startTime":1728302023115,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":19191,"timestamp":1735483792923,"id":1793,"parentId":1792,"tags":{},"startTime":1728302023129,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":19304,"timestamp":1735483792812,"id":1792,"parentId":1679,"tags":{},"startTime":1728302023129,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":43440,"timestamp":1735483769381,"id":1679,"parentId":1364,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.mjs","layer":"ssr"},"startTime":1728302023105,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":35168,"timestamp":1735483777663,"id":1729,"parentId":1720,"tags":{},"startTime":1728302023114,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":53,"timestamp":1735483812839,"id":1802,"parentId":1720,"tags":{},"startTime":1728302023149,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":36156,"timestamp":1735483776909,"id":1720,"parentId":1387,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/is-none.mjs","layer":"ssr"},"startTime":1728302023113,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":33326,"timestamp":1735483780473,"id":1767,"parentId":1766,"tags":{},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":33342,"timestamp":1735483780459,"id":1766,"parentId":1740,"tags":{},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":45959,"timestamp":1735483779497,"id":1740,"parentId":1552,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/maintain--tab-focus.js","layer":"ssr"},"startTime":1728302023115,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":58249,"timestamp":1735483777703,"id":1731,"parentId":1722,"tags":{},"startTime":1728302023114,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":82,"timestamp":1735483835980,"id":1803,"parentId":1722,"tags":{},"startTime":1728302023172,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":59436,"timestamp":1735483777113,"id":1722,"parentId":1390,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/node/DocumentProjectionNode.mjs","layer":"ssr"},"startTime":1728302023113,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":58852,"timestamp":1735483777714,"id":1733,"parentId":1724,"tags":{},"startTime":1728302023114,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":54,"timestamp":1735483836575,"id":1804,"parentId":1724,"tags":{},"startTime":1728302023173,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":59762,"timestamp":1735483777271,"id":1724,"parentId":1387,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/is-css-variable.mjs","layer":"ssr"},"startTime":1728302023113,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":59324,"timestamp":1735483777722,"id":1735,"parentId":1726,"tags":{},"startTime":1728302023114,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":54,"timestamp":1735483837054,"id":1805,"parentId":1726,"tags":{},"startTime":1728302023173,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":60079,"timestamp":1735483777409,"id":1726,"parentId":1387,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/make-none-animatable.mjs","layer":"ssr"},"startTime":1728302023113,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":59781,"timestamp":1735483777718,"id":1734,"parentId":1725,"tags":{},"startTime":1728302023114,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":128,"timestamp":1735483837506,"id":1806,"parentId":1725,"tags":{},"startTime":1728302023173,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":60910,"timestamp":1735483777342,"id":1725,"parentId":1387,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/dimensions.mjs","layer":"ssr"},"startTime":1728302023113,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":60573,"timestamp":1735483777695,"id":1730,"parentId":1721,"tags":{},"startTime":1728302023114,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":131,"timestamp":1735483838276,"id":1807,"parentId":1721,"tags":{},"startTime":1728302023174,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":74642,"timestamp":1735483777034,"id":1721,"parentId":1390,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/node/create-projection-node.mjs","layer":"ssr"},"startTime":1728302023113,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":73994,"timestamp":1735483777729,"id":1737,"parentId":1728,"tags":{},"startTime":1728302023114,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":78,"timestamp":1735483851741,"id":1808,"parentId":1728,"tags":{},"startTime":1728302023188,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":74574,"timestamp":1735483777559,"id":1728,"parentId":1389,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/test.mjs","layer":"ssr"},"startTime":1728302023113,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":74439,"timestamp":1735483777708,"id":1732,"parentId":1723,"tags":{},"startTime":1728302023114,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":55,"timestamp":1735483852156,"id":1809,"parentId":1723,"tags":{},"startTime":1728302023188,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":75713,"timestamp":1735483777184,"id":1723,"parentId":1387,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/css-variables-conversion.mjs","layer":"ssr"},"startTime":1728302023113,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":75246,"timestamp":1735483777725,"id":1736,"parentId":1727,"tags":{},"startTime":1728302023114,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":204,"timestamp":1735483852987,"id":1810,"parentId":1727,"tags":{},"startTime":1728302023189,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":76394,"timestamp":1735483777478,"id":1727,"parentId":1391,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/utils/can-animate.mjs","layer":"ssr"},"startTime":1728302023113,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":90467,"timestamp":1735483780325,"id":1753,"parentId":1743,"tags":{},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":68,"timestamp":1735483870820,"id":1811,"parentId":1743,"tags":{},"startTime":1728302023207,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":91762,"timestamp":1735483779650,"id":1743,"parentId":1483,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/utils/create-generator-easing.mjs","layer":"ssr"},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":91084,"timestamp":1735483780344,"id":1756,"parentId":1746,"tags":{},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":55,"timestamp":1735483871436,"id":1812,"parentId":1746,"tags":{},"startTime":1728302023207,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":91806,"timestamp":1735483779856,"id":1746,"parentId":1522,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/utils/is-bezier-definition.mjs","layer":"ssr"},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":91364,"timestamp":1735483780307,"id":1752,"parentId":1742,"tags":{},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":91500,"timestamp":1735483780348,"id":1757,"parentId":1747,"tags":{},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":50,"timestamp":1735483871855,"id":1815,"parentId":1747,"tags":{},"startTime":1728302023208,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":92427,"timestamp":1735483779952,"id":1747,"parentId":1487,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/color/utils.mjs","layer":"ssr"},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":92130,"timestamp":1735483780331,"id":1754,"parentId":1744,"tags":{},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":49,"timestamp":1735483872469,"id":1816,"parentId":1744,"tags":{},"startTime":1728302023208,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":92967,"timestamp":1735483779724,"id":1744,"parentId":1468,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/utils/is-easing-array.mjs","layer":"ssr"},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":92349,"timestamp":1735483780352,"id":1758,"parentId":1748,"tags":{},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483872706,"id":1817,"parentId":1748,"tags":{},"startTime":1728302023209,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":92925,"timestamp":1735483780033,"id":1748,"parentId":1486,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/numbers/index.mjs","layer":"ssr"},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":92632,"timestamp":1735483780336,"id":1755,"parentId":1745,"tags":{},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":74,"timestamp":1735483872974,"id":1818,"parentId":1745,"tags":{},"startTime":1728302023209,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":93521,"timestamp":1735483779791,"id":1745,"parentId":1478,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/components/create-factory.mjs","layer":"ssr"},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":92966,"timestamp":1735483780355,"id":1759,"parentId":1749,"tags":{},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":96,"timestamp":1735483873327,"id":1819,"parentId":1749,"tags":{},"startTime":1728302023209,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":93444,"timestamp":1735483780101,"id":1749,"parentId":1486,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/type-int.mjs","layer":"ssr"},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":93191,"timestamp":1735483780362,"id":1761,"parentId":1751,"tags":{},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":99,"timestamp":1735483873559,"id":1820,"parentId":1751,"tags":{},"startTime":1728302023209,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":93701,"timestamp":1735483780235,"id":1751,"parentId":1527,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/resize/handle-window.mjs","layer":"ssr"},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":93586,"timestamp":1735483780359,"id":1760,"parentId":1750,"tags":{},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":50,"timestamp":1735483873951,"id":1821,"parentId":1750,"tags":{},"startTime":1728302023210,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":98125,"timestamp":1735483780169,"id":1750,"parentId":1527,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/resize/handle-element.mjs","layer":"ssr"},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":25897,"timestamp":1735483871772,"id":1814,"parentId":1813,"tags":{},"startTime":1728302023208,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":26004,"timestamp":1735483871677,"id":1813,"parentId":1742,"tags":{},"startTime":1728302023208,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":118586,"timestamp":1735483779575,"id":1742,"parentId":1470,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/ReorderContext.mjs","layer":"ssr"},"startTime":1728302023116,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8310,"timestamp":1735483893715,"id":1869,"parentId":1868,"tags":{},"startTime":1728302023230,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8404,"timestamp":1735483893630,"id":1868,"parentId":1822,"tags":{},"startTime":1728302023230,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":11745,"timestamp":1735483890960,"id":1822,"parentId":1549,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/hooks/use-on-click-outside.js","layer":"ssr"},"startTime":1728302023227,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11621,"timestamp":1735483893742,"id":1871,"parentId":1870,"tags":{},"startTime":1728302023230,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11645,"timestamp":1735483893723,"id":1870,"parentId":1832,"tags":{},"startTime":1728302023230,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":14327,"timestamp":1735483891910,"id":1832,"parentId":1657,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/CodeFrame.js","layer":"ssr"},"startTime":1728302023228,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5867,"timestamp":1735483904015,"id":1888,"parentId":1887,"tags":{},"startTime":1728302023240,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5934,"timestamp":1735483903952,"id":1887,"parentId":1872,"tags":{},"startTime":1728302023240,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":7158,"timestamp":1735483902972,"id":1872,"parentId":1738,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/components/keyboard.js","layer":"ssr"},"startTime":1728302023239,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":26666,"timestamp":1735483892998,"id":1850,"parentId":1827,"tags":{},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":49,"timestamp":1735483919681,"id":1972,"parentId":1827,"tags":{},"startTime":1728302023256,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":28526,"timestamp":1735483891557,"id":1827,"parentId":1483,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/sequence/utils/sort.mjs","layer":"ssr"},"startTime":1728302023227,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":27120,"timestamp":1735483892976,"id":1848,"parentId":1825,"tags":{},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483920102,"id":1973,"parentId":1825,"tags":{},"startTime":1728302023256,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":28993,"timestamp":1735483891410,"id":1825,"parentId":1483,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/offsets/fill.mjs","layer":"ssr"},"startTime":1728302023227,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":27446,"timestamp":1735483892966,"id":1847,"parentId":1824,"tags":{},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483920417,"id":1974,"parentId":1824,"tags":{},"startTime":1728302023256,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":29250,"timestamp":1735483891330,"id":1824,"parentId":1468,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/offsets/time.mjs","layer":"ssr"},"startTime":1728302023227,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":27604,"timestamp":1735483892984,"id":1849,"parentId":1826,"tags":{},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483920596,"id":1975,"parentId":1826,"tags":{},"startTime":1728302023257,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":29341,"timestamp":1735483891481,"id":1826,"parentId":1483,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/sequence/utils/calc-time.mjs","layer":"ssr"},"startTime":1728302023227,"traceId":"480ec8b9e15b14de"}] +[{"name":"read-resource","duration":28254,"timestamp":1735483892927,"id":1846,"parentId":1823,"tags":{},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":91,"timestamp":1735483921205,"id":1976,"parentId":1823,"tags":{},"startTime":1728302023257,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":30309,"timestamp":1735483891215,"id":1823,"parentId":1483,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/offsets/default.mjs","layer":"ssr"},"startTime":1728302023227,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":28535,"timestamp":1735483893004,"id":1851,"parentId":1828,"tags":{},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":66,"timestamp":1735483921545,"id":1977,"parentId":1828,"tags":{},"startTime":1728302023257,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":30350,"timestamp":1735483891628,"id":1828,"parentId":1483,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/sequence/utils/edit.mjs","layer":"ssr"},"startTime":1728302023228,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":28977,"timestamp":1735483893014,"id":1853,"parentId":1830,"tags":{},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":58,"timestamp":1735483921999,"id":1978,"parentId":1830,"tags":{},"startTime":1728302023258,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":30734,"timestamp":1735483891768,"id":1830,"parentId":1482,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/index.mjs","layer":"ssr"},"startTime":1728302023228,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":29490,"timestamp":1735483893023,"id":1855,"parentId":1833,"tags":{},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":52,"timestamp":1735483922520,"id":1979,"parentId":1833,"tags":{},"startTime":1728302023258,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":31059,"timestamp":1735483891946,"id":1833,"parentId":1658,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/frameloop/render-step.mjs","layer":"ssr"},"startTime":1728302023228,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":29997,"timestamp":1735483893019,"id":1854,"parentId":1831,"tags":{},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":30129,"timestamp":1735483893040,"id":1859,"parentId":1837,"tags":{},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483923175,"id":1982,"parentId":1837,"tags":{},"startTime":1728302023259,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":31090,"timestamp":1735483892267,"id":1837,"parentId":1656,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/mix/immediate.mjs","layer":"ssr"},"startTime":1728302023228,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":30355,"timestamp":1735483893009,"id":1852,"parentId":1829,"tags":{},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483923369,"id":1983,"parentId":1829,"tags":{},"startTime":1728302023259,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":31992,"timestamp":1735483891697,"id":1829,"parentId":1469,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/Reorder/utils/check-reorder.mjs","layer":"ssr"},"startTime":1728302023228,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":30654,"timestamp":1735483893044,"id":1860,"parentId":1838,"tags":{},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483923703,"id":1984,"parentId":1838,"tags":{},"startTime":1728302023260,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":31657,"timestamp":1735483892333,"id":1838,"parentId":1670,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.mjs","layer":"ssr"},"startTime":1728302023228,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":30966,"timestamp":1735483893033,"id":1857,"parentId":1835,"tags":{},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483924005,"id":1985,"parentId":1835,"tags":{},"startTime":1728302023260,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":32299,"timestamp":1735483892129,"id":1835,"parentId":1656,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/mix/color.mjs","layer":"ssr"},"startTime":1728302023228,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":31410,"timestamp":1735483893028,"id":1856,"parentId":1834,"tags":{},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483924442,"id":1986,"parentId":1834,"tags":{},"startTime":1728302023260,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":32592,"timestamp":1735483892015,"id":1834,"parentId":1667,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/Feature.mjs","layer":"ssr"},"startTime":1728302023228,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":31579,"timestamp":1735483893036,"id":1858,"parentId":1836,"tags":{},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42,"timestamp":1735483924620,"id":1987,"parentId":1836,"tags":{},"startTime":1728302023261,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":32612,"timestamp":1735483892201,"id":1836,"parentId":1656,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/mix/visibility.mjs","layer":"ssr"},"startTime":1728302023228,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":31762,"timestamp":1735483893059,"id":1863,"parentId":1841,"tags":{},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483924826,"id":1988,"parentId":1841,"tags":{},"startTime":1728302023261,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":32655,"timestamp":1735483892538,"id":1841,"parentId":1670,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/build-styles.mjs","layer":"ssr"},"startTime":1728302023228,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":32136,"timestamp":1735483893066,"id":1865,"parentId":1843,"tags":{},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483925207,"id":1989,"parentId":1843,"tags":{},"startTime":1728302023261,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":32706,"timestamp":1735483892676,"id":1843,"parentId":1670,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/render.mjs","layer":"ssr"},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":32334,"timestamp":1735483893054,"id":1862,"parentId":1840,"tags":{},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":48,"timestamp":1735483925393,"id":1990,"parentId":1840,"tags":{},"startTime":1728302023261,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":33739,"timestamp":1735483892471,"id":1840,"parentId":1678,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/pan/PanSession.mjs","layer":"ssr"},"startTime":1728302023228,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":33148,"timestamp":1735483893070,"id":1866,"parentId":1844,"tags":{},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483926224,"id":1991,"parentId":1844,"tags":{},"startTime":1728302023262,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":33643,"timestamp":1735483892743,"id":1844,"parentId":1673,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.mjs","layer":"ssr"},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":33346,"timestamp":1735483893048,"id":1861,"parentId":1839,"tags":{},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":67,"timestamp":1735483926399,"id":1992,"parentId":1839,"tags":{},"startTime":1728302023262,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":36311,"timestamp":1735483892401,"id":1839,"parentId":1672,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.mjs","layer":"ssr"},"startTime":1728302023228,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":35660,"timestamp":1735483893063,"id":1864,"parentId":1842,"tags":{},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":52,"timestamp":1735483928729,"id":1993,"parentId":1842,"tags":{},"startTime":1728302023265,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":36451,"timestamp":1735483892606,"id":1842,"parentId":1670,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.mjs","layer":"ssr"},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":35992,"timestamp":1735483893073,"id":1867,"parentId":1845,"tags":{},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":61,"timestamp":1735483929071,"id":1994,"parentId":1845,"tags":{},"startTime":1728302023265,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":37420,"timestamp":1735483892816,"id":1845,"parentId":1674,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/animation-state.mjs","layer":"ssr"},"startTime":1728302023229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":22623,"timestamp":1735483918891,"id":1943,"parentId":1942,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":22681,"timestamp":1735483918842,"id":1942,"parentId":1919,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":26045,"timestamp":1735483917879,"id":1919,"parentId":1738,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/match.js","layer":"ssr"},"startTime":1728302023254,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":25043,"timestamp":1735483918916,"id":1945,"parentId":1944,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":25067,"timestamp":1735483918894,"id":1944,"parentId":1920,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":26168,"timestamp":1735483917985,"id":1920,"parentId":1738,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/micro-task.js","layer":"ssr"},"startTime":1728302023254,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":25233,"timestamp":1735483918937,"id":1947,"parentId":1946,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":25253,"timestamp":1735483918918,"id":1946,"parentId":1921,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":26347,"timestamp":1735483918034,"id":1921,"parentId":1738,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/owner.js","layer":"ssr"},"startTime":1728302023254,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":25425,"timestamp":1735483918974,"id":1951,"parentId":1950,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":25443,"timestamp":1735483918957,"id":1950,"parentId":1923,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":26708,"timestamp":1735483918110,"id":1923,"parentId":1738,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/stable-collection.js","layer":"ssr"},"startTime":1728302023254,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":25830,"timestamp":1735483919013,"id":1955,"parentId":1954,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":25849,"timestamp":1735483918995,"id":1954,"parentId":1925,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":26950,"timestamp":1735483918180,"id":1925,"parentId":1738,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/internal/hidden.js","layer":"ssr"},"startTime":1728302023254,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":26214,"timestamp":1735483918956,"id":1949,"parentId":1948,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":26233,"timestamp":1735483918938,"id":1948,"parentId":1922,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":28585,"timestamp":1735483918072,"id":1922,"parentId":1738,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/render.js","layer":"ssr"},"startTime":1728302023254,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":27645,"timestamp":1735483919031,"id":1957,"parentId":1956,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":27664,"timestamp":1735483919014,"id":1956,"parentId":1926,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":28748,"timestamp":1735483918215,"id":1926,"parentId":1738,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/internal/focus-sentinel.js","layer":"ssr"},"startTime":1728302023254,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":27927,"timestamp":1735483919049,"id":1959,"parentId":1958,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":27945,"timestamp":1735483919033,"id":1958,"parentId":1927,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":28847,"timestamp":1735483918249,"id":1927,"parentId":1738,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-id.js","layer":"ssr"},"startTime":1728302023254,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":28141,"timestamp":1735483918993,"id":1953,"parentId":1952,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":28160,"timestamp":1735483918976,"id":1952,"parentId":1924,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":30118,"timestamp":1735483918144,"id":1924,"parentId":1738,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/focus-management.js","layer":"ssr"},"startTime":1728302023254,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":29159,"timestamp":1735483919119,"id":1965,"parentId":1964,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":29177,"timestamp":1735483919102,"id":1964,"parentId":1930,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":30097,"timestamp":1735483918350,"id":1930,"parentId":1738,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-latest-value.js","layer":"ssr"},"startTime":1728302023254,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":29360,"timestamp":1735483919100,"id":1963,"parentId":1962,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":29392,"timestamp":1735483919069,"id":1962,"parentId":1929,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":30290,"timestamp":1735483918318,"id":1929,"parentId":1738,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js","layer":"ssr"},"startTime":1728302023254,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":29559,"timestamp":1735483919068,"id":1961,"parentId":1960,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":29577,"timestamp":1735483919051,"id":1960,"parentId":1928,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":30731,"timestamp":1735483918284,"id":1928,"parentId":1738,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-active-press.js","layer":"ssr"},"startTime":1728302023254,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":29955,"timestamp":1735483919137,"id":1967,"parentId":1966,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":29974,"timestamp":1735483919120,"id":1966,"parentId":1931,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":30984,"timestamp":1735483918382,"id":1931,"parentId":1738,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js","layer":"ssr"},"startTime":1728302023254,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":30336,"timestamp":1735483919154,"id":1969,"parentId":1968,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":30354,"timestamp":1735483919138,"id":1968,"parentId":1932,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":31351,"timestamp":1735483918414,"id":1932,"parentId":1738,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js","layer":"ssr"},"startTime":1728302023254,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":30607,"timestamp":1735483919172,"id":1971,"parentId":1970,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":30624,"timestamp":1735483919156,"id":1970,"parentId":1933,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":31488,"timestamp":1735483918447,"id":1933,"parentId":1738,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-event.js","layer":"ssr"},"startTime":1728302023254,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":26887,"timestamp":1735483923110,"id":1981,"parentId":1980,"tags":{},"startTime":1728302023259,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":26976,"timestamp":1735483923023,"id":1980,"parentId":1831,"tags":{},"startTime":1728302023259,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":58711,"timestamp":1735483891839,"id":1831,"parentId":1543,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.mjs","layer":"ssr"},"startTime":1728302023228,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":46928,"timestamp":1735483903638,"id":1881,"parentId":1874,"tags":{},"startTime":1728302023240,"traceId":"480ec8b9e15b14de"}] +[{"name":"next-swc-loader","duration":61,"timestamp":1735483950706,"id":1995,"parentId":1874,"tags":{},"startTime":1728302023287,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":47802,"timestamp":1735483903151,"id":1874,"parentId":1683,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-will-change/is.mjs","layer":"ssr"},"startTime":1728302023239,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":47306,"timestamp":1735483903657,"id":1884,"parentId":1877,"tags":{},"startTime":1728302023240,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":49,"timestamp":1735483950969,"id":1996,"parentId":1877,"tags":{},"startTime":1728302023287,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":47934,"timestamp":1735483903360,"id":1877,"parentId":1679,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.mjs","layer":"ssr"},"startTime":1728302023239,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":47638,"timestamp":1735483903665,"id":1886,"parentId":1879,"tags":{},"startTime":1728302023240,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":49,"timestamp":1735483951310,"id":1997,"parentId":1879,"tags":{},"startTime":1728302023287,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":48153,"timestamp":1735483903491,"id":1879,"parentId":1679,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.mjs","layer":"ssr"},"startTime":1728302023239,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":48009,"timestamp":1735483903644,"id":1882,"parentId":1875,"tags":{},"startTime":1728302023240,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483951660,"id":1998,"parentId":1875,"tags":{},"startTime":1728302023288,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":48722,"timestamp":1735483903222,"id":1875,"parentId":1681,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/default-transitions.mjs","layer":"ssr"},"startTime":1728302023239,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":48351,"timestamp":1735483903661,"id":1885,"parentId":1878,"tags":{},"startTime":1728302023240,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483952018,"id":1999,"parentId":1878,"tags":{},"startTime":1728302023288,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":48897,"timestamp":1735483903426,"id":1878,"parentId":1680,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/viewport/observers.mjs","layer":"ssr"},"startTime":1728302023239,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":48688,"timestamp":1735483903650,"id":1883,"parentId":1876,"tags":{},"startTime":1728302023240,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483952345,"id":2000,"parentId":1876,"tags":{},"startTime":1728302023288,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":49278,"timestamp":1735483903292,"id":1876,"parentId":1721,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/node/state.mjs","layer":"ssr"},"startTime":1728302023239,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":48960,"timestamp":1735483903621,"id":1880,"parentId":1873,"tags":{},"startTime":1728302023240,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483952586,"id":2001,"parentId":1873,"tags":{},"startTime":1728302023289,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":49664,"timestamp":1735483903071,"id":1873,"parentId":1678,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/get-context-window.mjs","layer":"ssr"},"startTime":1728302023239,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":48516,"timestamp":1735483911763,"id":1905,"parentId":1890,"tags":{},"startTime":1728302023248,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":53,"timestamp":1735483960298,"id":2006,"parentId":1890,"tags":{},"startTime":1728302023296,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":50136,"timestamp":1735483910631,"id":1890,"parentId":1670,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/utils/measure.mjs","layer":"ssr"},"startTime":1728302023247,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":49039,"timestamp":1735483911746,"id":1904,"parentId":1889,"tags":{},"startTime":1728302023248,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483960793,"id":2007,"parentId":1889,"tags":{},"startTime":1728302023297,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":50486,"timestamp":1735483910525,"id":1889,"parentId":1669,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/utils/is-node-or-child.mjs","layer":"ssr"},"startTime":1728302023246,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":49227,"timestamp":1735483911793,"id":1909,"parentId":1894,"tags":{},"startTime":1728302023248,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483961026,"id":2008,"parentId":1894,"tags":{},"startTime":1728302023297,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":50463,"timestamp":1735483910936,"id":1894,"parentId":1677,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/render.mjs","layer":"ssr"},"startTime":1728302023247,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":49610,"timestamp":1735483911797,"id":1910,"parentId":1895,"tags":{},"startTime":1728302023248,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735483961413,"id":2009,"parentId":1895,"tags":{},"startTime":1728302023297,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":50574,"timestamp":1735483911003,"id":1895,"parentId":1677,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/is-svg-tag.mjs","layer":"ssr"},"startTime":1728302023247,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":49816,"timestamp":1735483911769,"id":1906,"parentId":1891,"tags":{},"startTime":1728302023248,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483961591,"id":2010,"parentId":1891,"tags":{},"startTime":1728302023298,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":51173,"timestamp":1735483910704,"id":1891,"parentId":1677,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.mjs","layer":"ssr"},"startTime":1728302023247,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":50097,"timestamp":1735483911789,"id":1908,"parentId":1893,"tags":{},"startTime":1728302023248,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483961894,"id":2011,"parentId":1893,"tags":{},"startTime":1728302023298,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":51209,"timestamp":1735483910844,"id":1893,"parentId":1677,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/camel-case-attrs.mjs","layer":"ssr"},"startTime":1728302023247,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":50284,"timestamp":1735483911776,"id":1907,"parentId":1892,"tags":{},"startTime":1728302023248,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483962067,"id":2012,"parentId":1892,"tags":{},"startTime":1728302023298,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":51637,"timestamp":1735483910776,"id":1892,"parentId":1677,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.mjs","layer":"ssr"},"startTime":1728302023247,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":50617,"timestamp":1735483911805,"id":1912,"parentId":1897,"tags":{},"startTime":1728302023248,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":49,"timestamp":1735483962429,"id":2013,"parentId":1897,"tags":{},"startTime":1728302023298,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":51844,"timestamp":1735483911150,"id":1897,"parentId":1721,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.mjs","layer":"ssr"},"startTime":1728302023247,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":51184,"timestamp":1735483911821,"id":1916,"parentId":1901,"tags":{},"startTime":1728302023248,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483963011,"id":2014,"parentId":1901,"tags":{},"startTime":1728302023299,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":51743,"timestamp":1735483911417,"id":1901,"parentId":1721,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/utils/each-axis.mjs","layer":"ssr"},"startTime":1728302023247,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":51367,"timestamp":1735483911801,"id":1911,"parentId":1896,"tags":{},"startTime":1728302023248,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735483963173,"id":2015,"parentId":1896,"tags":{},"startTime":1728302023299,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":52292,"timestamp":1735483911071,"id":1896,"parentId":1721,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/copy.mjs","layer":"ssr"},"startTime":1728302023247,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":51560,"timestamp":1735483911809,"id":1913,"parentId":1898,"tags":{},"startTime":1728302023248,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483963375,"id":2016,"parentId":1898,"tags":{},"startTime":1728302023299,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":52570,"timestamp":1735483911219,"id":1898,"parentId":1721,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.mjs","layer":"ssr"},"startTime":1728302023247,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":51985,"timestamp":1735483911813,"id":1914,"parentId":1899,"tags":{},"startTime":1728302023248,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483963804,"id":2017,"parentId":1899,"tags":{},"startTime":1728302023300,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":52803,"timestamp":1735483911287,"id":1899,"parentId":1721,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/utils.mjs","layer":"ssr"},"startTime":1728302023247,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":52290,"timestamp":1735483911817,"id":1915,"parentId":1900,"tags":{},"startTime":1728302023248,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483964113,"id":2018,"parentId":1900,"tags":{},"startTime":1728302023300,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":53171,"timestamp":1735483911351,"id":1900,"parentId":1721,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/styles/transform.mjs","layer":"ssr"},"startTime":1728302023247,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":52709,"timestamp":1735483911824,"id":1917,"parentId":1902,"tags":{},"startTime":1728302023248,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483964539,"id":2019,"parentId":1902,"tags":{},"startTime":1728302023300,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":53294,"timestamp":1735483911482,"id":1902,"parentId":1721,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/utils/has-transform.mjs","layer":"ssr"},"startTime":1728302023247,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":52955,"timestamp":1735483911828,"id":1918,"parentId":1903,"tags":{},"startTime":1728302023248,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483964788,"id":2020,"parentId":1903,"tags":{},"startTime":1728302023301,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":53387,"timestamp":1735483911548,"id":1903,"parentId":1725,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/type-auto.mjs","layer":"ssr"},"startTime":1728302023247,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":55835,"timestamp":1735483918800,"id":1941,"parentId":1937,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":56,"timestamp":1735483974653,"id":2021,"parentId":1937,"tags":{},"startTime":1728302023311,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":56402,"timestamp":1735483918681,"id":1937,"parentId":1727,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/is-animatable.mjs","layer":"ssr"},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":56301,"timestamp":1735483918792,"id":1940,"parentId":1936,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483975100,"id":2022,"parentId":1936,"tags":{},"startTime":1728302023311,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":56845,"timestamp":1735483918618,"id":1936,"parentId":1745,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/use-render.mjs","layer":"ssr"},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":56706,"timestamp":1735483918766,"id":1938,"parentId":1934,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483975478,"id":2023,"parentId":1934,"tags":{},"startTime":1728302023311,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":57392,"timestamp":1735483918482,"id":1934,"parentId":1745,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/config-motion.mjs","layer":"ssr"},"startTime":1728302023254,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":57097,"timestamp":1735483918785,"id":1939,"parentId":1935,"tags":{},"startTime":1728302023255,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483975887,"id":2024,"parentId":1935,"tags":{},"startTime":1728302023312,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":57520,"timestamp":1735483918553,"id":1935,"parentId":1745,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/config-motion.mjs","layer":"ssr"},"startTime":1728302023254,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":28933,"timestamp":1735483953892,"id":2005,"parentId":2003,"tags":{},"startTime":1728302023290,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":52,"timestamp":1735483982837,"id":2062,"parentId":2003,"tags":{},"startTime":1728302023319,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":30005,"timestamp":1735483953745,"id":2003,"parentId":1721,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/animation/mix-values.mjs","layer":"ssr"},"startTime":1728302023290,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":29893,"timestamp":1735483953873,"id":2004,"parentId":2002,"tags":{},"startTime":1728302023290,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":58,"timestamp":1735483983775,"id":2063,"parentId":2002,"tags":{},"startTime":1728302023320,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":30761,"timestamp":1735483953598,"id":2002,"parentId":1721,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/shared/stack.mjs","layer":"ssr"},"startTime":1728302023290,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":4891,"timestamp":1735483982604,"id":2057,"parentId":2056,"tags":{},"startTime":1728302023319,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4914,"timestamp":1735483982585,"id":2056,"parentId":2042,"tags":{},"startTime":1728302023319,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":5598,"timestamp":1735483982153,"id":2042,"parentId":1928,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-disposables.js","layer":"ssr"},"startTime":1728302023318,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5209,"timestamp":1735483982558,"id":2053,"parentId":2052,"tags":{},"startTime":1728302023318,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5260,"timestamp":1735483982509,"id":2052,"parentId":2040,"tags":{},"startTime":1728302023318,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":5872,"timestamp":1735483982070,"id":2040,"parentId":1926,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js","layer":"ssr"},"startTime":1728302023318,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5349,"timestamp":1735483982623,"id":2059,"parentId":2058,"tags":{},"startTime":1728302023319,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5368,"timestamp":1735483982606,"id":2058,"parentId":2043,"tags":{},"startTime":1728302023319,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":5937,"timestamp":1735483982188,"id":2043,"parentId":1922,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/class-names.js","layer":"ssr"},"startTime":1728302023318,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5632,"timestamp":1735483982584,"id":2055,"parentId":2054,"tags":{},"startTime":1728302023319,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5655,"timestamp":1735483982562,"id":2054,"parentId":2041,"tags":{},"startTime":1728302023318,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6420,"timestamp":1735483982117,"id":2041,"parentId":1921,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/env.js","layer":"ssr"},"startTime":1728302023318,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5952,"timestamp":1735483982642,"id":2061,"parentId":2060,"tags":{},"startTime":1728302023319,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5970,"timestamp":1735483982625,"id":2060,"parentId":2046,"tags":{},"startTime":1728302023319,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6597,"timestamp":1735483982358,"id":2046,"parentId":1924,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/disposables.js","layer":"ssr"},"startTime":1728302023318,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":11514,"timestamp":1735483978838,"id":2032,"parentId":2025,"tags":{},"startTime":1728302023315,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":48,"timestamp":1735483990361,"id":2076,"parentId":2025,"tags":{},"startTime":1728302023326,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12474,"timestamp":1735483978272,"id":2025,"parentId":1835,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/hsla-to-rgba.mjs","layer":"ssr"},"startTime":1728302023314,"traceId":"480ec8b9e15b14de"}] +[{"name":"read-resource","duration":12042,"timestamp":1735483978858,"id":2033,"parentId":2026,"tags":{},"startTime":1728302023315,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483990906,"id":2077,"parentId":2026,"tags":{},"startTime":1728302023327,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12785,"timestamp":1735483978386,"id":2026,"parentId":1839,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/conversion.mjs","layer":"ssr"},"startTime":1728302023314,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":12298,"timestamp":1735483978881,"id":2037,"parentId":2030,"tags":{},"startTime":1728302023315,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483991185,"id":2078,"parentId":2030,"tags":{},"startTime":1728302023327,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12683,"timestamp":1735483978671,"id":2030,"parentId":1830,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/presets.mjs","layer":"ssr"},"startTime":1728302023315,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":12475,"timestamp":1735483978886,"id":2038,"parentId":2031,"tags":{},"startTime":1728302023315,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483991366,"id":2079,"parentId":2031,"tags":{},"startTime":1728302023327,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12936,"timestamp":1735483978742,"id":2031,"parentId":1830,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/offset.mjs","layer":"ssr"},"startTime":1728302023315,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":12808,"timestamp":1735483978877,"id":2036,"parentId":2029,"tags":{},"startTime":1728302023315,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483991691,"id":2080,"parentId":2029,"tags":{},"startTime":1728302023328,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13369,"timestamp":1735483978603,"id":2029,"parentId":1830,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/inset.mjs","layer":"ssr"},"startTime":1728302023315,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":13116,"timestamp":1735483978863,"id":2034,"parentId":2027,"tags":{},"startTime":1728302023315,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735483991985,"id":2081,"parentId":2027,"tags":{},"startTime":1728302023328,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13699,"timestamp":1735483978462,"id":2027,"parentId":1828,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/utils/get-easing-for-segment.mjs","layer":"ssr"},"startTime":1728302023314,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":13300,"timestamp":1735483978869,"id":2035,"parentId":2028,"tags":{},"startTime":1728302023315,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":48,"timestamp":1735483992174,"id":2082,"parentId":2028,"tags":{},"startTime":1728302023328,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14240,"timestamp":1735483978534,"id":2028,"parentId":1839,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.mjs","layer":"ssr"},"startTime":1728302023314,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":13723,"timestamp":1735483982485,"id":2051,"parentId":2047,"tags":{},"startTime":1728302023318,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":50,"timestamp":1735483996221,"id":2083,"parentId":2047,"tags":{},"startTime":1728302023332,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14175,"timestamp":1735483982393,"id":2047,"parentId":1842,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.mjs","layer":"ssr"},"startTime":1728302023318,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":14109,"timestamp":1735483982473,"id":2049,"parentId":2044,"tags":{},"startTime":1728302023318,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735483996588,"id":2084,"parentId":2044,"tags":{},"startTime":1728302023333,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14590,"timestamp":1735483982224,"id":2044,"parentId":1845,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/shallow-compare.mjs","layer":"ssr"},"startTime":1728302023318,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":14342,"timestamp":1735483982480,"id":2050,"parentId":2045,"tags":{},"startTime":1728302023318,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735483996827,"id":2085,"parentId":2045,"tags":{},"startTime":1728302023333,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14812,"timestamp":1735483982289,"id":2045,"parentId":1845,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/get-variant-context.mjs","layer":"ssr"},"startTime":1728302023318,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":14670,"timestamp":1735483982463,"id":2048,"parentId":2039,"tags":{},"startTime":1728302023318,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":51,"timestamp":1735483997138,"id":2086,"parentId":2039,"tags":{},"startTime":1728302023333,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":17153,"timestamp":1735483981987,"id":2039,"parentId":1326,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/anser/index.js","layer":"ssr"},"startTime":1728302023318,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":14394,"timestamp":1735483985905,"id":2066,"parentId":2064,"tags":{},"startTime":1728302023322,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735484000309,"id":2087,"parentId":2064,"tags":{},"startTime":1728302023336,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14919,"timestamp":1735483985709,"id":2064,"parentId":1892,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/path.mjs","layer":"ssr"},"startTime":1728302023322,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":14713,"timestamp":1735483985924,"id":2067,"parentId":2065,"tags":{},"startTime":1728302023322,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735484000643,"id":2088,"parentId":2065,"tags":{},"startTime":1728302023337,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15055,"timestamp":1735483985820,"id":2065,"parentId":1892,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/transform-origin.mjs","layer":"ssr"},"startTime":1728302023322,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":12304,"timestamp":1735483989457,"id":2073,"parentId":2069,"tags":{},"startTime":1728302023325,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735484001769,"id":2089,"parentId":2069,"tags":{},"startTime":1728302023338,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12847,"timestamp":1735483989203,"id":2069,"parentId":1936,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/use-props.mjs","layer":"ssr"},"startTime":1728302023325,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":12619,"timestamp":1735483989443,"id":2072,"parentId":2068,"tags":{},"startTime":1728302023325,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735484002067,"id":2090,"parentId":2068,"tags":{},"startTime":1728302023338,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13376,"timestamp":1735483989107,"id":2068,"parentId":1936,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/use-props.mjs","layer":"ssr"},"startTime":1728302023325,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":13027,"timestamp":1735483989464,"id":2074,"parentId":2070,"tags":{},"startTime":1728302023325,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735484002496,"id":2091,"parentId":2070,"tags":{},"startTime":1728302023338,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13389,"timestamp":1735483989276,"id":2070,"parentId":1934,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.mjs","layer":"ssr"},"startTime":1728302023325,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":13201,"timestamp":1735483989471,"id":2075,"parentId":2071,"tags":{},"startTime":1728302023325,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735484002677,"id":2092,"parentId":2071,"tags":{},"startTime":1728302023339,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13476,"timestamp":1735483989345,"id":2071,"parentId":1935,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.mjs","layer":"ssr"},"startTime":1728302023325,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3160,"timestamp":1735484003153,"id":2094,"parentId":2093,"tags":{},"startTime":1728302023339,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":48,"timestamp":1735484006321,"id":2095,"parentId":2093,"tags":{},"startTime":1728302023342,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":3674,"timestamp":1735484003026,"id":2093,"parentId":2031,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/edge.mjs","layer":"ssr"},"startTime":1728302023339,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":777,"timestamp":1735484008178,"id":2098,"parentId":2096,"tags":{},"startTime":1728302023344,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":50,"timestamp":1735484008962,"id":2104,"parentId":2096,"tags":{},"startTime":1728302023345,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":1589,"timestamp":1735484007999,"id":2096,"parentId":1740,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/css.escape/css.escape.js","layer":"ssr"},"startTime":1728302023344,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1409,"timestamp":1735484008190,"id":2099,"parentId":2097,"tags":{},"startTime":1728302023344,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":94,"timestamp":1735484009604,"id":2105,"parentId":2097,"tags":{},"startTime":1728302023346,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":7210,"timestamp":1735484008101,"id":2097,"parentId":1740,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/platform/platform.js","layer":"ssr"},"startTime":1728302023344,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":6694,"timestamp":1735484008802,"id":2101,"parentId":2100,"tags":{},"startTime":1728302023345,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":58,"timestamp":1735484015507,"id":2106,"parentId":2100,"tags":{},"startTime":1728302023351,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":7272,"timestamp":1735484008718,"id":2100,"parentId":1738,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/import.mjs","layer":"ssr"},"startTime":1728302023345,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":7975,"timestamp":1735484008923,"id":2103,"parentId":2102,"tags":{},"startTime":1728302023345,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":49,"timestamp":1735484016946,"id":2107,"parentId":2102,"tags":{},"startTime":1728302023353,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":8403,"timestamp":1735484008848,"id":2102,"parentId":1738,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/import.mjs","layer":"ssr"},"startTime":1728302023345,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3072,"timestamp":1735484024468,"id":2113,"parentId":2108,"tags":{},"startTime":1728302023360,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":89,"timestamp":1735484027561,"id":2144,"parentId":2108,"tags":{},"startTime":1728302023363,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":4149,"timestamp":1735484024063,"id":2108,"parentId":2100,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/Pressable.mjs","layer":"ssr"},"startTime":1728302023360,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3735,"timestamp":1735484024498,"id":2116,"parentId":2111,"tags":{},"startTime":1728302023360,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":52,"timestamp":1735484028239,"id":2145,"parentId":2111,"tags":{},"startTime":1728302023364,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":4549,"timestamp":1735484024332,"id":2111,"parentId":2100,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useInteractOutside.mjs","layer":"ssr"},"startTime":1728302023360,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":4411,"timestamp":1735484024492,"id":2115,"parentId":2110,"tags":{},"startTime":1728302023360,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":48,"timestamp":1735484028909,"id":2146,"parentId":2110,"tags":{},"startTime":1728302023365,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":5022,"timestamp":1735484024268,"id":2110,"parentId":2100,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useFocusWithin.mjs","layer":"ssr"},"startTime":1728302023360,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":4814,"timestamp":1735484024485,"id":2114,"parentId":2109,"tags":{},"startTime":1728302023360,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":56,"timestamp":1735484029304,"id":2147,"parentId":2109,"tags":{},"startTime":1728302023365,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":6334,"timestamp":1735484024195,"id":2109,"parentId":2100,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useFocusVisible.mjs","layer":"ssr"},"startTime":1728302023360,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":6680,"timestamp":1735484024503,"id":2117,"parentId":2112,"tags":{},"startTime":1728302023360,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735484031192,"id":2148,"parentId":2112,"tags":{},"startTime":1728302023367,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":7021,"timestamp":1735484024396,"id":2112,"parentId":2100,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useKeyboard.mjs","layer":"ssr"},"startTime":1728302023360,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":5517,"timestamp":1735484025913,"id":2125,"parentId":2120,"tags":{},"startTime":1728302023362,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735484031435,"id":2149,"parentId":2120,"tags":{},"startTime":1728302023367,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":6046,"timestamp":1735484025706,"id":2120,"parentId":2100,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useFocus.mjs","layer":"ssr"},"startTime":1728302023362,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":5853,"timestamp":1735484025907,"id":2124,"parentId":2119,"tags":{},"startTime":1728302023362,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":55,"timestamp":1735484031765,"id":2150,"parentId":2119,"tags":{},"startTime":1728302023368,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":7274,"timestamp":1735484025641,"id":2119,"parentId":2100,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useMove.mjs","layer":"ssr"},"startTime":1728302023362,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":7005,"timestamp":1735484025918,"id":2126,"parentId":2121,"tags":{},"startTime":1728302023362,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735484032930,"id":2151,"parentId":2121,"tags":{},"startTime":1728302023369,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":7614,"timestamp":1735484025768,"id":2121,"parentId":2100,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useLongPress.mjs","layer":"ssr"},"startTime":1728302023362,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":7494,"timestamp":1735484025896,"id":2123,"parentId":2118,"tags":{},"startTime":1728302023362,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735484033396,"id":2152,"parentId":2118,"tags":{},"startTime":1728302023369,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":8227,"timestamp":1735484025548,"id":2118,"parentId":2100,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/PressResponder.mjs","layer":"ssr"},"startTime":1728302023361,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":7873,"timestamp":1735484025925,"id":2127,"parentId":2122,"tags":{},"startTime":1728302023362,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":48,"timestamp":1735484033803,"id":2153,"parentId":2122,"tags":{},"startTime":1728302023370,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":8618,"timestamp":1735484025831,"id":2122,"parentId":2100,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useHover.mjs","layer":"ssr"},"startTime":1728302023362,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8014,"timestamp":1735484026943,"id":2134,"parentId":2129,"tags":{},"startTime":1728302023363,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735484034964,"id":2154,"parentId":2129,"tags":{},"startTime":1728302023371,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":8561,"timestamp":1735484026657,"id":2129,"parentId":2100,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useScrollWheel.mjs","layer":"ssr"},"startTime":1728302023363,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8281,"timestamp":1735484026949,"id":2135,"parentId":2130,"tags":{},"startTime":1728302023363,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735484035235,"id":2155,"parentId":2130,"tags":{},"startTime":1728302023371,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":8956,"timestamp":1735484026719,"id":2130,"parentId":2102,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/useFocusable.mjs","layer":"ssr"},"startTime":1728302023363,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8785,"timestamp":1735484026931,"id":2133,"parentId":2128,"tags":{},"startTime":1728302023363,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":73,"timestamp":1735484035722,"id":2156,"parentId":2128,"tags":{},"startTime":1728302023372,"traceId":"480ec8b9e15b14de"}] +[{"name":"build-module-mjs","duration":12091,"timestamp":1735484026585,"id":2128,"parentId":2100,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/usePress.mjs","layer":"ssr"},"startTime":1728302023363,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":11734,"timestamp":1735484026957,"id":2136,"parentId":2131,"tags":{},"startTime":1728302023363,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735484038697,"id":2157,"parentId":2131,"tags":{},"startTime":1728302023375,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12190,"timestamp":1735484026782,"id":2131,"parentId":2102,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/FocusRing.mjs","layer":"ssr"},"startTime":1728302023363,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":12017,"timestamp":1735484026963,"id":2137,"parentId":2132,"tags":{},"startTime":1728302023363,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":80,"timestamp":1735484038985,"id":2158,"parentId":2132,"tags":{},"startTime":1728302023375,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15906,"timestamp":1735484026864,"id":2132,"parentId":2102,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/FocusScope.mjs","layer":"ssr"},"startTime":1728302023363,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":15580,"timestamp":1735484027209,"id":2141,"parentId":2138,"tags":{},"startTime":1728302023363,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":53,"timestamp":1735484042797,"id":2159,"parentId":2138,"tags":{},"startTime":1728302023379,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":16214,"timestamp":1735484027019,"id":2138,"parentId":2102,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/useFocusRing.mjs","layer":"ssr"},"startTime":1728302023363,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":16027,"timestamp":1735484027215,"id":2142,"parentId":2139,"tags":{},"startTime":1728302023363,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735484043248,"id":2160,"parentId":2139,"tags":{},"startTime":1728302023379,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":16449,"timestamp":1735484027082,"id":2139,"parentId":2102,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/focusSafely.mjs","layer":"ssr"},"startTime":1728302023363,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":22287,"timestamp":1735484027220,"id":2143,"parentId":2140,"tags":{},"startTime":1728302023363,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":54,"timestamp":1735484049527,"id":2161,"parentId":2140,"tags":{},"startTime":1728302023385,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":22981,"timestamp":1735484027142,"id":2140,"parentId":2102,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/useHasTabbableChild.mjs","layer":"ssr"},"startTime":1728302023363,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":4366,"timestamp":1735484052099,"id":2163,"parentId":2162,"tags":{},"startTime":1728302023388,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":50,"timestamp":1735484056477,"id":2172,"parentId":2162,"tags":{},"startTime":1728302023392,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":5440,"timestamp":1735484051980,"id":2162,"parentId":2110,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/utils.mjs","layer":"ssr"},"startTime":1728302023388,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":5193,"timestamp":1735484052591,"id":2171,"parentId":2167,"tags":{},"startTime":1728302023389,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735484057791,"id":2173,"parentId":2167,"tags":{},"startTime":1728302023394,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":5700,"timestamp":1735484052503,"id":2167,"parentId":2132,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/isElementVisible.mjs","layer":"ssr"},"startTime":1728302023388,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":5644,"timestamp":1735484052570,"id":2168,"parentId":2164,"tags":{},"startTime":1728302023388,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735484058219,"id":2174,"parentId":2164,"tags":{},"startTime":1728302023394,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":6140,"timestamp":1735484052271,"id":2164,"parentId":2118,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/context.mjs","layer":"ssr"},"startTime":1728302023388,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":5934,"timestamp":1735484052579,"id":2169,"parentId":2165,"tags":{},"startTime":1728302023389,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735484058519,"id":2175,"parentId":2165,"tags":{},"startTime":1728302023394,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":6404,"timestamp":1735484052348,"id":2165,"parentId":2112,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/createEventHandler.mjs","layer":"ssr"},"startTime":1728302023388,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":6176,"timestamp":1735484052584,"id":2170,"parentId":2166,"tags":{},"startTime":1728302023389,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735484058765,"id":2176,"parentId":2166,"tags":{},"startTime":1728302023395,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":6757,"timestamp":1735484052429,"id":2166,"parentId":2119,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/textSelection.mjs","layer":"ssr"},"startTime":1728302023388,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2207,"timestamp":1735484062907,"id":2178,"parentId":2177,"tags":{},"startTime":1728302023399,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735484065126,"id":2183,"parentId":2177,"tags":{},"startTime":1728302023401,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":2697,"timestamp":1735484062789,"id":2177,"parentId":2109,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/ssr/dist/import.mjs","layer":"ssr"},"startTime":1728302023399,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1270,"timestamp":1735484065075,"id":2181,"parentId":2179,"tags":{},"startTime":1728302023401,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":50,"timestamp":1735484066354,"id":2190,"parentId":2179,"tags":{},"startTime":1728302023402,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":2336,"timestamp":1735484064907,"id":2179,"parentId":2108,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/import.mjs","layer":"ssr"},"startTime":1728302023401,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1560,"timestamp":1735484065700,"id":2186,"parentId":2184,"tags":{},"startTime":1728302023402,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735484067266,"id":2191,"parentId":2184,"tags":{},"startTime":1728302023403,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":1995,"timestamp":1735484065546,"id":2184,"parentId":2128,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_private_field_set.js","layer":"ssr"},"startTime":1728302023401,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2460,"timestamp":1735484065088,"id":2182,"parentId":2180,"tags":{},"startTime":1728302023401,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735484067554,"id":2192,"parentId":2180,"tags":{},"startTime":1728302023403,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":2817,"timestamp":1735484064999,"id":2180,"parentId":2128,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_private_field_init.js","layer":"ssr"},"startTime":1728302023401,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3563,"timestamp":1735484065711,"id":2187,"parentId":2185,"tags":{},"startTime":1728302023402,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":57,"timestamp":1735484069296,"id":2193,"parentId":2185,"tags":{},"startTime":1728302023405,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":4012,"timestamp":1735484065627,"id":2185,"parentId":2128,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_private_field_get.js","layer":"ssr"},"startTime":1728302023402,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":13928,"timestamp":1735484066330,"id":2189,"parentId":2188,"tags":{},"startTime":1728302023402,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":57,"timestamp":1735484080273,"id":2230,"parentId":2188,"tags":{},"startTime":1728302023416,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15510,"timestamp":1735484066230,"id":2188,"parentId":2177,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/ssr/dist/SSRProvider.mjs","layer":"ssr"},"startTime":1728302023402,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":4277,"timestamp":1735484079905,"id":2215,"parentId":2197,"tags":{},"startTime":1728302023416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":51,"timestamp":1735484084193,"id":2265,"parentId":2197,"tags":{},"startTime":1728302023420,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":5799,"timestamp":1735484078903,"id":2197,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/focusWithoutScrolling.mjs","layer":"ssr"},"startTime":1728302023415,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":4822,"timestamp":1735484079892,"id":2213,"parentId":2195,"tags":{},"startTime":1728302023416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46,"timestamp":1735484084720,"id":2266,"parentId":2195,"tags":{},"startTime":1728302023421,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":6528,"timestamp":1735484078766,"id":2195,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useId.mjs","layer":"ssr"},"startTime":1728302023415,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":5431,"timestamp":1735484079873,"id":2212,"parentId":2194,"tags":{},"startTime":1728302023416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42,"timestamp":1735484085310,"id":2267,"parentId":2194,"tags":{},"startTime":1728302023421,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":6918,"timestamp":1735484078646,"id":2194,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/domHelpers.mjs","layer":"ssr"},"startTime":1728302023415,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":5673,"timestamp":1735484079898,"id":2214,"parentId":2196,"tags":{},"startTime":1728302023416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735484085577,"id":2268,"parentId":2196,"tags":{},"startTime":1728302023422,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":7080,"timestamp":1735484078836,"id":2196,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/filterDOMProps.mjs","layer":"ssr"},"startTime":1728302023415,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":6768,"timestamp":1735484079911,"id":2216,"parentId":2198,"tags":{},"startTime":1728302023416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735484086687,"id":2269,"parentId":2198,"tags":{},"startTime":1728302023423,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":7864,"timestamp":1735484079023,"id":2198,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/getOffset.mjs","layer":"ssr"},"startTime":1728302023415,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":6981,"timestamp":1735484079916,"id":2217,"parentId":2199,"tags":{},"startTime":1728302023416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":41,"timestamp":1735484086904,"id":2270,"parentId":2199,"tags":{},"startTime":1728302023423,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":8020,"timestamp":1735484079085,"id":2199,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/mergeRefs.mjs","layer":"ssr"},"startTime":1728302023415,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":7194,"timestamp":1735484079920,"id":2218,"parentId":2200,"tags":{},"startTime":1728302023416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":49,"timestamp":1735484087118,"id":2271,"parentId":2200,"tags":{},"startTime":1728302023423,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":8869,"timestamp":1735484079145,"id":2200,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/openLink.mjs","layer":"ssr"},"startTime":1728302023415,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8099,"timestamp":1735484079928,"id":2220,"parentId":2202,"tags":{},"startTime":1728302023416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47,"timestamp":1735484088033,"id":2272,"parentId":2202,"tags":{},"startTime":1728302023424,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":9203,"timestamp":1735484079265,"id":2202,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/runAfterTransition.mjs","layer":"ssr"},"startTime":1728302023415,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8544,"timestamp":1735484079932,"id":2221,"parentId":2203,"tags":{},"startTime":1728302023416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735484088481,"id":2273,"parentId":2203,"tags":{},"startTime":1728302023424,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":9550,"timestamp":1735484079328,"id":2203,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useGlobalListeners.mjs","layer":"ssr"},"startTime":1728302023415,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8950,"timestamp":1735484079936,"id":2222,"parentId":2204,"tags":{},"startTime":1728302023416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42,"timestamp":1735484088891,"id":2274,"parentId":2204,"tags":{},"startTime":1728302023425,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":9792,"timestamp":1735484079388,"id":2204,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useLabels.mjs","layer":"ssr"},"startTime":1728302023415,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":9264,"timestamp":1735484079924,"id":2219,"parentId":2201,"tags":{},"startTime":1728302023416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735484089193,"id":2275,"parentId":2201,"tags":{},"startTime":1728302023425,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10345,"timestamp":1735484079204,"id":2201,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/mergeProps.mjs","layer":"ssr"},"startTime":1728302023415,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":9613,"timestamp":1735484079944,"id":2224,"parentId":2206,"tags":{},"startTime":1728302023416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42,"timestamp":1735484089562,"id":2276,"parentId":2206,"tags":{},"startTime":1728302023425,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10224,"timestamp":1735484079505,"id":2206,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useLayoutEffect.mjs","layer":"ssr"},"startTime":1728302023415,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":9798,"timestamp":1735484079940,"id":2223,"parentId":2205,"tags":{},"startTime":1728302023416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":41,"timestamp":1735484089745,"id":2277,"parentId":2205,"tags":{},"startTime":1728302023426,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10521,"timestamp":1735484079446,"id":2205,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useObjectRef.mjs","layer":"ssr"},"startTime":1728302023415,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":10016,"timestamp":1735484079959,"id":2228,"parentId":2210,"tags":{},"startTime":1728302023416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42,"timestamp":1735484089979,"id":2278,"parentId":2210,"tags":{},"startTime":1728302023426,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10448,"timestamp":1735484079745,"id":2210,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/getScrollParents.mjs","layer":"ssr"},"startTime":1728302023416,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":10252,"timestamp":1735484079948,"id":2225,"parentId":2207,"tags":{},"startTime":1728302023416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":41,"timestamp":1735484090204,"id":2279,"parentId":2207,"tags":{},"startTime":1728302023426,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10798,"timestamp":1735484079567,"id":2207,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/chain.mjs","layer":"ssr"},"startTime":1728302023415,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":10422,"timestamp":1735484079955,"id":2227,"parentId":2209,"tags":{},"startTime":1728302023416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":52,"timestamp":1735484090381,"id":2280,"parentId":2209,"tags":{},"startTime":1728302023426,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10973,"timestamp":1735484079685,"id":2209,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useResizeObserver.mjs","layer":"ssr"},"startTime":1728302023416,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":10719,"timestamp":1735484079963,"id":2229,"parentId":2211,"tags":{},"startTime":1728302023416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735484090686,"id":2281,"parentId":2211,"tags":{},"startTime":1728302023427,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":11084,"timestamp":1735484079805,"id":2211,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/isScrollable.mjs","layer":"ssr"},"startTime":1728302023416,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":9520,"timestamp":1735484082927,"id":2248,"parentId":2232,"tags":{},"startTime":1728302023419,"traceId":"480ec8b9e15b14de"}] +[{"name":"next-swc-loader","duration":43,"timestamp":1735484092573,"id":2282,"parentId":2232,"tags":{},"startTime":1728302023429,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":11013,"timestamp":1735484081953,"id":2232,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useDescription.mjs","layer":"ssr"},"startTime":1728302023418,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":10062,"timestamp":1735484082915,"id":2247,"parentId":2231,"tags":{},"startTime":1728302023419,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":48,"timestamp":1735484092982,"id":2283,"parentId":2231,"tags":{},"startTime":1728302023429,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":11796,"timestamp":1735484081867,"id":2231,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useDrag1D.mjs","layer":"ssr"},"startTime":1728302023418,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":13721,"timestamp":1735484079951,"id":2226,"parentId":2208,"tags":{},"startTime":1728302023416,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735484093677,"id":2284,"parentId":2208,"tags":{},"startTime":1728302023430,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14274,"timestamp":1735484079625,"id":2208,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/getScrollParent.mjs","layer":"ssr"},"startTime":1728302023416,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":10955,"timestamp":1735484082951,"id":2253,"parentId":2237,"tags":{},"startTime":1728302023419,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735484093911,"id":2285,"parentId":2237,"tags":{},"startTime":1728302023430,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":11899,"timestamp":1735484082260,"id":2237,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/isVirtualEvent.mjs","layer":"ssr"},"startTime":1728302023418,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":11218,"timestamp":1735484082948,"id":2252,"parentId":2236,"tags":{},"startTime":1728302023419,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":57,"timestamp":1735484094171,"id":2286,"parentId":2236,"tags":{},"startTime":1728302023430,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12706,"timestamp":1735484082200,"id":2236,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/scrollIntoView.mjs","layer":"ssr"},"startTime":1728302023418,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":11960,"timestamp":1735484082955,"id":2254,"parentId":2238,"tags":{},"startTime":1728302023419,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735484094920,"id":2287,"parentId":2238,"tags":{},"startTime":1728302023431,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12859,"timestamp":1735484082322,"id":2238,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useEffectEvent.mjs","layer":"ssr"},"startTime":1728302023418,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":12251,"timestamp":1735484082938,"id":2250,"parentId":2234,"tags":{},"startTime":1728302023419,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":41,"timestamp":1735484095194,"id":2288,"parentId":2234,"tags":{},"startTime":1728302023431,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13332,"timestamp":1735484082080,"id":2234,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useEvent.mjs","layer":"ssr"},"startTime":1728302023418,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":12487,"timestamp":1735484082932,"id":2249,"parentId":2233,"tags":{},"startTime":1728302023419,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42,"timestamp":1735484095423,"id":2289,"parentId":2233,"tags":{},"startTime":1728302023431,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13835,"timestamp":1735484082020,"id":2233,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/platform.mjs","layer":"ssr"},"startTime":1728302023418,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":12904,"timestamp":1735484082959,"id":2255,"parentId":2239,"tags":{},"startTime":1728302023419,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735484095868,"id":2290,"parentId":2239,"tags":{},"startTime":1728302023432,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13682,"timestamp":1735484082385,"id":2239,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useDeepMemo.mjs","layer":"ssr"},"startTime":1728302023418,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":13114,"timestamp":1735484082962,"id":2256,"parentId":2240,"tags":{},"startTime":1728302023419,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42,"timestamp":1735484096082,"id":2291,"parentId":2240,"tags":{},"startTime":1728302023432,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13908,"timestamp":1735484082444,"id":2240,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useFormReset.mjs","layer":"ssr"},"startTime":1728302023418,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":13386,"timestamp":1735484082973,"id":2259,"parentId":2243,"tags":{},"startTime":1728302023419,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42,"timestamp":1735484096364,"id":2292,"parentId":2243,"tags":{},"startTime":1728302023432,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":13923,"timestamp":1735484082622,"id":2243,"parentId":2184,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.js","layer":"ssr"},"startTime":1728302023419,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":13609,"timestamp":1735484082944,"id":2251,"parentId":2235,"tags":{},"startTime":1728302023419,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735484096558,"id":2293,"parentId":2235,"tags":{},"startTime":1728302023432,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14717,"timestamp":1735484082140,"id":2235,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useValueEffect.mjs","layer":"ssr"},"startTime":1728302023418,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":13896,"timestamp":1735484082978,"id":2260,"parentId":2244,"tags":{},"startTime":1728302023419,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735484096879,"id":2294,"parentId":2244,"tags":{},"startTime":1728302023433,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":14356,"timestamp":1735484082682,"id":2244,"parentId":2184,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.js","layer":"ssr"},"startTime":1728302023419,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":14078,"timestamp":1735484082966,"id":2257,"parentId":2241,"tags":{},"startTime":1728302023419,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42,"timestamp":1735484097049,"id":2295,"parentId":2241,"tags":{},"startTime":1728302023433,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14785,"timestamp":1735484082501,"id":2241,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useUpdateEffect.mjs","layer":"ssr"},"startTime":1728302023418,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":14323,"timestamp":1735484082969,"id":2258,"parentId":2242,"tags":{},"startTime":1728302023419,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":40,"timestamp":1735484097297,"id":2296,"parentId":2242,"tags":{},"startTime":1728302023433,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14913,"timestamp":1735484082562,"id":2242,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useSyncRef.mjs","layer":"ssr"},"startTime":1728302023418,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":14498,"timestamp":1735484082983,"id":2261,"parentId":2245,"tags":{},"startTime":1728302023419,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":41,"timestamp":1735484097488,"id":2297,"parentId":2245,"tags":{},"startTime":1728302023433,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":14857,"timestamp":1735484082774,"id":2245,"parentId":2180,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_check_private_redeclaration.js","layer":"ssr"},"startTime":1728302023419,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":14650,"timestamp":1735484082987,"id":2262,"parentId":2246,"tags":{},"startTime":1728302023419,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":43,"timestamp":1735484097642,"id":2298,"parentId":2246,"tags":{},"startTime":1728302023434,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15160,"timestamp":1735484082836,"id":2246,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useViewportSize.mjs","layer":"ssr"},"startTime":1728302023419,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":17784,"timestamp":1735484083208,"id":2264,"parentId":2263,"tags":{},"startTime":1728302023419,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":52,"timestamp":1735484101008,"id":2299,"parentId":2263,"tags":{},"startTime":1728302023437,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":18192,"timestamp":1735484083140,"id":2263,"parentId":2185,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.js","layer":"ssr"},"startTime":1728302023419,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":273,"timestamp":1735484105736,"id":2301,"parentId":2300,"tags":{},"startTime":1728302023442,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735484106019,"id":2302,"parentId":2300,"tags":{},"startTime":1728302023442,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":684,"timestamp":1735484105616,"id":2300,"parentId":2179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-stately/utils/dist/import.mjs","layer":"ssr"},"startTime":1728302023442,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":333,"timestamp":1735484107082,"id":2304,"parentId":2303,"tags":{},"startTime":1728302023443,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":52,"timestamp":1735484107422,"id":2307,"parentId":2303,"tags":{},"startTime":1728302023443,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":1010,"timestamp":1735484106981,"id":2303,"parentId":2300,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-stately/utils/dist/useControlledState.mjs","layer":"ssr"},"startTime":1728302023443,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":801,"timestamp":1735484107202,"id":2306,"parentId":2305,"tags":{},"startTime":1728302023443,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":57,"timestamp":1735484108008,"id":2308,"parentId":2305,"tags":{},"startTime":1728302023444,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":1326,"timestamp":1735484107124,"id":2305,"parentId":2300,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-stately/utils/dist/number.mjs","layer":"ssr"},"startTime":1728302023443,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":2362059,"timestamp":1735481749955,"id":119,"parentId":118,"tags":{},"startTime":1728302021086,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":9614,"timestamp":1735484147325,"id":2310,"parentId":2309,"tags":{},"startTime":1728302023483,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":9,"timestamp":1735484156982,"id":2312,"parentId":2309,"tags":{},"startTime":1728302023493,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":6244,"timestamp":1735484157010,"id":2313,"parentId":2309,"tags":{},"startTime":1728302023493,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":10,"timestamp":1735484163284,"id":2314,"parentId":2309,"tags":{},"startTime":1728302023499,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1735484163314,"id":2315,"parentId":2309,"tags":{},"startTime":1728302023499,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":9213,"timestamp":1735484156968,"id":2311,"parentId":2309,"tags":{},"startTime":1728302023493,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":12404,"timestamp":1735484178265,"id":2316,"parentId":2309,"tags":{},"startTime":1728302023514,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":40298,"timestamp":1735484190699,"id":2317,"parentId":2309,"tags":{},"startTime":1728302023527,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":5540,"timestamp":1735484235875,"id":2318,"parentId":2309,"tags":{},"startTime":1728302023572,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":446,"timestamp":1735484241415,"id":2319,"parentId":2309,"tags":{},"startTime":1728302023577,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":484,"timestamp":1735484241753,"id":2320,"parentId":2309,"tags":{},"startTime":1728302023578,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":118014,"timestamp":1735484242244,"id":2321,"parentId":2309,"tags":{},"startTime":1728302023578,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":224375,"timestamp":1735484141097,"id":2309,"parentId":118,"tags":{},"startTime":1728302023477,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":2619522,"timestamp":1735481748429,"id":118,"parentId":116,"tags":{"name":"server"},"startTime":1728302021084,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":17335,"timestamp":1735484368083,"id":2322,"parentId":116,"tags":{},"startTime":1728302023704,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":2639366,"timestamp":1735481746765,"id":116,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728302021083,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":11734,"timestamp":1735484415470,"id":2332,"parentId":2327,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1728302023751,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":926,"timestamp":1735484427288,"id":2333,"parentId":2328,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1728302023763,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":1688,"timestamp":1735484428230,"id":2334,"parentId":2329,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1728302023764,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":2519,"timestamp":1735484429940,"id":2335,"parentId":2330,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1728302023766,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":3356,"timestamp":1735484432486,"id":2336,"parentId":2331,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1728302023768,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":183,"timestamp":1735484452216,"id":2338,"parentId":2337,"tags":{},"startTime":1728302023788,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":363,"timestamp":1735484452269,"id":2340,"parentId":2339,"tags":{},"startTime":1728302023788,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":655,"timestamp":1735484452302,"id":2342,"parentId":2341,"tags":{},"startTime":1728302023788,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":825,"timestamp":1735484452340,"id":2344,"parentId":2343,"tags":{},"startTime":1728302023788,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":996,"timestamp":1735484452392,"id":2346,"parentId":2345,"tags":{},"startTime":1728302023788,"traceId":"480ec8b9e15b14de"},{"name":"image-size-calculation","duration":915,"timestamp":1735484452527,"id":2348,"parentId":2347,"tags":{},"startTime":1728302023788,"traceId":"480ec8b9e15b14de"},{"name":"image-size-calculation","duration":762,"timestamp":1735484452683,"id":2350,"parentId":2349,"tags":{},"startTime":1728302023789,"traceId":"480ec8b9e15b14de"},{"name":"image-size-calculation","duration":442,"timestamp":1735484453006,"id":2352,"parentId":2351,"tags":{},"startTime":1728302023789,"traceId":"480ec8b9e15b14de"},{"name":"image-size-calculation","duration":223,"timestamp":1735484453226,"id":2354,"parentId":2353,"tags":{},"startTime":1728302023789,"traceId":"480ec8b9e15b14de"},{"name":"image-size-calculation","duration":30,"timestamp":1735484453420,"id":2356,"parentId":2355,"tags":{},"startTime":1728302023789,"traceId":"480ec8b9e15b14de"},{"name":"image-data-stringify","duration":19,"timestamp":1735484453756,"id":2357,"parentId":2347,"tags":{},"startTime":1728302023790,"traceId":"480ec8b9e15b14de"},{"name":"image-data-stringify","duration":1,"timestamp":1735484453786,"id":2358,"parentId":2349,"tags":{},"startTime":1728302023790,"traceId":"480ec8b9e15b14de"},{"name":"image-data-stringify","duration":1,"timestamp":1735484453793,"id":2359,"parentId":2351,"tags":{},"startTime":1728302023790,"traceId":"480ec8b9e15b14de"},{"name":"image-data-stringify","duration":1,"timestamp":1735484453798,"id":2360,"parentId":2353,"tags":{},"startTime":1728302023790,"traceId":"480ec8b9e15b14de"},{"name":"image-data-stringify","duration":1,"timestamp":1735484453803,"id":2361,"parentId":2355,"tags":{},"startTime":1728302023790,"traceId":"480ec8b9e15b14de"},{"name":"next-image-loader","duration":1388,"timestamp":1735484452420,"id":2347,"parentId":2337,"tags":{},"startTime":1728302023788,"traceId":"480ec8b9e15b14de"},{"name":"next-image-loader","duration":1167,"timestamp":1735484452641,"id":2349,"parentId":2339,"tags":{},"startTime":1728302023789,"traceId":"480ec8b9e15b14de"}] +[{"name":"next-image-loader","duration":1071,"timestamp":1735484452966,"id":2351,"parentId":2341,"tags":{},"startTime":1728302023789,"traceId":"480ec8b9e15b14de"},{"name":"next-image-loader","duration":866,"timestamp":1735484453172,"id":2353,"parentId":2343,"tags":{},"startTime":1728302023789,"traceId":"480ec8b9e15b14de"},{"name":"next-image-loader","duration":643,"timestamp":1735484453396,"id":2355,"parentId":2345,"tags":{},"startTime":1728302023789,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jpg","duration":2395,"timestamp":1735484451965,"id":2337,"parentId":2332,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/background3.jpg","layer":"app-pages-browser"},"startTime":1728302023788,"traceId":"480ec8b9e15b14de"},{"name":"build-module-svg","duration":2295,"timestamp":1735484452230,"id":2339,"parentId":2332,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/mirage.svg","layer":"app-pages-browser"},"startTime":1728302023788,"traceId":"480ec8b9e15b14de"},{"name":"build-module-svg","duration":2344,"timestamp":1735484452274,"id":2341,"parentId":2332,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/statickit.svg","layer":"app-pages-browser"},"startTime":1728302023788,"traceId":"480ec8b9e15b14de"},{"name":"build-module-svg","duration":2391,"timestamp":1735484452310,"id":2343,"parentId":2332,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/transistor.svg","layer":"app-pages-browser"},"startTime":1728302023788,"traceId":"480ec8b9e15b14de"},{"name":"build-module-svg","duration":2421,"timestamp":1735484452360,"id":2345,"parentId":2332,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/images/logos/tuple.svg","layer":"app-pages-browser"},"startTime":1728302023788,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6725,"timestamp":1735484459272,"id":2375,"parentId":2374,"tags":{},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6883,"timestamp":1735484459136,"id":2374,"parentId":2362,"tags":{},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12168,"timestamp":1735484456471,"id":2362,"parentId":2326,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/app-next-dev.js","layer":"app-pages-browser"},"startTime":1728302023792,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9320,"timestamp":1735484459427,"id":2379,"parentId":2378,"tags":{},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9385,"timestamp":1735484459365,"id":2378,"parentId":2364,"tags":{},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":12110,"timestamp":1735484458483,"id":2364,"parentId":2332,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Product.jsx","layer":"app-pages-browser"},"startTime":1728302023794,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11328,"timestamp":1735484459362,"id":2377,"parentId":2376,"tags":{},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11415,"timestamp":1735484459277,"id":2376,"parentId":2363,"tags":{},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":13810,"timestamp":1735484458356,"id":2363,"parentId":2332,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx","layer":"app-pages-browser"},"startTime":1728302023794,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":17079,"timestamp":1735484459480,"id":2381,"parentId":2380,"tags":{},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":17139,"timestamp":1735484459430,"id":2380,"parentId":2365,"tags":{},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":20183,"timestamp":1735484458614,"id":2365,"parentId":2333,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Header.jsx","layer":"app-pages-browser"},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":19296,"timestamp":1735484459546,"id":2389,"parentId":2388,"tags":{},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":19311,"timestamp":1735484459533,"id":2388,"parentId":2369,"tags":{},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":20736,"timestamp":1735484458903,"id":2369,"parentId":2336,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":20111,"timestamp":1735484459561,"id":2391,"parentId":2390,"tags":{},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20126,"timestamp":1735484459548,"id":2390,"parentId":2370,"tags":{},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21973,"timestamp":1735484458969,"id":2370,"parentId":2336,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":21497,"timestamp":1735484459498,"id":2383,"parentId":2382,"tags":{},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":21515,"timestamp":1735484459482,"id":2382,"parentId":2366,"tags":{},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":24196,"timestamp":1735484458697,"id":2366,"parentId":2332,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/image-component.js","layer":"app-pages-browser"},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":31156,"timestamp":1735484459592,"id":2395,"parentId":2394,"tags":{},"startTime":1728302023796,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":31175,"timestamp":1735484459579,"id":2394,"parentId":2372,"tags":{},"startTime":1728302023796,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":32765,"timestamp":1735484459045,"id":2372,"parentId":2336,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/not-found-boundary.js","layer":"app-pages-browser"},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":32367,"timestamp":1735484459516,"id":2385,"parentId":2384,"tags":{},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":32385,"timestamp":1735484459500,"id":2384,"parentId":2367,"tags":{},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":35436,"timestamp":1735484458789,"id":2367,"parentId":2332,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/link.js","layer":"app-pages-browser"},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":35244,"timestamp":1735484459532,"id":2387,"parentId":2386,"tags":{},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":35261,"timestamp":1735484459518,"id":2386,"parentId":2368,"tags":{},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":40466,"timestamp":1735484458829,"id":2368,"parentId":2336,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":40050,"timestamp":1735484459609,"id":2397,"parentId":2396,"tags":{},"startTime":1728302023796,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":40069,"timestamp":1735484459594,"id":2396,"parentId":2373,"tags":{},"startTime":1728302023796,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":41425,"timestamp":1735484459088,"id":2373,"parentId":2336,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":40988,"timestamp":1735484459577,"id":2393,"parentId":2392,"tags":{},"startTime":1728302023796,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":41003,"timestamp":1735484459564,"id":2392,"parentId":2371,"tags":{},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":43573,"timestamp":1735484459006,"id":2371,"parentId":2336,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1728302023795,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":912,"timestamp":1735484520208,"id":2416,"parentId":2412,"tags":{},"startTime":1728302023856,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1099,"timestamp":1735484521137,"id":2446,"parentId":2412,"tags":{},"startTime":1728302023857,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":7005,"timestamp":1735484515923,"id":2412,"parentId":2364,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/clsx/dist/clsx.mjs","layer":"app-pages-browser"},"startTime":1728302023852,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5496,"timestamp":1735484520563,"id":2423,"parentId":2422,"tags":{},"startTime":1728302023856,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5518,"timestamp":1735484520550,"id":2422,"parentId":2400,"tags":{},"startTime":1728302023856,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12284,"timestamp":1735484515425,"id":2400,"parentId":2366,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-config.js","layer":"app-pages-browser"},"startTime":1728302023851,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7198,"timestamp":1735484520577,"id":2425,"parentId":2424,"tags":{},"startTime":1728302023857,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7212,"timestamp":1735484520565,"id":2424,"parentId":2401,"tags":{},"startTime":1728302023856,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":16254,"timestamp":1735484515461,"id":2401,"parentId":2366,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1728302023851,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11189,"timestamp":1735484520591,"id":2427,"parentId":2426,"tags":{},"startTime":1728302023857,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11204,"timestamp":1735484520579,"id":2426,"parentId":2402,"tags":{},"startTime":1728302023857,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":16762,"timestamp":1735484515497,"id":2402,"parentId":2366,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1728302023851,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11681,"timestamp":1735484520605,"id":2429,"parentId":2428,"tags":{},"startTime":1728302023857,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11695,"timestamp":1735484520593,"id":2428,"parentId":2403,"tags":{},"startTime":1728302023857,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":17430,"timestamp":1735484515531,"id":2403,"parentId":2369,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/search-params.js","layer":"app-pages-browser"},"startTime":1728302023851,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":12346,"timestamp":1735484520632,"id":2433,"parentId":2432,"tags":{},"startTime":1728302023857,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12358,"timestamp":1735484520621,"id":2432,"parentId":2405,"tags":{},"startTime":1728302023857,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":17890,"timestamp":1735484515597,"id":2405,"parentId":2370,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1728302023852,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":12999,"timestamp":1735484520522,"id":2419,"parentId":2418,"tags":{},"startTime":1728302023856,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13049,"timestamp":1735484520474,"id":2418,"parentId":2398,"tags":{},"startTime":1728302023856,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":19593,"timestamp":1735484515278,"id":2398,"parentId":2366,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/head.js","layer":"app-pages-browser"},"startTime":1728302023851,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":14293,"timestamp":1735484520619,"id":2431,"parentId":2430,"tags":{},"startTime":1728302023857,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":14308,"timestamp":1735484520607,"id":2430,"parentId":2404,"tags":{},"startTime":1728302023857,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":20492,"timestamp":1735484515566,"id":2404,"parentId":2370,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1728302023851,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1166,"timestamp":1735484540252,"id":2478,"parentId":2476,"tags":{},"startTime":1728302023876,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1530,"timestamp":1735484540259,"id":2479,"parentId":2477,"tags":{},"startTime":1728302023876,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":26514,"timestamp":1735484520644,"id":2435,"parentId":2434,"tags":{},"startTime":1728302023857,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":26534,"timestamp":1735484520633,"id":2434,"parentId":2406,"tags":{},"startTime":1728302023857,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":32279,"timestamp":1735484515632,"id":2406,"parentId":2370,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/static-generation-async-storage.external.js","layer":"shared"},"startTime":1728302023852,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":27279,"timestamp":1735484520657,"id":2437,"parentId":2436,"tags":{},"startTime":1728302023857,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":27291,"timestamp":1735484520646,"id":2436,"parentId":2407,"tags":{},"startTime":1728302023857,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":32677,"timestamp":1735484515663,"id":2407,"parentId":2366,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1728302023852,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":27695,"timestamp":1735484520669,"id":2439,"parentId":2438,"tags":{},"startTime":1728302023857,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":27708,"timestamp":1735484520659,"id":2438,"parentId":2408,"tags":{},"startTime":1728302023857,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":33404,"timestamp":1735484515694,"id":2408,"parentId":2366,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-loader.js","layer":"app-pages-browser"},"startTime":1728302023852,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":28403,"timestamp":1735484520726,"id":2441,"parentId":2440,"tags":{},"startTime":1728302023857,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":28459,"timestamp":1735484520671,"id":2440,"parentId":2409,"tags":{},"startTime":1728302023857,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":34047,"timestamp":1735484515724,"id":2409,"parentId":2363,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/text.jsx","layer":"app-pages-browser"},"startTime":1728302023852,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":29585,"timestamp":1735484520774,"id":2443,"parentId":2442,"tags":{},"startTime":1728302023857,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":29634,"timestamp":1735484520728,"id":2442,"parentId":2410,"tags":{},"startTime":1728302023857,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":35041,"timestamp":1735484515791,"id":2410,"parentId":2363,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Container.jsx","layer":"app-pages-browser"},"startTime":1728302023852,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":30337,"timestamp":1735484520548,"id":2421,"parentId":2420,"tags":{},"startTime":1728302023856,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":30355,"timestamp":1735484520531,"id":2420,"parentId":2399,"tags":{},"startTime":1728302023856,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":38211,"timestamp":1735484515382,"id":2399,"parentId":2366,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/get-img-props.js","layer":"app-pages-browser"},"startTime":1728302023851,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":32818,"timestamp":1735484520821,"id":2445,"parentId":2444,"tags":{},"startTime":1728302023857,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":32866,"timestamp":1735484520775,"id":2444,"parentId":2411,"tags":{},"startTime":1728302023857,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":38761,"timestamp":1735484515857,"id":2411,"parentId":2364,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/BackgroundImage.jsx","layer":"app-pages-browser"},"startTime":1728302023852,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":20714,"timestamp":1735484540545,"id":2483,"parentId":2482,"tags":{},"startTime":1728302023876,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20745,"timestamp":1735484540527,"id":2482,"parentId":2448,"tags":{},"startTime":1728302023876,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":24581,"timestamp":1735484538714,"id":2448,"parentId":2367,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/add-locale.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":22859,"timestamp":1735484540574,"id":2487,"parentId":2486,"tags":{},"startTime":1728302023876,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":22884,"timestamp":1735484540562,"id":2486,"parentId":2450,"tags":{},"startTime":1728302023876,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":26474,"timestamp":1735484538796,"id":2450,"parentId":2367,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/get-domain-locale.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":24809,"timestamp":1735484540522,"id":2481,"parentId":2480,"tags":{},"startTime":1728302023876,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":24858,"timestamp":1735484540477,"id":2480,"parentId":2447,"tags":{},"startTime":1728302023876,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":28378,"timestamp":1735484538619,"id":2447,"parentId":2367,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/resolve-href.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":26494,"timestamp":1735484540560,"id":2485,"parentId":2484,"tags":{},"startTime":1728302023876,"traceId":"480ec8b9e15b14de"}] +[{"name":"next-swc-loader","duration":26702,"timestamp":1735484540546,"id":2484,"parentId":2449,"tags":{},"startTime":1728302023876,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":30058,"timestamp":1735484538759,"id":2449,"parentId":2367,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/use-intersection.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":28259,"timestamp":1735484540601,"id":2491,"parentId":2490,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":28275,"timestamp":1735484540589,"id":2490,"parentId":2452,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":31211,"timestamp":1735484538870,"id":2452,"parentId":2368,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":29525,"timestamp":1735484540588,"id":2489,"parentId":2488,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":29540,"timestamp":1735484540576,"id":2488,"parentId":2451,"tags":{},"startTime":1728302023876,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":32823,"timestamp":1735484538835,"id":2451,"parentId":2367,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":31083,"timestamp":1735484540615,"id":2493,"parentId":2492,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":31098,"timestamp":1735484540604,"id":2492,"parentId":2453,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":33836,"timestamp":1735484538902,"id":2453,"parentId":2368,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":32113,"timestamp":1735484540654,"id":2499,"parentId":2498,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":32127,"timestamp":1735484540643,"id":2498,"parentId":2456,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":34785,"timestamp":1735484539000,"id":2456,"parentId":2372,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":33178,"timestamp":1735484540641,"id":2497,"parentId":2496,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":33193,"timestamp":1735484540630,"id":2496,"parentId":2455,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":35735,"timestamp":1735484538967,"id":2455,"parentId":2367,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":34217,"timestamp":1735484540629,"id":2495,"parentId":2494,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":34239,"timestamp":1735484540617,"id":2494,"parentId":2454,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":38328,"timestamp":1735484538935,"id":2454,"parentId":2367,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":36639,"timestamp":1735484540666,"id":2501,"parentId":2500,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":36653,"timestamp":1735484540655,"id":2500,"parentId":2457,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":39002,"timestamp":1735484539032,"id":2457,"parentId":2368,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":37339,"timestamp":1735484540716,"id":2509,"parentId":2508,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":37353,"timestamp":1735484540705,"id":2508,"parentId":2461,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":39487,"timestamp":1735484539156,"id":2461,"parentId":2368,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":37980,"timestamp":1735484540691,"id":2505,"parentId":2504,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":37994,"timestamp":1735484540681,"id":2504,"parentId":2459,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":40550,"timestamp":1735484539093,"id":2459,"parentId":2368,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":38993,"timestamp":1735484540679,"id":2503,"parentId":2502,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":39007,"timestamp":1735484540668,"id":2502,"parentId":2458,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":41926,"timestamp":1735484539063,"id":2458,"parentId":2368,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/use-reducer-with-devtools.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":40286,"timestamp":1735484540728,"id":2511,"parentId":2510,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":40299,"timestamp":1735484540718,"id":2510,"parentId":2462,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":42582,"timestamp":1735484539186,"id":2462,"parentId":2368,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":41047,"timestamp":1735484540740,"id":2513,"parentId":2512,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":41061,"timestamp":1735484540730,"id":2512,"parentId":2463,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":43060,"timestamp":1735484539216,"id":2463,"parentId":2368,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":41599,"timestamp":1735484540704,"id":2507,"parentId":2506,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":41612,"timestamp":1735484540693,"id":2506,"parentId":2460,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":44256,"timestamp":1735484539125,"id":2460,"parentId":2368,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":760,"timestamp":1735484588433,"id":2552,"parentId":2546,"tags":{},"startTime":1728302023924,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":871,"timestamp":1735484588442,"id":2553,"parentId":2547,"tags":{},"startTime":1728302023924,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":925,"timestamp":1735484588446,"id":2554,"parentId":2548,"tags":{},"startTime":1728302023924,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5100,"timestamp":1735484589323,"id":2569,"parentId":2547,"tags":{},"startTime":1728302023925,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5054,"timestamp":1735484589377,"id":2570,"parentId":2548,"tags":{},"startTime":1728302023925,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6836,"timestamp":1735484588001,"id":2547,"parentId":2366,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1728302023924,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":7329,"timestamp":1735484588077,"id":2548,"parentId":2366,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1728302023924,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":54760,"timestamp":1735484540778,"id":2519,"parentId":2518,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":54776,"timestamp":1735484540767,"id":2518,"parentId":2466,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":57089,"timestamp":1735484539306,"id":2466,"parentId":2368,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":55652,"timestamp":1735484540766,"id":2517,"parentId":2516,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":55666,"timestamp":1735484540754,"id":2516,"parentId":2465,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":58017,"timestamp":1735484539275,"id":2465,"parentId":2367,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":56560,"timestamp":1735484540752,"id":2515,"parentId":2514,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":56573,"timestamp":1735484540742,"id":2514,"parentId":2464,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":58833,"timestamp":1735484539245,"id":2464,"parentId":2371,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":57276,"timestamp":1735484540821,"id":2525,"parentId":2524,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":57290,"timestamp":1735484540809,"id":2524,"parentId":2469,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":59227,"timestamp":1735484539396,"id":2469,"parentId":2367,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":57795,"timestamp":1735484540846,"id":2529,"parentId":2528,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":57810,"timestamp":1735484540835,"id":2528,"parentId":2471,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":59836,"timestamp":1735484539458,"id":2471,"parentId":2368,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":58527,"timestamp":1735484540795,"id":2521,"parentId":2520,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":58545,"timestamp":1735484540780,"id":2520,"parentId":2467,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":60896,"timestamp":1735484539336,"id":2467,"parentId":2368,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":59453,"timestamp":1735484540808,"id":2523,"parentId":2522,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":59467,"timestamp":1735484540796,"id":2522,"parentId":2468,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":62056,"timestamp":1735484539366,"id":2468,"parentId":2371,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":60614,"timestamp":1735484540833,"id":2527,"parentId":2526,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":60628,"timestamp":1735484540822,"id":2526,"parentId":2470,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":63106,"timestamp":1735484539428,"id":2470,"parentId":2367,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":61701,"timestamp":1735484540858,"id":2531,"parentId":2530,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":61715,"timestamp":1735484540847,"id":2530,"parentId":2472,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":63989,"timestamp":1735484539487,"id":2472,"parentId":2368,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":62740,"timestamp":1735484540882,"id":2535,"parentId":2534,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":62757,"timestamp":1735484540872,"id":2534,"parentId":2474,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":67327,"timestamp":1735484539547,"id":2474,"parentId":2371,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":59890,"timestamp":1735484547034,"id":2541,"parentId":2540,"tags":{},"startTime":1728302023883,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":59982,"timestamp":1735484546945,"id":2540,"parentId":2476,"tags":{},"startTime":1728302023883,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":68174,"timestamp":1735484539651,"id":2476,"parentId":2364,"tags":{"name":"__barrel_optimize__?names=Tab,TabGroup,TabList,TabPanel,TabPanels!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/headlessui.esm.js","layer":"app-pages-browser"},"startTime":1728302023876,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":67000,"timestamp":1735484540934,"id":2537,"parentId":2536,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":67053,"timestamp":1735484540884,"id":2536,"parentId":2475,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":69240,"timestamp":1735484539576,"id":2475,"parentId":2365,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Button.jsx","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":67357,"timestamp":1735484541890,"id":2539,"parentId":2538,"tags":{},"startTime":1728302023878,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":67452,"timestamp":1735484541798,"id":2538,"parentId":2477,"tags":{},"startTime":1728302023878,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":70816,"timestamp":1735484540018,"id":2477,"parentId":2363,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/index.mjs","layer":"app-pages-browser"},"startTime":1728302023876,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":70020,"timestamp":1735484540871,"id":2533,"parentId":2532,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":70034,"timestamp":1735484540860,"id":2532,"parentId":2473,"tags":{},"startTime":1728302023877,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":74484,"timestamp":1735484539516,"id":2473,"parentId":2368,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/app/hot-reloader-client.js","layer":"app-pages-browser"},"startTime":1728302023875,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":25610,"timestamp":1735484588715,"id":2556,"parentId":2555,"tags":{},"startTime":1728302023925,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":25671,"timestamp":1735484588658,"id":2555,"parentId":2542,"tags":{},"startTime":1728302023925,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":27461,"timestamp":1735484587605,"id":2542,"parentId":2371,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1728302023924,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":26327,"timestamp":1735484588760,"id":2560,"parentId":2559,"tags":{},"startTime":1728302023925,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":26346,"timestamp":1735484588744,"id":2559,"parentId":2544,"tags":{},"startTime":1728302023925,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":28027,"timestamp":1735484587799,"id":2544,"parentId":2371,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"app-pages-browser"},"startTime":1728302023924,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":27105,"timestamp":1735484588741,"id":2558,"parentId":2557,"tags":{},"startTime":1728302023925,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":27127,"timestamp":1735484588721,"id":2557,"parentId":2543,"tags":{},"startTime":1728302023925,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":28680,"timestamp":1735484587742,"id":2543,"parentId":2371,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"app-pages-browser"},"startTime":1728302023924,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":27606,"timestamp":1735484588836,"id":2564,"parentId":2563,"tags":{},"startTime":1728302023925,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":27624,"timestamp":1735484588821,"id":2563,"parentId":2549,"tags":{},"startTime":1728302023925,"traceId":"480ec8b9e15b14de"}] +[{"name":"build-module-js","duration":29267,"timestamp":1735484588152,"id":2549,"parentId":2362,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1728302023924,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":28669,"timestamp":1735484588852,"id":2566,"parentId":2565,"tags":{},"startTime":1728302023925,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":28685,"timestamp":1735484588838,"id":2565,"parentId":2550,"tags":{},"startTime":1728302023925,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":30151,"timestamp":1735484588194,"id":2550,"parentId":2362,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1728302023924,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":29520,"timestamp":1735484588868,"id":2568,"parentId":2567,"tags":{},"startTime":1728302023925,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":29535,"timestamp":1735484588854,"id":2567,"parentId":2551,"tags":{},"startTime":1728302023925,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":32129,"timestamp":1735484588234,"id":2551,"parentId":2362,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1728302023924,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":31641,"timestamp":1735484588818,"id":2562,"parentId":2561,"tags":{},"startTime":1728302023925,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":31700,"timestamp":1735484588762,"id":2561,"parentId":2545,"tags":{},"startTime":1728302023925,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":38790,"timestamp":1735484587849,"id":2545,"parentId":2365,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Logo.jsx","layer":"app-pages-browser"},"startTime":1728302023924,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":58335,"timestamp":1735484594410,"id":2572,"parentId":2571,"tags":{},"startTime":1728302023930,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":58428,"timestamp":1735484594326,"id":2571,"parentId":2546,"tags":{},"startTime":1728302023930,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":65472,"timestamp":1735484587931,"id":2546,"parentId":2365,"tags":{"name":"__barrel_optimize__?names=Bars3Icon,XMarkIcon!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/index.js","layer":"app-pages-browser"},"startTime":1728302023924,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":133455,"timestamp":1735484520215,"id":2417,"parentId":2413,"tags":{},"startTime":1728302023856,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":56,"timestamp":1735484653682,"id":2573,"parentId":2413,"tags":{},"startTime":1728302023990,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":137764,"timestamp":1735484516353,"id":2413,"parentId":2325,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js","layer":"app-pages-browser"},"startTime":1728302023852,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":804,"timestamp":1735484695635,"id":2605,"parentId":2574,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":871,"timestamp":1735484695642,"id":2606,"parentId":2583,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":913,"timestamp":1735484695646,"id":2607,"parentId":2596,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":948,"timestamp":1735484695649,"id":2608,"parentId":2597,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":988,"timestamp":1735484695652,"id":2609,"parentId":2598,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1029,"timestamp":1735484695654,"id":2610,"parentId":2599,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1069,"timestamp":1735484695656,"id":2611,"parentId":2600,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1114,"timestamp":1735484695658,"id":2612,"parentId":2601,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1153,"timestamp":1735484695660,"id":2613,"parentId":2602,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1191,"timestamp":1735484695662,"id":2614,"parentId":2603,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1228,"timestamp":1735484695664,"id":2615,"parentId":2604,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":849,"timestamp":1735484696455,"id":2656,"parentId":2574,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":788,"timestamp":1735484696518,"id":2657,"parentId":2583,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":745,"timestamp":1735484696562,"id":2658,"parentId":2596,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":708,"timestamp":1735484696600,"id":2659,"parentId":2597,"tags":{},"startTime":1728302024033,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":666,"timestamp":1735484696643,"id":2660,"parentId":2598,"tags":{},"startTime":1728302024033,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":624,"timestamp":1735484696686,"id":2661,"parentId":2599,"tags":{},"startTime":1728302024033,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":579,"timestamp":1735484696731,"id":2662,"parentId":2600,"tags":{},"startTime":1728302024033,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":536,"timestamp":1735484696775,"id":2663,"parentId":2601,"tags":{},"startTime":1728302024033,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":497,"timestamp":1735484696815,"id":2664,"parentId":2602,"tags":{},"startTime":1728302024033,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":457,"timestamp":1735484696856,"id":2665,"parentId":2603,"tags":{},"startTime":1728302024033,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":419,"timestamp":1735484696894,"id":2666,"parentId":2604,"tags":{},"startTime":1728302024033,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6071,"timestamp":1735484693296,"id":2574,"parentId":2403,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"app-pages-browser"},"startTime":1728302024029,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6112,"timestamp":1735484693800,"id":2583,"parentId":2403,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"app-pages-browser"},"startTime":1728302024030,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6037,"timestamp":1735484694271,"id":2596,"parentId":2411,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/api/image.js","layer":"app-pages-browser"},"startTime":1728302024030,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":6477,"timestamp":1735484694333,"id":2597,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-motion-value.mjs","layer":"app-pages-browser"},"startTime":1728302024030,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":6716,"timestamp":1735484694399,"id":2598,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-motion-template.mjs","layer":"app-pages-browser"},"startTime":1728302024030,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":6933,"timestamp":1735484694462,"id":2599,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-transform.mjs","layer":"app-pages-browser"},"startTime":1728302024030,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":7288,"timestamp":1735484694524,"id":2600,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-spring.mjs","layer":"app-pages-browser"},"startTime":1728302024030,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":7421,"timestamp":1735484694584,"id":2601,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-velocity.mjs","layer":"app-pages-browser"},"startTime":1728302024031,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":7712,"timestamp":1735484694649,"id":2602,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-scroll.mjs","layer":"app-pages-browser"},"startTime":1728302024031,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":7787,"timestamp":1735484694710,"id":2603,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-time.mjs","layer":"app-pages-browser"},"startTime":1728302024031,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":7906,"timestamp":1735484694769,"id":2604,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-motion-value-event.mjs","layer":"app-pages-browser"},"startTime":1728302024031,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7312,"timestamp":1735484695855,"id":2617,"parentId":2616,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7399,"timestamp":1735484695773,"id":2616,"parentId":2575,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10635,"timestamp":1735484693481,"id":2575,"parentId":2405,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1728302024029,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8245,"timestamp":1735484695892,"id":2621,"parentId":2620,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8260,"timestamp":1735484695879,"id":2620,"parentId":2577,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10910,"timestamp":1735484693585,"id":2577,"parentId":2398,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1728302024030,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8641,"timestamp":1735484695877,"id":2619,"parentId":2618,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8661,"timestamp":1735484695859,"id":2618,"parentId":2576,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":11542,"timestamp":1735484693543,"id":2576,"parentId":2398,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/side-effect.js","layer":"app-pages-browser"},"startTime":1728302024029,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9183,"timestamp":1735484695918,"id":2625,"parentId":2624,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9196,"timestamp":1735484695907,"id":2624,"parentId":2579,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":11773,"timestamp":1735484693665,"id":2579,"parentId":2398,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/amp-mode.js","layer":"app-pages-browser"},"startTime":1728302024030,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9548,"timestamp":1735484695905,"id":2623,"parentId":2622,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9561,"timestamp":1735484695894,"id":2622,"parentId":2578,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12139,"timestamp":1735484693622,"id":2578,"parentId":2398,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1728302024030,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9848,"timestamp":1735484695930,"id":2627,"parentId":2626,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9860,"timestamp":1735484695919,"id":2626,"parentId":2580,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12575,"timestamp":1735484693702,"id":2580,"parentId":2404,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1728302024030,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10337,"timestamp":1735484695956,"id":2631,"parentId":2630,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10349,"timestamp":1735484695945,"id":2630,"parentId":2582,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12947,"timestamp":1735484693767,"id":2582,"parentId":2404,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"app-pages-browser"},"startTime":1728302024030,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10751,"timestamp":1735484695980,"id":2635,"parentId":2634,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10763,"timestamp":1735484695969,"id":2634,"parentId":2585,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":13404,"timestamp":1735484693926,"id":2585,"parentId":2448,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1728302024030,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11406,"timestamp":1735484695943,"id":2629,"parentId":2628,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11418,"timestamp":1735484695932,"id":2628,"parentId":2581,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":14048,"timestamp":1735484693734,"id":2581,"parentId":2404,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1728302024030,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11805,"timestamp":1735484695995,"id":2637,"parentId":2636,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11821,"timestamp":1735484695981,"id":2636,"parentId":2586,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":14335,"timestamp":1735484693959,"id":2586,"parentId":2449,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/request-idle-callback.js","layer":"app-pages-browser"},"startTime":1728302024030,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":12343,"timestamp":1735484695968,"id":2633,"parentId":2632,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12355,"timestamp":1735484695957,"id":2632,"parentId":2584,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":14931,"timestamp":1735484693892,"id":2584,"parentId":2368,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/dev-root-not-found-boundary.js","layer":"app-pages-browser"},"startTime":1728302024030,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":12834,"timestamp":1735484696007,"id":2639,"parentId":2638,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12846,"timestamp":1735484695997,"id":2638,"parentId":2587,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15318,"timestamp":1735484693996,"id":2587,"parentId":2408,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/match-remote-pattern.js","layer":"app-pages-browser"},"startTime":1728302024030,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":13289,"timestamp":1735484696044,"id":2645,"parentId":2644,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13302,"timestamp":1735484696032,"id":2644,"parentId":2590,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15772,"timestamp":1735484694088,"id":2590,"parentId":2447,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"app-pages-browser"},"startTime":1728302024030,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":13859,"timestamp":1735484696019,"id":2641,"parentId":2640,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13871,"timestamp":1735484696009,"id":2640,"parentId":2588,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":16210,"timestamp":1735484694026,"id":2588,"parentId":2399,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-blur-svg.js","layer":"app-pages-browser"},"startTime":1728302024030,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":14227,"timestamp":1735484696031,"id":2643,"parentId":2642,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":14239,"timestamp":1735484696020,"id":2642,"parentId":2589,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":16882,"timestamp":1735484694057,"id":2589,"parentId":2458,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/action-queue.js","layer":"app-pages-browser"},"startTime":1728302024030,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":14899,"timestamp":1735484696057,"id":2647,"parentId":2646,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":14911,"timestamp":1735484696046,"id":2646,"parentId":2591,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":17133,"timestamp":1735484694119,"id":2591,"parentId":2447,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"app-pages-browser"},"startTime":1728302024030,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":15172,"timestamp":1735484696094,"id":2653,"parentId":2652,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":15183,"timestamp":1735484696084,"id":2652,"parentId":2594,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":17351,"timestamp":1735484694211,"id":2594,"parentId":2453,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1728302024030,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":15673,"timestamp":1735484696070,"id":2649,"parentId":2648,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"}] +[{"name":"next-swc-loader","duration":15835,"timestamp":1735484696058,"id":2648,"parentId":2592,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":18217,"timestamp":1735484694149,"id":2592,"parentId":2447,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"app-pages-browser"},"startTime":1728302024030,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":16274,"timestamp":1735484696106,"id":2655,"parentId":2654,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":16286,"timestamp":1735484696096,"id":2654,"parentId":2595,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":18468,"timestamp":1735484694243,"id":2595,"parentId":2447,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"app-pages-browser"},"startTime":1728302024030,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":16641,"timestamp":1735484696082,"id":2651,"parentId":2650,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":16653,"timestamp":1735484696071,"id":2650,"parentId":2593,"tags":{},"startTime":1728302024032,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":18850,"timestamp":1735484694180,"id":2593,"parentId":2451,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1728302024030,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":294,"timestamp":1735484727948,"id":2679,"parentId":2668,"tags":{},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":352,"timestamp":1735484727952,"id":2680,"parentId":2669,"tags":{},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":449,"timestamp":1735484727955,"id":2681,"parentId":2670,"tags":{},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":509,"timestamp":1735484727957,"id":2682,"parentId":2671,"tags":{},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":563,"timestamp":1735484727960,"id":2683,"parentId":2672,"tags":{},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":617,"timestamp":1735484727962,"id":2684,"parentId":2673,"tags":{},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":657,"timestamp":1735484727964,"id":2685,"parentId":2674,"tags":{},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":698,"timestamp":1735484727966,"id":2686,"parentId":2675,"tags":{},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":737,"timestamp":1735484727968,"id":2687,"parentId":2676,"tags":{},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":777,"timestamp":1735484727971,"id":2688,"parentId":2677,"tags":{},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":817,"timestamp":1735484727974,"id":2689,"parentId":2678,"tags":{},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3203,"timestamp":1735484728257,"id":2692,"parentId":2668,"tags":{},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2881,"timestamp":1735484728582,"id":2701,"parentId":2673,"tags":{},"startTime":1728302024065,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2840,"timestamp":1735484728624,"id":2702,"parentId":2674,"tags":{},"startTime":1728302024065,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2798,"timestamp":1735484728666,"id":2703,"parentId":2675,"tags":{},"startTime":1728302024065,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2758,"timestamp":1735484728707,"id":2704,"parentId":2676,"tags":{},"startTime":1728302024065,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2715,"timestamp":1735484728751,"id":2705,"parentId":2677,"tags":{},"startTime":1728302024065,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2674,"timestamp":1735484728793,"id":2706,"parentId":2678,"tags":{},"startTime":1728302024065,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":4808,"timestamp":1735484727105,"id":2668,"parentId":2464,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/app-render/get-segment-param.js","layer":"app-pages-browser"},"startTime":1728302024063,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":4655,"timestamp":1735484727457,"id":2673,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/features-min.mjs","layer":"app-pages-browser"},"startTime":1728302024063,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":4719,"timestamp":1735484727520,"id":2674,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/features-animation.mjs","layer":"app-pages-browser"},"startTime":1728302024063,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":4763,"timestamp":1735484727584,"id":2675,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/features-max.mjs","layer":"app-pages-browser"},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":4847,"timestamp":1735484727645,"id":2676,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.mjs","layer":"app-pages-browser"},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":4968,"timestamp":1735484727714,"id":2677,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/scroll/use-element-scroll.mjs","layer":"app-pages-browser"},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":5032,"timestamp":1735484727782,"id":2678,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/scroll/use-viewport-scroll.mjs","layer":"app-pages-browser"},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5785,"timestamp":1735484728176,"id":2691,"parentId":2690,"tags":{},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5835,"timestamp":1735484728132,"id":2690,"parentId":2667,"tags":{},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":7635,"timestamp":1735484727003,"id":2667,"parentId":2468,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1728302024063,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":392,"timestamp":1735484736395,"id":2719,"parentId":2707,"tags":{},"startTime":1728302024072,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":445,"timestamp":1735484736400,"id":2720,"parentId":2708,"tags":{},"startTime":1728302024072,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":494,"timestamp":1735484736403,"id":2721,"parentId":2709,"tags":{},"startTime":1728302024072,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":540,"timestamp":1735484736405,"id":2722,"parentId":2711,"tags":{},"startTime":1728302024072,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":583,"timestamp":1735484736407,"id":2723,"parentId":2712,"tags":{},"startTime":1728302024072,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":640,"timestamp":1735484736411,"id":2724,"parentId":2717,"tags":{},"startTime":1728302024072,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":680,"timestamp":1735484736413,"id":2725,"parentId":2718,"tags":{},"startTime":1728302024072,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3309,"timestamp":1735484736797,"id":2736,"parentId":2707,"tags":{},"startTime":1728302024073,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3263,"timestamp":1735484736849,"id":2737,"parentId":2708,"tags":{},"startTime":1728302024073,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3213,"timestamp":1735484736900,"id":2738,"parentId":2709,"tags":{},"startTime":1728302024073,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3165,"timestamp":1735484736948,"id":2739,"parentId":2711,"tags":{},"startTime":1728302024073,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3122,"timestamp":1735484736993,"id":2740,"parentId":2712,"tags":{},"startTime":1728302024073,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3061,"timestamp":1735484737055,"id":2741,"parentId":2717,"tags":{},"startTime":1728302024073,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3021,"timestamp":1735484737095,"id":2742,"parentId":2718,"tags":{},"startTime":1728302024073,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":4979,"timestamp":1735484735504,"id":2707,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-will-change/index.mjs","layer":"app-pages-browser"},"startTime":1728302024071,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":5103,"timestamp":1735484735649,"id":2708,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion.mjs","layer":"app-pages-browser"},"startTime":1728302024072,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":5186,"timestamp":1735484735729,"id":2709,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion-config.mjs","layer":"app-pages-browser"},"startTime":1728302024072,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":5158,"timestamp":1735484735866,"id":2711,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/components/motion/proxy.mjs","layer":"app-pages-browser"},"startTime":1728302024072,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":5186,"timestamp":1735484735936,"id":2712,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/components/m/proxy.mjs","layer":"app-pages-browser"},"startTime":1728302024072,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":5107,"timestamp":1735484736139,"id":2717,"parentId":2475,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/api/link.js","layer":"app-pages-browser"},"startTime":1728302024072,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":5250,"timestamp":1735484736204,"id":2718,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-animation-frame.mjs","layer":"app-pages-browser"},"startTime":1728302024072,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":13039,"timestamp":1735484728465,"id":2696,"parentId":2695,"tags":{},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13097,"timestamp":1735484728408,"id":2695,"parentId":2670,"tags":{},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14513,"timestamp":1735484727256,"id":2670,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/MotionConfig/index.mjs","layer":"app-pages-browser"},"startTime":1728302024063,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":14749,"timestamp":1735484728521,"id":2698,"parentId":2697,"tags":{},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":14803,"timestamp":1735484728469,"id":2697,"parentId":2671,"tags":{},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":16364,"timestamp":1735484727321,"id":2671,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/LazyMotion/index.mjs","layer":"app-pages-browser"},"startTime":1728302024063,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":15131,"timestamp":1735484728578,"id":2700,"parentId":2699,"tags":{},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":15184,"timestamp":1735484728526,"id":2699,"parentId":2672,"tags":{},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":16672,"timestamp":1735484727385,"id":2672,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/LayoutGroup/index.mjs","layer":"app-pages-browser"},"startTime":1728302024063,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":16543,"timestamp":1735484728402,"id":2694,"parentId":2693,"tags":{},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":16640,"timestamp":1735484728308,"id":2693,"parentId":2669,"tags":{},"startTime":1728302024064,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":18484,"timestamp":1735484727186,"id":2669,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/AnimatePresence/index.mjs","layer":"app-pages-browser"},"startTime":1728302024063,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9088,"timestamp":1735484736612,"id":2727,"parentId":2726,"tags":{},"startTime":1728302024073,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9132,"timestamp":1735484736570,"id":2726,"parentId":2710,"tags":{},"startTime":1728302024072,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10402,"timestamp":1735484735808,"id":2710,"parentId":2468,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1728302024072,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9608,"timestamp":1735484736633,"id":2729,"parentId":2728,"tags":{},"startTime":1728302024073,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9626,"timestamp":1735484736615,"id":2728,"parentId":2713,"tags":{},"startTime":1728302024073,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":11052,"timestamp":1735484736005,"id":2713,"parentId":2467,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"app-pages-browser"},"startTime":1728302024072,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10430,"timestamp":1735484736648,"id":2731,"parentId":2730,"tags":{},"startTime":1728302024073,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10445,"timestamp":1735484736635,"id":2730,"parentId":2714,"tags":{},"startTime":1728302024073,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":11785,"timestamp":1735484736040,"id":2714,"parentId":2467,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1728302024072,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11171,"timestamp":1735484736676,"id":2735,"parentId":2734,"tags":{},"startTime":1728302024073,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11185,"timestamp":1735484736664,"id":2734,"parentId":2716,"tags":{},"startTime":1728302024073,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12393,"timestamp":1735484736106,"id":2716,"parentId":2467,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"app-pages-browser"},"startTime":1728302024072,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11863,"timestamp":1735484736662,"id":2733,"parentId":2732,"tags":{},"startTime":1728302024073,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11877,"timestamp":1735484736649,"id":2732,"parentId":2715,"tags":{},"startTime":1728302024073,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":13383,"timestamp":1735484736074,"id":2715,"parentId":2467,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"app-pages-browser"},"startTime":1728302024072,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":142,"timestamp":1735484760703,"id":2749,"parentId":2743,"tags":{},"startTime":1728302024097,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":196,"timestamp":1735484760707,"id":2750,"parentId":2744,"tags":{},"startTime":1728302024097,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":237,"timestamp":1735484760709,"id":2751,"parentId":2745,"tags":{},"startTime":1728302024097,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":276,"timestamp":1735484760711,"id":2752,"parentId":2746,"tags":{},"startTime":1728302024097,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":362,"timestamp":1735484760713,"id":2753,"parentId":2747,"tags":{},"startTime":1728302024097,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":421,"timestamp":1735484760714,"id":2754,"parentId":2748,"tags":{},"startTime":1728302024097,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3054,"timestamp":1735484760857,"id":2755,"parentId":2743,"tags":{},"startTime":1728302024097,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3007,"timestamp":1735484760906,"id":2756,"parentId":2744,"tags":{},"startTime":1728302024097,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2966,"timestamp":1735484760948,"id":2757,"parentId":2745,"tags":{},"startTime":1728302024097,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2838,"timestamp":1735484761078,"id":2760,"parentId":2747,"tags":{},"startTime":1728302024097,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2779,"timestamp":1735484761138,"id":2761,"parentId":2748,"tags":{},"startTime":1728302024097,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":4200,"timestamp":1735484760113,"id":2743,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-cycle.mjs","layer":"app-pages-browser"},"startTime":1728302024096,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":4316,"timestamp":1735484760238,"id":2744,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-in-view.mjs","layer":"app-pages-browser"},"startTime":1728302024096,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":4397,"timestamp":1735484760314,"id":2745,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/events/use-dom-event.mjs","layer":"app-pages-browser"},"startTime":1728302024096,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":7691,"timestamp":1735484760447,"id":2747,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/VisualElement.mjs","layer":"app-pages-browser"},"startTime":1728302024096,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":7926,"timestamp":1735484760510,"id":2748,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-instant-transition.mjs","layer":"app-pages-browser"},"startTime":1728302024096,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":19392,"timestamp":1735484761068,"id":2759,"parentId":2758,"tags":{},"startTime":1728302024097,"traceId":"480ec8b9e15b14de"}] +[{"name":"next-swc-loader","duration":19628,"timestamp":1735484760990,"id":2758,"parentId":2746,"tags":{},"startTime":1728302024097,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21132,"timestamp":1735484760382,"id":2746,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/index.mjs","layer":"app-pages-browser"},"startTime":1728302024096,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":471,"timestamp":1735484784734,"id":2778,"parentId":2762,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":526,"timestamp":1735484784741,"id":2779,"parentId":2763,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":566,"timestamp":1735484784744,"id":2780,"parentId":2764,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":602,"timestamp":1735484784747,"id":2781,"parentId":2765,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":646,"timestamp":1735484784749,"id":2782,"parentId":2766,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":698,"timestamp":1735484784751,"id":2783,"parentId":2767,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":739,"timestamp":1735484784753,"id":2784,"parentId":2768,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":781,"timestamp":1735484784755,"id":2785,"parentId":2769,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":819,"timestamp":1735484784757,"id":2786,"parentId":2770,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":861,"timestamp":1735484784759,"id":2787,"parentId":2771,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":902,"timestamp":1735484784761,"id":2788,"parentId":2772,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":942,"timestamp":1735484784763,"id":2789,"parentId":2773,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":982,"timestamp":1735484784765,"id":2790,"parentId":2774,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1024,"timestamp":1735484784767,"id":2791,"parentId":2775,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1081,"timestamp":1735484784768,"id":2792,"parentId":2776,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1124,"timestamp":1735484784771,"id":2793,"parentId":2777,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6928,"timestamp":1735484785217,"id":2794,"parentId":2762,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6883,"timestamp":1735484785270,"id":2795,"parentId":2763,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6841,"timestamp":1735484785313,"id":2796,"parentId":2764,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6802,"timestamp":1735484785352,"id":2797,"parentId":2765,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6757,"timestamp":1735484785398,"id":2798,"parentId":2766,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6703,"timestamp":1735484785453,"id":2799,"parentId":2767,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6662,"timestamp":1735484785495,"id":2800,"parentId":2768,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6620,"timestamp":1735484785538,"id":2801,"parentId":2769,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6580,"timestamp":1735484785579,"id":2802,"parentId":2770,"tags":{},"startTime":1728302024121,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6536,"timestamp":1735484785622,"id":2803,"parentId":2771,"tags":{},"startTime":1728302024122,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6494,"timestamp":1735484785665,"id":2804,"parentId":2772,"tags":{},"startTime":1728302024122,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6452,"timestamp":1735484785708,"id":2805,"parentId":2773,"tags":{},"startTime":1728302024122,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6411,"timestamp":1735484785750,"id":2806,"parentId":2774,"tags":{},"startTime":1728302024122,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6369,"timestamp":1735484785793,"id":2807,"parentId":2775,"tags":{},"startTime":1728302024122,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6310,"timestamp":1735484785852,"id":2808,"parentId":2776,"tags":{},"startTime":1728302024122,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6264,"timestamp":1735484785899,"id":2809,"parentId":2777,"tags":{},"startTime":1728302024122,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":9564,"timestamp":1735484782989,"id":2762,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/use-instant-layout-transition.mjs","layer":"app-pages-browser"},"startTime":1728302024119,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":9630,"timestamp":1735484783153,"id":2763,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/use-reset-projection.mjs","layer":"app-pages-browser"},"startTime":1728302024119,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":9593,"timestamp":1735484783293,"id":2764,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/store.mjs","layer":"app-pages-browser"},"startTime":1728302024119,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":9841,"timestamp":1735484783460,"id":2765,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/hooks/animation-controls.mjs","layer":"app-pages-browser"},"startTime":1728302024119,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":9890,"timestamp":1735484783606,"id":2766,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/hooks/use-animate.mjs","layer":"app-pages-browser"},"startTime":1728302024120,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":9968,"timestamp":1735484783686,"id":2767,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/hooks/use-animation.mjs","layer":"app-pages-browser"},"startTime":1728302024120,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10110,"timestamp":1735484783755,"id":2768,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/interfaces/visual-element.mjs","layer":"app-pages-browser"},"startTime":1728302024120,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10189,"timestamp":1735484783825,"id":2769,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/valid-prop.mjs","layer":"app-pages-browser"},"startTime":1728302024120,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10284,"timestamp":1735484783971,"id":2770,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.mjs","layer":"app-pages-browser"},"startTime":1728302024120,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10394,"timestamp":1735484784062,"id":2771,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/drag/use-drag-controls.mjs","layer":"app-pages-browser"},"startTime":1728302024120,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10441,"timestamp":1735484784131,"id":2772,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/is-motion-component.mjs","layer":"app-pages-browser"},"startTime":1728302024120,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10500,"timestamp":1735484784197,"id":2773,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/unwrap-motion-component.mjs","layer":"app-pages-browser"},"startTime":1728302024120,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10532,"timestamp":1735484784260,"id":2774,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/styles/scale-correction.mjs","layer":"app-pages-browser"},"startTime":1728302024120,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12069,"timestamp":1735484784324,"id":2775,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/MainThreadAnimation.mjs","layer":"app-pages-browser"},"startTime":1728302024120,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12444,"timestamp":1735484784386,"id":2776,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/build-transform.mjs","layer":"app-pages-browser"},"startTime":1728302024120,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12642,"timestamp":1735484784448,"id":2777,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/color/index.mjs","layer":"app-pages-browser"},"startTime":1728302024120,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":617,"timestamp":1735484810587,"id":2855,"parentId":2810,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":676,"timestamp":1735484810594,"id":2856,"parentId":2812,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":714,"timestamp":1735484810596,"id":2857,"parentId":2813,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":776,"timestamp":1735484810599,"id":2858,"parentId":2814,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":831,"timestamp":1735484810601,"id":2859,"parentId":2815,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":883,"timestamp":1735484810604,"id":2860,"parentId":2816,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":936,"timestamp":1735484810606,"id":2861,"parentId":2817,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":977,"timestamp":1735484810608,"id":2862,"parentId":2818,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1018,"timestamp":1735484810611,"id":2863,"parentId":2819,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1057,"timestamp":1735484810613,"id":2864,"parentId":2820,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1104,"timestamp":1735484810615,"id":2865,"parentId":2821,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1146,"timestamp":1735484810617,"id":2866,"parentId":2822,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1183,"timestamp":1735484810619,"id":2867,"parentId":2823,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1219,"timestamp":1735484810621,"id":2868,"parentId":2824,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1255,"timestamp":1735484810623,"id":2869,"parentId":2825,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1292,"timestamp":1735484810625,"id":2870,"parentId":2826,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1327,"timestamp":1735484810627,"id":2871,"parentId":2827,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1366,"timestamp":1735484810630,"id":2872,"parentId":2828,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3538,"timestamp":1735484810632,"id":2873,"parentId":2829,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3610,"timestamp":1735484810634,"id":2874,"parentId":2830,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3652,"timestamp":1735484810636,"id":2875,"parentId":2831,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3739,"timestamp":1735484810638,"id":2876,"parentId":2832,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3780,"timestamp":1735484810639,"id":2877,"parentId":2833,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3822,"timestamp":1735484810641,"id":2878,"parentId":2834,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3862,"timestamp":1735484810643,"id":2879,"parentId":2835,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3902,"timestamp":1735484810645,"id":2880,"parentId":2836,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3940,"timestamp":1735484810647,"id":2881,"parentId":2837,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3981,"timestamp":1735484810649,"id":2882,"parentId":2838,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":4027,"timestamp":1735484810651,"id":2883,"parentId":2839,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":4070,"timestamp":1735484810653,"id":2884,"parentId":2840,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":4110,"timestamp":1735484810655,"id":2885,"parentId":2841,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":4151,"timestamp":1735484810657,"id":2886,"parentId":2842,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":4192,"timestamp":1735484810659,"id":2887,"parentId":2844,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":4232,"timestamp":1735484810661,"id":2888,"parentId":2845,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":4270,"timestamp":1735484810663,"id":2889,"parentId":2846,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":4308,"timestamp":1735484810665,"id":2890,"parentId":2847,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":4346,"timestamp":1735484810666,"id":2891,"parentId":2848,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":4390,"timestamp":1735484810668,"id":2892,"parentId":2849,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":4428,"timestamp":1735484810670,"id":2893,"parentId":2850,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":4465,"timestamp":1735484810672,"id":2894,"parentId":2851,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":4501,"timestamp":1735484810673,"id":2895,"parentId":2852,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":4542,"timestamp":1735484810675,"id":2896,"parentId":2853,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":4580,"timestamp":1735484810678,"id":2897,"parentId":2854,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13713,"timestamp":1735484811220,"id":2902,"parentId":2810,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13672,"timestamp":1735484811273,"id":2903,"parentId":2812,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13401,"timestamp":1735484811545,"id":2912,"parentId":2817,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13360,"timestamp":1735484811588,"id":2913,"parentId":2818,"tags":{},"startTime":1728302024148,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13317,"timestamp":1735484811631,"id":2914,"parentId":2819,"tags":{},"startTime":1728302024148,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13277,"timestamp":1735484811673,"id":2915,"parentId":2820,"tags":{},"startTime":1728302024148,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13228,"timestamp":1735484811722,"id":2916,"parentId":2821,"tags":{},"startTime":1728302024148,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13185,"timestamp":1735484811766,"id":2917,"parentId":2822,"tags":{},"startTime":1728302024148,"traceId":"480ec8b9e15b14de"}] +[{"name":"next-swc-loader","duration":13314,"timestamp":1735484811805,"id":2918,"parentId":2823,"tags":{},"startTime":1728302024148,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13278,"timestamp":1735484811843,"id":2919,"parentId":2824,"tags":{},"startTime":1728302024148,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13241,"timestamp":1735484811881,"id":2920,"parentId":2825,"tags":{},"startTime":1728302024148,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13203,"timestamp":1735484811919,"id":2921,"parentId":2826,"tags":{},"startTime":1728302024148,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13166,"timestamp":1735484811957,"id":2922,"parentId":2827,"tags":{},"startTime":1728302024148,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13125,"timestamp":1735484811999,"id":2923,"parentId":2828,"tags":{},"startTime":1728302024148,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10932,"timestamp":1735484814193,"id":2924,"parentId":2829,"tags":{},"startTime":1728302024150,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10878,"timestamp":1735484814248,"id":2925,"parentId":2830,"tags":{},"startTime":1728302024150,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10747,"timestamp":1735484814380,"id":2928,"parentId":2832,"tags":{},"startTime":1728302024150,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10706,"timestamp":1735484814422,"id":2929,"parentId":2833,"tags":{},"startTime":1728302024150,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10663,"timestamp":1735484814466,"id":2930,"parentId":2834,"tags":{},"startTime":1728302024150,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10622,"timestamp":1735484814508,"id":2931,"parentId":2835,"tags":{},"startTime":1728302024150,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10580,"timestamp":1735484814551,"id":2932,"parentId":2836,"tags":{},"startTime":1728302024150,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10542,"timestamp":1735484814590,"id":2933,"parentId":2837,"tags":{},"startTime":1728302024151,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10501,"timestamp":1735484814632,"id":2934,"parentId":2838,"tags":{},"startTime":1728302024151,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10452,"timestamp":1735484814681,"id":2935,"parentId":2839,"tags":{},"startTime":1728302024151,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10409,"timestamp":1735484814726,"id":2936,"parentId":2840,"tags":{},"startTime":1728302024151,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10368,"timestamp":1735484814768,"id":2937,"parentId":2841,"tags":{},"startTime":1728302024151,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10326,"timestamp":1735484814811,"id":2938,"parentId":2842,"tags":{},"startTime":1728302024151,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10283,"timestamp":1735484814855,"id":2939,"parentId":2844,"tags":{},"startTime":1728302024151,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10243,"timestamp":1735484814895,"id":2940,"parentId":2845,"tags":{},"startTime":1728302024151,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10204,"timestamp":1735484814936,"id":2941,"parentId":2846,"tags":{},"startTime":1728302024151,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10164,"timestamp":1735484814976,"id":2942,"parentId":2847,"tags":{},"startTime":1728302024151,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10126,"timestamp":1735484815016,"id":2943,"parentId":2848,"tags":{},"startTime":1728302024151,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10081,"timestamp":1735484815061,"id":2944,"parentId":2849,"tags":{},"startTime":1728302024151,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10042,"timestamp":1735484815101,"id":2945,"parentId":2850,"tags":{},"startTime":1728302024151,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10005,"timestamp":1735484815139,"id":2946,"parentId":2851,"tags":{},"startTime":1728302024151,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9968,"timestamp":1735484815177,"id":2947,"parentId":2852,"tags":{},"startTime":1728302024151,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9926,"timestamp":1735484815220,"id":2948,"parentId":2853,"tags":{},"startTime":1728302024151,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9887,"timestamp":1735484815260,"id":2949,"parentId":2854,"tags":{},"startTime":1728302024151,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":19456,"timestamp":1735484806743,"id":2810,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/complex/index.mjs","layer":"app-pages-browser"},"startTime":1728302024143,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":18912,"timestamp":1735484807478,"id":2812,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/GlobalConfig.mjs","layer":"app-pages-browser"},"startTime":1728302024143,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":18658,"timestamp":1735484807862,"id":2817,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/DeprecatedLayoutGroupContext.mjs","layer":"app-pages-browser"},"startTime":1728302024144,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":18881,"timestamp":1735484807927,"id":2818,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-inverted-scale.mjs","layer":"app-pages-browser"},"startTime":1728302024144,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":19035,"timestamp":1735484807988,"id":2819,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/AnimateSharedLayout.mjs","layer":"app-pages-browser"},"startTime":1728302024144,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":19808,"timestamp":1735484808051,"id":2820,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/index.mjs","layer":"app-pages-browser"},"startTime":1728302024144,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20203,"timestamp":1735484808109,"id":2821,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animate.mjs","layer":"app-pages-browser"},"startTime":1728302024144,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20339,"timestamp":1735484808170,"id":2822,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/transform.mjs","layer":"app-pages-browser"},"startTime":1728302024144,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20385,"timestamp":1735484808228,"id":2823,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/clamp.mjs","layer":"app-pages-browser"},"startTime":1728302024144,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20419,"timestamp":1735484808300,"id":2824,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/pipe.mjs","layer":"app-pages-browser"},"startTime":1728302024144,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20466,"timestamp":1735484808358,"id":2825,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/progress.mjs","layer":"app-pages-browser"},"startTime":1728302024144,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20500,"timestamp":1735484808417,"id":2826,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/wrap.mjs","layer":"app-pages-browser"},"startTime":1728302024144,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20574,"timestamp":1735484808484,"id":2827,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/frameloop/index-legacy.mjs","layer":"app-pages-browser"},"startTime":1728302024144,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21468,"timestamp":1735484808543,"id":2828,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/AcceleratedAnimation.mjs","layer":"app-pages-browser"},"startTime":1728302024144,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21968,"timestamp":1735484808604,"id":2829,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/optimized-appear/start.mjs","layer":"app-pages-browser"},"startTime":1728302024145,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":22155,"timestamp":1735484808667,"id":2830,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/optimized-appear/data-id.mjs","layer":"app-pages-browser"},"startTime":1728302024145,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":22276,"timestamp":1735484808793,"id":2832,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/flat-tree.mjs","layer":"app-pages-browser"},"startTime":1728302024145,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":22553,"timestamp":1735484808853,"id":2833,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/hooks/use-animated-state.mjs","layer":"app-pages-browser"},"startTime":1728302024145,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":22610,"timestamp":1735484808915,"id":2834,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/Reorder/namespace.mjs","layer":"app-pages-browser"},"startTime":1728302024145,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":22895,"timestamp":1735484808975,"id":2835,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/stagger.mjs","layer":"app-pages-browser"},"startTime":1728302024145,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":23034,"timestamp":1735484809035,"id":2836,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/mix/index.mjs","layer":"app-pages-browser"},"startTime":1728302024145,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":23218,"timestamp":1735484809094,"id":2837,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/numbers/units.mjs","layer":"app-pages-browser"},"startTime":1728302024145,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":23695,"timestamp":1735484809157,"id":2838,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/generators/spring/index.mjs","layer":"app-pages-browser"},"startTime":1728302024145,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":24116,"timestamp":1735484809220,"id":2839,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/generators/spring/find.mjs","layer":"app-pages-browser"},"startTime":1728302024145,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":24301,"timestamp":1735484809286,"id":2840,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/index.mjs","layer":"app-pages-browser"},"startTime":1728302024145,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":24640,"timestamp":1735484809346,"id":2841,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/track.mjs","layer":"app-pages-browser"},"startTime":1728302024145,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":24832,"timestamp":1735484809406,"id":2842,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/viewport/index.mjs","layer":"app-pages-browser"},"startTime":1728302024145,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":24790,"timestamp":1735484809581,"id":2844,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/anticipate.mjs","layer":"app-pages-browser"},"startTime":1728302024146,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":24861,"timestamp":1735484809643,"id":2845,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/back.mjs","layer":"app-pages-browser"},"startTime":1728302024146,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":24994,"timestamp":1735484809700,"id":2846,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/circ.mjs","layer":"app-pages-browser"},"startTime":1728302024146,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":25048,"timestamp":1735484809759,"id":2847,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/ease.mjs","layer":"app-pages-browser"},"startTime":1728302024146,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":25269,"timestamp":1735484809818,"id":2848,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/cubic-bezier.mjs","layer":"app-pages-browser"},"startTime":1728302024146,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":25398,"timestamp":1735484809877,"id":2849,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/delay.mjs","layer":"app-pages-browser"},"startTime":1728302024146,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":25458,"timestamp":1735484809941,"id":2850,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/distance.mjs","layer":"app-pages-browser"},"startTime":1728302024146,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":25582,"timestamp":1735484810006,"id":2851,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/errors.mjs","layer":"app-pages-browser"},"startTime":1728302024146,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":25887,"timestamp":1735484810070,"id":2852,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/interpolate.mjs","layer":"app-pages-browser"},"startTime":1728302024146,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":25968,"timestamp":1735484810129,"id":2853,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/frameloop/frame.mjs","layer":"app-pages-browser"},"startTime":1728302024146,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":26023,"timestamp":1735484810190,"id":2854,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/events/add-pointer-event.mjs","layer":"app-pages-browser"},"startTime":1728302024146,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":25537,"timestamp":1735484811082,"id":2899,"parentId":2898,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":25608,"timestamp":1735484811013,"id":2898,"parentId":2811,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":30705,"timestamp":1735484806873,"id":2811,"parentId":2406,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/static-generation-async-storage-instance.js","layer":"shared"},"startTime":1728302024143,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":26564,"timestamp":1735484811117,"id":2901,"parentId":2900,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":26597,"timestamp":1735484811086,"id":2900,"parentId":2843,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":32208,"timestamp":1735484809469,"id":2843,"parentId":2476,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/components/tabs/tabs.js","layer":"app-pages-browser"},"startTime":1728302024145,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":57038,"timestamp":1735484811431,"id":2907,"parentId":2906,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":57102,"timestamp":1735484811378,"id":2906,"parentId":2814,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":61154,"timestamp":1735484807654,"id":2814,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/PresenceContext.mjs","layer":"app-pages-browser"},"startTime":1728302024144,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":57472,"timestamp":1735484811373,"id":2905,"parentId":2904,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":57532,"timestamp":1735484811314,"id":2904,"parentId":2813,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":61437,"timestamp":1735484807581,"id":2813,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/MotionConfigContext.mjs","layer":"app-pages-browser"},"startTime":1728302024144,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":57493,"timestamp":1735484811541,"id":2911,"parentId":2910,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":57545,"timestamp":1735484811490,"id":2910,"parentId":2816,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":61379,"timestamp":1735484807786,"id":2816,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.mjs","layer":"app-pages-browser"},"startTime":1728302024144,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":57691,"timestamp":1735484811486,"id":2909,"parentId":2908,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":57742,"timestamp":1735484811436,"id":2908,"parentId":2815,"tags":{},"startTime":1728302024147,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":61559,"timestamp":1735484807723,"id":2815,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/LayoutGroupContext.mjs","layer":"app-pages-browser"},"startTime":1728302024144,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":55142,"timestamp":1735484814372,"id":2927,"parentId":2926,"tags":{},"startTime":1728302024150,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":55225,"timestamp":1735484814291,"id":2926,"parentId":2831,"tags":{},"startTime":1728302024150,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":60915,"timestamp":1735484808728,"id":2831,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/MotionContext/index.mjs","layer":"app-pages-browser"},"startTime":1728302024145,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":548,"timestamp":1735484874778,"id":2969,"parentId":2950,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":598,"timestamp":1735484874784,"id":2970,"parentId":2951,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":636,"timestamp":1735484874786,"id":2971,"parentId":2952,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":675,"timestamp":1735484874788,"id":2972,"parentId":2953,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":713,"timestamp":1735484874790,"id":2973,"parentId":2954,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":753,"timestamp":1735484874792,"id":2974,"parentId":2955,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":791,"timestamp":1735484874795,"id":2975,"parentId":2956,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":829,"timestamp":1735484874796,"id":2976,"parentId":2957,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":868,"timestamp":1735484874799,"id":2977,"parentId":2958,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":907,"timestamp":1735484874800,"id":2978,"parentId":2959,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":947,"timestamp":1735484874802,"id":2979,"parentId":2960,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":991,"timestamp":1735484874804,"id":2980,"parentId":2961,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"}] +[{"name":"read-resource","duration":1207,"timestamp":1735484874806,"id":2981,"parentId":2962,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1250,"timestamp":1735484874808,"id":2982,"parentId":2963,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1289,"timestamp":1735484874810,"id":2983,"parentId":2965,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1330,"timestamp":1735484874812,"id":2984,"parentId":2967,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7968,"timestamp":1735484875337,"id":2991,"parentId":2950,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7928,"timestamp":1735484875385,"id":2992,"parentId":2951,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7890,"timestamp":1735484875425,"id":2993,"parentId":2952,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7850,"timestamp":1735484875465,"id":2994,"parentId":2953,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7811,"timestamp":1735484875506,"id":2995,"parentId":2954,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7770,"timestamp":1735484875548,"id":2996,"parentId":2955,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7732,"timestamp":1735484875588,"id":2997,"parentId":2956,"tags":{},"startTime":1728302024212,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7692,"timestamp":1735484875628,"id":2998,"parentId":2957,"tags":{},"startTime":1728302024212,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7653,"timestamp":1735484875669,"id":2999,"parentId":2958,"tags":{},"startTime":1728302024212,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7613,"timestamp":1735484875709,"id":3000,"parentId":2959,"tags":{},"startTime":1728302024212,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7571,"timestamp":1735484875752,"id":3001,"parentId":2960,"tags":{},"startTime":1728302024212,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7353,"timestamp":1735484875972,"id":3002,"parentId":2961,"tags":{},"startTime":1728302024212,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7309,"timestamp":1735484876016,"id":3003,"parentId":2962,"tags":{},"startTime":1728302024212,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7266,"timestamp":1735484876060,"id":3004,"parentId":2963,"tags":{},"startTime":1728302024212,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7225,"timestamp":1735484876102,"id":3005,"parentId":2965,"tags":{},"startTime":1728302024212,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7183,"timestamp":1735484876145,"id":3006,"parentId":2967,"tags":{},"startTime":1728302024212,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10463,"timestamp":1735484873296,"id":2950,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/events/event-info.mjs","layer":"app-pages-browser"},"startTime":1728302024209,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10481,"timestamp":1735484873409,"id":2951,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/is-browser.mjs","layer":"app-pages-browser"},"startTime":1728302024209,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10549,"timestamp":1735484873484,"id":2952,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-unmount-effect.mjs","layer":"app-pages-browser"},"startTime":1728302024209,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10586,"timestamp":1735484873570,"id":2953,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.mjs","layer":"app-pages-browser"},"startTime":1728302024209,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10717,"timestamp":1735484873635,"id":2954,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-force-update.mjs","layer":"app-pages-browser"},"startTime":1728302024210,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10753,"timestamp":1735484873726,"id":2955,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/modifiers/mirror.mjs","layer":"app-pages-browser"},"startTime":1728302024210,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10781,"timestamp":1735484873789,"id":2956,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/modifiers/reverse.mjs","layer":"app-pages-browser"},"startTime":1728302024210,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10817,"timestamp":1735484873863,"id":2957,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/animations.mjs","layer":"app-pages-browser"},"startTime":1728302024210,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10879,"timestamp":1735484873925,"id":2958,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/models.mjs","layer":"app-pages-browser"},"startTime":1728302024210,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":11158,"timestamp":1735484873986,"id":2959,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.mjs","layer":"app-pages-browser"},"startTime":1728302024210,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":11698,"timestamp":1735484874046,"id":2960,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.mjs","layer":"app-pages-browser"},"startTime":1728302024210,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":11738,"timestamp":1735484874106,"id":2961,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/utils/is-motion-value.mjs","layer":"app-pages-browser"},"startTime":1728302024210,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":11925,"timestamp":1735484874167,"id":2962,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.mjs","layer":"app-pages-browser"},"startTime":1728302024210,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12060,"timestamp":1735484874228,"id":2963,"parentId":2477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/drag/utils/lock.mjs","layer":"app-pages-browser"},"startTime":1728302024210,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12146,"timestamp":1735484874338,"id":2965,"parentId":2551,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":"app-pages-browser"},"startTime":1728302024210,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12319,"timestamp":1735484874431,"id":2967,"parentId":2473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/dev/extract-modules-from-turbopack-message.js","layer":"app-pages-browser"},"startTime":1728302024210,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":12162,"timestamp":1735484875196,"id":2986,"parentId":2985,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12224,"timestamp":1735484875137,"id":2985,"parentId":2964,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":13378,"timestamp":1735484874294,"id":2964,"parentId":2546,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/Bars3Icon.js","layer":"app-pages-browser"},"startTime":1728302024210,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":12467,"timestamp":1735484875235,"id":2990,"parentId":2989,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12481,"timestamp":1735484875222,"id":2989,"parentId":2968,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":13990,"timestamp":1735484874493,"id":2968,"parentId":2551,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/app/ReactDevOverlay.js","layer":"app-pages-browser"},"startTime":1728302024210,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":13286,"timestamp":1735484875220,"id":2988,"parentId":2987,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13308,"timestamp":1735484875200,"id":2987,"parentId":2966,"tags":{},"startTime":1728302024211,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":16157,"timestamp":1735484874399,"id":2966,"parentId":2551,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/shared.js","layer":"app-pages-browser"},"startTime":1728302024210,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1153,"timestamp":1735484895815,"id":3053,"parentId":3007,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1215,"timestamp":1735484895821,"id":3054,"parentId":3018,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1250,"timestamp":1735484895826,"id":3055,"parentId":3020,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1288,"timestamp":1735484895828,"id":3056,"parentId":3021,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1277,"timestamp":1735484895884,"id":3057,"parentId":3022,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1294,"timestamp":1735484895907,"id":3059,"parentId":3039,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1357,"timestamp":1735484895910,"id":3060,"parentId":3040,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1395,"timestamp":1735484895912,"id":3061,"parentId":3041,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1430,"timestamp":1735484895915,"id":3062,"parentId":3042,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1472,"timestamp":1735484895917,"id":3063,"parentId":3043,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1512,"timestamp":1735484895919,"id":3064,"parentId":3044,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1550,"timestamp":1735484895920,"id":3065,"parentId":3045,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1580,"timestamp":1735484895931,"id":3067,"parentId":3047,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1642,"timestamp":1735484895933,"id":3068,"parentId":3048,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1687,"timestamp":1735484895934,"id":3069,"parentId":3049,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1726,"timestamp":1735484895937,"id":3070,"parentId":3050,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1766,"timestamp":1735484895938,"id":3071,"parentId":3051,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1806,"timestamp":1735484895940,"id":3072,"parentId":3052,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8031,"timestamp":1735484896984,"id":3125,"parentId":3007,"tags":{},"startTime":1728302024233,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7983,"timestamp":1735484897040,"id":3126,"parentId":3018,"tags":{},"startTime":1728302024233,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7946,"timestamp":1735484897079,"id":3127,"parentId":3020,"tags":{},"startTime":1728302024233,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7908,"timestamp":1735484897119,"id":3128,"parentId":3021,"tags":{},"startTime":1728302024233,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7898,"timestamp":1735484897164,"id":3129,"parentId":3022,"tags":{},"startTime":1728302024233,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7883,"timestamp":1735484897204,"id":3130,"parentId":3039,"tags":{},"startTime":1728302024233,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7877,"timestamp":1735484897270,"id":3131,"parentId":3040,"tags":{},"startTime":1728302024233,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7839,"timestamp":1735484897309,"id":3132,"parentId":3041,"tags":{},"startTime":1728302024233,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7801,"timestamp":1735484897348,"id":3133,"parentId":3042,"tags":{},"startTime":1728302024233,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7759,"timestamp":1735484897391,"id":3134,"parentId":3043,"tags":{},"startTime":1728302024233,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7718,"timestamp":1735484897433,"id":3135,"parentId":3044,"tags":{},"startTime":1728302024233,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7679,"timestamp":1735484897473,"id":3136,"parentId":3045,"tags":{},"startTime":1728302024233,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7576,"timestamp":1735484897579,"id":3139,"parentId":3048,"tags":{},"startTime":1728302024233,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7532,"timestamp":1735484897624,"id":3140,"parentId":3049,"tags":{},"startTime":1728302024234,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7492,"timestamp":1735484897665,"id":3141,"parentId":3050,"tags":{},"startTime":1728302024234,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7452,"timestamp":1735484897707,"id":3142,"parentId":3051,"tags":{},"startTime":1728302024234,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7411,"timestamp":1735484897749,"id":3143,"parentId":3052,"tags":{},"startTime":1728302024234,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12639,"timestamp":1735484893344,"id":3007,"parentId":2544,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":"app-pages-browser"},"startTime":1728302024229,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12407,"timestamp":1735484893905,"id":3018,"parentId":2574,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/url.js","layer":"app-pages-browser"},"startTime":1728302024230,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12520,"timestamp":1735484894014,"id":3020,"parentId":2597,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-constant.mjs","layer":"app-pages-browser"},"startTime":1728302024230,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12676,"timestamp":1735484894077,"id":3021,"parentId":2598,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-combine-values.mjs","layer":"app-pages-browser"},"startTime":1728302024230,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12758,"timestamp":1735484894139,"id":3022,"parentId":2599,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-computed.mjs","layer":"app-pages-browser"},"startTime":1728302024230,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":19762,"timestamp":1735484894739,"id":3039,"parentId":2587,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/picomatch/index.js","layer":"app-pages-browser"},"startTime":1728302024231,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20039,"timestamp":1735484894802,"id":3040,"parentId":2676,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/resolve-value.mjs","layer":"app-pages-browser"},"startTime":1728302024231,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20133,"timestamp":1735484894861,"id":3041,"parentId":2677,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/warn-once.mjs","layer":"app-pages-browser"},"startTime":1728302024231,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20238,"timestamp":1735484894920,"id":3042,"parentId":2673,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/create-visual-element.mjs","layer":"app-pages-browser"},"startTime":1728302024231,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20303,"timestamp":1735484894984,"id":3043,"parentId":2674,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/gestures.mjs","layer":"app-pages-browser"},"startTime":1728302024231,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20354,"timestamp":1735484895044,"id":3044,"parentId":2675,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/drag.mjs","layer":"app-pages-browser"},"startTime":1728302024231,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20383,"timestamp":1735484895104,"id":3045,"parentId":2675,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/layout.mjs","layer":"app-pages-browser"},"startTime":1728302024231,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20476,"timestamp":1735484895283,"id":3048,"parentId":2707,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-will-change/WillChangeMotionValue.mjs","layer":"app-pages-browser"},"startTime":1728302024231,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20569,"timestamp":1735484895343,"id":3049,"parentId":2708,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/reduced-motion/index.mjs","layer":"app-pages-browser"},"startTime":1728302024231,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20598,"timestamp":1735484895402,"id":3050,"parentId":2708,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/reduced-motion/state.mjs","layer":"app-pages-browser"},"startTime":1728302024231,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20654,"timestamp":1735484895462,"id":3051,"parentId":2671,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/load-features.mjs","layer":"app-pages-browser"},"startTime":1728302024231,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20751,"timestamp":1735484895524,"id":3052,"parentId":2672,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/node/group.mjs","layer":"app-pages-browser"},"startTime":1728302024231,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":21082,"timestamp":1735484896242,"id":3076,"parentId":3075,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":21101,"timestamp":1735484896225,"id":3075,"parentId":3009,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":24429,"timestamp":1735484893510,"id":3009,"parentId":2551,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/get-socket-url.js","layer":"app-pages-browser"},"startTime":1728302024229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":21689,"timestamp":1735484896270,"id":3080,"parentId":3079,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"}] +[{"name":"next-swc-loader","duration":21831,"timestamp":1735484896258,"id":3079,"parentId":3011,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":25031,"timestamp":1735484893648,"id":3011,"parentId":2473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parseStack.js","layer":"app-pages-browser"},"startTime":1728302024230,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":22399,"timestamp":1735484896295,"id":3084,"parentId":3083,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":22412,"timestamp":1735484896284,"id":3083,"parentId":3013,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":25483,"timestamp":1735484893710,"id":3013,"parentId":2473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/runtime-error-handler.js","layer":"app-pages-browser"},"startTime":1728302024230,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":22969,"timestamp":1735484896257,"id":3078,"parentId":3077,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":22983,"timestamp":1735484896244,"id":3077,"parentId":3010,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":26899,"timestamp":1735484893548,"id":3010,"parentId":2473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/format-webpack-messages.js","layer":"app-pages-browser"},"startTime":1728302024229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":24184,"timestamp":1735484896283,"id":3082,"parentId":3081,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":24196,"timestamp":1735484896272,"id":3081,"parentId":3012,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":27430,"timestamp":1735484893681,"id":3012,"parentId":2473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-error-handler.js","layer":"app-pages-browser"},"startTime":1728302024230,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":24912,"timestamp":1735484896222,"id":3074,"parentId":3073,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":24960,"timestamp":1735484896174,"id":3073,"parentId":3008,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":28172,"timestamp":1735484893461,"id":3008,"parentId":2551,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js","layer":"app-pages-browser"},"startTime":1728302024229,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":25346,"timestamp":1735484896307,"id":3086,"parentId":3085,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":25358,"timestamp":1735484896297,"id":3085,"parentId":3014,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":28575,"timestamp":1735484893750,"id":3014,"parentId":2473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-websocket.js","layer":"app-pages-browser"},"startTime":1728302024230,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":26010,"timestamp":1735484896334,"id":3090,"parentId":3089,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":26025,"timestamp":1735484896321,"id":3089,"parentId":3016,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":28770,"timestamp":1735484893835,"id":3016,"parentId":2473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/strip-ansi/index.js","layer":"app-pages-browser"},"startTime":1728302024230,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":26301,"timestamp":1735484896320,"id":3088,"parentId":3087,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":26313,"timestamp":1735484896309,"id":3087,"parentId":3015,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":29435,"timestamp":1735484893804,"id":3015,"parentId":2473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parse-component-stack.js","layer":"app-pages-browser"},"startTime":1728302024230,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":26898,"timestamp":1735484896362,"id":3092,"parentId":3091,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":26927,"timestamp":1735484896336,"id":3091,"parentId":3017,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":29666,"timestamp":1735484893863,"id":3017,"parentId":2546,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@heroicons/react/24/outline/esm/XMarkIcon.js","layer":"app-pages-browser"},"startTime":1728302024230,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":27168,"timestamp":1735484896376,"id":3094,"parentId":3093,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":27181,"timestamp":1735484896364,"id":3093,"parentId":3019,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":29959,"timestamp":1735484893982,"id":3019,"parentId":2596,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-external.js","layer":"app-pages-browser"},"startTime":1728302024230,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":27567,"timestamp":1735484896388,"id":3096,"parentId":3095,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":27578,"timestamp":1735484896377,"id":3095,"parentId":3023,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":30173,"timestamp":1735484894199,"id":3023,"parentId":2574,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/hooks-server-context.js","layer":"app-pages-browser"},"startTime":1728302024230,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":27984,"timestamp":1735484896400,"id":3098,"parentId":3097,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":27996,"timestamp":1735484896389,"id":3097,"parentId":3024,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":30542,"timestamp":1735484894231,"id":3024,"parentId":2574,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"app-pages-browser"},"startTime":1728302024230,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":28362,"timestamp":1735484896423,"id":3102,"parentId":3101,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":28374,"timestamp":1735484896413,"id":3101,"parentId":3026,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":30816,"timestamp":1735484894290,"id":3026,"parentId":2575,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/action-async-storage.external.js","layer":"shared"},"startTime":1728302024230,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":28681,"timestamp":1735484896435,"id":3104,"parentId":3103,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":28692,"timestamp":1735484896425,"id":3103,"parentId":3027,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":31114,"timestamp":1735484894318,"id":3027,"parentId":2575,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1728302024230,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":29031,"timestamp":1735484896412,"id":3100,"parentId":3099,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":29043,"timestamp":1735484896401,"id":3099,"parentId":3025,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":31548,"timestamp":1735484894261,"id":3025,"parentId":2575,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/request-async-storage.external.js","layer":"shared"},"startTime":1728302024230,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":29373,"timestamp":1735484896447,"id":3106,"parentId":3105,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":29384,"timestamp":1735484896436,"id":3105,"parentId":3028,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":31883,"timestamp":1735484894346,"id":3028,"parentId":2582,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1728302024230,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":29782,"timestamp":1735484896458,"id":3108,"parentId":3107,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":29793,"timestamp":1735484896448,"id":3107,"parentId":3029,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":32137,"timestamp":1735484894376,"id":3029,"parentId":2585,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1728302024230,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":30072,"timestamp":1735484896469,"id":3110,"parentId":3109,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":30083,"timestamp":1735484896459,"id":3109,"parentId":3030,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":32474,"timestamp":1735484894404,"id":3030,"parentId":2585,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"app-pages-browser"},"startTime":1728302024230,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":30410,"timestamp":1735484896481,"id":3112,"parentId":3111,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":30421,"timestamp":1735484896471,"id":3111,"parentId":3032,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":32752,"timestamp":1735484894488,"id":3032,"parentId":2551,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1728302024230,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":30751,"timestamp":1735484896504,"id":3116,"parentId":3115,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":30762,"timestamp":1735484896493,"id":3115,"parentId":3034,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":33221,"timestamp":1735484894544,"id":3034,"parentId":2589,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1728302024230,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":31264,"timestamp":1735484896517,"id":3118,"parentId":3117,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":31277,"timestamp":1735484896505,"id":3117,"parentId":3035,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":33574,"timestamp":1735484894615,"id":3035,"parentId":2592,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"app-pages-browser"},"startTime":1728302024231,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":31719,"timestamp":1735484896492,"id":3114,"parentId":3113,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":31730,"timestamp":1735484896482,"id":3113,"parentId":3033,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":34210,"timestamp":1735484894516,"id":3033,"parentId":2551,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/app-link-gc.js","layer":"app-pages-browser"},"startTime":1728302024230,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":32184,"timestamp":1735484896554,"id":3124,"parentId":3123,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":32195,"timestamp":1735484896544,"id":3123,"parentId":3038,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":34390,"timestamp":1735484894706,"id":3038,"parentId":2595,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"app-pages-browser"},"startTime":1728302024231,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":32590,"timestamp":1735484896529,"id":3120,"parentId":3119,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":32602,"timestamp":1735484896518,"id":3119,"parentId":3036,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":36838,"timestamp":1735484894645,"id":3036,"parentId":2592,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"app-pages-browser"},"startTime":1728302024231,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":34989,"timestamp":1735484896542,"id":3122,"parentId":3121,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":35002,"timestamp":1735484896531,"id":3121,"parentId":3037,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":37892,"timestamp":1735484894677,"id":3037,"parentId":2595,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"app-pages-browser"},"startTime":1728302024231,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3145,"timestamp":1735484939495,"id":3169,"parentId":3144,"tags":{},"startTime":1728302024275,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3204,"timestamp":1735484939498,"id":3170,"parentId":3145,"tags":{},"startTime":1728302024275,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3245,"timestamp":1735484939501,"id":3171,"parentId":3146,"tags":{},"startTime":1728302024275,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3273,"timestamp":1735484939514,"id":3173,"parentId":3148,"tags":{},"startTime":1728302024275,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3337,"timestamp":1735484939516,"id":3174,"parentId":3149,"tags":{},"startTime":1728302024275,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3376,"timestamp":1735484939519,"id":3175,"parentId":3152,"tags":{},"startTime":1728302024275,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3414,"timestamp":1735484939521,"id":3176,"parentId":3153,"tags":{},"startTime":1728302024275,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3454,"timestamp":1735484939524,"id":3177,"parentId":3154,"tags":{},"startTime":1728302024275,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3506,"timestamp":1735484939526,"id":3178,"parentId":3155,"tags":{},"startTime":1728302024275,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3544,"timestamp":1735484939528,"id":3179,"parentId":3156,"tags":{},"startTime":1728302024275,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3585,"timestamp":1735484939530,"id":3180,"parentId":3157,"tags":{},"startTime":1728302024275,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3628,"timestamp":1735484939532,"id":3181,"parentId":3158,"tags":{},"startTime":1728302024275,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3669,"timestamp":1735484939533,"id":3182,"parentId":3159,"tags":{},"startTime":1728302024275,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3709,"timestamp":1735484939535,"id":3183,"parentId":3160,"tags":{},"startTime":1728302024275,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3755,"timestamp":1735484939537,"id":3184,"parentId":3161,"tags":{},"startTime":1728302024275,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3794,"timestamp":1735484939539,"id":3185,"parentId":3162,"tags":{},"startTime":1728302024275,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3833,"timestamp":1735484939541,"id":3186,"parentId":3163,"tags":{},"startTime":1728302024275,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3874,"timestamp":1735484939542,"id":3187,"parentId":3168,"tags":{},"startTime":1728302024275,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11448,"timestamp":1735484942652,"id":3192,"parentId":3144,"tags":{},"startTime":1728302024279,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11399,"timestamp":1735484942706,"id":3193,"parentId":3145,"tags":{},"startTime":1728302024279,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11357,"timestamp":1735484942749,"id":3194,"parentId":3146,"tags":{},"startTime":1728302024279,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11251,"timestamp":1735484942856,"id":3197,"parentId":3149,"tags":{},"startTime":1728302024279,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11210,"timestamp":1735484942898,"id":3198,"parentId":3152,"tags":{},"startTime":1728302024279,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11171,"timestamp":1735484942937,"id":3199,"parentId":3153,"tags":{},"startTime":1728302024279,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11129,"timestamp":1735484942980,"id":3200,"parentId":3154,"tags":{},"startTime":1728302024279,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11076,"timestamp":1735484943034,"id":3201,"parentId":3155,"tags":{},"startTime":1728302024279,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11036,"timestamp":1735484943075,"id":3202,"parentId":3156,"tags":{},"startTime":1728302024279,"traceId":"480ec8b9e15b14de"}] +[{"name":"next-swc-loader","duration":11121,"timestamp":1735484943117,"id":3203,"parentId":3157,"tags":{},"startTime":1728302024279,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11077,"timestamp":1735484943163,"id":3204,"parentId":3158,"tags":{},"startTime":1728302024279,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11035,"timestamp":1735484943205,"id":3205,"parentId":3159,"tags":{},"startTime":1728302024279,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10994,"timestamp":1735484943247,"id":3206,"parentId":3160,"tags":{},"startTime":1728302024279,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10947,"timestamp":1735484943295,"id":3207,"parentId":3161,"tags":{},"startTime":1728302024279,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10906,"timestamp":1735484943335,"id":3208,"parentId":3162,"tags":{},"startTime":1728302024279,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10866,"timestamp":1735484943376,"id":3209,"parentId":3163,"tags":{},"startTime":1728302024279,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10824,"timestamp":1735484943418,"id":3210,"parentId":3168,"tags":{},"startTime":1728302024279,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":17587,"timestamp":1735484937241,"id":3144,"parentId":2711,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/components/create-proxy.mjs","layer":"app-pages-browser"},"startTime":1728302024273,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":17624,"timestamp":1735484937370,"id":3145,"parentId":2711,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/components/motion/create.mjs","layer":"app-pages-browser"},"startTime":1728302024273,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":17649,"timestamp":1735484937442,"id":3146,"parentId":2712,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/components/m/create.mjs","layer":"app-pages-browser"},"startTime":1728302024273,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":17576,"timestamp":1735484937663,"id":3149,"parentId":2669,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/AnimatePresence/utils.mjs","layer":"app-pages-browser"},"startTime":1728302024274,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":17543,"timestamp":1735484937806,"id":3152,"parentId":2745,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/events/add-dom-event.mjs","layer":"app-pages-browser"},"startTime":1728302024274,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":17722,"timestamp":1735484937869,"id":3153,"parentId":2747,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/subscription-manager.mjs","layer":"app-pages-browser"},"startTime":1728302024274,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":17835,"timestamp":1735484937941,"id":3154,"parentId":2747,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/is-numerical-string.mjs","layer":"app-pages-browser"},"startTime":1728302024274,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":17867,"timestamp":1735484938002,"id":3155,"parentId":2747,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/is-zero-value-string.mjs","layer":"app-pages-browser"},"startTime":1728302024274,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":17948,"timestamp":1735484938064,"id":3156,"parentId":2747,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.mjs","layer":"app-pages-browser"},"startTime":1728302024274,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":18211,"timestamp":1735484938129,"id":3157,"parentId":2747,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/motion-values.mjs","layer":"app-pages-browser"},"startTime":1728302024274,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20730,"timestamp":1735484938189,"id":3158,"parentId":2747,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/resolve-variants.mjs","layer":"app-pages-browser"},"startTime":1728302024274,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20873,"timestamp":1735484938250,"id":3159,"parentId":2747,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/definitions.mjs","layer":"app-pages-browser"},"startTime":1728302024274,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21444,"timestamp":1735484938311,"id":3160,"parentId":2747,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/KeyframesResolver.mjs","layer":"app-pages-browser"},"startTime":1728302024274,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21500,"timestamp":1735484938370,"id":3161,"parentId":2747,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/transform.mjs","layer":"app-pages-browser"},"startTime":1728302024274,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21564,"timestamp":1735484938432,"id":3162,"parentId":2747,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/find.mjs","layer":"app-pages-browser"},"startTime":1728302024274,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21628,"timestamp":1735484938491,"id":3163,"parentId":2747,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/animatable-none.mjs","layer":"app-pages-browser"},"startTime":1728302024274,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21174,"timestamp":1735484939091,"id":3168,"parentId":2747,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/frameloop/sync-time.mjs","layer":"app-pages-browser"},"startTime":1728302024275,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":63771,"timestamp":1735484897572,"id":3138,"parentId":3137,"tags":{},"startTime":1728302024233,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":63832,"timestamp":1735484897514,"id":3137,"parentId":3047,"tags":{},"startTime":1728302024233,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":66281,"timestamp":1735484895224,"id":3047,"parentId":2671,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/LazyContext.mjs","layer":"app-pages-browser"},"startTime":1728302024231,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":19602,"timestamp":1735484942457,"id":3191,"parentId":3190,"tags":{},"startTime":1728302024278,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":19620,"timestamp":1735484942441,"id":3190,"parentId":3151,"tags":{},"startTime":1728302024278,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":24892,"timestamp":1735484937773,"id":3151,"parentId":2715,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"app-pages-browser"},"startTime":1728302024274,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":20263,"timestamp":1735484942435,"id":3189,"parentId":3188,"tags":{},"startTime":1728302024278,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20316,"timestamp":1735484942383,"id":3188,"parentId":3150,"tags":{},"startTime":1728302024278,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":25640,"timestamp":1735484937730,"id":3150,"parentId":2716,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"app-pages-browser"},"startTime":1728302024274,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":315,"timestamp":1735484969059,"id":3244,"parentId":3211,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":368,"timestamp":1735484969064,"id":3245,"parentId":3212,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":415,"timestamp":1735484969067,"id":3246,"parentId":3213,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":455,"timestamp":1735484969069,"id":3247,"parentId":3214,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":494,"timestamp":1735484969071,"id":3248,"parentId":3215,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":530,"timestamp":1735484969074,"id":3249,"parentId":3218,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":567,"timestamp":1735484969076,"id":3250,"parentId":3219,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":606,"timestamp":1735484969078,"id":3251,"parentId":3220,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":643,"timestamp":1735484969081,"id":3252,"parentId":3221,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":686,"timestamp":1735484969082,"id":3253,"parentId":3222,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":730,"timestamp":1735484969085,"id":3254,"parentId":3223,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":771,"timestamp":1735484969086,"id":3255,"parentId":3224,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":813,"timestamp":1735484969088,"id":3256,"parentId":3225,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":852,"timestamp":1735484969090,"id":3257,"parentId":3226,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":898,"timestamp":1735484969092,"id":3258,"parentId":3227,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":935,"timestamp":1735484969095,"id":3259,"parentId":3228,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":976,"timestamp":1735484969097,"id":3260,"parentId":3229,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1016,"timestamp":1735484969099,"id":3261,"parentId":3230,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1055,"timestamp":1735484969100,"id":3262,"parentId":3231,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1094,"timestamp":1735484969102,"id":3263,"parentId":3232,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1132,"timestamp":1735484969104,"id":3264,"parentId":3233,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1170,"timestamp":1735484969105,"id":3265,"parentId":3234,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1208,"timestamp":1735484969107,"id":3266,"parentId":3235,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1249,"timestamp":1735484969109,"id":3267,"parentId":3236,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1288,"timestamp":1735484969111,"id":3268,"parentId":3237,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1328,"timestamp":1735484969112,"id":3269,"parentId":3238,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1367,"timestamp":1735484969114,"id":3270,"parentId":3239,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1402,"timestamp":1735484969116,"id":3271,"parentId":3240,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1436,"timestamp":1735484969118,"id":3272,"parentId":3241,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1475,"timestamp":1735484969119,"id":3273,"parentId":3242,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1513,"timestamp":1735484969121,"id":3274,"parentId":3243,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6472,"timestamp":1735484969383,"id":3275,"parentId":3211,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6423,"timestamp":1735484969435,"id":3276,"parentId":3212,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6373,"timestamp":1735484969485,"id":3277,"parentId":3213,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6333,"timestamp":1735484969526,"id":3278,"parentId":3214,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6292,"timestamp":1735484969567,"id":3279,"parentId":3215,"tags":{},"startTime":1728302024305,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6254,"timestamp":1735484969605,"id":3280,"parentId":3218,"tags":{},"startTime":1728302024306,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6215,"timestamp":1735484969645,"id":3281,"parentId":3219,"tags":{},"startTime":1728302024306,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6174,"timestamp":1735484969686,"id":3282,"parentId":3220,"tags":{},"startTime":1728302024306,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6132,"timestamp":1735484969728,"id":3283,"parentId":3221,"tags":{},"startTime":1728302024306,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6090,"timestamp":1735484969771,"id":3284,"parentId":3222,"tags":{},"startTime":1728302024306,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6045,"timestamp":1735484969816,"id":3285,"parentId":3223,"tags":{},"startTime":1728302024306,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6002,"timestamp":1735484969860,"id":3286,"parentId":3224,"tags":{},"startTime":1728302024306,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5960,"timestamp":1735484969903,"id":3287,"parentId":3225,"tags":{},"startTime":1728302024306,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5918,"timestamp":1735484969945,"id":3288,"parentId":3226,"tags":{},"startTime":1728302024306,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5871,"timestamp":1735484969992,"id":3289,"parentId":3227,"tags":{},"startTime":1728302024306,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5832,"timestamp":1735484970032,"id":3290,"parentId":3228,"tags":{},"startTime":1728302024306,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5789,"timestamp":1735484970075,"id":3291,"parentId":3229,"tags":{},"startTime":1728302024306,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5748,"timestamp":1735484970117,"id":3292,"parentId":3230,"tags":{},"startTime":1728302024306,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5708,"timestamp":1735484970157,"id":3293,"parentId":3231,"tags":{},"startTime":1728302024306,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5667,"timestamp":1735484970198,"id":3294,"parentId":3232,"tags":{},"startTime":1728302024306,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5628,"timestamp":1735484970238,"id":3295,"parentId":3233,"tags":{},"startTime":1728302024306,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5589,"timestamp":1735484970277,"id":3296,"parentId":3234,"tags":{},"startTime":1728302024306,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5550,"timestamp":1735484970317,"id":3297,"parentId":3235,"tags":{},"startTime":1728302024306,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5507,"timestamp":1735484970360,"id":3298,"parentId":3236,"tags":{},"startTime":1728302024306,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5468,"timestamp":1735484970400,"id":3299,"parentId":3237,"tags":{},"startTime":1728302024306,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5426,"timestamp":1735484970442,"id":3300,"parentId":3238,"tags":{},"startTime":1728302024306,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5386,"timestamp":1735484970483,"id":3301,"parentId":3239,"tags":{},"startTime":1728302024306,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5350,"timestamp":1735484970519,"id":3302,"parentId":3240,"tags":{},"startTime":1728302024306,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5314,"timestamp":1735484970555,"id":3303,"parentId":3241,"tags":{},"startTime":1728302024306,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5274,"timestamp":1735484970596,"id":3304,"parentId":3242,"tags":{},"startTime":1728302024307,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5235,"timestamp":1735484970635,"id":3305,"parentId":3243,"tags":{},"startTime":1728302024307,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10261,"timestamp":1735484965852,"id":3211,"parentId":2748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-instant-transition-state.mjs","layer":"app-pages-browser"},"startTime":1728302024302,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10770,"timestamp":1735484965978,"id":3212,"parentId":2746,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.mjs","layer":"app-pages-browser"},"startTime":1728302024302,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10871,"timestamp":1735484966057,"id":3213,"parentId":2746,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.mjs","layer":"app-pages-browser"},"startTime":1728302024302,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10990,"timestamp":1735484966126,"id":3214,"parentId":2746,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/MotionContext/create.mjs","layer":"app-pages-browser"},"startTime":1728302024302,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":11008,"timestamp":1735484966192,"id":3215,"parentId":2746,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/symbol.mjs","layer":"app-pages-browser"},"startTime":1728302024302,"traceId":"480ec8b9e15b14de"}] +[{"name":"build-module-mjs","duration":11129,"timestamp":1735484966302,"id":3218,"parentId":2775,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/time-conversion.mjs","layer":"app-pages-browser"},"startTime":1728302024302,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":11280,"timestamp":1735484966366,"id":3219,"parentId":2762,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/node/HTMLProjectionNode.mjs","layer":"app-pages-browser"},"startTime":1728302024302,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":11406,"timestamp":1735484966432,"id":3220,"parentId":2765,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/setters.mjs","layer":"app-pages-browser"},"startTime":1728302024302,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":11461,"timestamp":1735484966495,"id":3221,"parentId":2768,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/resolve-dynamic-variants.mjs","layer":"app-pages-browser"},"startTime":1728302024302,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":11766,"timestamp":1735484966560,"id":3222,"parentId":2768,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.mjs","layer":"app-pages-browser"},"startTime":1728302024302,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12064,"timestamp":1735484966623,"id":3223,"parentId":2768,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-variant.mjs","layer":"app-pages-browser"},"startTime":1728302024303,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12342,"timestamp":1735484966687,"id":3224,"parentId":2775,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/generators/inertia.mjs","layer":"app-pages-browser"},"startTime":1728302024303,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12516,"timestamp":1735484966748,"id":3225,"parentId":2775,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/generators/keyframes.mjs","layer":"app-pages-browser"},"startTime":1728302024303,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12845,"timestamp":1735484966810,"id":3226,"parentId":2775,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/BaseAnimation.mjs","layer":"app-pages-browser"},"startTime":1728302024303,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13040,"timestamp":1735484966877,"id":3227,"parentId":2777,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/utils.mjs","layer":"app-pages-browser"},"startTime":1728302024303,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13060,"timestamp":1735484966991,"id":3228,"parentId":2775,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/generators/utils/calc-duration.mjs","layer":"app-pages-browser"},"startTime":1728302024303,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13148,"timestamp":1735484967053,"id":3229,"parentId":2775,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/drivers/driver-frameloop.mjs","layer":"app-pages-browser"},"startTime":1728302024303,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13180,"timestamp":1735484967116,"id":3230,"parentId":2776,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/get-as-type.mjs","layer":"app-pages-browser"},"startTime":1728302024303,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13359,"timestamp":1735484967185,"id":3231,"parentId":2776,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/number.mjs","layer":"app-pages-browser"},"startTime":1728302024303,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13514,"timestamp":1735484967247,"id":3232,"parentId":2777,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/color/hex.mjs","layer":"app-pages-browser"},"startTime":1728302024303,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13617,"timestamp":1735484967306,"id":3233,"parentId":2777,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/color/hsla.mjs","layer":"app-pages-browser"},"startTime":1728302024303,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13736,"timestamp":1735484967366,"id":3234,"parentId":2777,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/color/rgba.mjs","layer":"app-pages-browser"},"startTime":1728302024303,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13830,"timestamp":1735484967426,"id":3235,"parentId":2775,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.mjs","layer":"app-pages-browser"},"startTime":1728302024303,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13822,"timestamp":1735484967520,"id":3236,"parentId":2820,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/velocity-per-second.mjs","layer":"app-pages-browser"},"startTime":1728302024303,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14096,"timestamp":1735484967585,"id":3237,"parentId":2821,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/GroupPlaybackControls.mjs","layer":"app-pages-browser"},"startTime":1728302024304,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14356,"timestamp":1735484967646,"id":3238,"parentId":2827,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/frameloop/batcher.mjs","layer":"app-pages-browser"},"startTime":1728302024304,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14394,"timestamp":1735484967705,"id":3239,"parentId":2828,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/memo.mjs","layer":"app-pages-browser"},"startTime":1728302024304,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14410,"timestamp":1735484967763,"id":3240,"parentId":2828,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/noop.mjs","layer":"app-pages-browser"},"startTime":1728302024304,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14519,"timestamp":1735484967820,"id":3241,"parentId":2832,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/array.mjs","layer":"app-pages-browser"},"startTime":1728302024304,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14544,"timestamp":1735484967878,"id":3242,"parentId":2821,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/is-dom-keyframes.mjs","layer":"app-pages-browser"},"startTime":1728302024304,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14632,"timestamp":1735484967939,"id":3243,"parentId":2821,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/create-visual-element.mjs","layer":"app-pages-browser"},"startTime":1728302024304,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":42245,"timestamp":1735484942851,"id":3196,"parentId":3195,"tags":{},"startTime":1728302024279,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42310,"timestamp":1735484942789,"id":3195,"parentId":3148,"tags":{},"startTime":1728302024279,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":48081,"timestamp":1735484937580,"id":3148,"parentId":2669,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.mjs","layer":"app-pages-browser"},"startTime":1728302024273,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":485739,"timestamp":1735484516454,"id":2414,"parentId":2334,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"display\":\"swap\",\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}","layer":"app-pages-browser"},"startTime":1728302023852,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":483061,"timestamp":1735484519941,"id":2415,"parentId":2334,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"DM_Sans\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"700\"],\"display\":\"swap\",\"variable\":\"--font-dm-sans\"}],\"variableName\":\"dmSans\"}","layer":"app-pages-browser"},"startTime":1728302023856,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8132,"timestamp":1735484994878,"id":3331,"parentId":3306,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8190,"timestamp":1735484994884,"id":3332,"parentId":3307,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8243,"timestamp":1735484994886,"id":3333,"parentId":3308,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8290,"timestamp":1735484994888,"id":3334,"parentId":3309,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8331,"timestamp":1735484994891,"id":3335,"parentId":3310,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8372,"timestamp":1735484994894,"id":3336,"parentId":3311,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8411,"timestamp":1735484994895,"id":3337,"parentId":3312,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8449,"timestamp":1735484994898,"id":3338,"parentId":3313,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8489,"timestamp":1735484994899,"id":3339,"parentId":3314,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8573,"timestamp":1735484994901,"id":3340,"parentId":3315,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8632,"timestamp":1735484994903,"id":3341,"parentId":3316,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8672,"timestamp":1735484994905,"id":3342,"parentId":3317,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8714,"timestamp":1735484994907,"id":3343,"parentId":3318,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8752,"timestamp":1735484994909,"id":3344,"parentId":3319,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8793,"timestamp":1735484994911,"id":3345,"parentId":3320,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8834,"timestamp":1735484994913,"id":3346,"parentId":3321,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8873,"timestamp":1735484994915,"id":3347,"parentId":3322,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8913,"timestamp":1735484994917,"id":3348,"parentId":3323,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8953,"timestamp":1735484994919,"id":3349,"parentId":3324,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8994,"timestamp":1735484994921,"id":3350,"parentId":3325,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":9034,"timestamp":1735484994922,"id":3351,"parentId":3326,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":9072,"timestamp":1735484994924,"id":3352,"parentId":3327,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":9109,"timestamp":1735484994926,"id":3353,"parentId":3328,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":9148,"timestamp":1735484994928,"id":3354,"parentId":3329,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13290,"timestamp":1735485003017,"id":3357,"parentId":3306,"tags":{},"startTime":1728302024339,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13234,"timestamp":1735485003078,"id":3358,"parentId":3307,"tags":{},"startTime":1728302024339,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13180,"timestamp":1735485003132,"id":3359,"parentId":3308,"tags":{},"startTime":1728302024339,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13132,"timestamp":1735485003181,"id":3360,"parentId":3309,"tags":{},"startTime":1728302024339,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13089,"timestamp":1735485003224,"id":3361,"parentId":3310,"tags":{},"startTime":1728302024339,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13045,"timestamp":1735485003268,"id":3362,"parentId":3311,"tags":{},"startTime":1728302024339,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13005,"timestamp":1735485003308,"id":3363,"parentId":3312,"tags":{},"startTime":1728302024339,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12965,"timestamp":1735485003349,"id":3364,"parentId":3313,"tags":{},"startTime":1728302024339,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12777,"timestamp":1735485003538,"id":3369,"parentId":3316,"tags":{},"startTime":1728302024339,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12736,"timestamp":1735485003580,"id":3370,"parentId":3317,"tags":{},"startTime":1728302024339,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12692,"timestamp":1735485003624,"id":3371,"parentId":3318,"tags":{},"startTime":1728302024340,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12652,"timestamp":1735485003664,"id":3372,"parentId":3319,"tags":{},"startTime":1728302024340,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12610,"timestamp":1735485003707,"id":3373,"parentId":3320,"tags":{},"startTime":1728302024340,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12567,"timestamp":1735485003749,"id":3374,"parentId":3321,"tags":{},"startTime":1728302024340,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12526,"timestamp":1735485003790,"id":3375,"parentId":3322,"tags":{},"startTime":1728302024340,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12484,"timestamp":1735485003833,"id":3376,"parentId":3323,"tags":{},"startTime":1728302024340,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12444,"timestamp":1735485003874,"id":3377,"parentId":3324,"tags":{},"startTime":1728302024340,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12401,"timestamp":1735485003917,"id":3378,"parentId":3325,"tags":{},"startTime":1728302024340,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12360,"timestamp":1735485003958,"id":3379,"parentId":3326,"tags":{},"startTime":1728302024340,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12320,"timestamp":1735485003998,"id":3380,"parentId":3327,"tags":{},"startTime":1728302024340,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12281,"timestamp":1735485004037,"id":3381,"parentId":3328,"tags":{},"startTime":1728302024340,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12241,"timestamp":1735485004078,"id":3382,"parentId":3329,"tags":{},"startTime":1728302024340,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":24974,"timestamp":1735484991726,"id":3306,"parentId":2821,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/interfaces/single-value.mjs","layer":"app-pages-browser"},"startTime":1728302024328,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":25941,"timestamp":1735484991855,"id":3307,"parentId":2821,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/sequence/create.mjs","layer":"app-pages-browser"},"startTime":1728302024328,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":26477,"timestamp":1735484991929,"id":3308,"parentId":2828,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/DOMKeyframesResolver.mjs","layer":"app-pages-browser"},"startTime":1728302024328,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":26554,"timestamp":1735484991999,"id":3309,"parentId":2829,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/optimized-appear/store-id.mjs","layer":"app-pages-browser"},"startTime":1728302024328,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":26673,"timestamp":1735484992066,"id":3310,"parentId":2829,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/optimized-appear/handoff.mjs","layer":"app-pages-browser"},"startTime":1728302024328,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":26695,"timestamp":1735484992133,"id":3311,"parentId":2829,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/optimized-appear/store.mjs","layer":"app-pages-browser"},"startTime":1728302024328,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":26725,"timestamp":1735484992199,"id":3312,"parentId":2829,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/optimized-appear/get-appear-id.mjs","layer":"app-pages-browser"},"startTime":1728302024328,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":26735,"timestamp":1735484992265,"id":3313,"parentId":2832,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/compare-by-depth.mjs","layer":"app-pages-browser"},"startTime":1728302024328,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":26763,"timestamp":1735484992461,"id":3316,"parentId":2835,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/utils/map.mjs","layer":"app-pages-browser"},"startTime":1728302024328,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":27182,"timestamp":1735484992523,"id":3317,"parentId":2836,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/mix/complex.mjs","layer":"app-pages-browser"},"startTime":1728302024328,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":27218,"timestamp":1735484992583,"id":3318,"parentId":2836,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/mix/number.mjs","layer":"app-pages-browser"},"startTime":1728302024329,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":27322,"timestamp":1735484992645,"id":3319,"parentId":2821,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/resolve-element.mjs","layer":"app-pages-browser"},"startTime":1728302024329,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":27339,"timestamp":1735484992709,"id":3320,"parentId":2828,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/utils/accelerated-values.mjs","layer":"app-pages-browser"},"startTime":1728302024329,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":27428,"timestamp":1735484992773,"id":3321,"parentId":2828,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/waapi/index.mjs","layer":"app-pages-browser"},"startTime":1728302024329,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":27593,"timestamp":1735484992835,"id":3322,"parentId":2828,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/waapi/easing.mjs","layer":"app-pages-browser"},"startTime":1728302024329,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":27644,"timestamp":1735484992898,"id":3323,"parentId":2830,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.mjs","layer":"app-pages-browser"},"startTime":1728302024329,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":27687,"timestamp":1735484992961,"id":3324,"parentId":2838,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/generators/utils/velocity.mjs","layer":"app-pages-browser"},"startTime":1728302024329,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":27730,"timestamp":1735484993060,"id":3325,"parentId":2840,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/observe.mjs","layer":"app-pages-browser"},"startTime":1728302024329,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":27757,"timestamp":1735484993122,"id":3326,"parentId":2840,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/supports.mjs","layer":"app-pages-browser"},"startTime":1728302024329,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":27792,"timestamp":1735484993185,"id":3327,"parentId":2841,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/resize/index.mjs","layer":"app-pages-browser"},"startTime":1728302024329,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":27966,"timestamp":1735484993248,"id":3328,"parentId":2841,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/info.mjs","layer":"app-pages-browser"},"startTime":1728302024329,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":28166,"timestamp":1735484993312,"id":3329,"parentId":2841,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/on-scroll-handler.mjs","layer":"app-pages-browser"},"startTime":1728302024329,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":126377,"timestamp":1735484895888,"id":3058,"parentId":3031,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":58,"timestamp":1735485022273,"id":3383,"parentId":3031,"tags":{},"startTime":1728302024358,"traceId":"480ec8b9e15b14de"}] +[{"name":"build-module-js","duration":128237,"timestamp":1735484894431,"id":3031,"parentId":2549,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/deployment-id.js","layer":"app-pages-browser"},"startTime":1728302024230,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":126755,"timestamp":1735484895922,"id":3066,"parentId":3046,"tags":{},"startTime":1728302024232,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735485022683,"id":3384,"parentId":3046,"tags":{},"startTime":1728302024359,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":127929,"timestamp":1735484895164,"id":3046,"parentId":2551,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1728302024231,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":28145,"timestamp":1735484995278,"id":3356,"parentId":3355,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":28204,"timestamp":1735484995220,"id":3355,"parentId":3330,"tags":{},"startTime":1728302024331,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":30441,"timestamp":1735484993378,"id":3330,"parentId":2843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-active-press.js","layer":"app-pages-browser"},"startTime":1728302024329,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1305,"timestamp":1735485029441,"id":3404,"parentId":3400,"tags":{},"startTime":1728302024365,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1353,"timestamp":1735485029445,"id":3405,"parentId":3401,"tags":{},"startTime":1728302024365,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1394,"timestamp":1735485029447,"id":3406,"parentId":3402,"tags":{},"startTime":1728302024365,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1433,"timestamp":1735485029449,"id":3407,"parentId":3403,"tags":{},"startTime":1728302024365,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11028,"timestamp":1735485030754,"id":3438,"parentId":3400,"tags":{},"startTime":1728302024367,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10988,"timestamp":1735485030801,"id":3439,"parentId":3401,"tags":{},"startTime":1728302024367,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10947,"timestamp":1735485030843,"id":3440,"parentId":3402,"tags":{},"startTime":1728302024367,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10906,"timestamp":1735485030884,"id":3441,"parentId":3403,"tags":{},"startTime":1728302024367,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13479,"timestamp":1735485028734,"id":3400,"parentId":2954,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/use-is-mounted.mjs","layer":"app-pages-browser"},"startTime":1728302024365,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13570,"timestamp":1735485028798,"id":3401,"parentId":2950,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/events/utils/is-primary-pointer.mjs","layer":"app-pages-browser"},"startTime":1728302024365,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13616,"timestamp":1735485028861,"id":3402,"parentId":2960,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/is-animation-controls.mjs","layer":"app-pages-browser"},"startTime":1728302024365,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13686,"timestamp":1735485028925,"id":3403,"parentId":2960,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-will-change/get-will-change-name.mjs","layer":"app-pages-browser"},"startTime":1728302024365,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":39582,"timestamp":1735485003468,"id":3366,"parentId":3365,"tags":{},"startTime":1728302024339,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":39662,"timestamp":1735485003392,"id":3365,"parentId":3314,"tags":{},"startTime":1728302024339,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":51423,"timestamp":1735484992330,"id":3314,"parentId":2834,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/Reorder/Group.mjs","layer":"app-pages-browser"},"startTime":1728302024328,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":40250,"timestamp":1735485003533,"id":3368,"parentId":3367,"tags":{},"startTime":1728302024339,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":40307,"timestamp":1735485003477,"id":3367,"parentId":3315,"tags":{},"startTime":1728302024339,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":51857,"timestamp":1735484992393,"id":3315,"parentId":2834,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/Reorder/Item.mjs","layer":"app-pages-browser"},"startTime":1728302024328,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":105224,"timestamp":1735484939039,"id":3165,"parentId":3164,"tags":{},"startTime":1728302024275,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":105956,"timestamp":1735484938553,"id":3164,"parentId":2364,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react/jsx-dev-runtime.js","layer":"app-pages-browser"},"startTime":1728302024274,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":105439,"timestamp":1735484939081,"id":3167,"parentId":3166,"tags":{},"startTime":1728302024275,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":105542,"timestamp":1735484939066,"id":3166,"parentId":2366,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1728302024275,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":105119,"timestamp":1735484939503,"id":3172,"parentId":3147,"tags":{},"startTime":1728302024275,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":74,"timestamp":1735485044628,"id":3442,"parentId":3147,"tags":{},"startTime":1728302024381,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":107927,"timestamp":1735484937509,"id":3147,"parentId":2413,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/helpers.js","layer":"app-pages-browser"},"startTime":1728302024273,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":15300,"timestamp":1735485030170,"id":3409,"parentId":3408,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":15350,"timestamp":1735485030121,"id":3408,"parentId":3385,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":17559,"timestamp":1735485028145,"id":3385,"parentId":2843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-event.js","layer":"app-pages-browser"},"startTime":1728302024364,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":15504,"timestamp":1735485030216,"id":3413,"parentId":3412,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":15524,"timestamp":1735485030197,"id":3412,"parentId":3387,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":17568,"timestamp":1735485028292,"id":3387,"parentId":2843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js","layer":"app-pages-browser"},"startTime":1728302024364,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":15637,"timestamp":1735485030235,"id":3415,"parentId":3414,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":15656,"timestamp":1735485030217,"id":3414,"parentId":3388,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":17678,"timestamp":1735485028330,"id":3388,"parentId":2843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-latest-value.js","layer":"app-pages-browser"},"startTime":1728302024364,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":15824,"timestamp":1735485030195,"id":3411,"parentId":3410,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":15846,"timestamp":1735485030174,"id":3410,"parentId":3386,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":17868,"timestamp":1735485028247,"id":3386,"parentId":2843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-id.js","layer":"app-pages-browser"},"startTime":1728302024364,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":15876,"timestamp":1735485030254,"id":3417,"parentId":3416,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":15893,"timestamp":1735485030237,"id":3416,"parentId":3389,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":17964,"timestamp":1735485028366,"id":3389,"parentId":2843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js","layer":"app-pages-browser"},"startTime":1728302024364,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":16011,"timestamp":1735485030334,"id":3419,"parentId":3418,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":16091,"timestamp":1735485030255,"id":3418,"parentId":3390,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":18227,"timestamp":1735485028403,"id":3390,"parentId":2843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js","layer":"app-pages-browser"},"startTime":1728302024364,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":16296,"timestamp":1735485030354,"id":3421,"parentId":3420,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":16315,"timestamp":1735485030336,"id":3420,"parentId":3391,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":18437,"timestamp":1735485028436,"id":3391,"parentId":2843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/internal/focus-sentinel.js","layer":"app-pages-browser"},"startTime":1728302024364,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":16524,"timestamp":1735485030372,"id":3423,"parentId":3422,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":16541,"timestamp":1735485030356,"id":3422,"parentId":3392,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":18675,"timestamp":1735485028469,"id":3392,"parentId":2843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/internal/hidden.js","layer":"app-pages-browser"},"startTime":1728302024364,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":16752,"timestamp":1735485030408,"id":3427,"parentId":3426,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":16769,"timestamp":1735485030391,"id":3426,"parentId":3394,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":19176,"timestamp":1735485028536,"id":3394,"parentId":2843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/match.js","layer":"app-pages-browser"},"startTime":1728302024364,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":17305,"timestamp":1735485030425,"id":3429,"parentId":3428,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":17321,"timestamp":1735485030409,"id":3428,"parentId":3395,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":19284,"timestamp":1735485028568,"id":3395,"parentId":2843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/micro-task.js","layer":"app-pages-browser"},"startTime":1728302024364,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":17422,"timestamp":1735485030442,"id":3431,"parentId":3430,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":17438,"timestamp":1735485030426,"id":3430,"parentId":3396,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":19385,"timestamp":1735485028599,"id":3396,"parentId":2843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/owner.js","layer":"app-pages-browser"},"startTime":1728302024365,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":17524,"timestamp":1735485030477,"id":3435,"parentId":3434,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":17541,"timestamp":1735485030461,"id":3434,"parentId":3398,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":19657,"timestamp":1735485028666,"id":3398,"parentId":2843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/stable-collection.js","layer":"app-pages-browser"},"startTime":1728302024365,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":17905,"timestamp":1735485030495,"id":3437,"parentId":3436,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":17923,"timestamp":1735485030478,"id":3436,"parentId":3399,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":19823,"timestamp":1735485028700,"id":3399,"parentId":2843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/components/keyboard.js","layer":"app-pages-browser"},"startTime":1728302024365,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":18175,"timestamp":1735485030390,"id":3425,"parentId":3424,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":18193,"timestamp":1735485030373,"id":3424,"parentId":3393,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21007,"timestamp":1735485028502,"id":3393,"parentId":2843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/focus-management.js","layer":"app-pages-browser"},"startTime":1728302024364,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":19094,"timestamp":1735485030459,"id":3433,"parentId":3432,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":19110,"timestamp":1735485030443,"id":3432,"parentId":3397,"tags":{},"startTime":1728302024366,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":22800,"timestamp":1735485028634,"id":3397,"parentId":2843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/render.js","layer":"app-pages-browser"},"startTime":1728302024365,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2091,"timestamp":1735485062394,"id":3482,"parentId":3443,"tags":{},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2155,"timestamp":1735485062399,"id":3483,"parentId":3444,"tags":{},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2197,"timestamp":1735485062402,"id":3484,"parentId":3454,"tags":{},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2235,"timestamp":1735485062405,"id":3485,"parentId":3455,"tags":{},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2275,"timestamp":1735485062407,"id":3486,"parentId":3456,"tags":{},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2316,"timestamp":1735485062410,"id":3487,"parentId":3457,"tags":{},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2358,"timestamp":1735485062413,"id":3488,"parentId":3458,"tags":{},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2399,"timestamp":1735485062415,"id":3489,"parentId":3459,"tags":{},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2442,"timestamp":1735485062417,"id":3490,"parentId":3460,"tags":{},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2481,"timestamp":1735485062420,"id":3491,"parentId":3461,"tags":{},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2520,"timestamp":1735485062422,"id":3492,"parentId":3465,"tags":{},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2562,"timestamp":1735485062423,"id":3493,"parentId":3466,"tags":{},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2609,"timestamp":1735485062425,"id":3494,"parentId":3467,"tags":{},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2679,"timestamp":1735485062427,"id":3495,"parentId":3476,"tags":{},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2725,"timestamp":1735485062429,"id":3496,"parentId":3477,"tags":{},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8812,"timestamp":1735485064498,"id":3533,"parentId":3443,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8760,"timestamp":1735485064557,"id":3534,"parentId":3444,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8716,"timestamp":1735485064602,"id":3535,"parentId":3454,"tags":{},"startTime":1728302024401,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8676,"timestamp":1735485064643,"id":3536,"parentId":3455,"tags":{},"startTime":1728302024401,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8635,"timestamp":1735485064684,"id":3537,"parentId":3456,"tags":{},"startTime":1728302024401,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8590,"timestamp":1735485064729,"id":3538,"parentId":3457,"tags":{},"startTime":1728302024401,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8547,"timestamp":1735485064772,"id":3539,"parentId":3458,"tags":{},"startTime":1728302024401,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8504,"timestamp":1735485064816,"id":3540,"parentId":3459,"tags":{},"startTime":1728302024401,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8458,"timestamp":1735485064862,"id":3541,"parentId":3460,"tags":{},"startTime":1728302024401,"traceId":"480ec8b9e15b14de"}] +[{"name":"next-swc-loader","duration":8578,"timestamp":1735485064903,"id":3542,"parentId":3461,"tags":{},"startTime":1728302024401,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8538,"timestamp":1735485064944,"id":3543,"parentId":3465,"tags":{},"startTime":1728302024401,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8495,"timestamp":1735485064987,"id":3544,"parentId":3466,"tags":{},"startTime":1728302024401,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8374,"timestamp":1735485065109,"id":3547,"parentId":3476,"tags":{},"startTime":1728302024401,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8327,"timestamp":1735485065156,"id":3548,"parentId":3477,"tags":{},"startTime":1728302024401,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13779,"timestamp":1735485060267,"id":3443,"parentId":2957,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/animation/index.mjs","layer":"app-pages-browser"},"startTime":1728302024396,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13866,"timestamp":1735485060430,"id":3444,"parentId":2957,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/animation/exit.mjs","layer":"app-pages-browser"},"startTime":1728302024396,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13750,"timestamp":1735485060816,"id":3454,"parentId":3043,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/hover.mjs","layer":"app-pages-browser"},"startTime":1728302024397,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13912,"timestamp":1735485060880,"id":3455,"parentId":3043,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/focus.mjs","layer":"app-pages-browser"},"startTime":1728302024397,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14452,"timestamp":1735485060939,"id":3456,"parentId":3043,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/press.mjs","layer":"app-pages-browser"},"startTime":1728302024397,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14546,"timestamp":1735485060998,"id":3457,"parentId":3040,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/is-keyframes-target.mjs","layer":"app-pages-browser"},"startTime":1728302024397,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14844,"timestamp":1735485061067,"id":3458,"parentId":3042,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.mjs","layer":"app-pages-browser"},"startTime":1728302024397,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15248,"timestamp":1735485061129,"id":3459,"parentId":3042,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.mjs","layer":"app-pages-browser"},"startTime":1728302024397,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15449,"timestamp":1735485061191,"id":3460,"parentId":3044,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/drag/index.mjs","layer":"app-pages-browser"},"startTime":1728302024397,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15706,"timestamp":1735485061249,"id":3461,"parentId":3044,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/pan/index.mjs","layer":"app-pages-browser"},"startTime":1728302024397,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15657,"timestamp":1735485061493,"id":3465,"parentId":3042,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.mjs","layer":"app-pages-browser"},"startTime":1728302024397,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15933,"timestamp":1735485061556,"id":3466,"parentId":3043,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/viewport/index.mjs","layer":"app-pages-browser"},"startTime":1728302024397,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":16228,"timestamp":1735485061924,"id":3476,"parentId":3011,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","layer":"app-pages-browser"},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":16374,"timestamp":1735485061995,"id":3477,"parentId":2843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/import.mjs","layer":"app-pages-browser"},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":113242,"timestamp":1735484966279,"id":3217,"parentId":3216,"tags":{},"startTime":1728302024302,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":113442,"timestamp":1735484966262,"id":3216,"parentId":2366,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1728302024302,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":16365,"timestamp":1735485063694,"id":3504,"parentId":3503,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":16379,"timestamp":1735485063682,"id":3503,"parentId":3448,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":20100,"timestamp":1735485060630,"id":3448,"parentId":2968,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/Base.js","layer":"app-pages-browser"},"startTime":1728302024397,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":17089,"timestamp":1735485063665,"id":3500,"parentId":3499,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":17108,"timestamp":1735485063648,"id":3499,"parentId":3446,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":20951,"timestamp":1735485060560,"id":3446,"parentId":2968,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/BuildError.js","layer":"app-pages-browser"},"startTime":1728302024396,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":17895,"timestamp":1735485063642,"id":3498,"parentId":3497,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":17946,"timestamp":1735485063592,"id":3497,"parentId":3445,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21506,"timestamp":1735485060509,"id":3445,"parentId":2968,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/ShadowPortal.js","layer":"app-pages-browser"},"startTime":1728302024396,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":18325,"timestamp":1735485063707,"id":3506,"parentId":3505,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":18338,"timestamp":1735485063696,"id":3505,"parentId":3449,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21832,"timestamp":1735485060665,"id":3449,"parentId":2968,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/ComponentStyles.js","layer":"app-pages-browser"},"startTime":1728302024397,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":18792,"timestamp":1735485063719,"id":3508,"parentId":3507,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":18804,"timestamp":1735485063708,"id":3507,"parentId":3450,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":22375,"timestamp":1735485060700,"id":3450,"parentId":2968,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/CssReset.js","layer":"app-pages-browser"},"startTime":1728302024397,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":19360,"timestamp":1735485063732,"id":3510,"parentId":3509,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":19372,"timestamp":1735485063721,"id":3509,"parentId":3451,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":22845,"timestamp":1735485060733,"id":3451,"parentId":2968,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/root-layout-missing-tags-error.js","layer":"app-pages-browser"},"startTime":1728302024397,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":19842,"timestamp":1735485063749,"id":3512,"parentId":3511,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":19859,"timestamp":1735485063733,"id":3511,"parentId":3462,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":22531,"timestamp":1735485061390,"id":3462,"parentId":3036,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"app-pages-browser"},"startTime":1728302024397,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":20172,"timestamp":1735485063762,"id":3514,"parentId":3513,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20184,"timestamp":1735485063751,"id":3513,"parentId":3463,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":22824,"timestamp":1735485061424,"id":3463,"parentId":3009,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":"app-pages-browser"},"startTime":1728302024397,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":20485,"timestamp":1735485063774,"id":3516,"parentId":3515,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20497,"timestamp":1735485063763,"id":3515,"parentId":3464,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":23141,"timestamp":1735485061461,"id":3464,"parentId":3012,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/is-hydration-error.js","layer":"app-pages-browser"},"startTime":1728302024397,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":20829,"timestamp":1735485063786,"id":3518,"parentId":3517,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20841,"timestamp":1735485063775,"id":3517,"parentId":3468,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":23301,"timestamp":1735485061682,"id":3468,"parentId":3007,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":21176,"timestamp":1735485063823,"id":3524,"parentId":3523,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":21187,"timestamp":1735485063812,"id":3523,"parentId":3471,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":23686,"timestamp":1735485061768,"id":3471,"parentId":3034,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":21662,"timestamp":1735485063811,"id":3522,"parentId":3521,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":21674,"timestamp":1735485063800,"id":3521,"parentId":3470,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":24273,"timestamp":1735485061739,"id":3470,"parentId":3034,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":22373,"timestamp":1735485063681,"id":3502,"parentId":3501,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":22387,"timestamp":1735485063667,"id":3501,"parentId":3447,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":26794,"timestamp":1735485060597,"id":3447,"parentId":2968,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/Errors.js","layer":"app-pages-browser"},"startTime":1728302024397,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":23582,"timestamp":1735485063835,"id":3526,"parentId":3525,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":23594,"timestamp":1735485063824,"id":3525,"parentId":3472,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":26358,"timestamp":1735485061796,"id":3472,"parentId":3034,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":24328,"timestamp":1735485063846,"id":3528,"parentId":3527,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":24339,"timestamp":1735485063836,"id":3527,"parentId":3473,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":26996,"timestamp":1735485061832,"id":3473,"parentId":3034,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/fast-refresh-reducer.js","layer":"app-pages-browser"},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":25143,"timestamp":1735485063873,"id":3532,"parentId":3531,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":25155,"timestamp":1735485063863,"id":3531,"parentId":3475,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":27454,"timestamp":1735485061892,"id":3475,"parentId":3014,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/noop-turbopack-hmr.js","layer":"app-pages-browser"},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":25579,"timestamp":1735485063799,"id":3520,"parentId":3519,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":25591,"timestamp":1735485063787,"id":3519,"parentId":3469,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":29170,"timestamp":1735485061711,"id":3469,"parentId":3034,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":27051,"timestamp":1735485063861,"id":3530,"parentId":3529,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":27065,"timestamp":1735485063848,"id":3529,"parentId":3474,"tags":{},"startTime":1728302024400,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":31727,"timestamp":1735485061862,"id":3474,"parentId":3034,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"app-pages-browser"},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":54052,"timestamp":1735485065104,"id":3546,"parentId":3545,"tags":{},"startTime":1728302024401,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":54125,"timestamp":1735485065036,"id":3545,"parentId":3467,"tags":{},"startTime":1728302024401,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":58386,"timestamp":1735485061619,"id":3467,"parentId":3044,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.mjs","layer":"app-pages-browser"},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":393,"timestamp":1735485137126,"id":3581,"parentId":2414,"tags":{},"startTime":1728302024473,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":29,"timestamp":1735485137529,"id":3582,"parentId":2415,"tags":{},"startTime":1728302024473,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":849,"timestamp":1735485140988,"id":3606,"parentId":3550,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":901,"timestamp":1735485140996,"id":3607,"parentId":3551,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":939,"timestamp":1735485141000,"id":3608,"parentId":3553,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":980,"timestamp":1735485141003,"id":3609,"parentId":3555,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1024,"timestamp":1735485141006,"id":3610,"parentId":3556,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1063,"timestamp":1735485141009,"id":3611,"parentId":3557,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1102,"timestamp":1735485141012,"id":3612,"parentId":3558,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1148,"timestamp":1735485141014,"id":3613,"parentId":3559,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1189,"timestamp":1735485141016,"id":3614,"parentId":3560,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1229,"timestamp":1735485141019,"id":3615,"parentId":3561,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1270,"timestamp":1735485141021,"id":3616,"parentId":3562,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1306,"timestamp":1735485141023,"id":3617,"parentId":3563,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1342,"timestamp":1735485141025,"id":3618,"parentId":3564,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1380,"timestamp":1735485141028,"id":3619,"parentId":3565,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1499,"timestamp":1735485141030,"id":3620,"parentId":3566,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1668,"timestamp":1735485141033,"id":3621,"parentId":3567,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1793,"timestamp":1735485141035,"id":3622,"parentId":3568,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1864,"timestamp":1735485141037,"id":3623,"parentId":3569,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1988,"timestamp":1735485141039,"id":3624,"parentId":3570,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2062,"timestamp":1735485141041,"id":3625,"parentId":3571,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2129,"timestamp":1735485141044,"id":3626,"parentId":3572,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"}] +[{"name":"read-resource","duration":2432,"timestamp":1735485141046,"id":3627,"parentId":3573,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2546,"timestamp":1735485141048,"id":3628,"parentId":3574,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2597,"timestamp":1735485141050,"id":3629,"parentId":3575,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2638,"timestamp":1735485141051,"id":3630,"parentId":3576,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2679,"timestamp":1735485141053,"id":3631,"parentId":3577,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2718,"timestamp":1735485141055,"id":3632,"parentId":3578,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2758,"timestamp":1735485141057,"id":3633,"parentId":3584,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2799,"timestamp":1735485141059,"id":3634,"parentId":3585,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2837,"timestamp":1735485141061,"id":3635,"parentId":3586,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2827,"timestamp":1735485141112,"id":3636,"parentId":3587,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2867,"timestamp":1735485141114,"id":3637,"parentId":3588,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2906,"timestamp":1735485141117,"id":3638,"parentId":3589,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2942,"timestamp":1735485141119,"id":3639,"parentId":3590,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2983,"timestamp":1735485141121,"id":3640,"parentId":3591,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3024,"timestamp":1735485141123,"id":3641,"parentId":3592,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3064,"timestamp":1735485141124,"id":3642,"parentId":3593,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3189,"timestamp":1735485141126,"id":3643,"parentId":3594,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3234,"timestamp":1735485141127,"id":3644,"parentId":3595,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3278,"timestamp":1735485141129,"id":3645,"parentId":3596,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3321,"timestamp":1735485141131,"id":3646,"parentId":3597,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3363,"timestamp":1735485141133,"id":3647,"parentId":3598,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3404,"timestamp":1735485141134,"id":3648,"parentId":3599,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3447,"timestamp":1735485141136,"id":3649,"parentId":3604,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":3507,"timestamp":1735485141138,"id":3650,"parentId":3605,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7337,"timestamp":1735485141847,"id":3671,"parentId":3550,"tags":{},"startTime":1728302024478,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7287,"timestamp":1735485141900,"id":3672,"parentId":3551,"tags":{},"startTime":1728302024478,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7246,"timestamp":1735485141942,"id":3673,"parentId":3553,"tags":{},"startTime":1728302024478,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7204,"timestamp":1735485141984,"id":3674,"parentId":3555,"tags":{},"startTime":1728302024478,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7157,"timestamp":1735485142033,"id":3675,"parentId":3556,"tags":{},"startTime":1728302024478,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7115,"timestamp":1735485142074,"id":3676,"parentId":3557,"tags":{},"startTime":1728302024478,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7075,"timestamp":1735485142115,"id":3677,"parentId":3558,"tags":{},"startTime":1728302024478,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7026,"timestamp":1735485142165,"id":3678,"parentId":3559,"tags":{},"startTime":1728302024478,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6985,"timestamp":1735485142207,"id":3679,"parentId":3560,"tags":{},"startTime":1728302024478,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6943,"timestamp":1735485142250,"id":3680,"parentId":3561,"tags":{},"startTime":1728302024478,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6901,"timestamp":1735485142293,"id":3681,"parentId":3562,"tags":{},"startTime":1728302024478,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6863,"timestamp":1735485142331,"id":3682,"parentId":3563,"tags":{},"startTime":1728302024478,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6826,"timestamp":1735485142369,"id":3683,"parentId":3564,"tags":{},"startTime":1728302024478,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6786,"timestamp":1735485142410,"id":3684,"parentId":3565,"tags":{},"startTime":1728302024478,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6665,"timestamp":1735485142532,"id":3685,"parentId":3566,"tags":{},"startTime":1728302024478,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6460,"timestamp":1735485142737,"id":3686,"parentId":3567,"tags":{},"startTime":1728302024479,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6363,"timestamp":1735485142835,"id":3687,"parentId":3568,"tags":{},"startTime":1728302024479,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6266,"timestamp":1735485142933,"id":3688,"parentId":3569,"tags":{},"startTime":1728302024479,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6162,"timestamp":1735485143038,"id":3689,"parentId":3570,"tags":{},"startTime":1728302024479,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6091,"timestamp":1735485143110,"id":3690,"parentId":3571,"tags":{},"startTime":1728302024479,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5794,"timestamp":1735485143408,"id":3691,"parentId":3572,"tags":{},"startTime":1728302024479,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5604,"timestamp":1735485143599,"id":3694,"parentId":3574,"tags":{},"startTime":1728302024480,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5554,"timestamp":1735485143650,"id":3695,"parentId":3575,"tags":{},"startTime":1728302024480,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5512,"timestamp":1735485143692,"id":3696,"parentId":3576,"tags":{},"startTime":1728302024480,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5470,"timestamp":1735485143735,"id":3697,"parentId":3577,"tags":{},"startTime":1728302024480,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5429,"timestamp":1735485143776,"id":3698,"parentId":3578,"tags":{},"startTime":1728302024480,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5387,"timestamp":1735485143818,"id":3699,"parentId":3584,"tags":{},"startTime":1728302024480,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5345,"timestamp":1735485143861,"id":3700,"parentId":3585,"tags":{},"startTime":1728302024480,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5306,"timestamp":1735485143901,"id":3701,"parentId":3586,"tags":{},"startTime":1728302024480,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5265,"timestamp":1735485143942,"id":3702,"parentId":3587,"tags":{},"startTime":1728302024480,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5224,"timestamp":1735485143984,"id":3703,"parentId":3588,"tags":{},"startTime":1728302024480,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5183,"timestamp":1735485144025,"id":3704,"parentId":3589,"tags":{},"startTime":1728302024480,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5145,"timestamp":1735485144064,"id":3705,"parentId":3590,"tags":{},"startTime":1728302024480,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5103,"timestamp":1735485144106,"id":3706,"parentId":3591,"tags":{},"startTime":1728302024480,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5061,"timestamp":1735485144149,"id":3707,"parentId":3592,"tags":{},"startTime":1728302024480,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5019,"timestamp":1735485144190,"id":3708,"parentId":3593,"tags":{},"startTime":1728302024480,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4892,"timestamp":1735485144318,"id":3709,"parentId":3594,"tags":{},"startTime":1728302024480,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4846,"timestamp":1735485144365,"id":3710,"parentId":3595,"tags":{},"startTime":1728302024480,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4801,"timestamp":1735485144410,"id":3711,"parentId":3596,"tags":{},"startTime":1728302024480,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4758,"timestamp":1735485144454,"id":3712,"parentId":3597,"tags":{},"startTime":1728302024480,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4713,"timestamp":1735485144499,"id":3713,"parentId":3598,"tags":{},"startTime":1728302024480,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4672,"timestamp":1735485144541,"id":3714,"parentId":3599,"tags":{},"startTime":1728302024480,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4565,"timestamp":1735485144648,"id":3717,"parentId":3605,"tags":{},"startTime":1728302024481,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14548,"timestamp":1735485134979,"id":3550,"parentId":3156,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/is-variant-label.mjs","layer":"app-pages-browser"},"startTime":1728302024471,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14591,"timestamp":1735485135066,"id":3551,"parentId":3156,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/variant-props.mjs","layer":"app-pages-browser"},"startTime":1728302024471,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14674,"timestamp":1735485135231,"id":3553,"parentId":3145,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/components/create-factory.mjs","layer":"app-pages-browser"},"startTime":1728302024471,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14995,"timestamp":1735485135389,"id":3555,"parentId":3160,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/unit-conversion.mjs","layer":"app-pages-browser"},"startTime":1728302024471,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15074,"timestamp":1735485135460,"id":3556,"parentId":3162,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/dimensions.mjs","layer":"app-pages-browser"},"startTime":1728302024471,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15062,"timestamp":1735485135554,"id":3557,"parentId":3162,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/test.mjs","layer":"app-pages-browser"},"startTime":1728302024471,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15223,"timestamp":1735485135618,"id":3558,"parentId":3163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/complex/filter.mjs","layer":"app-pages-browser"},"startTime":1728302024472,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15292,"timestamp":1735485135682,"id":3559,"parentId":3163,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/defaults.mjs","layer":"app-pages-browser"},"startTime":1728302024472,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15475,"timestamp":1735485135747,"id":3560,"parentId":2843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/import.mjs","layer":"app-pages-browser"},"startTime":1728302024472,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15582,"timestamp":1735485135876,"id":3561,"parentId":3238,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/frameloop/render-step.mjs","layer":"app-pages-browser"},"startTime":1728302024472,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15613,"timestamp":1735485135942,"id":3562,"parentId":3212,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/frameloop/microtask.mjs","layer":"app-pages-browser"},"startTime":1728302024472,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15644,"timestamp":1735485136003,"id":3563,"parentId":3212,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/is-ref-object.mjs","layer":"app-pages-browser"},"startTime":1728302024472,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15699,"timestamp":1735485136074,"id":3564,"parentId":3214,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/MotionContext/utils.mjs","layer":"app-pages-browser"},"startTime":1728302024472,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20455,"timestamp":1735485136136,"id":3565,"parentId":3219,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/node/create-projection-node.mjs","layer":"app-pages-browser"},"startTime":1728302024472,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20585,"timestamp":1735485136202,"id":3566,"parentId":3219,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/node/DocumentProjectionNode.mjs","layer":"app-pages-browser"},"startTime":1728302024472,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20931,"timestamp":1735485136265,"id":3567,"parentId":3222,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.mjs","layer":"app-pages-browser"},"startTime":1728302024472,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21004,"timestamp":1735485136326,"id":3568,"parentId":3222,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/transitions.mjs","layer":"app-pages-browser"},"startTime":1728302024472,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21093,"timestamp":1735485136386,"id":3569,"parentId":3222,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-will-change/add-will-change.mjs","layer":"app-pages-browser"},"startTime":1728302024472,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21112,"timestamp":1735485136449,"id":3570,"parentId":3225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/utils/is-easing-array.mjs","layer":"app-pages-browser"},"startTime":1728302024472,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21145,"timestamp":1735485136509,"id":3571,"parentId":3225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/offsets/default.mjs","layer":"app-pages-browser"},"startTime":1728302024472,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21166,"timestamp":1735485136569,"id":3572,"parentId":3225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/offsets/time.mjs","layer":"app-pages-browser"},"startTime":1728302024472,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21255,"timestamp":1735485136688,"id":3574,"parentId":3226,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/animators/utils/can-animate.mjs","layer":"app-pages-browser"},"startTime":1728302024473,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21246,"timestamp":1735485136771,"id":3575,"parentId":3243,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-element.mjs","layer":"app-pages-browser"},"startTime":1728302024473,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21294,"timestamp":1735485136835,"id":3576,"parentId":3231,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/numbers/index.mjs","layer":"app-pages-browser"},"startTime":1728302024473,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21310,"timestamp":1735485136895,"id":3577,"parentId":3231,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/type-int.mjs","layer":"app-pages-browser"},"startTime":1728302024473,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21418,"timestamp":1735485136957,"id":3578,"parentId":3232,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/types/color/utils.mjs","layer":"app-pages-browser"},"startTime":1728302024473,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20902,"timestamp":1735485137610,"id":3584,"parentId":3307,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/utils/create-generator-easing.mjs","layer":"app-pages-browser"},"startTime":1728302024474,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":22209,"timestamp":1735485137675,"id":3585,"parentId":3307,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/offsets/fill.mjs","layer":"app-pages-browser"},"startTime":1728302024474,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20573,"timestamp":1735485139430,"id":3586,"parentId":3308,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/is-none.mjs","layer":"app-pages-browser"},"startTime":1728302024475,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20712,"timestamp":1735485139595,"id":3587,"parentId":3317,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/mix/color.mjs","layer":"app-pages-browser"},"startTime":1728302024476,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20753,"timestamp":1735485139669,"id":3588,"parentId":3317,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/mix/visibility.mjs","layer":"app-pages-browser"},"startTime":1728302024476,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20765,"timestamp":1735485139735,"id":3589,"parentId":3317,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/mix/immediate.mjs","layer":"app-pages-browser"},"startTime":1728302024476,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20777,"timestamp":1735485139799,"id":3590,"parentId":3322,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/utils/is-bezier-definition.mjs","layer":"app-pages-browser"},"startTime":1728302024476,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":20825,"timestamp":1735485139864,"id":3591,"parentId":3307,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/sequence/utils/calc-time.mjs","layer":"app-pages-browser"},"startTime":1728302024476,"traceId":"480ec8b9e15b14de"}] +[{"name":"build-module-mjs","duration":21060,"timestamp":1735485139928,"id":3592,"parentId":3307,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/sequence/utils/edit.mjs","layer":"app-pages-browser"},"startTime":1728302024476,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21088,"timestamp":1735485139990,"id":3593,"parentId":3307,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/sequence/utils/sort.mjs","layer":"app-pages-browser"},"startTime":1728302024476,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21303,"timestamp":1735485140052,"id":3594,"parentId":3308,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/css-variables-conversion.mjs","layer":"app-pages-browser"},"startTime":1728302024476,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21333,"timestamp":1735485140197,"id":3595,"parentId":3308,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/utils/is-css-variable.mjs","layer":"app-pages-browser"},"startTime":1728302024476,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21449,"timestamp":1735485140264,"id":3596,"parentId":3308,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/make-none-animatable.mjs","layer":"app-pages-browser"},"startTime":1728302024476,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21690,"timestamp":1735485140329,"id":3597,"parentId":3327,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/resize/handle-element.mjs","layer":"app-pages-browser"},"startTime":1728302024476,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21766,"timestamp":1735485140393,"id":3598,"parentId":3327,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/resize/handle-window.mjs","layer":"app-pages-browser"},"startTime":1728302024476,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21979,"timestamp":1735485140455,"id":3599,"parentId":3329,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/index.mjs","layer":"app-pages-browser"},"startTime":1728302024476,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":21886,"timestamp":1735485140723,"id":3605,"parentId":3314,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/Reorder/utils/check-reorder.mjs","layer":"app-pages-browser"},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":102097,"timestamp":1735485060787,"id":3453,"parentId":3452,"tags":{},"startTime":1728302024397,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":102212,"timestamp":1735485060769,"id":3452,"parentId":2468,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-server-dom-webpack/client.js","layer":"app-pages-browser"},"startTime":1728302024397,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":100917,"timestamp":1735485062073,"id":3479,"parentId":3478,"tags":{},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":101120,"timestamp":1735485062061,"id":3478,"parentId":2366,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":101092,"timestamp":1735485062099,"id":3481,"parentId":3480,"tags":{},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":101286,"timestamp":1735485062086,"id":3480,"parentId":2551,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1728302024398,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":22621,"timestamp":1735485141504,"id":3658,"parentId":3657,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":22639,"timestamp":1735485141491,"id":3657,"parentId":3579,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":27550,"timestamp":1735485137018,"id":3579,"parentId":3026,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/action-async-storage-instance.js","layer":"shared"},"startTime":1728302024473,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":23102,"timestamp":1735485141489,"id":3656,"parentId":3655,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":23122,"timestamp":1735485141470,"id":3655,"parentId":3554,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":29822,"timestamp":1735485135335,"id":3554,"parentId":3150,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"app-pages-browser"},"startTime":1728302024471,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":23727,"timestamp":1735485141444,"id":3652,"parentId":3651,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":23777,"timestamp":1735485141395,"id":3651,"parentId":3549,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":30683,"timestamp":1735485134857,"id":3549,"parentId":2811,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/async-local-storage.js","layer":"shared"},"startTime":1728302024471,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":24102,"timestamp":1735485141468,"id":3654,"parentId":3653,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":24123,"timestamp":1735485141448,"id":3653,"parentId":3552,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":31035,"timestamp":1735485135153,"id":3552,"parentId":3151,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/promise-queue.js","layer":"app-pages-browser"},"startTime":1728302024471,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":24664,"timestamp":1735485141539,"id":3662,"parentId":3661,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":24687,"timestamp":1735485141518,"id":3661,"parentId":3583,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":28801,"timestamp":1735485137563,"id":3583,"parentId":3330,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-disposables.js","layer":"app-pages-browser"},"startTime":1728302024473,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":24800,"timestamp":1735485141577,"id":3666,"parentId":3665,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":24818,"timestamp":1735485141560,"id":3665,"parentId":3601,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":25940,"timestamp":1735485140563,"id":3601,"parentId":3391,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js","layer":"app-pages-browser"},"startTime":1728302024476,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":24997,"timestamp":1735485141516,"id":3660,"parentId":3659,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":25008,"timestamp":1735485141505,"id":3659,"parentId":3580,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":29771,"timestamp":1735485137049,"id":3580,"parentId":3025,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/request-async-storage-instance.js","layer":"shared"},"startTime":1728302024473,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":25310,"timestamp":1735485141558,"id":3664,"parentId":3663,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":25328,"timestamp":1735485141541,"id":3663,"parentId":3600,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":26602,"timestamp":1735485140518,"id":3600,"parentId":3387,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/env.js","layer":"app-pages-browser"},"startTime":1728302024476,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":25522,"timestamp":1735485141612,"id":3670,"parentId":3669,"tags":{},"startTime":1728302024478,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":25539,"timestamp":1735485141596,"id":3669,"parentId":3603,"tags":{},"startTime":1728302024478,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":26650,"timestamp":1735485140629,"id":3603,"parentId":3397,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/class-names.js","layer":"app-pages-browser"},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":25700,"timestamp":1735485141594,"id":3668,"parentId":3667,"tags":{},"startTime":1728302024478,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":25717,"timestamp":1735485141578,"id":3667,"parentId":3602,"tags":{},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":27068,"timestamp":1735485140596,"id":3602,"parentId":3393,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@headlessui/react/dist/utils/disposables.js","layer":"app-pages-browser"},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":49473,"timestamp":1735485144643,"id":3716,"parentId":3715,"tags":{},"startTime":1728302024481,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":49536,"timestamp":1735485144585,"id":3715,"parentId":3604,"tags":{},"startTime":1728302024481,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":53765,"timestamp":1735485140660,"id":3604,"parentId":3314,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/context/ReorderContext.mjs","layer":"app-pages-browser"},"startTime":1728302024477,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":50872,"timestamp":1735485143588,"id":3693,"parentId":3692,"tags":{},"startTime":1728302024480,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":50976,"timestamp":1735485143485,"id":3692,"parentId":3573,"tags":{},"startTime":1728302024479,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":58483,"timestamp":1735485136627,"id":3573,"parentId":3148,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.mjs","layer":"app-pages-browser"},"startTime":1728302024473,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1113,"timestamp":1735485200527,"id":3769,"parentId":3719,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1209,"timestamp":1735485200531,"id":3770,"parentId":3720,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1247,"timestamp":1735485200533,"id":3771,"parentId":3721,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1285,"timestamp":1735485200535,"id":3772,"parentId":3722,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1322,"timestamp":1735485200538,"id":3773,"parentId":3723,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1357,"timestamp":1735485200540,"id":3774,"parentId":3724,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1397,"timestamp":1735485200542,"id":3775,"parentId":3725,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1436,"timestamp":1735485200545,"id":3776,"parentId":3726,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1473,"timestamp":1735485200547,"id":3777,"parentId":3727,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1516,"timestamp":1735485200549,"id":3778,"parentId":3728,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1554,"timestamp":1735485200551,"id":3779,"parentId":3729,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1651,"timestamp":1735485200553,"id":3780,"parentId":3730,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1719,"timestamp":1735485200556,"id":3781,"parentId":3731,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1763,"timestamp":1735485200558,"id":3782,"parentId":3732,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1870,"timestamp":1735485200559,"id":3783,"parentId":3733,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1936,"timestamp":1735485200561,"id":3784,"parentId":3734,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1995,"timestamp":1735485200563,"id":3785,"parentId":3735,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2042,"timestamp":1735485200565,"id":3786,"parentId":3736,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2082,"timestamp":1735485200567,"id":3787,"parentId":3737,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2180,"timestamp":1735485200569,"id":3788,"parentId":3738,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2235,"timestamp":1735485200571,"id":3789,"parentId":3739,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2278,"timestamp":1735485200573,"id":3790,"parentId":3740,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2318,"timestamp":1735485200575,"id":3791,"parentId":3741,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2357,"timestamp":1735485200577,"id":3792,"parentId":3742,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2398,"timestamp":1735485200580,"id":3793,"parentId":3752,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2439,"timestamp":1735485200582,"id":3794,"parentId":3753,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7576,"timestamp":1735485201649,"id":3841,"parentId":3719,"tags":{},"startTime":1728302024538,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7488,"timestamp":1735485201742,"id":3842,"parentId":3720,"tags":{},"startTime":1728302024538,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7448,"timestamp":1735485201782,"id":3843,"parentId":3721,"tags":{},"startTime":1728302024538,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7408,"timestamp":1735485201822,"id":3844,"parentId":3722,"tags":{},"startTime":1728302024538,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7370,"timestamp":1735485201861,"id":3845,"parentId":3723,"tags":{},"startTime":1728302024538,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7331,"timestamp":1735485201900,"id":3846,"parentId":3724,"tags":{},"startTime":1728302024538,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7291,"timestamp":1735485201941,"id":3847,"parentId":3725,"tags":{},"startTime":1728302024538,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7250,"timestamp":1735485201983,"id":3848,"parentId":3726,"tags":{},"startTime":1728302024538,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7211,"timestamp":1735485202022,"id":3849,"parentId":3727,"tags":{},"startTime":1728302024538,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7167,"timestamp":1735485202067,"id":3850,"parentId":3728,"tags":{},"startTime":1728302024538,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7126,"timestamp":1735485202108,"id":3851,"parentId":3729,"tags":{},"startTime":1728302024538,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7025,"timestamp":1735485202209,"id":3852,"parentId":3730,"tags":{},"startTime":1728302024538,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6957,"timestamp":1735485202277,"id":3853,"parentId":3731,"tags":{},"startTime":1728302024538,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6911,"timestamp":1735485202323,"id":3854,"parentId":3732,"tags":{},"startTime":1728302024538,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6802,"timestamp":1735485202433,"id":3855,"parentId":3733,"tags":{},"startTime":1728302024538,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6729,"timestamp":1735485202506,"id":3856,"parentId":3734,"tags":{},"startTime":1728302024538,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6674,"timestamp":1735485202562,"id":3857,"parentId":3735,"tags":{},"startTime":1728302024538,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6627,"timestamp":1735485202609,"id":3858,"parentId":3736,"tags":{},"startTime":1728302024539,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6585,"timestamp":1735485202651,"id":3859,"parentId":3737,"tags":{},"startTime":1728302024539,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6480,"timestamp":1735485202756,"id":3860,"parentId":3738,"tags":{},"startTime":1728302024539,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6427,"timestamp":1735485202810,"id":3861,"parentId":3739,"tags":{},"startTime":1728302024539,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6383,"timestamp":1735485202854,"id":3862,"parentId":3740,"tags":{},"startTime":1728302024539,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6342,"timestamp":1735485202895,"id":3863,"parentId":3741,"tags":{},"startTime":1728302024539,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6301,"timestamp":1735485202937,"id":3864,"parentId":3742,"tags":{},"startTime":1728302024539,"traceId":"480ec8b9e15b14de"}] +[{"name":"next-swc-loader","duration":6418,"timestamp":1735485202981,"id":3865,"parentId":3752,"tags":{},"startTime":1728302024539,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6376,"timestamp":1735485203024,"id":3866,"parentId":3753,"tags":{},"startTime":1728302024539,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14531,"timestamp":1735485197997,"id":3719,"parentId":3477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/FocusScope.mjs","layer":"app-pages-browser"},"startTime":1728302024534,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14683,"timestamp":1735485198064,"id":3720,"parentId":3477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/FocusRing.mjs","layer":"app-pages-browser"},"startTime":1728302024534,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14893,"timestamp":1735485198155,"id":3721,"parentId":3477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/useFocusable.mjs","layer":"app-pages-browser"},"startTime":1728302024534,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15062,"timestamp":1735485198216,"id":3722,"parentId":3477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/useFocusRing.mjs","layer":"app-pages-browser"},"startTime":1728302024534,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15177,"timestamp":1735485198276,"id":3723,"parentId":3477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/focusSafely.mjs","layer":"app-pages-browser"},"startTime":1728302024534,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15321,"timestamp":1735485198339,"id":3724,"parentId":3477,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/useHasTabbableChild.mjs","layer":"app-pages-browser"},"startTime":1728302024534,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15365,"timestamp":1735485198400,"id":3725,"parentId":3461,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/get-context-window.mjs","layer":"app-pages-browser"},"startTime":1728302024534,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15397,"timestamp":1735485198466,"id":3726,"parentId":3454,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/Feature.mjs","layer":"app-pages-browser"},"startTime":1728302024534,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15430,"timestamp":1735485198528,"id":3727,"parentId":3456,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/utils/is-node-or-child.mjs","layer":"app-pages-browser"},"startTime":1728302024534,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15521,"timestamp":1735485198590,"id":3728,"parentId":3458,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/utils/measure.mjs","layer":"app-pages-browser"},"startTime":1728302024535,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15619,"timestamp":1735485198651,"id":3729,"parentId":3458,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.mjs","layer":"app-pages-browser"},"startTime":1728302024535,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":17302,"timestamp":1735485198712,"id":3730,"parentId":3460,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.mjs","layer":"app-pages-browser"},"startTime":1728302024535,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":17862,"timestamp":1735485198774,"id":3731,"parentId":3461,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/pan/PanSession.mjs","layer":"app-pages-browser"},"startTime":1728302024535,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":18700,"timestamp":1735485198835,"id":3732,"parentId":3443,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/animation-state.mjs","layer":"app-pages-browser"},"startTime":1728302024535,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":18730,"timestamp":1735485198904,"id":3733,"parentId":3465,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.mjs","layer":"app-pages-browser"},"startTime":1728302024535,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":18892,"timestamp":1735485198979,"id":3734,"parentId":3458,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/build-styles.mjs","layer":"app-pages-browser"},"startTime":1728302024535,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":19007,"timestamp":1735485199041,"id":3735,"parentId":3458,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.mjs","layer":"app-pages-browser"},"startTime":1728302024535,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":19047,"timestamp":1735485199105,"id":3736,"parentId":3458,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/render.mjs","layer":"app-pages-browser"},"startTime":1728302024535,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":19142,"timestamp":1735485199169,"id":3737,"parentId":3459,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.mjs","layer":"app-pages-browser"},"startTime":1728302024535,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":19325,"timestamp":1735485199231,"id":3738,"parentId":3459,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.mjs","layer":"app-pages-browser"},"startTime":1728302024535,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":19352,"timestamp":1735485199293,"id":3739,"parentId":3459,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/camel-case-attrs.mjs","layer":"app-pages-browser"},"startTime":1728302024535,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":19416,"timestamp":1735485199354,"id":3740,"parentId":3459,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/render.mjs","layer":"app-pages-browser"},"startTime":1728302024535,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":19432,"timestamp":1735485199414,"id":3741,"parentId":3459,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/is-svg-tag.mjs","layer":"app-pages-browser"},"startTime":1728302024535,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":19551,"timestamp":1735485199474,"id":3742,"parentId":3466,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/features/viewport/observers.mjs","layer":"app-pages-browser"},"startTime":1728302024535,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":19325,"timestamp":1735485199811,"id":3752,"parentId":3448,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js","layer":"app-pages-browser"},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":19565,"timestamp":1735485199871,"id":3753,"parentId":3464,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":18604,"timestamp":1735485201028,"id":3798,"parentId":3797,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":18623,"timestamp":1735485201011,"id":3797,"parentId":3744,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":20495,"timestamp":1735485199576,"id":3744,"parentId":3449,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/styles.js","layer":"app-pages-browser"},"startTime":1728302024535,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":19080,"timestamp":1735485201007,"id":3796,"parentId":3795,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":19125,"timestamp":1735485200963,"id":3795,"parentId":3743,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":20920,"timestamp":1735485199536,"id":3743,"parentId":3448,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/noop-template.js","layer":"app-pages-browser"},"startTime":1728302024535,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":19414,"timestamp":1735485201055,"id":3802,"parentId":3801,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":19426,"timestamp":1735485201043,"id":3801,"parentId":3746,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21183,"timestamp":1735485199636,"id":3746,"parentId":3449,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/styles.js","layer":"app-pages-browser"},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":19789,"timestamp":1735485201042,"id":3800,"parentId":3799,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":19802,"timestamp":1735485201029,"id":3799,"parentId":3745,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21600,"timestamp":1735485199607,"id":3745,"parentId":3449,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/styles.js","layer":"app-pages-browser"},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":20151,"timestamp":1735485201068,"id":3804,"parentId":3803,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20163,"timestamp":1735485201056,"id":3803,"parentId":3747,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21887,"timestamp":1735485199664,"id":3747,"parentId":3449,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/styles.js","layer":"app-pages-browser"},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":20470,"timestamp":1735485201093,"id":3808,"parentId":3807,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20483,"timestamp":1735485201082,"id":3807,"parentId":3749,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":22131,"timestamp":1735485199721,"id":3749,"parentId":3446,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/index.js","layer":"app-pages-browser"},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":20759,"timestamp":1735485201105,"id":3810,"parentId":3809,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20771,"timestamp":1735485201094,"id":3809,"parentId":3750,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":22388,"timestamp":1735485199754,"id":3750,"parentId":3446,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/index.js","layer":"app-pages-browser"},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":21072,"timestamp":1735485201080,"id":3806,"parentId":3805,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":21084,"timestamp":1735485201069,"id":3805,"parentId":3748,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":22821,"timestamp":1735485199693,"id":3748,"parentId":3446,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/index.js","layer":"app-pages-browser"},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":21408,"timestamp":1735485201117,"id":3812,"parentId":3811,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":21420,"timestamp":1735485201106,"id":3811,"parentId":3751,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":23133,"timestamp":1735485199782,"id":3751,"parentId":3446,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/index.js","layer":"app-pages-browser"},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":21785,"timestamp":1735485201141,"id":3816,"parentId":3815,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":21797,"timestamp":1735485201130,"id":3815,"parentId":3755,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":23203,"timestamp":1735485199960,"id":3755,"parentId":3468,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":22046,"timestamp":1735485201129,"id":3814,"parentId":3813,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":22057,"timestamp":1735485201118,"id":3813,"parentId":3754,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":23519,"timestamp":1735485199930,"id":3754,"parentId":3447,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/error-source.js","layer":"app-pages-browser"},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":22284,"timestamp":1735485201176,"id":3822,"parentId":3821,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":22296,"timestamp":1735485201165,"id":3821,"parentId":3758,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":25226,"timestamp":1735485200046,"id":3758,"parentId":3470,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"app-pages-browser"},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":24141,"timestamp":1735485201164,"id":3820,"parentId":3819,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":24153,"timestamp":1735485201153,"id":3819,"parentId":3757,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":25985,"timestamp":1735485200019,"id":3757,"parentId":3470,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js","layer":"app-pages-browser"},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":24820,"timestamp":1735485201200,"id":3826,"parentId":3825,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":24832,"timestamp":1735485201190,"id":3825,"parentId":3760,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":26297,"timestamp":1735485200102,"id":3760,"parentId":3470,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"app-pages-browser"},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":25230,"timestamp":1735485201188,"id":3824,"parentId":3823,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":25242,"timestamp":1735485201177,"id":3823,"parentId":3759,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":26850,"timestamp":1735485200074,"id":3759,"parentId":3470,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"app-pages-browser"},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":25713,"timestamp":1735485201223,"id":3830,"parentId":3829,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":25724,"timestamp":1735485201213,"id":3829,"parentId":3762,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":27130,"timestamp":1735485200158,"id":3762,"parentId":3469,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"app-pages-browser"},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":26090,"timestamp":1735485201212,"id":3828,"parentId":3827,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":26101,"timestamp":1735485201201,"id":3827,"parentId":3761,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":27587,"timestamp":1735485200131,"id":3761,"parentId":3469,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js","layer":"app-pages-browser"},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":26497,"timestamp":1735485201236,"id":3832,"parentId":3831,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":26509,"timestamp":1735485201225,"id":3831,"parentId":3763,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":27953,"timestamp":1735485200186,"id":3763,"parentId":3447,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getErrorByType.js","layer":"app-pages-browser"},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":26907,"timestamp":1735485201247,"id":3834,"parentId":3833,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":26918,"timestamp":1735485201237,"id":3833,"parentId":3764,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":28307,"timestamp":1735485200213,"id":3764,"parentId":3447,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CloseIcon.js","layer":"app-pages-browser"},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":27260,"timestamp":1735485201271,"id":3838,"parentId":3837,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":27271,"timestamp":1735485201261,"id":3837,"parentId":3766,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":28628,"timestamp":1735485200270,"id":3766,"parentId":3449,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/index.js","layer":"app-pages-browser"},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":27909,"timestamp":1735485201152,"id":3818,"parentId":3817,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":27920,"timestamp":1735485201142,"id":3817,"parentId":3756,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":30914,"timestamp":1735485199988,"id":3756,"parentId":3471,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":29643,"timestamp":1735485201283,"id":3840,"parentId":3839,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":29654,"timestamp":1735485201272,"id":3839,"parentId":3767,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":31434,"timestamp":1735485200307,"id":3767,"parentId":3449,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/index.js","layer":"app-pages-browser"},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":30581,"timestamp":1735485201259,"id":3836,"parentId":3835,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":30593,"timestamp":1735485201249,"id":3835,"parentId":3765,"tags":{},"startTime":1728302024537,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":32487,"timestamp":1735485200242,"id":3765,"parentId":3447,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/component-stack-pseudo-html.js","layer":"app-pages-browser"},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":503,"timestamp":1735485266920,"id":3915,"parentId":3869,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":575,"timestamp":1735485266926,"id":3916,"parentId":3870,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":617,"timestamp":1735485266928,"id":3917,"parentId":3871,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":657,"timestamp":1735485266930,"id":3918,"parentId":3879,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"}] +[{"name":"read-resource","duration":838,"timestamp":1735485266932,"id":3919,"parentId":3880,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":877,"timestamp":1735485266934,"id":3920,"parentId":3881,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":914,"timestamp":1735485266937,"id":3921,"parentId":3882,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":962,"timestamp":1735485266940,"id":3922,"parentId":3883,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1001,"timestamp":1735485266942,"id":3923,"parentId":3884,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1043,"timestamp":1735485266943,"id":3924,"parentId":3885,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1084,"timestamp":1735485266945,"id":3925,"parentId":3886,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1120,"timestamp":1735485266947,"id":3926,"parentId":3887,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1167,"timestamp":1735485266949,"id":3927,"parentId":3888,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1233,"timestamp":1735485266951,"id":3928,"parentId":3889,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1272,"timestamp":1735485266953,"id":3929,"parentId":3890,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1311,"timestamp":1735485266955,"id":3930,"parentId":3891,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1349,"timestamp":1735485266956,"id":3931,"parentId":3892,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1389,"timestamp":1735485266958,"id":3932,"parentId":3893,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1429,"timestamp":1735485266960,"id":3933,"parentId":3894,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1467,"timestamp":1735485266962,"id":3934,"parentId":3895,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1510,"timestamp":1735485266963,"id":3935,"parentId":3896,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1549,"timestamp":1735485266965,"id":3936,"parentId":3897,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1591,"timestamp":1735485266969,"id":3937,"parentId":3898,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1633,"timestamp":1735485266970,"id":3938,"parentId":3899,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1671,"timestamp":1735485266972,"id":3939,"parentId":3900,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1713,"timestamp":1735485266974,"id":3940,"parentId":3901,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1753,"timestamp":1735485266975,"id":3941,"parentId":3902,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1791,"timestamp":1735485266977,"id":3942,"parentId":3903,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1831,"timestamp":1735485266979,"id":3943,"parentId":3904,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1872,"timestamp":1735485266980,"id":3944,"parentId":3905,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1911,"timestamp":1735485266982,"id":3945,"parentId":3906,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1956,"timestamp":1735485266983,"id":3946,"parentId":3907,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1996,"timestamp":1735485266985,"id":3947,"parentId":3908,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2036,"timestamp":1735485266987,"id":3948,"parentId":3909,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2077,"timestamp":1735485266988,"id":3949,"parentId":3910,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2120,"timestamp":1735485266990,"id":3950,"parentId":3911,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2176,"timestamp":1735485266991,"id":3951,"parentId":3913,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2215,"timestamp":1735485266993,"id":3952,"parentId":3914,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3034,"timestamp":1735485267434,"id":3961,"parentId":3869,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2967,"timestamp":1735485267503,"id":3962,"parentId":3870,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2924,"timestamp":1735485267547,"id":3963,"parentId":3871,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2740,"timestamp":1735485267731,"id":3964,"parentId":3879,"tags":{},"startTime":1728302024604,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2698,"timestamp":1735485267773,"id":3965,"parentId":3880,"tags":{},"startTime":1728302024604,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2658,"timestamp":1735485267814,"id":3966,"parentId":3881,"tags":{},"startTime":1728302024604,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2619,"timestamp":1735485267853,"id":3967,"parentId":3882,"tags":{},"startTime":1728302024604,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2569,"timestamp":1735485267903,"id":3968,"parentId":3883,"tags":{},"startTime":1728302024604,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2529,"timestamp":1735485267944,"id":3969,"parentId":3884,"tags":{},"startTime":1728302024604,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2485,"timestamp":1735485267988,"id":3970,"parentId":3885,"tags":{},"startTime":1728302024604,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2443,"timestamp":1735485268031,"id":3971,"parentId":3886,"tags":{},"startTime":1728302024604,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2405,"timestamp":1735485268069,"id":3972,"parentId":3887,"tags":{},"startTime":1728302024604,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2357,"timestamp":1735485268118,"id":3973,"parentId":3888,"tags":{},"startTime":1728302024604,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2289,"timestamp":1735485268186,"id":3974,"parentId":3889,"tags":{},"startTime":1728302024604,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2250,"timestamp":1735485268226,"id":3975,"parentId":3890,"tags":{},"startTime":1728302024604,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2209,"timestamp":1735485268267,"id":3976,"parentId":3891,"tags":{},"startTime":1728302024604,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2169,"timestamp":1735485268308,"id":3977,"parentId":3892,"tags":{},"startTime":1728302024604,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2128,"timestamp":1735485268350,"id":3978,"parentId":3893,"tags":{},"startTime":1728302024604,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2087,"timestamp":1735485268390,"id":3979,"parentId":3894,"tags":{},"startTime":1728302024604,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2047,"timestamp":1735485268431,"id":3980,"parentId":3895,"tags":{},"startTime":1728302024604,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2004,"timestamp":1735485268475,"id":3981,"parentId":3896,"tags":{},"startTime":1728302024604,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1962,"timestamp":1735485268517,"id":3982,"parentId":3897,"tags":{},"startTime":1728302024604,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1917,"timestamp":1735485268562,"id":3983,"parentId":3898,"tags":{},"startTime":1728302024604,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1875,"timestamp":1735485268605,"id":3984,"parentId":3899,"tags":{},"startTime":1728302024605,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1835,"timestamp":1735485268645,"id":3985,"parentId":3900,"tags":{},"startTime":1728302024605,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1792,"timestamp":1735485268688,"id":3986,"parentId":3901,"tags":{},"startTime":1728302024605,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1750,"timestamp":1735485268730,"id":3987,"parentId":3902,"tags":{},"startTime":1728302024605,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1711,"timestamp":1735485268770,"id":3988,"parentId":3903,"tags":{},"startTime":1728302024605,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1670,"timestamp":1735485268811,"id":3989,"parentId":3904,"tags":{},"startTime":1728302024605,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1627,"timestamp":1735485268854,"id":3990,"parentId":3905,"tags":{},"startTime":1728302024605,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1587,"timestamp":1735485268895,"id":3991,"parentId":3906,"tags":{},"startTime":1728302024605,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1540,"timestamp":1735485268942,"id":3992,"parentId":3907,"tags":{},"startTime":1728302024605,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1499,"timestamp":1735485268983,"id":3993,"parentId":3908,"tags":{},"startTime":1728302024605,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1459,"timestamp":1735485269024,"id":3994,"parentId":3909,"tags":{},"startTime":1728302024605,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1416,"timestamp":1735485269067,"id":3995,"parentId":3910,"tags":{},"startTime":1728302024605,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1372,"timestamp":1735485269112,"id":3996,"parentId":3911,"tags":{},"startTime":1728302024605,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1314,"timestamp":1735485269170,"id":3997,"parentId":3913,"tags":{},"startTime":1728302024605,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1275,"timestamp":1735485269209,"id":3998,"parentId":3914,"tags":{},"startTime":1728302024605,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":6458,"timestamp":1735485264296,"id":3869,"parentId":3467,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/node/state.mjs","layer":"app-pages-browser"},"startTime":1728302024600,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":6743,"timestamp":1735485264372,"id":3870,"parentId":3467,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.mjs","layer":"app-pages-browser"},"startTime":1728302024600,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":6919,"timestamp":1735485264439,"id":3871,"parentId":3467,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.mjs","layer":"app-pages-browser"},"startTime":1728302024600,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":6961,"timestamp":1735485264631,"id":3879,"parentId":3560,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/Pressable.mjs","layer":"app-pages-browser"},"startTime":1728302024601,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":7189,"timestamp":1735485264695,"id":3880,"parentId":3560,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/PressResponder.mjs","layer":"app-pages-browser"},"startTime":1728302024601,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":7373,"timestamp":1735485264756,"id":3881,"parentId":3560,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useFocus.mjs","layer":"app-pages-browser"},"startTime":1728302024601,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":8250,"timestamp":1735485264815,"id":3882,"parentId":3560,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useFocusVisible.mjs","layer":"app-pages-browser"},"startTime":1728302024601,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":8393,"timestamp":1735485264901,"id":3883,"parentId":3560,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useFocusWithin.mjs","layer":"app-pages-browser"},"startTime":1728302024601,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":8742,"timestamp":1735485264962,"id":3884,"parentId":3560,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useHover.mjs","layer":"app-pages-browser"},"startTime":1728302024601,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":9028,"timestamp":1735485265022,"id":3885,"parentId":3560,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useInteractOutside.mjs","layer":"app-pages-browser"},"startTime":1728302024601,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":9073,"timestamp":1735485265084,"id":3886,"parentId":3560,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useKeyboard.mjs","layer":"app-pages-browser"},"startTime":1728302024601,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":9804,"timestamp":1735485265146,"id":3887,"parentId":3560,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useMove.mjs","layer":"app-pages-browser"},"startTime":1728302024601,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":11850,"timestamp":1735485265206,"id":3888,"parentId":3560,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/usePress.mjs","layer":"app-pages-browser"},"startTime":1728302024601,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":11990,"timestamp":1735485265269,"id":3889,"parentId":3560,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useScrollWheel.mjs","layer":"app-pages-browser"},"startTime":1728302024601,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12209,"timestamp":1735485265332,"id":3890,"parentId":3560,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/useLongPress.mjs","layer":"app-pages-browser"},"startTime":1728302024601,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12375,"timestamp":1735485265392,"id":3891,"parentId":3587,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/hsla-to-rgba.mjs","layer":"app-pages-browser"},"startTime":1728302024601,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12547,"timestamp":1735485265455,"id":3892,"parentId":3553,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/config-motion.mjs","layer":"app-pages-browser"},"startTime":1728302024601,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12587,"timestamp":1735485265519,"id":3893,"parentId":3553,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/config-motion.mjs","layer":"app-pages-browser"},"startTime":1728302024601,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12731,"timestamp":1735485265582,"id":3894,"parentId":3553,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/use-render.mjs","layer":"app-pages-browser"},"startTime":1728302024601,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13085,"timestamp":1735485265644,"id":3895,"parentId":3565,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/animation/mix-values.mjs","layer":"app-pages-browser"},"startTime":1728302024602,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13154,"timestamp":1735485265709,"id":3896,"parentId":3565,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/copy.mjs","layer":"app-pages-browser"},"startTime":1728302024602,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13488,"timestamp":1735485265771,"id":3897,"parentId":3565,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.mjs","layer":"app-pages-browser"},"startTime":1728302024602,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13712,"timestamp":1735485265832,"id":3898,"parentId":3565,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.mjs","layer":"app-pages-browser"},"startTime":1728302024602,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13843,"timestamp":1735485265892,"id":3899,"parentId":3565,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/utils.mjs","layer":"app-pages-browser"},"startTime":1728302024602,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14123,"timestamp":1735485265953,"id":3900,"parentId":3565,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/shared/stack.mjs","layer":"app-pages-browser"},"startTime":1728302024602,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14318,"timestamp":1735485266014,"id":3901,"parentId":3565,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/styles/transform.mjs","layer":"app-pages-browser"},"startTime":1728302024602,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14344,"timestamp":1735485266074,"id":3902,"parentId":3565,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/utils/each-axis.mjs","layer":"app-pages-browser"},"startTime":1728302024602,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14426,"timestamp":1735485266136,"id":3903,"parentId":3565,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/utils/has-transform.mjs","layer":"app-pages-browser"},"startTime":1728302024602,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14527,"timestamp":1735485266196,"id":3904,"parentId":3567,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/default-transitions.mjs","layer":"app-pages-browser"},"startTime":1728302024602,"traceId":"480ec8b9e15b14de"}] +[{"name":"build-module-mjs","duration":14678,"timestamp":1735485266258,"id":3905,"parentId":3569,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/value/use-will-change/is.mjs","layer":"app-pages-browser"},"startTime":1728302024602,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14753,"timestamp":1735485266319,"id":3906,"parentId":3574,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/animation/utils/is-animatable.mjs","layer":"app-pages-browser"},"startTime":1728302024602,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14787,"timestamp":1735485266380,"id":3907,"parentId":3592,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/easing/utils/get-easing-for-segment.mjs","layer":"app-pages-browser"},"startTime":1728302024602,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14805,"timestamp":1735485266442,"id":3908,"parentId":3556,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/value-types/type-auto.mjs","layer":"app-pages-browser"},"startTime":1728302024602,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14909,"timestamp":1735485266504,"id":3909,"parentId":3599,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/inset.mjs","layer":"app-pages-browser"},"startTime":1728302024602,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14939,"timestamp":1735485266566,"id":3910,"parentId":3599,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/presets.mjs","layer":"app-pages-browser"},"startTime":1728302024602,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15065,"timestamp":1735485266628,"id":3911,"parentId":3599,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/offset.mjs","layer":"app-pages-browser"},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15090,"timestamp":1735485266722,"id":3913,"parentId":3552,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"app-pages-browser"},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15115,"timestamp":1735485266781,"id":3914,"parentId":3552,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"app-pages-browser"},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":15839,"timestamp":1735485267261,"id":3956,"parentId":3955,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":15858,"timestamp":1735485267243,"id":3955,"parentId":3868,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":19361,"timestamp":1735485264247,"id":3868,"parentId":3447,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/index.js","layer":"app-pages-browser"},"startTime":1728302024600,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":16353,"timestamp":1735485267297,"id":3960,"parentId":3959,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":16369,"timestamp":1735485267282,"id":3959,"parentId":3912,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":17417,"timestamp":1735485266690,"id":3912,"parentId":3554,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js","layer":"app-pages-browser"},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":16886,"timestamp":1735485267240,"id":3954,"parentId":3953,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":16942,"timestamp":1735485267185,"id":3953,"parentId":3867,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":20610,"timestamp":1735485264118,"id":3867,"parentId":3451,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/hot-linked-text/index.js","layer":"app-pages-browser"},"startTime":1728302024600,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":17464,"timestamp":1735485267280,"id":3958,"parentId":3957,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":17482,"timestamp":1735485267263,"id":3957,"parentId":3872,"tags":{},"startTime":1728302024603,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":20708,"timestamp":1735485264513,"id":3872,"parentId":3469,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js","layer":"app-pages-browser"},"startTime":1728302024600,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":532,"timestamp":1735485292142,"id":4012,"parentId":4000,"tags":{},"startTime":1728302024628,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":568,"timestamp":1735485292165,"id":4013,"parentId":4002,"tags":{},"startTime":1728302024628,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":734,"timestamp":1735485292167,"id":4014,"parentId":4003,"tags":{},"startTime":1728302024628,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":866,"timestamp":1735485292170,"id":4015,"parentId":4004,"tags":{},"startTime":1728302024628,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":928,"timestamp":1735485292172,"id":4016,"parentId":4005,"tags":{},"startTime":1728302024628,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":973,"timestamp":1735485292174,"id":4017,"parentId":4006,"tags":{},"startTime":1728302024628,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1020,"timestamp":1735485292175,"id":4018,"parentId":4007,"tags":{},"startTime":1728302024628,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1061,"timestamp":1735485292177,"id":4019,"parentId":4008,"tags":{},"startTime":1728302024628,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13081,"timestamp":1735485292683,"id":4028,"parentId":4000,"tags":{},"startTime":1728302024629,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12996,"timestamp":1735485292774,"id":4029,"parentId":4002,"tags":{},"startTime":1728302024629,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12841,"timestamp":1735485292929,"id":4030,"parentId":4003,"tags":{},"startTime":1728302024629,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12727,"timestamp":1735485293044,"id":4031,"parentId":4004,"tags":{},"startTime":1728302024629,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12669,"timestamp":1735485293103,"id":4032,"parentId":4005,"tags":{},"startTime":1728302024629,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12624,"timestamp":1735485293149,"id":4033,"parentId":4006,"tags":{},"startTime":1728302024629,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12576,"timestamp":1735485293197,"id":4034,"parentId":4007,"tags":{},"startTime":1728302024629,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12534,"timestamp":1735485293240,"id":4035,"parentId":4008,"tags":{},"startTime":1728302024629,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15295,"timestamp":1735485290992,"id":4000,"parentId":3719,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/focus/dist/isElementVisible.mjs","layer":"app-pages-browser"},"startTime":1728302024627,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15278,"timestamp":1735485291181,"id":4002,"parentId":3732,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/utils/shallow-compare.mjs","layer":"app-pages-browser"},"startTime":1728302024627,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15384,"timestamp":1735485291253,"id":4003,"parentId":3728,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/projection/geometry/conversion.mjs","layer":"app-pages-browser"},"startTime":1728302024627,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15523,"timestamp":1735485291319,"id":4004,"parentId":3732,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/utils/get-variant-context.mjs","layer":"app-pages-browser"},"startTime":1728302024627,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15585,"timestamp":1735485291384,"id":4005,"parentId":3735,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.mjs","layer":"app-pages-browser"},"startTime":1728302024627,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":16041,"timestamp":1735485291448,"id":4006,"parentId":3730,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.mjs","layer":"app-pages-browser"},"startTime":1728302024627,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":16159,"timestamp":1735485291512,"id":4007,"parentId":3738,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/transform-origin.mjs","layer":"app-pages-browser"},"startTime":1728302024627,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":17567,"timestamp":1735485291575,"id":4008,"parentId":3738,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/path.mjs","layer":"app-pages-browser"},"startTime":1728302024627,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":110328,"timestamp":1735485200503,"id":3768,"parentId":3718,"tags":{},"startTime":1728302024536,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":56,"timestamp":1735485310840,"id":4036,"parentId":3718,"tags":{},"startTime":1728302024647,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":113205,"timestamp":1735485197878,"id":3718,"parentId":2413,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-refresh/runtime.js","layer":"app-pages-browser"},"startTime":1728302024534,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":19214,"timestamp":1735485292504,"id":4021,"parentId":4020,"tags":{},"startTime":1728302024628,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":19265,"timestamp":1735485292455,"id":4020,"parentId":4001,"tags":{},"startTime":1728302024628,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":22218,"timestamp":1735485291129,"id":4001,"parentId":3753,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1728302024627,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":20833,"timestamp":1735485292555,"id":4027,"parentId":4026,"tags":{},"startTime":1728302024628,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20847,"timestamp":1735485292543,"id":4026,"parentId":4011,"tags":{},"startTime":1728302024628,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":23640,"timestamp":1735485291700,"id":4011,"parentId":3750,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/Terminal.js","layer":"app-pages-browser"},"startTime":1728302024628,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":22842,"timestamp":1735485292541,"id":4025,"parentId":4024,"tags":{},"startTime":1728302024628,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":22857,"timestamp":1735485292528,"id":4024,"parentId":4010,"tags":{},"startTime":1728302024628,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":24631,"timestamp":1735485291668,"id":4010,"parentId":3749,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/Overlay.js","layer":"app-pages-browser"},"startTime":1728302024628,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":23809,"timestamp":1735485292526,"id":4023,"parentId":4022,"tags":{},"startTime":1728302024628,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":23828,"timestamp":1735485292509,"id":4022,"parentId":4009,"tags":{},"startTime":1728302024628,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":26159,"timestamp":1735485291636,"id":4009,"parentId":3763,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stack-frame.js","layer":"app-pages-browser"},"startTime":1728302024628,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9930,"timestamp":1735485321691,"id":4055,"parentId":4054,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9956,"timestamp":1735485321670,"id":4054,"parentId":4038,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12098,"timestamp":1735485320531,"id":4038,"parentId":3748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogBody.js","layer":"app-pages-browser"},"startTime":1728302024656,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10937,"timestamp":1735485321711,"id":4057,"parentId":4056,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10957,"timestamp":1735485321693,"id":4056,"parentId":4039,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12660,"timestamp":1735485320584,"id":4039,"parentId":3748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogContent.js","layer":"app-pages-browser"},"startTime":1728302024656,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11513,"timestamp":1735485321747,"id":4061,"parentId":4060,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11528,"timestamp":1735485321733,"id":4060,"parentId":4041,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":13239,"timestamp":1735485320669,"id":4041,"parentId":3748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/styles.js","layer":"app-pages-browser"},"startTime":1728302024657,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":12268,"timestamp":1735485321666,"id":4053,"parentId":4052,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12321,"timestamp":1735485321615,"id":4052,"parentId":4037,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":14448,"timestamp":1735485320406,"id":4037,"parentId":3748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/Dialog.js","layer":"app-pages-browser"},"startTime":1728302024656,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":13140,"timestamp":1735485321731,"id":4059,"parentId":4058,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13159,"timestamp":1735485321713,"id":4058,"parentId":4040,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":14789,"timestamp":1735485320627,"id":4040,"parentId":3748,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogHeader.js","layer":"app-pages-browser"},"startTime":1728302024657,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":13667,"timestamp":1735485321763,"id":4063,"parentId":4062,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13682,"timestamp":1735485321749,"id":4062,"parentId":4042,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15387,"timestamp":1735485320711,"id":4042,"parentId":3751,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/styles.js","layer":"app-pages-browser"},"startTime":1728302024657,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":14309,"timestamp":1735485321812,"id":4069,"parentId":4068,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":14327,"timestamp":1735485321796,"id":4068,"parentId":4045,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":16049,"timestamp":1735485320828,"id":4045,"parentId":3766,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/Toast.js","layer":"app-pages-browser"},"startTime":1728302024657,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":15098,"timestamp":1735485321794,"id":4067,"parentId":4066,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":15114,"timestamp":1735485321780,"id":4066,"parentId":4044,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":16654,"timestamp":1735485320790,"id":4044,"parentId":3766,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/styles.js","layer":"app-pages-browser"},"startTime":1728302024657,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":15619,"timestamp":1735485321844,"id":4073,"parentId":4072,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":15634,"timestamp":1735485321830,"id":4072,"parentId":4047,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":17123,"timestamp":1735485320911,"id":4047,"parentId":3765,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CollapseIcon.js","layer":"app-pages-browser"},"startTime":1728302024657,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":16174,"timestamp":1735485321875,"id":4077,"parentId":4076,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":16189,"timestamp":1735485321861,"id":4076,"parentId":4049,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":17598,"timestamp":1735485320988,"id":4049,"parentId":3767,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/index.js","layer":"app-pages-browser"},"startTime":1728302024657,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":17021,"timestamp":1735485321779,"id":4065,"parentId":4064,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":17036,"timestamp":1735485321765,"id":4064,"parentId":4043,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":18955,"timestamp":1735485320751,"id":4043,"parentId":3751,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/VersionStalenessInfo.js","layer":"app-pages-browser"},"startTime":1728302024657,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":17894,"timestamp":1735485321828,"id":4071,"parentId":4070,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":17909,"timestamp":1735485321814,"id":4070,"parentId":4046,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":19466,"timestamp":1735485320873,"id":4046,"parentId":3767,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/group-stack-frames-by-framework.js","layer":"app-pages-browser"},"startTime":1728302024657,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":18498,"timestamp":1735485321859,"id":4075,"parentId":4074,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":18513,"timestamp":1735485321845,"id":4074,"parentId":4048,"tags":{},"startTime":1728302024658,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":20140,"timestamp":1735485320948,"id":4048,"parentId":3767,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/GroupedStackFrames.js","layer":"app-pages-browser"},"startTime":1728302024657,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":512,"timestamp":1735485346611,"id":4095,"parentId":4078,"tags":{},"startTime":1728302024683,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":568,"timestamp":1735485346615,"id":4096,"parentId":4079,"tags":{},"startTime":1728302024683,"traceId":"480ec8b9e15b14de"}] +[{"name":"read-resource","duration":853,"timestamp":1735485346619,"id":4097,"parentId":4080,"tags":{},"startTime":1728302024683,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":896,"timestamp":1735485346621,"id":4098,"parentId":4081,"tags":{},"startTime":1728302024683,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":940,"timestamp":1735485346624,"id":4099,"parentId":4082,"tags":{},"startTime":1728302024683,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":986,"timestamp":1735485346627,"id":4100,"parentId":4083,"tags":{},"startTime":1728302024683,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1027,"timestamp":1735485346629,"id":4101,"parentId":4084,"tags":{},"startTime":1728302024683,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1072,"timestamp":1735485346631,"id":4102,"parentId":4085,"tags":{},"startTime":1728302024683,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1118,"timestamp":1735485346634,"id":4103,"parentId":4087,"tags":{},"startTime":1728302024683,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1161,"timestamp":1735485346636,"id":4104,"parentId":4089,"tags":{},"startTime":1728302024683,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1202,"timestamp":1735485346638,"id":4105,"parentId":4090,"tags":{},"startTime":1728302024683,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1243,"timestamp":1735485346640,"id":4106,"parentId":4091,"tags":{},"startTime":1728302024683,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1285,"timestamp":1735485346642,"id":4107,"parentId":4092,"tags":{},"startTime":1728302024683,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11180,"timestamp":1735485347135,"id":4112,"parentId":4078,"tags":{},"startTime":1728302024683,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10897,"timestamp":1735485347425,"id":4113,"parentId":4079,"tags":{},"startTime":1728302024683,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10848,"timestamp":1735485347475,"id":4114,"parentId":4080,"tags":{},"startTime":1728302024683,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10804,"timestamp":1735485347520,"id":4115,"parentId":4081,"tags":{},"startTime":1728302024683,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10758,"timestamp":1735485347567,"id":4116,"parentId":4082,"tags":{},"startTime":1728302024683,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10711,"timestamp":1735485347615,"id":4117,"parentId":4083,"tags":{},"startTime":1728302024684,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10669,"timestamp":1735485347658,"id":4118,"parentId":4084,"tags":{},"startTime":1728302024684,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10623,"timestamp":1735485347706,"id":4119,"parentId":4085,"tags":{},"startTime":1728302024684,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10576,"timestamp":1735485347754,"id":4120,"parentId":4087,"tags":{},"startTime":1728302024684,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10532,"timestamp":1735485347799,"id":4121,"parentId":4089,"tags":{},"startTime":1728302024684,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10489,"timestamp":1735485347843,"id":4122,"parentId":4090,"tags":{},"startTime":1728302024684,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10447,"timestamp":1735485347885,"id":4123,"parentId":4091,"tags":{},"startTime":1728302024684,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10404,"timestamp":1735485347930,"id":4124,"parentId":4092,"tags":{},"startTime":1728302024684,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13463,"timestamp":1735485345293,"id":4078,"parentId":3880,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/context.mjs","layer":"app-pages-browser"},"startTime":1728302024681,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14047,"timestamp":1735485345443,"id":4079,"parentId":3881,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/utils.mjs","layer":"app-pages-browser"},"startTime":1728302024681,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14179,"timestamp":1735485345524,"id":4080,"parentId":3886,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/createEventHandler.mjs","layer":"app-pages-browser"},"startTime":1728302024681,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14494,"timestamp":1735485345602,"id":4081,"parentId":3887,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/interactions/dist/textSelection.mjs","layer":"app-pages-browser"},"startTime":1728302024682,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14856,"timestamp":1735485345685,"id":4082,"parentId":3894,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/use-props.mjs","layer":"app-pages-browser"},"startTime":1728302024682,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15014,"timestamp":1735485345766,"id":4083,"parentId":3894,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/use-props.mjs","layer":"app-pages-browser"},"startTime":1728302024682,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15099,"timestamp":1735485345840,"id":4084,"parentId":3892,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.mjs","layer":"app-pages-browser"},"startTime":1728302024682,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15117,"timestamp":1735485345917,"id":4085,"parentId":3893,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.mjs","layer":"app-pages-browser"},"startTime":1728302024682,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15225,"timestamp":1735485346045,"id":4087,"parentId":3911,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/edge.mjs","layer":"app-pages-browser"},"startTime":1728302024682,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15258,"timestamp":1735485346160,"id":4089,"parentId":3888,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_private_field_get.js","layer":"app-pages-browser"},"startTime":1728302024682,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15307,"timestamp":1735485346232,"id":4090,"parentId":3888,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_private_field_init.js","layer":"app-pages-browser"},"startTime":1728302024682,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15368,"timestamp":1735485346304,"id":4091,"parentId":3888,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_private_field_set.js","layer":"app-pages-browser"},"startTime":1728302024682,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":16023,"timestamp":1735485346378,"id":4092,"parentId":3719,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/import.mjs","layer":"app-pages-browser"},"startTime":1728302024682,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":99249,"timestamp":1735485264621,"id":3878,"parentId":3877,"tags":{},"startTime":1728302024601,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":111807,"timestamp":1735485264609,"id":3877,"parentId":3216,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react/cjs/react.development.js","layer":"app-pages-browser"},"startTime":1728302024601,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":111886,"timestamp":1735485264562,"id":3874,"parentId":3873,"tags":{},"startTime":1728302024600,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":115635,"timestamp":1735485264546,"id":3873,"parentId":3164,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react/cjs/react-jsx-dev-runtime.development.js","layer":"app-pages-browser"},"startTime":1728302024600,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":115597,"timestamp":1735485264597,"id":3876,"parentId":3875,"tags":{},"startTime":1728302024601,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":119352,"timestamp":1735485264584,"id":3875,"parentId":3166,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.development.js","layer":"app-pages-browser"},"startTime":1728302024601,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":37282,"timestamp":1735485346898,"id":4109,"parentId":4108,"tags":{},"startTime":1728302024683,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":37339,"timestamp":1735485346843,"id":4108,"parentId":4086,"tags":{},"startTime":1728302024683,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":39178,"timestamp":1735485345995,"id":4086,"parentId":3867,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/magic-identifier.js","layer":"app-pages-browser"},"startTime":1728302024682,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":38283,"timestamp":1735485346922,"id":4111,"parentId":4110,"tags":{},"startTime":1728302024683,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":38303,"timestamp":1735485346903,"id":4110,"parentId":4088,"tags":{},"startTime":1728302024683,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":40466,"timestamp":1735485346119,"id":4088,"parentId":3868,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/LeftRightDialogHeader.js","layer":"app-pages-browser"},"startTime":1728302024682,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":657,"timestamp":1735485398046,"id":4129,"parentId":4128,"tags":{},"startTime":1728302024734,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":1012878,"timestamp":1735484396003,"id":2328,"parentId":2324,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728302023732,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11265,"timestamp":1735485398714,"id":4136,"parentId":4128,"tags":{},"startTime":1728302024735,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":14048,"timestamp":1735485397576,"id":4128,"parentId":4011,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/anser/index.js","layer":"app-pages-browser"},"startTime":1728302024733,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":14063,"timestamp":1735485398584,"id":4135,"parentId":4134,"tags":{},"startTime":1728302024734,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":14079,"timestamp":1735485398569,"id":4134,"parentId":4127,"tags":{},"startTime":1728302024734,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15744,"timestamp":1735485397532,"id":4127,"parentId":4010,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/body-locker.js","layer":"app-pages-browser"},"startTime":1728302024733,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":14765,"timestamp":1735485398537,"id":4131,"parentId":4130,"tags":{},"startTime":1728302024734,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":14926,"timestamp":1735485398377,"id":4130,"parentId":4125,"tags":{},"startTime":1728302024734,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":16599,"timestamp":1735485397271,"id":4125,"parentId":4011,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/EditorLink.js","layer":"app-pages-browser"},"startTime":1728302024733,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1046,"timestamp":1735485415232,"id":4142,"parentId":4141,"tags":{},"startTime":1728302024751,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":318,"timestamp":1735485416285,"id":4151,"parentId":4141,"tags":{},"startTime":1728302024752,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":1750,"timestamp":1735485415116,"id":4141,"parentId":3882,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/ssr/dist/import.mjs","layer":"app-pages-browser"},"startTime":1728302024751,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":97518,"timestamp":1735485321043,"id":4051,"parentId":4050,"tags":{},"startTime":1728302024657,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":97825,"timestamp":1735485321024,"id":4050,"parentId":3452,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1728302024657,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":369,"timestamp":1735485422501,"id":4187,"parentId":4152,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":421,"timestamp":1735485422512,"id":4188,"parentId":4153,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":490,"timestamp":1735485422514,"id":4189,"parentId":4154,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":548,"timestamp":1735485422517,"id":4190,"parentId":4155,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":590,"timestamp":1735485422520,"id":4191,"parentId":4156,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":762,"timestamp":1735485422522,"id":4192,"parentId":4157,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":928,"timestamp":1735485422525,"id":4193,"parentId":4158,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":977,"timestamp":1735485422527,"id":4194,"parentId":4159,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1016,"timestamp":1735485422530,"id":4195,"parentId":4160,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1069,"timestamp":1735485422532,"id":4196,"parentId":4161,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1111,"timestamp":1735485422534,"id":4197,"parentId":4162,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1153,"timestamp":1735485422536,"id":4198,"parentId":4163,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1191,"timestamp":1735485422538,"id":4199,"parentId":4164,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1233,"timestamp":1735485422539,"id":4200,"parentId":4165,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1275,"timestamp":1735485422541,"id":4201,"parentId":4166,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1317,"timestamp":1735485422543,"id":4202,"parentId":4167,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1386,"timestamp":1735485422545,"id":4203,"parentId":4168,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1425,"timestamp":1735485422547,"id":4204,"parentId":4169,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1462,"timestamp":1735485422549,"id":4205,"parentId":4170,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1505,"timestamp":1735485422551,"id":4206,"parentId":4171,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1543,"timestamp":1735485422552,"id":4207,"parentId":4172,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1582,"timestamp":1735485422554,"id":4208,"parentId":4173,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1619,"timestamp":1735485422556,"id":4209,"parentId":4174,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1657,"timestamp":1735485422557,"id":4210,"parentId":4175,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1695,"timestamp":1735485422559,"id":4211,"parentId":4176,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1749,"timestamp":1735485422560,"id":4212,"parentId":4177,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1804,"timestamp":1735485422562,"id":4213,"parentId":4178,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1844,"timestamp":1735485422564,"id":4214,"parentId":4179,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1883,"timestamp":1735485422565,"id":4215,"parentId":4180,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1921,"timestamp":1735485422567,"id":4216,"parentId":4181,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1961,"timestamp":1735485422569,"id":4217,"parentId":4182,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2037,"timestamp":1735485422570,"id":4218,"parentId":4183,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2078,"timestamp":1735485422572,"id":4219,"parentId":4184,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2115,"timestamp":1735485422574,"id":4220,"parentId":4185,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2155,"timestamp":1735485422575,"id":4221,"parentId":4186,"tags":{},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2506,"timestamp":1735485422882,"id":4222,"parentId":4152,"tags":{},"startTime":1728302024759,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2454,"timestamp":1735485422935,"id":4223,"parentId":4153,"tags":{},"startTime":1728302024759,"traceId":"480ec8b9e15b14de"}] +[{"name":"next-swc-loader","duration":2864,"timestamp":1735485423016,"id":4224,"parentId":4154,"tags":{},"startTime":1728302024759,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2818,"timestamp":1735485423068,"id":4225,"parentId":4155,"tags":{},"startTime":1728302024759,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2775,"timestamp":1735485423112,"id":4226,"parentId":4156,"tags":{},"startTime":1728302024759,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2598,"timestamp":1735485423290,"id":4227,"parentId":4157,"tags":{},"startTime":1728302024759,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2430,"timestamp":1735485423459,"id":4228,"parentId":4158,"tags":{},"startTime":1728302024759,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2384,"timestamp":1735485423507,"id":4229,"parentId":4159,"tags":{},"startTime":1728302024759,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2345,"timestamp":1735485423548,"id":4230,"parentId":4160,"tags":{},"startTime":1728302024759,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2289,"timestamp":1735485423604,"id":4231,"parentId":4161,"tags":{},"startTime":1728302024760,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2248,"timestamp":1735485423647,"id":4232,"parentId":4162,"tags":{},"startTime":1728302024760,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2205,"timestamp":1735485423691,"id":4233,"parentId":4163,"tags":{},"startTime":1728302024760,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2167,"timestamp":1735485423730,"id":4234,"parentId":4164,"tags":{},"startTime":1728302024760,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2124,"timestamp":1735485423774,"id":4235,"parentId":4165,"tags":{},"startTime":1728302024760,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2081,"timestamp":1735485423818,"id":4236,"parentId":4166,"tags":{},"startTime":1728302024760,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2038,"timestamp":1735485423862,"id":4237,"parentId":4167,"tags":{},"startTime":1728302024760,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1968,"timestamp":1735485423933,"id":4238,"parentId":4168,"tags":{},"startTime":1728302024760,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1930,"timestamp":1735485423973,"id":4239,"parentId":4169,"tags":{},"startTime":1728302024760,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1887,"timestamp":1735485424017,"id":4240,"parentId":4170,"tags":{},"startTime":1728302024760,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1847,"timestamp":1735485424058,"id":4241,"parentId":4171,"tags":{},"startTime":1728302024760,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1809,"timestamp":1735485424098,"id":4242,"parentId":4172,"tags":{},"startTime":1728302024760,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1769,"timestamp":1735485424138,"id":4243,"parentId":4173,"tags":{},"startTime":1728302024760,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1732,"timestamp":1735485424177,"id":4244,"parentId":4174,"tags":{},"startTime":1728302024760,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1694,"timestamp":1735485424216,"id":4245,"parentId":4175,"tags":{},"startTime":1728302024760,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1655,"timestamp":1735485424256,"id":4246,"parentId":4176,"tags":{},"startTime":1728302024760,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1598,"timestamp":1735485424314,"id":4247,"parentId":4177,"tags":{},"startTime":1728302024760,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1545,"timestamp":1735485424368,"id":4248,"parentId":4178,"tags":{},"startTime":1728302024760,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1505,"timestamp":1735485424409,"id":4249,"parentId":4179,"tags":{},"startTime":1728302024760,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1465,"timestamp":1735485424451,"id":4250,"parentId":4180,"tags":{},"startTime":1728302024760,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1426,"timestamp":1735485424490,"id":4251,"parentId":4181,"tags":{},"startTime":1728302024760,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1386,"timestamp":1735485424532,"id":4252,"parentId":4182,"tags":{},"startTime":1728302024760,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1309,"timestamp":1735485424610,"id":4253,"parentId":4183,"tags":{},"startTime":1728302024761,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1269,"timestamp":1735485424651,"id":4254,"parentId":4184,"tags":{},"startTime":1728302024761,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1231,"timestamp":1735485424690,"id":4255,"parentId":4185,"tags":{},"startTime":1728302024761,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1190,"timestamp":1735485424732,"id":4256,"parentId":4186,"tags":{},"startTime":1728302024761,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6201,"timestamp":1735485420217,"id":4152,"parentId":4089,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.js","layer":"app-pages-browser"},"startTime":1728302024756,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6375,"timestamp":1735485420363,"id":4153,"parentId":4089,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.js","layer":"app-pages-browser"},"startTime":1728302024756,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6576,"timestamp":1735485420442,"id":4154,"parentId":4090,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_check_private_redeclaration.js","layer":"app-pages-browser"},"startTime":1728302024756,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6708,"timestamp":1735485420513,"id":4155,"parentId":4091,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.js","layer":"app-pages-browser"},"startTime":1728302024756,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":7380,"timestamp":1735485420583,"id":4156,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useId.mjs","layer":"app-pages-browser"},"startTime":1728302024756,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":7494,"timestamp":1735485420647,"id":4157,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/chain.mjs","layer":"app-pages-browser"},"startTime":1728302024757,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":7852,"timestamp":1735485420709,"id":4158,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/domHelpers.mjs","layer":"app-pages-browser"},"startTime":1728302024757,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":8068,"timestamp":1735485420771,"id":4159,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/mergeProps.mjs","layer":"app-pages-browser"},"startTime":1728302024757,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":8132,"timestamp":1735485420834,"id":4160,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/mergeRefs.mjs","layer":"app-pages-browser"},"startTime":1728302024757,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":8326,"timestamp":1735485420894,"id":4161,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/filterDOMProps.mjs","layer":"app-pages-browser"},"startTime":1728302024757,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":8605,"timestamp":1735485420957,"id":4162,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/focusWithoutScrolling.mjs","layer":"app-pages-browser"},"startTime":1728302024757,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":8732,"timestamp":1735485421019,"id":4163,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/getOffset.mjs","layer":"app-pages-browser"},"startTime":1728302024757,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":9944,"timestamp":1735485421079,"id":4164,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/openLink.mjs","layer":"app-pages-browser"},"startTime":1728302024757,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10334,"timestamp":1735485421138,"id":4165,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/runAfterTransition.mjs","layer":"app-pages-browser"},"startTime":1728302024757,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":10972,"timestamp":1735485421198,"id":4166,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useDrag1D.mjs","layer":"app-pages-browser"},"startTime":1728302024757,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":11270,"timestamp":1735485421258,"id":4167,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useGlobalListeners.mjs","layer":"app-pages-browser"},"startTime":1728302024757,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":11508,"timestamp":1735485421318,"id":4168,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useLabels.mjs","layer":"app-pages-browser"},"startTime":1728302024757,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":11663,"timestamp":1735485421376,"id":4169,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useObjectRef.mjs","layer":"app-pages-browser"},"startTime":1728302024757,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":11779,"timestamp":1735485421434,"id":4170,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useUpdateEffect.mjs","layer":"app-pages-browser"},"startTime":1728302024757,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":11892,"timestamp":1735485421496,"id":4171,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useLayoutEffect.mjs","layer":"app-pages-browser"},"startTime":1728302024757,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12145,"timestamp":1735485421555,"id":4172,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useResizeObserver.mjs","layer":"app-pages-browser"},"startTime":1728302024757,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12227,"timestamp":1735485421616,"id":4173,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useSyncRef.mjs","layer":"app-pages-browser"},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12469,"timestamp":1735485421674,"id":4174,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/getScrollParent.mjs","layer":"app-pages-browser"},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":12821,"timestamp":1735485421735,"id":4175,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/getScrollParents.mjs","layer":"app-pages-browser"},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13132,"timestamp":1735485421798,"id":4176,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/isScrollable.mjs","layer":"app-pages-browser"},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":13740,"timestamp":1735485421859,"id":4177,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useViewportSize.mjs","layer":"app-pages-browser"},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14048,"timestamp":1735485421919,"id":4178,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useDescription.mjs","layer":"app-pages-browser"},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14366,"timestamp":1735485421979,"id":4179,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/platform.mjs","layer":"app-pages-browser"},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14561,"timestamp":1735485422038,"id":4180,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useEvent.mjs","layer":"app-pages-browser"},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":14700,"timestamp":1735485422096,"id":4181,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useValueEffect.mjs","layer":"app-pages-browser"},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15318,"timestamp":1735485422157,"id":4182,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/scrollIntoView.mjs","layer":"app-pages-browser"},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15496,"timestamp":1735485422216,"id":4183,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/isVirtualEvent.mjs","layer":"app-pages-browser"},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15632,"timestamp":1735485422275,"id":4184,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useEffectEvent.mjs","layer":"app-pages-browser"},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15715,"timestamp":1735485422336,"id":4185,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useDeepMemo.mjs","layer":"app-pages-browser"},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":15835,"timestamp":1735485422394,"id":4186,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/utils/dist/useFormReset.mjs","layer":"app-pages-browser"},"startTime":1728302024758,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":22697,"timestamp":1735485416124,"id":4144,"parentId":4143,"tags":{},"startTime":1728302024752,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":22744,"timestamp":1735485416080,"id":4143,"parentId":4137,"tags":{},"startTime":1728302024752,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":24598,"timestamp":1735485414912,"id":4137,"parentId":4037,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/hooks/use-on-click-outside.js","layer":"app-pages-browser"},"startTime":1728302024751,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":23449,"timestamp":1735485416144,"id":4146,"parentId":4145,"tags":{},"startTime":1728302024752,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":23467,"timestamp":1735485416128,"id":4145,"parentId":4138,"tags":{},"startTime":1728302024752,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":27939,"timestamp":1735485415006,"id":4138,"parentId":4048,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/FrameworkIcon.js","layer":"app-pages-browser"},"startTime":1728302024751,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":26995,"timestamp":1735485416172,"id":4150,"parentId":4149,"tags":{},"startTime":1728302024752,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":27010,"timestamp":1735485416160,"id":4149,"parentId":4140,"tags":{},"startTime":1728302024752,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":29043,"timestamp":1735485415082,"id":4140,"parentId":4048,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/CallStackFrame.js","layer":"app-pages-browser"},"startTime":1728302024751,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":28009,"timestamp":1735485416158,"id":4148,"parentId":4147,"tags":{},"startTime":1728302024752,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":28023,"timestamp":1735485416146,"id":4147,"parentId":4139,"tags":{},"startTime":1728302024752,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":30227,"timestamp":1735485415045,"id":4139,"parentId":4049,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/CodeFrame.js","layer":"app-pages-browser"},"startTime":1728302024751,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":47271,"timestamp":1735485398567,"id":4133,"parentId":4132,"tags":{},"startTime":1728302024734,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47297,"timestamp":1735485398544,"id":4132,"parentId":4126,"tags":{},"startTime":1728302024734,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":62132,"timestamp":1735485397481,"id":4126,"parentId":4010,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/maintain--tab-focus.js","layer":"app-pages-browser"},"startTime":1728302024733,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":113,"timestamp":1735485467327,"id":4260,"parentId":4259,"tags":{},"startTime":1728302024803,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":123308,"timestamp":1735485499580,"id":4267,"parentId":4266,"tags":{},"startTime":1728302024835,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":123376,"timestamp":1735485499519,"id":4266,"parentId":4257,"tags":{},"startTime":1728302024835,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":158396,"timestamp":1735485465319,"id":4257,"parentId":4125,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-open-in-editor.js","layer":"app-pages-browser"},"startTime":1728302024801,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":26,"timestamp":1735485625311,"id":4270,"parentId":4268,"tags":{},"startTime":1728302024961,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":82,"timestamp":1735485625315,"id":4271,"parentId":4269,"tags":{},"startTime":1728302024961,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":92,"timestamp":1735485625344,"id":4272,"parentId":4268,"tags":{},"startTime":1728302024961,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":38,"timestamp":1735485625399,"id":4273,"parentId":4269,"tags":{},"startTime":1728302024961,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":1284,"timestamp":1735485625085,"id":4268,"parentId":4141,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-aria/ssr/dist/SSRProvider.mjs","layer":"app-pages-browser"},"startTime":1728302024961,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":1305,"timestamp":1735485625210,"id":4269,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-stately/utils/dist/import.mjs","layer":"app-pages-browser"},"startTime":1728302024961,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":280234,"timestamp":1735485346467,"id":4094,"parentId":4093,"tags":{},"startTime":1728302024682,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":395312,"timestamp":1735485346447,"id":4093,"parentId":3478,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-dom/cjs/react-dom.development.js","layer":"app-pages-browser"},"startTime":1728302024682,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":76,"timestamp":1735485743244,"id":4276,"parentId":4274,"tags":{},"startTime":1728302025079,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":184,"timestamp":1735485743250,"id":4277,"parentId":4275,"tags":{},"startTime":1728302025079,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2442,"timestamp":1735485743328,"id":4278,"parentId":4274,"tags":{},"startTime":1728302025079,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2338,"timestamp":1735485743437,"id":4279,"parentId":4275,"tags":{},"startTime":1728302025079,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6855,"timestamp":1735485742761,"id":4274,"parentId":4126,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/platform/platform.js","layer":"app-pages-browser"},"startTime":1728302025079,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":7153,"timestamp":1735485743044,"id":4275,"parentId":4126,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/css.escape/css.escape.js","layer":"app-pages-browser"},"startTime":1728302025079,"traceId":"480ec8b9e15b14de"}] +[{"name":"read-resource","duration":288833,"timestamp":1735485467858,"id":4263,"parentId":4258,"tags":{},"startTime":1728302024804,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":63,"timestamp":1735485756703,"id":4280,"parentId":4258,"tags":{},"startTime":1728302025093,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":292264,"timestamp":1735485465477,"id":4258,"parentId":2414,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/mini-css-extract-plugin/hmr/hotModuleReplacement.js","layer":"app-pages-browser"},"startTime":1728302024801,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":290370,"timestamp":1735485467878,"id":4264,"parentId":4261,"tags":{},"startTime":1728302024804,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":70,"timestamp":1735485758255,"id":4281,"parentId":4261,"tags":{},"startTime":1728302025094,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":292460,"timestamp":1735485467344,"id":4261,"parentId":3718,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.development.js","layer":"app-pages-browser"},"startTime":1728302024803,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":612409,"timestamp":1735485467889,"id":4265,"parentId":4262,"tags":{},"startTime":1728302024804,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":615373,"timestamp":1735485467553,"id":4262,"parentId":4259,"tags":{},"startTime":1728302024803,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":33652,"timestamp":1735486082984,"id":4282,"parentId":4259,"tags":{"astUsed":"true"},"startTime":1728302025419,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":653117,"timestamp":1735485465614,"id":4259,"parentId":3999,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728302024802,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":1723253,"timestamp":1735484395562,"id":2325,"parentId":2324,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728302023731,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":268,"timestamp":1735486119260,"id":4287,"parentId":4283,"tags":{},"startTime":1728302025455,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":327,"timestamp":1735486119263,"id":4288,"parentId":4284,"tags":{},"startTime":1728302025455,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":344,"timestamp":1735486119534,"id":4289,"parentId":4283,"tags":{},"startTime":1728302025455,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":288,"timestamp":1735486119592,"id":4290,"parentId":4284,"tags":{},"startTime":1728302025455,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":1439,"timestamp":1735486118956,"id":4283,"parentId":4269,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-stately/utils/dist/useControlledState.mjs","layer":"app-pages-browser"},"startTime":1728302025455,"traceId":"480ec8b9e15b14de"},{"name":"build-module-mjs","duration":1623,"timestamp":1735486119105,"id":4284,"parentId":4269,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@react-stately/utils/dist/number.mjs","layer":"app-pages-browser"},"startTime":1728302025455,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":841581,"timestamp":1735485282296,"id":3999,"parentId":2334,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728302024618,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":39,"timestamp":1735486125645,"id":4291,"parentId":3999,"tags":{},"startTime":1728302025462,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":1729720,"timestamp":1735484396032,"id":2329,"parentId":2324,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302023732,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":6838,"timestamp":1735486119210,"id":4286,"parentId":4285,"tags":{},"startTime":1728302025455,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":11108,"timestamp":1735486119190,"id":4285,"parentId":4050,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js","layer":"app-pages-browser"},"startTime":1728302025455,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":726,"timestamp":1735486136271,"id":4293,"parentId":4292,"tags":{},"startTime":1728302025472,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45,"timestamp":1735486137005,"id":4296,"parentId":4292,"tags":{},"startTime":1728302025473,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":1250,"timestamp":1735486136145,"id":4292,"parentId":3039,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/polyfills/process.js","layer":"app-pages-browser"},"startTime":1728302025472,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1154,"timestamp":1735486136981,"id":4295,"parentId":4294,"tags":{},"startTime":1728302025473,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":48,"timestamp":1735486138142,"id":4297,"parentId":4294,"tags":{},"startTime":1728302025474,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":1492,"timestamp":1735486136895,"id":4294,"parentId":4093,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1728302025473,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":409,"timestamp":1735486139109,"id":4299,"parentId":4298,"tags":{},"startTime":1728302025475,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":70,"timestamp":1735486139524,"id":4300,"parentId":4298,"tags":{},"startTime":1728302025475,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":1981,"timestamp":1735486139016,"id":4298,"parentId":4294,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/scheduler/cjs/scheduler.development.js","layer":"app-pages-browser"},"startTime":1728302025475,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":1745254,"timestamp":1735484395810,"id":2326,"parentId":2324,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728302023732,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":1745021,"timestamp":1735484396048,"id":2331,"parentId":2324,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302023732,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":236,"timestamp":1735486141935,"id":4302,"parentId":4301,"tags":{},"startTime":1728302025478,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44,"timestamp":1735486142177,"id":4303,"parentId":4301,"tags":{},"startTime":1728302025478,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":950,"timestamp":1735486141837,"id":4301,"parentId":4292,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/process/browser.js","layer":"app-pages-browser"},"startTime":1728302025478,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":1746979,"timestamp":1735484395846,"id":2327,"parentId":2324,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728302023732,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":1746786,"timestamp":1735484396042,"id":2330,"parentId":2324,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302023732,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":1753899,"timestamp":1735484389000,"id":2324,"parentId":2323,"tags":{},"startTime":1728302023725,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":5518,"timestamp":1735486176183,"id":4305,"parentId":4304,"tags":{},"startTime":1728302025512,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":6,"timestamp":1735486181729,"id":4307,"parentId":4304,"tags":{},"startTime":1728302025518,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":119,"timestamp":1735486181799,"id":4308,"parentId":4304,"tags":{},"startTime":1728302025518,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":7,"timestamp":1735486181937,"id":4309,"parentId":4304,"tags":{},"startTime":1728302025518,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1735486181957,"id":4310,"parentId":4304,"tags":{},"startTime":1728302025518,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":3158,"timestamp":1735486181719,"id":4306,"parentId":4304,"tags":{},"startTime":1728302025518,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":7603,"timestamp":1735486188897,"id":4311,"parentId":4304,"tags":{},"startTime":1728302025525,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":32526,"timestamp":1735486196518,"id":4312,"parentId":4304,"tags":{},"startTime":1728302025532,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":18180,"timestamp":1735486232381,"id":4313,"parentId":4304,"tags":{},"startTime":1728302025568,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":352,"timestamp":1735486250560,"id":4314,"parentId":4304,"tags":{},"startTime":1728302025586,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":264,"timestamp":1735486250900,"id":4315,"parentId":4304,"tags":{},"startTime":1728302025587,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":170038,"timestamp":1735486251169,"id":4316,"parentId":4304,"tags":{},"startTime":1728302025587,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":411,"timestamp":1735486423734,"id":4318,"parentId":2323,"tags":{},"startTime":1728302025760,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":945,"timestamp":1735486423202,"id":4317,"parentId":2323,"tags":{},"startTime":1728302025759,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":258774,"timestamp":1735486169856,"id":4304,"parentId":2323,"tags":{},"startTime":1728302025506,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":2040054,"timestamp":1735484388651,"id":2323,"parentId":428,"tags":{"name":"client"},"startTime":1728302023725,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":38615,"timestamp":1735486428755,"id":4319,"parentId":428,"tags":{},"startTime":1728302025765,"traceId":"480ec8b9e15b14de"},{"name":"compile-path","duration":4724632,"timestamp":1735481746799,"id":117,"tags":{"trigger":"/","isTurbopack":false},"startTime":1728302021083,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":3427609,"timestamp":1735483044499,"id":428,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728302022380,"traceId":"480ec8b9e15b14de"}] +[{"name":"handle-request","duration":5437054,"timestamp":1735481734842,"id":115,"tags":{"url":"/","isTurbopack":false},"startTime":1728302021071,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":2,"timestamp":1735487172272,"id":4320,"parentId":115,"tags":{"url":"/","memory.rss":"557842432","memory.heapUsed":"394743648","memory.heapTotal":"439189504"},"startTime":1728302026508,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":16,"timestamp":1735488101131,"id":4321,"parentId":3,"tags":{},"startTime":1728302027437,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":25268,"timestamp":1735556094056,"id":4329,"parentId":4328,"tags":{},"startTime":1728302095429,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":25577,"timestamp":1735556093790,"id":4328,"parentId":4327,"tags":{},"startTime":1728302095429,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":44401,"timestamp":1735556089630,"id":4327,"parentId":4324,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx","layer":"rsc"},"startTime":1728302095425,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":125032,"timestamp":1735556042514,"id":4326,"parentId":4325,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302095378,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":230532,"timestamp":1735556029982,"id":4325,"parentId":4324,"tags":{},"startTime":1728302095365,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":23455,"timestamp":1735556383911,"id":4336,"parentId":4335,"tags":{},"startTime":1728302095719,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":20,"timestamp":1735556407508,"id":4338,"parentId":4335,"tags":{},"startTime":1728302095743,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":114856,"timestamp":1735556408045,"id":4339,"parentId":4335,"tags":{},"startTime":1728302095743,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":151,"timestamp":1735556526099,"id":4340,"parentId":4335,"tags":{},"startTime":1728302095861,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":265,"timestamp":1735556526516,"id":4341,"parentId":4335,"tags":{},"startTime":1728302095862,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":193997,"timestamp":1735556407474,"id":4337,"parentId":4335,"tags":{},"startTime":1728302095743,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":5890,"timestamp":1735556612978,"id":4342,"parentId":4335,"tags":{},"startTime":1728302095948,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":7550,"timestamp":1735556618932,"id":4343,"parentId":4335,"tags":{},"startTime":1728302095954,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":34122,"timestamp":1735556633035,"id":4344,"parentId":4335,"tags":{},"startTime":1728302095968,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":779,"timestamp":1735556667154,"id":4345,"parentId":4335,"tags":{},"startTime":1728302096002,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":33042,"timestamp":1735556667900,"id":4346,"parentId":4335,"tags":{},"startTime":1728302096003,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":141168,"timestamp":1735556701023,"id":4347,"parentId":4335,"tags":{},"startTime":1728302096036,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":579230,"timestamp":1735556343531,"id":4335,"parentId":4324,"tags":{},"startTime":1728302095679,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":907872,"timestamp":1735556020278,"id":4324,"parentId":4322,"tags":{"name":"server"},"startTime":1728302095355,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":16810,"timestamp":1735556929926,"id":4348,"parentId":4322,"tags":{},"startTime":1728302096265,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":1006217,"timestamp":1735555943411,"id":4322,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302095279,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":12066,"timestamp":1735556979374,"id":4356,"parentId":4350,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302096315,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":21026,"timestamp":1735556979108,"id":4351,"parentId":4350,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728302096314,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":39491,"timestamp":1735556979345,"id":4354,"parentId":4350,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728302096315,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":68419,"timestamp":1735556979392,"id":4357,"parentId":4350,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302096315,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":35593,"timestamp":1735557012686,"id":4360,"parentId":4359,"tags":{},"startTime":1728302096348,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":98530,"timestamp":1735556979287,"id":4352,"parentId":4350,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728302096314,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":425645,"timestamp":1735557048529,"id":4362,"parentId":4361,"tags":{},"startTime":1728302096384,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":428911,"timestamp":1735557048360,"id":4361,"parentId":4359,"tags":{},"startTime":1728302096384,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":79904,"timestamp":1735557477434,"id":4363,"parentId":4359,"tags":{"astUsed":"true"},"startTime":1728302096813,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":563597,"timestamp":1735557012064,"id":4359,"parentId":4358,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728302096347,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":612450,"timestamp":1735556992427,"id":4358,"parentId":4349,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728302096328,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":626283,"timestamp":1735556979327,"id":4353,"parentId":4350,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728302096315,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":424,"timestamp":1735557606450,"id":4364,"parentId":4358,"tags":{},"startTime":1728302096942,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":628552,"timestamp":1735556979359,"id":4355,"parentId":4350,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302096315,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":643050,"timestamp":1735556965148,"id":4350,"parentId":4349,"tags":{},"startTime":1728302096300,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":208706,"timestamp":1735558199315,"id":4366,"parentId":4365,"tags":{},"startTime":1728302097535,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":17,"timestamp":1735558408480,"id":4368,"parentId":4365,"tags":{},"startTime":1728302097744,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":3713,"timestamp":1735558408792,"id":4369,"parentId":4365,"tags":{},"startTime":1728302097744,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":92,"timestamp":1735558413649,"id":4370,"parentId":4365,"tags":{},"startTime":1728302097749,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":18,"timestamp":1735558413869,"id":4371,"parentId":4365,"tags":{},"startTime":1728302097749,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":104512,"timestamp":1735558408412,"id":4367,"parentId":4365,"tags":{},"startTime":1728302097744,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1991,"timestamp":1735558520616,"id":4372,"parentId":4365,"tags":{},"startTime":1728302097856,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":4899,"timestamp":1735558522677,"id":4373,"parentId":4365,"tags":{},"startTime":1728302097858,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":17228,"timestamp":1735558567477,"id":4374,"parentId":4365,"tags":{},"startTime":1728302097903,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":396,"timestamp":1735558584704,"id":4375,"parentId":4365,"tags":{},"startTime":1728302097920,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":900,"timestamp":1735558585026,"id":4376,"parentId":4365,"tags":{},"startTime":1728302097920,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":6379,"timestamp":1735558585950,"id":4377,"parentId":4365,"tags":{},"startTime":1728302097921,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":614,"timestamp":1735558598157,"id":4379,"parentId":4349,"tags":{},"startTime":1728302097933,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":1753,"timestamp":1735558597029,"id":4378,"parentId":4349,"tags":{},"startTime":1728302097932,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":418274,"timestamp":1735558187072,"id":4365,"parentId":4349,"tags":{},"startTime":1728302097522,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":1643511,"timestamp":1735556962003,"id":4349,"parentId":4323,"tags":{"name":"client"},"startTime":1728302096297,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":7982,"timestamp":1735558605624,"id":4380,"parentId":4323,"tags":{},"startTime":1728302097941,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":2664132,"timestamp":1735555954039,"id":4323,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302095289,"traceId":"480ec8b9e15b14de"}] +[{"name":"client-success","duration":22,"timestamp":1735558643703,"id":4381,"parentId":3,"tags":{},"startTime":1728302097979,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":2716000,"timestamp":1735555957579,"id":4383,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1728302098199,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":264662,"timestamp":1735558650422,"id":4382,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302097986,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":3,"timestamp":1735558915563,"id":4384,"parentId":4382,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"223264768","memory.heapUsed":"248251600","memory.heapTotal":"296615936"},"startTime":1728302098251,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":163562,"timestamp":1735566198674,"id":4385,"tags":{"url":"/","isTurbopack":false},"startTime":1728302105534,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":1,"timestamp":1735566362331,"id":4386,"parentId":4385,"tags":{"url":"/","memory.rss":"119013376","memory.heapUsed":"259543176","memory.heapTotal":"297140224"},"startTime":1728302105697,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":7,"timestamp":1735566750314,"id":4387,"parentId":3,"tags":{},"startTime":1728302106085,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":10,"timestamp":1735566832942,"id":4388,"parentId":3,"tags":{},"startTime":1728302106168,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":6,"timestamp":1735566890020,"id":4389,"parentId":3,"tags":{},"startTime":1728302106225,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":53597,"timestamp":1735581065566,"id":4397,"parentId":4396,"tags":{},"startTime":1728302120401,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":53901,"timestamp":1735581065305,"id":4396,"parentId":4395,"tags":{},"startTime":1728302120400,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":63604,"timestamp":1735581063957,"id":4395,"parentId":4392,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx","layer":"rsc"},"startTime":1728302120399,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":109332,"timestamp":1735581028820,"id":4394,"parentId":4393,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302120364,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":215097,"timestamp":1735581024267,"id":4393,"parentId":4392,"tags":{},"startTime":1728302120359,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":5330,"timestamp":1735581256795,"id":4404,"parentId":4403,"tags":{},"startTime":1728302120592,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":153,"timestamp":1735581262193,"id":4406,"parentId":4403,"tags":{},"startTime":1728302120597,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":8126,"timestamp":1735581262657,"id":4407,"parentId":4403,"tags":{},"startTime":1728302120598,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":9,"timestamp":1735581270840,"id":4408,"parentId":4403,"tags":{},"startTime":1728302120606,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":17,"timestamp":1735581270875,"id":4409,"parentId":4403,"tags":{},"startTime":1728302120606,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":17829,"timestamp":1735581262176,"id":4405,"parentId":4403,"tags":{},"startTime":1728302120597,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1125,"timestamp":1735581340423,"id":4410,"parentId":4403,"tags":{},"startTime":1728302120675,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":9493,"timestamp":1735581341577,"id":4411,"parentId":4403,"tags":{},"startTime":1728302120677,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":3947,"timestamp":1735581353332,"id":4412,"parentId":4403,"tags":{},"startTime":1728302120688,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":323,"timestamp":1735581357276,"id":4413,"parentId":4403,"tags":{},"startTime":1728302120692,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":967,"timestamp":1735581357567,"id":4414,"parentId":4403,"tags":{},"startTime":1728302120693,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":2742,"timestamp":1735581358569,"id":4415,"parentId":4403,"tags":{},"startTime":1728302120694,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":116560,"timestamp":1735581249220,"id":4403,"parentId":4392,"tags":{},"startTime":1728302120584,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":346600,"timestamp":1735581022450,"id":4392,"parentId":4390,"tags":{"name":"server"},"startTime":1728302120357,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":5692,"timestamp":1735581369144,"id":4416,"parentId":4390,"tags":{},"startTime":1728302120704,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":428844,"timestamp":1735580946619,"id":4390,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302120282,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":6023,"timestamp":1735581391041,"id":4424,"parentId":4418,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302120726,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":18718,"timestamp":1735581390802,"id":4419,"parentId":4418,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728302120726,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":56001,"timestamp":1735581391025,"id":4422,"parentId":4418,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728302120726,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":65328,"timestamp":1735581391048,"id":4425,"parentId":4418,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302120726,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":15314,"timestamp":1735581441265,"id":4428,"parentId":4427,"tags":{},"startTime":1728302120776,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":79896,"timestamp":1735581390963,"id":4420,"parentId":4418,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728302120726,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":297731,"timestamp":1735581456679,"id":4430,"parentId":4429,"tags":{},"startTime":1728302120792,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":301656,"timestamp":1735581456620,"id":4429,"parentId":4427,"tags":{},"startTime":1728302120792,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":50817,"timestamp":1735581758351,"id":4431,"parentId":4427,"tags":{"astUsed":"true"},"startTime":1728302121093,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":372935,"timestamp":1735581440438,"id":4427,"parentId":4426,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728302120775,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":427454,"timestamp":1735581397495,"id":4426,"parentId":4417,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728302120732,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":434389,"timestamp":1735581391012,"id":4421,"parentId":4418,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728302120726,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":1359,"timestamp":1735581863053,"id":4432,"parentId":4426,"tags":{},"startTime":1728302121198,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":473502,"timestamp":1735581391032,"id":4423,"parentId":4418,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302120726,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":483149,"timestamp":1735581381480,"id":4418,"parentId":4417,"tags":{},"startTime":1728302120716,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":3916,"timestamp":1735581952997,"id":4434,"parentId":4433,"tags":{},"startTime":1728302121288,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":9,"timestamp":1735581957030,"id":4436,"parentId":4433,"tags":{},"startTime":1728302121292,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":205,"timestamp":1735581957181,"id":4437,"parentId":4433,"tags":{},"startTime":1728302121292,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":14,"timestamp":1735581957449,"id":4438,"parentId":4433,"tags":{},"startTime":1728302121292,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1735581957495,"id":4439,"parentId":4433,"tags":{},"startTime":1728302121292,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":2708,"timestamp":1735581957009,"id":4435,"parentId":4433,"tags":{},"startTime":1728302121292,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1091,"timestamp":1735581963320,"id":4440,"parentId":4433,"tags":{},"startTime":1728302121298,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":5911,"timestamp":1735581964434,"id":4441,"parentId":4433,"tags":{},"startTime":1728302121299,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":9414,"timestamp":1735581975976,"id":4442,"parentId":4433,"tags":{},"startTime":1728302121311,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":359,"timestamp":1735581985388,"id":4443,"parentId":4433,"tags":{},"startTime":1728302121320,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":361,"timestamp":1735581985725,"id":4444,"parentId":4433,"tags":{},"startTime":1728302121321,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":7402,"timestamp":1735581986096,"id":4445,"parentId":4433,"tags":{},"startTime":1728302121321,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":154,"timestamp":1735581996160,"id":4447,"parentId":4417,"tags":{},"startTime":1728302121331,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":324,"timestamp":1735581996004,"id":4446,"parentId":4417,"tags":{},"startTime":1728302121331,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":99328,"timestamp":1735581928562,"id":4433,"parentId":4417,"tags":{},"startTime":1728302121264,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":647097,"timestamp":1735581380969,"id":4417,"parentId":4391,"tags":{"name":"client"},"startTime":1728302120716,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":12246,"timestamp":1735582028137,"id":4448,"parentId":4391,"tags":{},"startTime":1728302121363,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":1094926,"timestamp":1735580948673,"id":4391,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302120284,"traceId":"480ec8b9e15b14de"}] +[{"name":"client-success","duration":9,"timestamp":1735582047681,"id":4449,"parentId":3,"tags":{},"startTime":1728302121383,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":1,"timestamp":1735582047778,"id":4450,"parentId":3,"tags":{},"startTime":1728302121383,"traceId":"480ec8b9e15b14de"},{"name":"client-full-reload","duration":30,"timestamp":1735582149594,"id":4452,"parentId":3,"tags":{"stackTrace":""},"startTime":1728302121485,"traceId":"480ec8b9e15b14de"},{"name":"client-full-reload","duration":7,"timestamp":1735582158429,"id":4453,"parentId":3,"tags":{"stackTrace":""},"startTime":1728302121493,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":670860,"timestamp":1735582105148,"id":4451,"tags":{"url":"/","isTurbopack":false},"startTime":1728302121440,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":3,"timestamp":1735582776166,"id":4455,"parentId":4451,"tags":{"url":"/","memory.rss":"183533568","memory.heapUsed":"288197288","memory.heapTotal":"326893568"},"startTime":1728302122111,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":885204,"timestamp":1735582529279,"id":4454,"tags":{"url":"/","isTurbopack":false},"startTime":1728302121864,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":5,"timestamp":1735583415010,"id":4456,"parentId":4454,"tags":{"url":"/","memory.rss":"70483968","memory.heapUsed":"289648128","memory.heapTotal":"326893568"},"startTime":1728302122750,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":77,"timestamp":1735584620167,"id":4457,"parentId":3,"tags":{},"startTime":1728302123955,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":78,"timestamp":1735584652248,"id":4458,"parentId":3,"tags":{},"startTime":1728302123987,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":4,"timestamp":1735584652628,"id":4459,"parentId":3,"tags":{},"startTime":1728302123988,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":19973,"timestamp":1735593459001,"id":4467,"parentId":4466,"tags":{},"startTime":1728302132794,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20541,"timestamp":1735593458654,"id":4466,"parentId":4465,"tags":{},"startTime":1728302132793,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":40317,"timestamp":1735593456274,"id":4465,"parentId":4462,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx","layer":"rsc"},"startTime":1728302132791,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":94707,"timestamp":1735593415142,"id":4464,"parentId":4463,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302132750,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":182740,"timestamp":1735593400630,"id":4463,"parentId":4462,"tags":{},"startTime":1728302132735,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":6826,"timestamp":1735593601623,"id":4474,"parentId":4473,"tags":{},"startTime":1728302132936,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":19,"timestamp":1735593608544,"id":4476,"parentId":4473,"tags":{},"startTime":1728302132943,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":3660,"timestamp":1735593608601,"id":4477,"parentId":4473,"tags":{},"startTime":1728302132943,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":16,"timestamp":1735593612326,"id":4478,"parentId":4473,"tags":{},"startTime":1728302132947,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":13,"timestamp":1735593612361,"id":4479,"parentId":4473,"tags":{},"startTime":1728302132947,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":23292,"timestamp":1735593608519,"id":4475,"parentId":4473,"tags":{},"startTime":1728302132943,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1340,"timestamp":1735593658567,"id":4480,"parentId":4473,"tags":{},"startTime":1728302132993,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":4475,"timestamp":1735593659940,"id":4481,"parentId":4473,"tags":{},"startTime":1728302132995,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":7888,"timestamp":1735593667482,"id":4482,"parentId":4473,"tags":{},"startTime":1728302133002,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":2169,"timestamp":1735593674943,"id":4483,"parentId":4473,"tags":{},"startTime":1728302133010,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":4397,"timestamp":1735593675773,"id":4484,"parentId":4473,"tags":{},"startTime":1728302133011,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":4601,"timestamp":1735593680203,"id":4485,"parentId":4473,"tags":{},"startTime":1728302133015,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":97231,"timestamp":1735593590757,"id":4473,"parentId":4462,"tags":{},"startTime":1728302132926,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":298635,"timestamp":1735593391561,"id":4462,"parentId":4460,"tags":{"name":"server"},"startTime":1728302132726,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":4983,"timestamp":1735593690257,"id":4486,"parentId":4460,"tags":{},"startTime":1728302133025,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":339527,"timestamp":1735593356813,"id":4460,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302132692,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":7163,"timestamp":1735593708653,"id":4494,"parentId":4488,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302133043,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":12564,"timestamp":1735593708528,"id":4489,"parentId":4488,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728302133043,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":22947,"timestamp":1735593708636,"id":4492,"parentId":4488,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728302133043,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":31725,"timestamp":1735593708661,"id":4495,"parentId":4488,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302133044,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":12707,"timestamp":1735593727855,"id":4498,"parentId":4497,"tags":{},"startTime":1728302133063,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":50595,"timestamp":1735593708614,"id":4490,"parentId":4488,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728302133043,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":176566,"timestamp":1735593740674,"id":4500,"parentId":4499,"tags":{},"startTime":1728302133076,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":177256,"timestamp":1735593740612,"id":4499,"parentId":4497,"tags":{},"startTime":1728302133075,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":30368,"timestamp":1735593917908,"id":4501,"parentId":4497,"tags":{"astUsed":"true"},"startTime":1728302133253,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":222926,"timestamp":1735593727655,"id":4497,"parentId":4496,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728302133062,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":239230,"timestamp":1735593716125,"id":4496,"parentId":4487,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728302133051,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":246918,"timestamp":1735593708627,"id":4491,"parentId":4488,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728302133043,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":40,"timestamp":1735593955720,"id":4502,"parentId":4496,"tags":{},"startTime":1728302133291,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":247144,"timestamp":1735593708644,"id":4493,"parentId":4488,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302133043,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":254603,"timestamp":1735593701205,"id":4488,"parentId":4487,"tags":{},"startTime":1728302133036,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":2653,"timestamp":1735593966705,"id":4504,"parentId":4503,"tags":{},"startTime":1728302133302,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":7,"timestamp":1735593969397,"id":4506,"parentId":4503,"tags":{},"startTime":1728302133304,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":80,"timestamp":1735593969419,"id":4507,"parentId":4503,"tags":{},"startTime":1728302133304,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":30,"timestamp":1735593969657,"id":4508,"parentId":4503,"tags":{},"startTime":1728302133304,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":11,"timestamp":1735593969739,"id":4509,"parentId":4503,"tags":{},"startTime":1728302133305,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":4036,"timestamp":1735593969386,"id":4505,"parentId":4503,"tags":{},"startTime":1728302133304,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":569,"timestamp":1735593993294,"id":4510,"parentId":4503,"tags":{},"startTime":1728302133328,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":3716,"timestamp":1735593993883,"id":4511,"parentId":4503,"tags":{},"startTime":1728302133329,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":5719,"timestamp":1735594002199,"id":4512,"parentId":4503,"tags":{},"startTime":1728302133337,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":150,"timestamp":1735594007917,"id":4513,"parentId":4503,"tags":{},"startTime":1728302133343,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":181,"timestamp":1735594008055,"id":4514,"parentId":4503,"tags":{},"startTime":1728302133343,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":6189,"timestamp":1735594008241,"id":4515,"parentId":4503,"tags":{},"startTime":1728302133343,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":135,"timestamp":1735594016824,"id":4517,"parentId":4487,"tags":{},"startTime":1728302133352,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":236,"timestamp":1735594016731,"id":4516,"parentId":4487,"tags":{},"startTime":1728302133352,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":59822,"timestamp":1735593960789,"id":4503,"parentId":4487,"tags":{},"startTime":1728302133296,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":319845,"timestamp":1735593700837,"id":4487,"parentId":4461,"tags":{"name":"client"},"startTime":1728302133036,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":5119,"timestamp":1735594020714,"id":4518,"parentId":4461,"tags":{},"startTime":1728302133356,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":670445,"timestamp":1735593358452,"id":4461,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302132693,"traceId":"480ec8b9e15b14de"}] +[{"name":"client-success","duration":7,"timestamp":1735594040667,"id":4519,"parentId":3,"tags":{},"startTime":1728302133376,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":1,"timestamp":1735594040775,"id":4520,"parentId":3,"tags":{},"startTime":1728302133376,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":702000,"timestamp":1735593361270,"id":4522,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728302133402,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":709000,"timestamp":1735593361370,"id":4523,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728302133483,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":111355,"timestamp":1735594043397,"id":4521,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302133378,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":2,"timestamp":1735594154821,"id":4525,"parentId":4521,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"284098560","memory.heapUsed":"276206200","memory.heapTotal":"324452352"},"startTime":1728302133490,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":17454,"timestamp":1735594148953,"id":4524,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302133484,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":2,"timestamp":1735594166458,"id":4526,"parentId":4524,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"284393472","memory.heapUsed":"277758032","memory.heapTotal":"324714496"},"startTime":1728302133501,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":24556,"timestamp":1735595810705,"id":4534,"parentId":4533,"tags":{},"startTime":1728302135146,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":27964,"timestamp":1735595807346,"id":4533,"parentId":4532,"tags":{},"startTime":1728302135142,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":34560,"timestamp":1735595806289,"id":4532,"parentId":4529,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx","layer":"rsc"},"startTime":1728302135141,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":83670,"timestamp":1735595784243,"id":4531,"parentId":4530,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302135119,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":165323,"timestamp":1735595777817,"id":4530,"parentId":4529,"tags":{},"startTime":1728302135113,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":17012,"timestamp":1735595964682,"id":4541,"parentId":4540,"tags":{},"startTime":1728302135300,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":44,"timestamp":1735595982203,"id":4543,"parentId":4540,"tags":{},"startTime":1728302135317,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":12690,"timestamp":1735595982272,"id":4544,"parentId":4540,"tags":{},"startTime":1728302135317,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":17,"timestamp":1735595995034,"id":4545,"parentId":4540,"tags":{},"startTime":1728302135330,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":29,"timestamp":1735595995074,"id":4546,"parentId":4540,"tags":{},"startTime":1728302135330,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":19242,"timestamp":1735595982181,"id":4542,"parentId":4540,"tags":{},"startTime":1728302135317,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1638,"timestamp":1735596009414,"id":4547,"parentId":4540,"tags":{},"startTime":1728302135344,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":28761,"timestamp":1735596011086,"id":4548,"parentId":4540,"tags":{},"startTime":1728302135346,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":3161,"timestamp":1735596044616,"id":4549,"parentId":4540,"tags":{},"startTime":1728302135379,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":202,"timestamp":1735596047775,"id":4550,"parentId":4540,"tags":{},"startTime":1728302135383,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":238,"timestamp":1735596047962,"id":4551,"parentId":4540,"tags":{},"startTime":1728302135383,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":3652,"timestamp":1735596048208,"id":4552,"parentId":4540,"tags":{},"startTime":1728302135383,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":108045,"timestamp":1735595955488,"id":4540,"parentId":4529,"tags":{},"startTime":1728302135290,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":298372,"timestamp":1735595776855,"id":4529,"parentId":4527,"tags":{"name":"server"},"startTime":1728302135112,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":20096,"timestamp":1735596075458,"id":4553,"parentId":4527,"tags":{},"startTime":1728302135410,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":336317,"timestamp":1735595762281,"id":4527,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302135097,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":49844,"timestamp":1735596128565,"id":4561,"parentId":4555,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302135463,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":66131,"timestamp":1735596128221,"id":4556,"parentId":4555,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728302135463,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":78097,"timestamp":1735596128550,"id":4559,"parentId":4555,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728302135463,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":88185,"timestamp":1735596128609,"id":4562,"parentId":4555,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302135463,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":15000,"timestamp":1735596201972,"id":4565,"parentId":4564,"tags":{},"startTime":1728302135537,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":98664,"timestamp":1735596128515,"id":4557,"parentId":4555,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728302135463,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":312587,"timestamp":1735596217106,"id":4567,"parentId":4566,"tags":{},"startTime":1728302135552,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":313526,"timestamp":1735596217011,"id":4566,"parentId":4564,"tags":{},"startTime":1728302135552,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":68403,"timestamp":1735596530611,"id":4568,"parentId":4564,"tags":{"astUsed":"true"},"startTime":1728302135865,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":401548,"timestamp":1735596201750,"id":4564,"parentId":4563,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728302135537,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":429380,"timestamp":1735596180171,"id":4563,"parentId":4554,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728302135515,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":481277,"timestamp":1735596128542,"id":4558,"parentId":4555,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728302135463,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":74,"timestamp":1735596609923,"id":4569,"parentId":4563,"tags":{},"startTime":1728302135945,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":481472,"timestamp":1735596128557,"id":4560,"parentId":4555,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302135463,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":495392,"timestamp":1735596114664,"id":4555,"parentId":4554,"tags":{},"startTime":1728302135449,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":23104,"timestamp":1735597150685,"id":4571,"parentId":4570,"tags":{},"startTime":1728302136485,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":17,"timestamp":1735597173853,"id":4573,"parentId":4570,"tags":{},"startTime":1728302136509,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":137,"timestamp":1735597173891,"id":4574,"parentId":4570,"tags":{},"startTime":1728302136509,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":11,"timestamp":1735597174071,"id":4575,"parentId":4570,"tags":{},"startTime":1728302136509,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":15,"timestamp":1735597174119,"id":4576,"parentId":4570,"tags":{},"startTime":1728302136509,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":7559,"timestamp":1735597173836,"id":4572,"parentId":4570,"tags":{},"startTime":1728302136509,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1980,"timestamp":1735597187702,"id":4577,"parentId":4570,"tags":{},"startTime":1728302136523,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":6987,"timestamp":1735597189780,"id":4578,"parentId":4570,"tags":{},"startTime":1728302136525,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":28449,"timestamp":1735597201309,"id":4579,"parentId":4570,"tags":{},"startTime":1728302136536,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":346,"timestamp":1735597229755,"id":4580,"parentId":4570,"tags":{},"startTime":1728302136565,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":838,"timestamp":1735597230082,"id":4581,"parentId":4570,"tags":{},"startTime":1728302136565,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":15471,"timestamp":1735597230966,"id":4582,"parentId":4570,"tags":{},"startTime":1728302136566,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":226,"timestamp":1735597250603,"id":4584,"parentId":4554,"tags":{},"startTime":1728302136585,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":425,"timestamp":1735597250420,"id":4583,"parentId":4554,"tags":{},"startTime":1728302136585,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":126820,"timestamp":1735597131009,"id":4570,"parentId":4554,"tags":{},"startTime":1728302136466,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":1144236,"timestamp":1735596113705,"id":4554,"parentId":4528,"tags":{"name":"client"},"startTime":1728302135449,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":13963,"timestamp":1735597257996,"id":4585,"parentId":4528,"tags":{},"startTime":1728302136593,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":1551412,"timestamp":1735595762654,"id":4528,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302135097,"traceId":"480ec8b9e15b14de"}] +[{"name":"client-success","duration":13,"timestamp":1735597339744,"id":4586,"parentId":3,"tags":{},"startTime":1728302136675,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":1,"timestamp":1735597339893,"id":4587,"parentId":3,"tags":{},"startTime":1728302136675,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":1594000,"timestamp":1735595765549,"id":4589,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1728302136694,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":1599000,"timestamp":1735595769682,"id":4590,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728302136703,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":381888,"timestamp":1735597341921,"id":4588,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302136677,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":2,"timestamp":1735597723987,"id":4592,"parentId":4588,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"191102976","memory.heapUsed":"246784864","memory.heapTotal":"322273280"},"startTime":1728302137059,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":52509,"timestamp":1735597715907,"id":4591,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302137051,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":4,"timestamp":1735597768512,"id":4593,"parentId":4591,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"177733632","memory.heapUsed":"248667952","memory.heapTotal":"322273280"},"startTime":1728302137103,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5063,"timestamp":1735602769088,"id":4601,"parentId":4600,"tags":{},"startTime":1728302142104,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5382,"timestamp":1735602768795,"id":4600,"parentId":4599,"tags":{},"startTime":1728302142104,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":10349,"timestamp":1735602767961,"id":4599,"parentId":4596,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx","layer":"rsc"},"startTime":1728302142103,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":80569,"timestamp":1735602704877,"id":4598,"parentId":4597,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302142040,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":165180,"timestamp":1735602700438,"id":4597,"parentId":4596,"tags":{},"startTime":1728302142035,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":2511,"timestamp":1735602880347,"id":4608,"parentId":4607,"tags":{},"startTime":1728302142215,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":5,"timestamp":1735602882909,"id":4610,"parentId":4607,"tags":{},"startTime":1728302142218,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":2987,"timestamp":1735602882937,"id":4611,"parentId":4607,"tags":{},"startTime":1728302142218,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":13,"timestamp":1735602885980,"id":4612,"parentId":4607,"tags":{},"startTime":1728302142221,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":14,"timestamp":1735602886024,"id":4613,"parentId":4607,"tags":{},"startTime":1728302142221,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":8690,"timestamp":1735602882895,"id":4609,"parentId":4607,"tags":{},"startTime":1728302142218,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":860,"timestamp":1735602897324,"id":4614,"parentId":4607,"tags":{},"startTime":1728302142232,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":4062,"timestamp":1735602898210,"id":4615,"parentId":4607,"tags":{},"startTime":1728302142233,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":1796,"timestamp":1735602904412,"id":4616,"parentId":4607,"tags":{},"startTime":1728302142239,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":252,"timestamp":1735602906206,"id":4617,"parentId":4607,"tags":{},"startTime":1728302142241,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":459,"timestamp":1735602906432,"id":4618,"parentId":4607,"tags":{},"startTime":1728302142241,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":14957,"timestamp":1735602906912,"id":4619,"parentId":4607,"tags":{},"startTime":1728302142242,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":83329,"timestamp":1735602874185,"id":4607,"parentId":4596,"tags":{},"startTime":1728302142209,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":291821,"timestamp":1735602696016,"id":4596,"parentId":4594,"tags":{"name":"server"},"startTime":1728302142031,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":19040,"timestamp":1735602988154,"id":4620,"parentId":4594,"tags":{},"startTime":1728302142323,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":334303,"timestamp":1735602675878,"id":4594,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302142011,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":13748,"timestamp":1735603029243,"id":4628,"parentId":4622,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302142364,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":28215,"timestamp":1735603029021,"id":4623,"parentId":4622,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728302142364,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":39891,"timestamp":1735603029224,"id":4626,"parentId":4622,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728302142364,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":44938,"timestamp":1735603029284,"id":4629,"parentId":4622,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302142364,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":9337,"timestamp":1735603065073,"id":4632,"parentId":4631,"tags":{},"startTime":1728302142400,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":61436,"timestamp":1735603029184,"id":4624,"parentId":4622,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728302142364,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":248656,"timestamp":1735603074540,"id":4634,"parentId":4633,"tags":{},"startTime":1728302142409,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":249728,"timestamp":1735603074457,"id":4633,"parentId":4631,"tags":{},"startTime":1728302142409,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":37301,"timestamp":1735603324247,"id":4635,"parentId":4631,"tags":{"astUsed":"true"},"startTime":1728302142659,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":299942,"timestamp":1735603064643,"id":4631,"parentId":4630,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728302142399,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":326458,"timestamp":1735603043991,"id":4630,"parentId":4621,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728302142379,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":341443,"timestamp":1735603029214,"id":4625,"parentId":4622,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728302142364,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":55,"timestamp":1735603370729,"id":4636,"parentId":4630,"tags":{},"startTime":1728302142705,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":341579,"timestamp":1735603029233,"id":4627,"parentId":4622,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302142364,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":353565,"timestamp":1735603017280,"id":4622,"parentId":4621,"tags":{},"startTime":1728302142352,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":2319,"timestamp":1735603380740,"id":4638,"parentId":4637,"tags":{},"startTime":1728302142715,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":5,"timestamp":1735603383101,"id":4640,"parentId":4637,"tags":{},"startTime":1728302142718,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":79,"timestamp":1735603383124,"id":4641,"parentId":4637,"tags":{},"startTime":1728302142718,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":13,"timestamp":1735603383226,"id":4642,"parentId":4637,"tags":{},"startTime":1728302142718,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1735603383265,"id":4643,"parentId":4637,"tags":{},"startTime":1728302142718,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":2471,"timestamp":1735603383089,"id":4639,"parentId":4637,"tags":{},"startTime":1728302142718,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":513,"timestamp":1735603388174,"id":4644,"parentId":4637,"tags":{},"startTime":1728302142723,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":2805,"timestamp":1735603388706,"id":4645,"parentId":4637,"tags":{},"startTime":1728302142723,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":12977,"timestamp":1735603393595,"id":4646,"parentId":4637,"tags":{},"startTime":1728302142728,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":229,"timestamp":1735603406569,"id":4647,"parentId":4637,"tags":{},"startTime":1728302142741,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":225,"timestamp":1735603406780,"id":4648,"parentId":4637,"tags":{},"startTime":1728302142742,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":5404,"timestamp":1735603407015,"id":4649,"parentId":4637,"tags":{},"startTime":1728302142742,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":149,"timestamp":1735603414799,"id":4651,"parentId":4621,"tags":{},"startTime":1728302142750,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":669,"timestamp":1735603414292,"id":4650,"parentId":4621,"tags":{},"startTime":1728302142749,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":42785,"timestamp":1735603375207,"id":4637,"parentId":4621,"tags":{},"startTime":1728302142710,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":401922,"timestamp":1735603016185,"id":4621,"parentId":4595,"tags":{"name":"client"},"startTime":1728302142351,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":12473,"timestamp":1735603418154,"id":4652,"parentId":4595,"tags":{},"startTime":1728302142753,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":757981,"timestamp":1735602677434,"id":4595,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302142012,"traceId":"480ec8b9e15b14de"}] +[{"name":"client-success","duration":6,"timestamp":1735603439550,"id":4653,"parentId":3,"tags":{},"startTime":1728302142774,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":5,"timestamp":1735603439782,"id":4654,"parentId":3,"tags":{},"startTime":1728302142775,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":777000,"timestamp":1735602677851,"id":4656,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728302142932,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":925000,"timestamp":1735602679409,"id":4658,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728302142940,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":165262,"timestamp":1735603442575,"id":4655,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302142777,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":3,"timestamp":1735603607903,"id":4659,"parentId":4655,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"282034176","memory.heapUsed":"271801464","memory.heapTotal":"326598656"},"startTime":1728302142943,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":24881,"timestamp":1735603601013,"id":4657,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302142936,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":5,"timestamp":1735603627402,"id":4660,"parentId":4657,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"282394624","memory.heapUsed":"273532448","memory.heapTotal":"326598656"},"startTime":1728302142962,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":168053,"timestamp":1735607449572,"id":4661,"tags":{"url":"/","isTurbopack":false},"startTime":1728302146784,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":5,"timestamp":1735607617971,"id":4662,"parentId":4661,"tags":{"url":"/","memory.rss":"132939776","memory.heapUsed":"283330136","memory.heapTotal":"326860800"},"startTime":1728302146953,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":11,"timestamp":1735608142789,"id":4663,"parentId":3,"tags":{},"startTime":1728302147477,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":2,"timestamp":1735608142992,"id":4664,"parentId":3,"tags":{},"startTime":1728302147478,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10881,"timestamp":1735617162204,"id":4672,"parentId":4671,"tags":{},"startTime":1728302156497,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11075,"timestamp":1735617162035,"id":4671,"parentId":4670,"tags":{},"startTime":1728302156497,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":19652,"timestamp":1735617161220,"id":4670,"parentId":4667,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx","layer":"rsc"},"startTime":1728302156496,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":55556,"timestamp":1735617136197,"id":4669,"parentId":4668,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302156471,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":113165,"timestamp":1735617128303,"id":4668,"parentId":4667,"tags":{},"startTime":1728302156463,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":2376,"timestamp":1735617252369,"id":4679,"parentId":4678,"tags":{},"startTime":1728302156587,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":4,"timestamp":1735617254789,"id":4681,"parentId":4678,"tags":{},"startTime":1728302156589,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":4995,"timestamp":1735617254820,"id":4682,"parentId":4678,"tags":{},"startTime":1728302156589,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":12,"timestamp":1735617259920,"id":4683,"parentId":4678,"tags":{},"startTime":1728302156595,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":396,"timestamp":1735617260009,"id":4684,"parentId":4678,"tags":{},"startTime":1728302156595,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":9418,"timestamp":1735617254777,"id":4680,"parentId":4678,"tags":{},"startTime":1728302156589,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1069,"timestamp":1735617266863,"id":4685,"parentId":4678,"tags":{},"startTime":1728302156601,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":15110,"timestamp":1735617267967,"id":4686,"parentId":4678,"tags":{},"startTime":1728302156603,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":1966,"timestamp":1735617313714,"id":4687,"parentId":4678,"tags":{},"startTime":1728302156648,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":105,"timestamp":1735617315679,"id":4688,"parentId":4678,"tags":{},"startTime":1728302156650,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":141,"timestamp":1735617315776,"id":4689,"parentId":4678,"tags":{},"startTime":1728302156650,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":1670,"timestamp":1735617315923,"id":4690,"parentId":4678,"tags":{},"startTime":1728302156651,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":73969,"timestamp":1735617245985,"id":4678,"parentId":4667,"tags":{},"startTime":1728302156581,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":202828,"timestamp":1735617119603,"id":4667,"parentId":4665,"tags":{"name":"server"},"startTime":1728302156454,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":5492,"timestamp":1735617322491,"id":4691,"parentId":4665,"tags":{},"startTime":1728302156657,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":240434,"timestamp":1735617088099,"id":4665,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302156423,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":4279,"timestamp":1735617348792,"id":4699,"parentId":4693,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302156683,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":8860,"timestamp":1735617348688,"id":4694,"parentId":4693,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728302156683,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":17885,"timestamp":1735617348781,"id":4697,"parentId":4693,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728302156683,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":25592,"timestamp":1735617348796,"id":4700,"parentId":4693,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302156683,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":10724,"timestamp":1735617363785,"id":4703,"parentId":4702,"tags":{},"startTime":1728302156698,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":35100,"timestamp":1735617348754,"id":4695,"parentId":4693,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728302156683,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":196282,"timestamp":1735617374595,"id":4705,"parentId":4704,"tags":{},"startTime":1728302156709,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":197154,"timestamp":1735617374546,"id":4704,"parentId":4702,"tags":{},"startTime":1728302156709,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":53608,"timestamp":1735617571778,"id":4706,"parentId":4702,"tags":{"astUsed":"true"},"startTime":1728302156906,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":266670,"timestamp":1735617363569,"id":4702,"parentId":4701,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728302156698,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":282680,"timestamp":1735617348776,"id":4696,"parentId":4693,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728302156683,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":284731,"timestamp":1735617353378,"id":4701,"parentId":4692,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728302156688,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":93,"timestamp":1735617640529,"id":4707,"parentId":4701,"tags":{},"startTime":1728302156975,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":291915,"timestamp":1735617348786,"id":4698,"parentId":4693,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302156683,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":308699,"timestamp":1735617332044,"id":4693,"parentId":4692,"tags":{},"startTime":1728302156667,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":3378,"timestamp":1735617660748,"id":4709,"parentId":4708,"tags":{},"startTime":1728302156995,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":7,"timestamp":1735617664188,"id":4711,"parentId":4708,"tags":{},"startTime":1728302156999,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":147,"timestamp":1735617664242,"id":4712,"parentId":4708,"tags":{},"startTime":1728302156999,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":12,"timestamp":1735617664428,"id":4713,"parentId":4708,"tags":{},"startTime":1728302156999,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":16,"timestamp":1735617664476,"id":4714,"parentId":4708,"tags":{},"startTime":1728302156999,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":4246,"timestamp":1735617664171,"id":4710,"parentId":4708,"tags":{},"startTime":1728302156999,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":11627,"timestamp":1735617681925,"id":4715,"parentId":4708,"tags":{},"startTime":1728302157017,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":4384,"timestamp":1735617693601,"id":4716,"parentId":4708,"tags":{},"startTime":1728302157028,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":9166,"timestamp":1735617700823,"id":4717,"parentId":4708,"tags":{},"startTime":1728302157035,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":243,"timestamp":1735617709986,"id":4718,"parentId":4708,"tags":{},"startTime":1728302157045,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":274,"timestamp":1735617710213,"id":4719,"parentId":4708,"tags":{},"startTime":1728302157045,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":9751,"timestamp":1735617710500,"id":4720,"parentId":4708,"tags":{},"startTime":1728302157045,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":223,"timestamp":1735617723848,"id":4722,"parentId":4692,"tags":{},"startTime":1728302157058,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":500,"timestamp":1735617723592,"id":4721,"parentId":4692,"tags":{},"startTime":1728302157058,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":78924,"timestamp":1735617649849,"id":4708,"parentId":4692,"tags":{},"startTime":1728302156984,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":397146,"timestamp":1735617331701,"id":4692,"parentId":4666,"tags":{"name":"client"},"startTime":1728302156666,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":10413,"timestamp":1735617728890,"id":4723,"parentId":4666,"tags":{},"startTime":1728302157063,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":652332,"timestamp":1735617089312,"id":4666,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302156424,"traceId":"480ec8b9e15b14de"}] +[{"name":"client-success","duration":8,"timestamp":1735617752881,"id":4724,"parentId":3,"tags":{},"startTime":1728302157087,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":1,"timestamp":1735617753000,"id":4725,"parentId":3,"tags":{},"startTime":1728302157088,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":680000,"timestamp":1735617091826,"id":4727,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728302157106,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":688000,"timestamp":1735617090995,"id":4728,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728302157408,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":351056,"timestamp":1735617756718,"id":4726,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302157091,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":1,"timestamp":1735618107825,"id":4737,"parentId":4726,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"197001216","memory.heapUsed":"309212928","memory.heapTotal":"346488832"},"startTime":1728302157442,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":29362,"timestamp":1735618102459,"id":4736,"parentId":4734,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302157437,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":50074,"timestamp":1735618118900,"id":4738,"parentId":4735,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1728302157453,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":77781,"timestamp":1735618102296,"id":4735,"parentId":4734,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302157437,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":1367,"timestamp":1735618214853,"id":4751,"parentId":4733,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=true!","layer":"ssr"},"startTime":1728302157549,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":150996,"timestamp":1735618099044,"id":4734,"parentId":4733,"tags":{},"startTime":1728302157434,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":2767,"timestamp":1735618260198,"id":4753,"parentId":4752,"tags":{},"startTime":1728302157595,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":4,"timestamp":1735618263007,"id":4755,"parentId":4752,"tags":{},"startTime":1728302157598,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":3313,"timestamp":1735618263042,"id":4756,"parentId":4752,"tags":{},"startTime":1728302157598,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":8,"timestamp":1735618266388,"id":4757,"parentId":4752,"tags":{},"startTime":1728302157601,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":15,"timestamp":1735618266413,"id":4758,"parentId":4752,"tags":{},"startTime":1728302157601,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":5840,"timestamp":1735618262996,"id":4754,"parentId":4752,"tags":{},"startTime":1728302157598,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":958,"timestamp":1735618272197,"id":4759,"parentId":4752,"tags":{},"startTime":1728302157607,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":7658,"timestamp":1735618273185,"id":4760,"parentId":4752,"tags":{},"startTime":1728302157608,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":1732,"timestamp":1735618282697,"id":4761,"parentId":4752,"tags":{},"startTime":1728302157617,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":115,"timestamp":1735618284428,"id":4762,"parentId":4752,"tags":{},"startTime":1728302157619,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":193,"timestamp":1735618284534,"id":4763,"parentId":4752,"tags":{},"startTime":1728302157619,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":2437,"timestamp":1735618284735,"id":4764,"parentId":4752,"tags":{},"startTime":1728302157619,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":34915,"timestamp":1735618254929,"id":4752,"parentId":4733,"tags":{},"startTime":1728302157590,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":194939,"timestamp":1735618098186,"id":4733,"parentId":4731,"tags":{"name":"server"},"startTime":1728302157433,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":6611,"timestamp":1735618293164,"id":4765,"parentId":4731,"tags":{},"startTime":1728302157628,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":12,"timestamp":1735618300500,"id":4766,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728302157635,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":5505,"timestamp":1735618326769,"id":4774,"parentId":4768,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302157661,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":24757,"timestamp":1735618326663,"id":4769,"parentId":4768,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728302157661,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":29903,"timestamp":1735618326763,"id":4773,"parentId":4768,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302157661,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":39478,"timestamp":1735618326754,"id":4772,"parentId":4768,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728302157661,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":75426,"timestamp":1735618326778,"id":4776,"parentId":4768,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728302157661,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":81535,"timestamp":1735618326774,"id":4775,"parentId":4768,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302157661,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":82865,"timestamp":1735618326737,"id":4770,"parentId":4768,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728302157661,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":87004,"timestamp":1735618326748,"id":4771,"parentId":4768,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728302157661,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":97875,"timestamp":1735618315956,"id":4768,"parentId":4767,"tags":{},"startTime":1728302157651,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":14974,"timestamp":1735618452542,"id":4778,"parentId":4777,"tags":{},"startTime":1728302157787,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":20,"timestamp":1735618468412,"id":4780,"parentId":4777,"tags":{},"startTime":1728302157803,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":398,"timestamp":1735618468585,"id":4781,"parentId":4777,"tags":{},"startTime":1728302157803,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":67,"timestamp":1735618469159,"id":4782,"parentId":4777,"tags":{},"startTime":1728302157804,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":35,"timestamp":1735618469420,"id":4783,"parentId":4777,"tags":{},"startTime":1728302157804,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":14475,"timestamp":1735618468278,"id":4779,"parentId":4777,"tags":{},"startTime":1728302157803,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1484,"timestamp":1735618491626,"id":4784,"parentId":4777,"tags":{},"startTime":1728302157826,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":8309,"timestamp":1735618493250,"id":4785,"parentId":4777,"tags":{},"startTime":1728302157828,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":7802,"timestamp":1735618506351,"id":4786,"parentId":4777,"tags":{},"startTime":1728302157841,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":315,"timestamp":1735618514147,"id":4787,"parentId":4777,"tags":{},"startTime":1728302157849,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":443,"timestamp":1735618514439,"id":4788,"parentId":4777,"tags":{},"startTime":1728302157849,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":30172,"timestamp":1735618514913,"id":4789,"parentId":4777,"tags":{},"startTime":1728302157850,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":166,"timestamp":1735618556931,"id":4791,"parentId":4767,"tags":{},"startTime":1728302157892,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":514,"timestamp":1735618556610,"id":4790,"parentId":4767,"tags":{},"startTime":1728302157891,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":131611,"timestamp":1735618432943,"id":4777,"parentId":4767,"tags":{},"startTime":1728302157768,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":249345,"timestamp":1735618315287,"id":4767,"parentId":4750,"tags":{"name":"client"},"startTime":1728302157650,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":267803,"timestamp":1735618564684,"id":4792,"parentId":4750,"tags":{},"startTime":1728302157899,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":667092,"timestamp":1735618184602,"id":4750,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728302157519,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":7,"timestamp":1735618953733,"id":4795,"parentId":3,"tags":{},"startTime":1728302158288,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":1,"timestamp":1735618953861,"id":4796,"parentId":3,"tags":{},"startTime":1728302158288,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":803000,"timestamp":1735618185611,"id":4799,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728302158327,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":30237,"timestamp":1735618984885,"id":4798,"parentId":4794,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302158319,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":30394,"timestamp":1735618984778,"id":4797,"parentId":4794,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302158319,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":173694,"timestamp":1735618942938,"id":4794,"parentId":4793,"tags":{},"startTime":1728302158278,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":13585,"timestamp":1735619167333,"id":4812,"parentId":4811,"tags":{},"startTime":1728302158502,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":11,"timestamp":1735619181006,"id":4814,"parentId":4811,"tags":{},"startTime":1728302158516,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":26359,"timestamp":1735619181056,"id":4815,"parentId":4811,"tags":{},"startTime":1728302158516,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":57,"timestamp":1735619207576,"id":4816,"parentId":4811,"tags":{},"startTime":1728302158542,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":9,"timestamp":1735619207780,"id":4817,"parentId":4811,"tags":{},"startTime":1728302158542,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":43724,"timestamp":1735619180984,"id":4813,"parentId":4811,"tags":{},"startTime":1728302158516,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":2470,"timestamp":1735619229753,"id":4818,"parentId":4811,"tags":{},"startTime":1728302158564,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":6728,"timestamp":1735619232269,"id":4819,"parentId":4811,"tags":{},"startTime":1728302158567,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":8593,"timestamp":1735619246681,"id":4820,"parentId":4811,"tags":{},"startTime":1728302158581,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":1779,"timestamp":1735619255237,"id":4821,"parentId":4811,"tags":{},"startTime":1728302158590,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":1689,"timestamp":1735619256990,"id":4822,"parentId":4811,"tags":{},"startTime":1728302158592,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":778,"timestamp":1735619258706,"id":4823,"parentId":4811,"tags":{},"startTime":1728302158593,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":121009,"timestamp":1735619149940,"id":4811,"parentId":4793,"tags":{},"startTime":1728302158485,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":336116,"timestamp":1735618941930,"id":4793,"parentId":3,"tags":{"name":"server"},"startTime":1728302158277,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":7394,"timestamp":1735619278230,"id":4824,"parentId":3,"tags":{},"startTime":1728302158613,"traceId":"480ec8b9e15b14de"},{"name":"compile-path","duration":1195748,"timestamp":1735618092783,"id":4732,"tags":{"trigger":"/_not-found","isTurbopack":false},"startTime":1728302157427,"traceId":"480ec8b9e15b14de"}] +[{"name":"client-full-reload","duration":25,"timestamp":1735619851093,"id":4825,"parentId":3,"tags":{"stackTrace":""},"startTime":1728302159186,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":1961059,"timestamp":1735618081386,"id":4729,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302157416,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":3,"timestamp":1735620042538,"id":4827,"parentId":4729,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"249282560","memory.heapUsed":"242554760","memory.heapTotal":"359366656"},"startTime":1728302159377,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":1972042,"timestamp":1735618088700,"id":4730,"tags":{"url":"/_next/static/webpack/f359ee1afe89761c.webpack.hot-update.json","isTurbopack":false},"startTime":1728302157423,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":2,"timestamp":1735620060798,"id":4828,"parentId":4730,"tags":{"url":"/_next/static/webpack/f359ee1afe89761c.webpack.hot-update.json","memory.rss":"258113536","memory.heapUsed":"242799944","memory.heapTotal":"359366656"},"startTime":1728302159395,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":823767,"timestamp":1735619998263,"id":4826,"tags":{"url":"/","isTurbopack":false},"startTime":1728302159333,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":12,"timestamp":1735620826425,"id":4829,"parentId":4826,"tags":{"url":"/","memory.rss":"232472576","memory.heapUsed":"234056080","memory.heapTotal":"313393152"},"startTime":1728302160161,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":160,"timestamp":1735621809498,"id":4830,"parentId":3,"tags":{},"startTime":1728302161144,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":3,"timestamp":1735621810298,"id":4831,"parentId":3,"tags":{},"startTime":1728302161145,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":49208,"timestamp":1735628502896,"id":4836,"parentId":4835,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302167837,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":12429,"timestamp":1735628546089,"id":4840,"parentId":4839,"tags":{},"startTime":1728302167881,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12831,"timestamp":1735628545698,"id":4839,"parentId":4838,"tags":{},"startTime":1728302167880,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":16703,"timestamp":1735628544546,"id":4838,"parentId":4834,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx","layer":"rsc"},"startTime":1728302167879,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":71367,"timestamp":1735628503105,"id":4837,"parentId":4835,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302167838,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":174043,"timestamp":1735628498323,"id":4835,"parentId":4834,"tags":{},"startTime":1728302167833,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":4218,"timestamp":1735628688366,"id":4853,"parentId":4852,"tags":{},"startTime":1728302168023,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":8,"timestamp":1735628692628,"id":4855,"parentId":4852,"tags":{},"startTime":1728302168027,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":15870,"timestamp":1735628692652,"id":4856,"parentId":4852,"tags":{},"startTime":1728302168027,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":20,"timestamp":1735628709007,"id":4857,"parentId":4852,"tags":{},"startTime":1728302168044,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":11,"timestamp":1735628709153,"id":4858,"parentId":4852,"tags":{},"startTime":1728302168044,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":46058,"timestamp":1735628692617,"id":4854,"parentId":4852,"tags":{},"startTime":1728302168027,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1230,"timestamp":1735628742561,"id":4859,"parentId":4852,"tags":{},"startTime":1728302168077,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":23413,"timestamp":1735628743852,"id":4860,"parentId":4852,"tags":{},"startTime":1728302168078,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":2988,"timestamp":1735628771851,"id":4861,"parentId":4852,"tags":{},"startTime":1728302168106,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":119,"timestamp":1735628774837,"id":4862,"parentId":4852,"tags":{},"startTime":1728302168109,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":172,"timestamp":1735628774947,"id":4863,"parentId":4852,"tags":{},"startTime":1728302168109,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":1961,"timestamp":1735628775125,"id":4864,"parentId":4852,"tags":{},"startTime":1728302168110,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":99498,"timestamp":1735628681148,"id":4852,"parentId":4834,"tags":{},"startTime":1728302168016,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":288370,"timestamp":1735628495439,"id":4834,"parentId":4832,"tags":{"name":"server"},"startTime":1728302167830,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":5407,"timestamp":1735628783869,"id":4865,"parentId":4832,"tags":{},"startTime":1728302168118,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":330523,"timestamp":1735628459753,"id":4832,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302167794,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":3376,"timestamp":1735628801787,"id":4873,"parentId":4867,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302168136,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":3522,"timestamp":1735628801795,"id":4875,"parentId":4867,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728302168136,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":13415,"timestamp":1735628801675,"id":4868,"parentId":4867,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728302168136,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":23384,"timestamp":1735628801748,"id":4871,"parentId":4867,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728302168136,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":57412,"timestamp":1735628801791,"id":4874,"parentId":4867,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302168136,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":38166,"timestamp":1735628821358,"id":4878,"parentId":4877,"tags":{},"startTime":1728302168156,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":73655,"timestamp":1735628801734,"id":4869,"parentId":4867,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728302168136,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":179643,"timestamp":1735628859731,"id":4880,"parentId":4879,"tags":{},"startTime":1728302168194,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":180283,"timestamp":1735628859619,"id":4879,"parentId":4877,"tags":{},"startTime":1728302168194,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":25552,"timestamp":1735629039973,"id":4881,"parentId":4877,"tags":{"astUsed":"true"},"startTime":1728302168374,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":246713,"timestamp":1735628821003,"id":4877,"parentId":4876,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728302168155,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":266736,"timestamp":1735628801743,"id":4870,"parentId":4867,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728302168136,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":265495,"timestamp":1735628805503,"id":4876,"parentId":4866,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728302168140,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":81,"timestamp":1735629071296,"id":4882,"parentId":4876,"tags":{},"startTime":1728302168406,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":269661,"timestamp":1735628801781,"id":4872,"parentId":4867,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302168136,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":278442,"timestamp":1735628793044,"id":4867,"parentId":4866,"tags":{},"startTime":1728302168128,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":12679,"timestamp":1735629154511,"id":4884,"parentId":4883,"tags":{},"startTime":1728302168489,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":5,"timestamp":1735629167237,"id":4886,"parentId":4883,"tags":{},"startTime":1728302168502,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":89,"timestamp":1735629167260,"id":4887,"parentId":4883,"tags":{},"startTime":1728302168502,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":5,"timestamp":1735629167378,"id":4888,"parentId":4883,"tags":{},"startTime":1728302168502,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1735629167407,"id":4889,"parentId":4883,"tags":{},"startTime":1728302168502,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":5420,"timestamp":1735629167225,"id":4885,"parentId":4883,"tags":{},"startTime":1728302168502,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":772,"timestamp":1735629177274,"id":4890,"parentId":4883,"tags":{},"startTime":1728302168512,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":3486,"timestamp":1735629178065,"id":4891,"parentId":4883,"tags":{},"startTime":1728302168513,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":9907,"timestamp":1735629196200,"id":4892,"parentId":4883,"tags":{},"startTime":1728302168531,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":200,"timestamp":1735629206104,"id":4893,"parentId":4883,"tags":{},"startTime":1728302168541,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":204,"timestamp":1735629206286,"id":4894,"parentId":4883,"tags":{},"startTime":1728302168541,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":32360,"timestamp":1735629206497,"id":4895,"parentId":4883,"tags":{},"startTime":1728302168541,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":529,"timestamp":1735629242982,"id":4897,"parentId":4866,"tags":{},"startTime":1728302168577,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":677,"timestamp":1735629242859,"id":4896,"parentId":4866,"tags":{},"startTime":1728302168577,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":110392,"timestamp":1735629142170,"id":4883,"parentId":4866,"tags":{},"startTime":1728302168477,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":459923,"timestamp":1735628792734,"id":4866,"parentId":4833,"tags":{"name":"client"},"startTime":1728302168127,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":14484,"timestamp":1735629252706,"id":4898,"parentId":4833,"tags":{},"startTime":1728302168587,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":808033,"timestamp":1735628460875,"id":4833,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302167795,"traceId":"480ec8b9e15b14de"}] +[{"name":"client-success","duration":4,"timestamp":1735629280667,"id":4899,"parentId":3,"tags":{},"startTime":1728302168615,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":1,"timestamp":1735629280748,"id":4900,"parentId":3,"tags":{},"startTime":1728302168615,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":839000,"timestamp":1735628471375,"id":4902,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728302168648,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":851000,"timestamp":1735628471743,"id":4903,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1728302168660,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":252467,"timestamp":1735629282979,"id":4901,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302168617,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":2,"timestamp":1735629535546,"id":4905,"parentId":4901,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"250003456","memory.heapUsed":"244295784","memory.heapTotal":"309624832"},"startTime":1728302168870,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":28316,"timestamp":1735629521623,"id":4904,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302168856,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":2,"timestamp":1735629549996,"id":4906,"parentId":4904,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"251019264","memory.heapUsed":"246024224","memory.heapTotal":"309624832"},"startTime":1728302168884,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":42528,"timestamp":1735637980444,"id":4911,"parentId":4910,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302177315,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8465,"timestamp":1735638014625,"id":4915,"parentId":4914,"tags":{},"startTime":1728302177349,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9882,"timestamp":1735638013211,"id":4914,"parentId":4913,"tags":{},"startTime":1728302177348,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":17227,"timestamp":1735638009794,"id":4913,"parentId":4909,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx","layer":"rsc"},"startTime":1728302177344,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":54887,"timestamp":1735637980806,"id":4912,"parentId":4910,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302177315,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":125432,"timestamp":1735637976882,"id":4910,"parentId":4909,"tags":{},"startTime":1728302177311,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":3035,"timestamp":1735638111356,"id":4928,"parentId":4927,"tags":{},"startTime":1728302177446,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":6,"timestamp":1735638114432,"id":4930,"parentId":4927,"tags":{},"startTime":1728302177449,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":10214,"timestamp":1735638114454,"id":4931,"parentId":4927,"tags":{},"startTime":1728302177449,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":21,"timestamp":1735638124917,"id":4932,"parentId":4927,"tags":{},"startTime":1728302177459,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":22,"timestamp":1735638124969,"id":4933,"parentId":4927,"tags":{},"startTime":1728302177459,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":15129,"timestamp":1735638114421,"id":4929,"parentId":4927,"tags":{},"startTime":1728302177449,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":796,"timestamp":1735638131478,"id":4934,"parentId":4927,"tags":{},"startTime":1728302177466,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":3075,"timestamp":1735638132295,"id":4935,"parentId":4927,"tags":{},"startTime":1728302177467,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":2865,"timestamp":1735638136817,"id":4936,"parentId":4927,"tags":{},"startTime":1728302177471,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":222,"timestamp":1735638139680,"id":4937,"parentId":4927,"tags":{},"startTime":1728302177474,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":453,"timestamp":1735638139885,"id":4938,"parentId":4927,"tags":{},"startTime":1728302177474,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":2344,"timestamp":1735638140350,"id":4939,"parentId":4927,"tags":{},"startTime":1728302177475,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":38548,"timestamp":1735638106342,"id":4927,"parentId":4909,"tags":{},"startTime":1728302177441,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":176012,"timestamp":1735637975385,"id":4909,"parentId":4907,"tags":{"name":"server"},"startTime":1728302177310,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":9273,"timestamp":1735638151713,"id":4940,"parentId":4907,"tags":{},"startTime":1728302177486,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":214188,"timestamp":1735637947262,"id":4907,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302177282,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":9660,"timestamp":1735638169799,"id":4948,"parentId":4942,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302177504,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":9748,"timestamp":1735638169808,"id":4950,"parentId":4942,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728302177504,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":13388,"timestamp":1735638169720,"id":4943,"parentId":4942,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728302177504,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":20374,"timestamp":1735638169788,"id":4946,"parentId":4942,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728302177504,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":23274,"timestamp":1735638169803,"id":4949,"parentId":4942,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302177504,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":5476,"timestamp":1735638187706,"id":4953,"parentId":4952,"tags":{},"startTime":1728302177522,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":32059,"timestamp":1735638169774,"id":4944,"parentId":4942,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728302177504,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":539878,"timestamp":1735638193260,"id":4955,"parentId":4954,"tags":{},"startTime":1728302177528,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":540693,"timestamp":1735638193215,"id":4954,"parentId":4952,"tags":{},"startTime":1728302177528,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":81840,"timestamp":1735638733990,"id":4956,"parentId":4952,"tags":{"astUsed":"true"},"startTime":1728302178068,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":633461,"timestamp":1735638187531,"id":4952,"parentId":4951,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728302177522,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":655077,"timestamp":1735638169783,"id":4945,"parentId":4942,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728302177504,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":657664,"timestamp":1735638179755,"id":4951,"parentId":4941,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728302177514,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":168,"timestamp":1735638857338,"id":4958,"parentId":4951,"tags":{},"startTime":1728302178192,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":687876,"timestamp":1735638169793,"id":4947,"parentId":4942,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302177504,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":692738,"timestamp":1735638165003,"id":4942,"parentId":4941,"tags":{},"startTime":1728302177499,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":3158,"timestamp":1735638873824,"id":4960,"parentId":4959,"tags":{},"startTime":1728302178208,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":8,"timestamp":1735638877044,"id":4962,"parentId":4959,"tags":{},"startTime":1728302178211,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":151,"timestamp":1735638877092,"id":4963,"parentId":4959,"tags":{},"startTime":1728302178211,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":10,"timestamp":1735638877282,"id":4964,"parentId":4959,"tags":{},"startTime":1728302178212,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1735638877328,"id":4965,"parentId":4959,"tags":{},"startTime":1728302178212,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":4567,"timestamp":1735638877025,"id":4961,"parentId":4959,"tags":{},"startTime":1728302178211,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1138,"timestamp":1735638885343,"id":4966,"parentId":4959,"tags":{},"startTime":1728302178220,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":4281,"timestamp":1735638886533,"id":4967,"parentId":4959,"tags":{},"startTime":1728302178221,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":8850,"timestamp":1735638893574,"id":4968,"parentId":4959,"tags":{},"startTime":1728302178228,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":227,"timestamp":1735638902421,"id":4969,"parentId":4959,"tags":{},"startTime":1728302178237,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":292,"timestamp":1735638902635,"id":4970,"parentId":4959,"tags":{},"startTime":1728302178237,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":13638,"timestamp":1735638902939,"id":4971,"parentId":4959,"tags":{},"startTime":1728302178237,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":345,"timestamp":1735638919321,"id":4973,"parentId":4941,"tags":{},"startTime":1728302178254,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":495,"timestamp":1735638919191,"id":4972,"parentId":4941,"tags":{},"startTime":1728302178254,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":61063,"timestamp":1735638866169,"id":4959,"parentId":4941,"tags":{},"startTime":1728302178201,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":762971,"timestamp":1735638164326,"id":4941,"parentId":4908,"tags":{"name":"client"},"startTime":1728302177499,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":11946,"timestamp":1735638927344,"id":4974,"parentId":4908,"tags":{},"startTime":1728302178262,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":992750,"timestamp":1735637948132,"id":4908,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302177283,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":5,"timestamp":1735638949769,"id":4977,"parentId":3,"tags":{},"startTime":1728302178284,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":1,"timestamp":1735638949887,"id":4978,"parentId":3,"tags":{},"startTime":1728302178284,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":1047000,"timestamp":1735637949697,"id":4981,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728302178332,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":1060000,"timestamp":1735637949935,"id":4985,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728302178345,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":41493,"timestamp":1735638969576,"id":4979,"parentId":4976,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302178304,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8578,"timestamp":1735639003125,"id":4984,"parentId":4983,"tags":{},"startTime":1728302178338,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11746,"timestamp":1735638999974,"id":4983,"parentId":4982,"tags":{},"startTime":1728302178334,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":17306,"timestamp":1735638999270,"id":4982,"parentId":4975,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx","layer":"rsc"},"startTime":1728302178334,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":175124,"timestamp":1735638970062,"id":4980,"parentId":4976,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302178304,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":404036,"timestamp":1735638946700,"id":4976,"parentId":4975,"tags":{},"startTime":1728302178281,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":5701,"timestamp":1735639371508,"id":4998,"parentId":4997,"tags":{},"startTime":1728302178706,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":5,"timestamp":1735639377280,"id":5000,"parentId":4997,"tags":{},"startTime":1728302178712,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":2994,"timestamp":1735639377319,"id":5001,"parentId":4997,"tags":{},"startTime":1728302178712,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":7,"timestamp":1735639380364,"id":5002,"parentId":4997,"tags":{},"startTime":1728302178715,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":15,"timestamp":1735639380391,"id":5003,"parentId":4997,"tags":{},"startTime":1728302178715,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":7106,"timestamp":1735639377265,"id":4999,"parentId":4997,"tags":{},"startTime":1728302178712,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1238,"timestamp":1735639387318,"id":5004,"parentId":4997,"tags":{},"startTime":1728302178722,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":4291,"timestamp":1735639388584,"id":5005,"parentId":4997,"tags":{},"startTime":1728302178723,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":3588,"timestamp":1735639402384,"id":5006,"parentId":4997,"tags":{},"startTime":1728302178737,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":215,"timestamp":1735639405971,"id":5007,"parentId":4997,"tags":{},"startTime":1728302178740,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":323,"timestamp":1735639406174,"id":5008,"parentId":4997,"tags":{},"startTime":1728302178741,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":2428,"timestamp":1735639406516,"id":5009,"parentId":4997,"tags":{},"startTime":1728302178741,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":71009,"timestamp":1735639356761,"id":4997,"parentId":4975,"tags":{},"startTime":1728302178691,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":488328,"timestamp":1735638945988,"id":4975,"parentId":4957,"tags":{"name":"server"},"startTime":1728302178280,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":7334,"timestamp":1735639434529,"id":5010,"parentId":4957,"tags":{},"startTime":1728302178769,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":622395,"timestamp":1735638823011,"id":4957,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302178157,"traceId":"480ec8b9e15b14de"}] +[{"name":"handle-request","duration":114716,"timestamp":1735639453989,"id":5011,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302178788,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":6,"timestamp":1735639572379,"id":5013,"parentId":5011,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"245448704","memory.heapUsed":"275081560","memory.heapTotal":"317718528"},"startTime":1728302178907,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":49641,"timestamp":1735639551123,"id":5012,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302178886,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":4,"timestamp":1735639601016,"id":5014,"parentId":5012,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"245645312","memory.heapUsed":"277410576","memory.heapTotal":"317718528"},"startTime":1728302178935,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":215679,"timestamp":1735641523170,"id":5015,"tags":{"url":"/","isTurbopack":false},"startTime":1728302180858,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":1,"timestamp":1735641738926,"id":5016,"parentId":5015,"tags":{"url":"/","memory.rss":"156221440","memory.heapUsed":"279600168","memory.heapTotal":"320602112"},"startTime":1728302181073,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":10,"timestamp":1735642101551,"id":5017,"parentId":3,"tags":{},"startTime":1728302181436,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":5,"timestamp":1735642104461,"id":5018,"parentId":3,"tags":{},"startTime":1728302181439,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":48838,"timestamp":1735654272898,"id":5023,"parentId":5022,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302193607,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":19691,"timestamp":1735654306661,"id":5027,"parentId":5026,"tags":{},"startTime":1728302193641,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20324,"timestamp":1735654306095,"id":5026,"parentId":5025,"tags":{},"startTime":1728302193640,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":31657,"timestamp":1735654303413,"id":5025,"parentId":5021,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx","layer":"rsc"},"startTime":1728302193638,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":72105,"timestamp":1735654273162,"id":5024,"parentId":5022,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302193607,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":136605,"timestamp":1735654268134,"id":5022,"parentId":5021,"tags":{},"startTime":1728302193602,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":1859,"timestamp":1735654415734,"id":5040,"parentId":5039,"tags":{},"startTime":1728302193750,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":3,"timestamp":1735654417625,"id":5042,"parentId":5039,"tags":{},"startTime":1728302193752,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":2019,"timestamp":1735654417644,"id":5043,"parentId":5039,"tags":{},"startTime":1728302193752,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":5,"timestamp":1735654419704,"id":5044,"parentId":5039,"tags":{},"startTime":1728302193754,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":11,"timestamp":1735654419724,"id":5045,"parentId":5039,"tags":{},"startTime":1728302193754,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":4863,"timestamp":1735654417615,"id":5041,"parentId":5039,"tags":{},"startTime":1728302193752,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1079,"timestamp":1735654424726,"id":5046,"parentId":5039,"tags":{},"startTime":1728302193759,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":13502,"timestamp":1735654425832,"id":5047,"parentId":5039,"tags":{},"startTime":1728302193760,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":2515,"timestamp":1735654441820,"id":5048,"parentId":5039,"tags":{},"startTime":1728302193776,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":130,"timestamp":1735654444334,"id":5049,"parentId":5039,"tags":{},"startTime":1728302193779,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":163,"timestamp":1735654444456,"id":5050,"parentId":5039,"tags":{},"startTime":1728302193779,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":2170,"timestamp":1735654444625,"id":5051,"parentId":5039,"tags":{},"startTime":1728302193779,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":40635,"timestamp":1735654408449,"id":5039,"parentId":5021,"tags":{},"startTime":1728302193743,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":187023,"timestamp":1735654264792,"id":5021,"parentId":5019,"tags":{"name":"server"},"startTime":1728302193599,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":5550,"timestamp":1735654451880,"id":5052,"parentId":5019,"tags":{},"startTime":1728302193786,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":220984,"timestamp":1735654237127,"id":5019,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302193571,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":10790,"timestamp":1735654470293,"id":5060,"parentId":5054,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302193805,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":10921,"timestamp":1735654470301,"id":5062,"parentId":5054,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728302193805,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":15074,"timestamp":1735654470197,"id":5055,"parentId":5054,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728302193804,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":22983,"timestamp":1735654470283,"id":5058,"parentId":5054,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728302193805,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":27924,"timestamp":1735654470297,"id":5061,"parentId":5054,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302193805,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":8240,"timestamp":1735654490131,"id":5065,"parentId":5064,"tags":{},"startTime":1728302193824,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":46687,"timestamp":1735654470256,"id":5056,"parentId":5054,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728302193804,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":145203,"timestamp":1735654498664,"id":5067,"parentId":5066,"tags":{},"startTime":1728302193833,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":146121,"timestamp":1735654498412,"id":5066,"parentId":5064,"tags":{},"startTime":1728302193833,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":28786,"timestamp":1735654644626,"id":5068,"parentId":5064,"tags":{"astUsed":"true"},"startTime":1728302193979,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":185786,"timestamp":1735654489787,"id":5064,"parentId":5063,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728302193824,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":201022,"timestamp":1735654481589,"id":5063,"parentId":5053,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728302193816,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":212585,"timestamp":1735654470279,"id":5057,"parentId":5054,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728302193805,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":40,"timestamp":1735654682917,"id":5069,"parentId":5063,"tags":{},"startTime":1728302194017,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":212700,"timestamp":1735654470288,"id":5059,"parentId":5054,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302193805,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":219892,"timestamp":1735654463126,"id":5054,"parentId":5053,"tags":{},"startTime":1728302193797,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":1613,"timestamp":1735654689381,"id":5071,"parentId":5070,"tags":{},"startTime":1728302194024,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":3,"timestamp":1735654691021,"id":5073,"parentId":5070,"tags":{},"startTime":1728302194025,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":54,"timestamp":1735654691049,"id":5074,"parentId":5070,"tags":{},"startTime":1728302194025,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":4,"timestamp":1735654691126,"id":5075,"parentId":5070,"tags":{},"startTime":1728302194025,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1735654691146,"id":5076,"parentId":5070,"tags":{},"startTime":1728302194025,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":1763,"timestamp":1735654691013,"id":5072,"parentId":5070,"tags":{},"startTime":1728302194025,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":365,"timestamp":1735654694401,"id":5077,"parentId":5070,"tags":{},"startTime":1728302194029,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":3529,"timestamp":1735654694778,"id":5078,"parentId":5070,"tags":{},"startTime":1728302194029,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":3877,"timestamp":1735654699991,"id":5079,"parentId":5070,"tags":{},"startTime":1728302194034,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":148,"timestamp":1735654703867,"id":5080,"parentId":5070,"tags":{},"startTime":1728302194038,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":140,"timestamp":1735654704008,"id":5081,"parentId":5070,"tags":{},"startTime":1728302194038,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":5335,"timestamp":1735654704153,"id":5082,"parentId":5070,"tags":{},"startTime":1728302194038,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":103,"timestamp":1735654710542,"id":5084,"parentId":5053,"tags":{},"startTime":1728302194045,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":193,"timestamp":1735654710458,"id":5083,"parentId":5053,"tags":{},"startTime":1728302194045,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":27224,"timestamp":1735654685596,"id":5070,"parentId":5053,"tags":{},"startTime":1728302194020,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":250512,"timestamp":1735654462398,"id":5053,"parentId":5020,"tags":{"name":"client"},"startTime":1728302193797,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":4930,"timestamp":1735654712950,"id":5085,"parentId":5020,"tags":{},"startTime":1728302194047,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":479952,"timestamp":1735654239232,"id":5020,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302193573,"traceId":"480ec8b9e15b14de"}] +[{"name":"client-success","duration":127,"timestamp":1735654739319,"id":5086,"parentId":3,"tags":{},"startTime":1728302194074,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":2,"timestamp":1735654739625,"id":5087,"parentId":3,"tags":{},"startTime":1728302194074,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":505000,"timestamp":1735654247501,"id":5089,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728302194088,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":513000,"timestamp":1735654244060,"id":5090,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728302194091,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":89232,"timestamp":1735654742042,"id":5088,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302194076,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":2,"timestamp":1735654831309,"id":5092,"parentId":5088,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"283820032","memory.heapUsed":"316115440","memory.heapTotal":"348880896"},"startTime":1728302194166,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":42975,"timestamp":1735654825556,"id":5091,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302194160,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":3,"timestamp":1735654868587,"id":5093,"parentId":5091,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"285704192","memory.heapUsed":"306736952","memory.heapTotal":"351502336"},"startTime":1728302194203,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":24798,"timestamp":1735672670766,"id":5098,"parentId":5097,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302212005,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8009,"timestamp":1735672689993,"id":5102,"parentId":5101,"tags":{},"startTime":1728302212024,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8261,"timestamp":1735672689754,"id":5101,"parentId":5100,"tags":{},"startTime":1728302212024,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":10050,"timestamp":1735672688983,"id":5100,"parentId":5096,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx","layer":"rsc"},"startTime":1728302212023,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":28145,"timestamp":1735672670946,"id":5099,"parentId":5097,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302212005,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":131365,"timestamp":1735672652639,"id":5097,"parentId":5096,"tags":{},"startTime":1728302211987,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":4198,"timestamp":1735672797190,"id":5115,"parentId":5114,"tags":{},"startTime":1728302212131,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":10,"timestamp":1735672801431,"id":5117,"parentId":5114,"tags":{},"startTime":1728302212135,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":4975,"timestamp":1735672801459,"id":5118,"parentId":5114,"tags":{},"startTime":1728302212136,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":12,"timestamp":1735672806487,"id":5119,"parentId":5114,"tags":{},"startTime":1728302212141,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":15,"timestamp":1735672806517,"id":5120,"parentId":5114,"tags":{},"startTime":1728302212141,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":9903,"timestamp":1735672801419,"id":5116,"parentId":5114,"tags":{},"startTime":1728302212135,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":916,"timestamp":1735672814186,"id":5121,"parentId":5114,"tags":{},"startTime":1728302212148,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":4295,"timestamp":1735672815121,"id":5122,"parentId":5114,"tags":{},"startTime":1728302212149,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":13181,"timestamp":1735672821273,"id":5123,"parentId":5114,"tags":{},"startTime":1728302212155,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":242,"timestamp":1735672834452,"id":5124,"parentId":5114,"tags":{},"startTime":1728302212169,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":470,"timestamp":1735672834645,"id":5125,"parentId":5114,"tags":{},"startTime":1728302212169,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":7567,"timestamp":1735672835127,"id":5126,"parentId":5114,"tags":{},"startTime":1728302212169,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":65418,"timestamp":1735672788888,"id":5114,"parentId":5096,"tags":{},"startTime":1728302212123,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":208812,"timestamp":1735672649278,"id":5096,"parentId":5094,"tags":{"name":"server"},"startTime":1728302211983,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":247697,"timestamp":1735672616091,"id":5094,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302211950,"traceId":"480ec8b9e15b14de"},{"name":"client-error","duration":2,"timestamp":1735672875655,"id":5137,"parentId":3,"tags":{"errorCount":1},"startTime":1728302212210,"traceId":"480ec8b9e15b14de"},{"name":"client-error","duration":1,"timestamp":1735672875776,"id":5138,"parentId":3,"tags":{"errorCount":1},"startTime":1728302212210,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":6324,"timestamp":1735672874761,"id":5134,"parentId":5128,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302212209,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":6417,"timestamp":1735672874785,"id":5136,"parentId":5128,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728302212209,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":21027,"timestamp":1735672874619,"id":5129,"parentId":5128,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728302212209,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":52933,"timestamp":1735672874739,"id":5132,"parentId":5128,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728302212209,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":63374,"timestamp":1735672874775,"id":5135,"parentId":5128,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302212209,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":16696,"timestamp":1735672921707,"id":5141,"parentId":5140,"tags":{},"startTime":1728302212256,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":83457,"timestamp":1735672874707,"id":5130,"parentId":5128,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728302212209,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":323911,"timestamp":1735672938564,"id":5143,"parentId":5142,"tags":{},"startTime":1728302212273,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":326841,"timestamp":1735672938466,"id":5142,"parentId":5140,"tags":{},"startTime":1728302212273,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":52908,"timestamp":1735673265392,"id":5144,"parentId":5140,"tags":{"astUsed":"true"},"startTime":1728302212599,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":411895,"timestamp":1735672921458,"id":5140,"parentId":5139,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728302212256,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":461032,"timestamp":1735672874728,"id":5131,"parentId":5128,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728302212209,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":459414,"timestamp":1735672881616,"id":5139,"parentId":5127,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728302212216,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":72,"timestamp":1735673341277,"id":5145,"parentId":5139,"tags":{},"startTime":1728302212675,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":466629,"timestamp":1735672874750,"id":5133,"parentId":5128,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302212209,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":473818,"timestamp":1735672867596,"id":5128,"parentId":5127,"tags":{},"startTime":1728302212202,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":11916,"timestamp":1735673369181,"id":5147,"parentId":5146,"tags":{},"startTime":1728302212703,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":7,"timestamp":1735673381157,"id":5149,"parentId":5146,"tags":{},"startTime":1728302212715,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":141,"timestamp":1735673381190,"id":5150,"parentId":5146,"tags":{},"startTime":1728302212715,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":8,"timestamp":1735673381365,"id":5151,"parentId":5146,"tags":{},"startTime":1728302212715,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1735673381402,"id":5152,"parentId":5146,"tags":{},"startTime":1728302212715,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":8324,"timestamp":1735673381136,"id":5148,"parentId":5146,"tags":{},"startTime":1728302212715,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":786,"timestamp":1735673393768,"id":5153,"parentId":5146,"tags":{},"startTime":1728302212728,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":8707,"timestamp":1735673394579,"id":5154,"parentId":5146,"tags":{},"startTime":1728302212729,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":6472,"timestamp":1735673405626,"id":5155,"parentId":5146,"tags":{},"startTime":1728302212740,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":262,"timestamp":1735673412095,"id":5156,"parentId":5146,"tags":{},"startTime":1728302212746,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":798,"timestamp":1735673412341,"id":5157,"parentId":5146,"tags":{},"startTime":1728302212746,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":21607,"timestamp":1735673413175,"id":5158,"parentId":5146,"tags":{},"startTime":1728302212747,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":205,"timestamp":1735673436710,"id":5160,"parentId":5127,"tags":{},"startTime":1728302212771,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":342,"timestamp":1735673436587,"id":5159,"parentId":5127,"tags":{},"startTime":1728302212771,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":95250,"timestamp":1735673347649,"id":5146,"parentId":5127,"tags":{},"startTime":1728302212682,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":576162,"timestamp":1735672866797,"id":5127,"parentId":5095,"tags":{"name":"client"},"startTime":1728302212201,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":7562,"timestamp":1735673442996,"id":5161,"parentId":5095,"tags":{},"startTime":1728302212777,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":835078,"timestamp":1735672617874,"id":5095,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302211952,"traceId":"480ec8b9e15b14de"}] +[{"name":"next-client-pages-loader","duration":144,"timestamp":1735673543585,"id":5172,"parentId":5171,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1728302212878,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":2681,"timestamp":1735673542292,"id":5171,"parentId":5168,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!","layer":null},"startTime":1728302212876,"traceId":"480ec8b9e15b14de"},{"name":"next-client-pages-loader","duration":19,"timestamp":1735673545075,"id":5174,"parentId":5173,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1728302212879,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":436,"timestamp":1735673545025,"id":5173,"parentId":5170,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!","layer":null},"startTime":1728302212879,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":2496,"timestamp":1735673545937,"id":5176,"parentId":5175,"tags":{},"startTime":1728302212880,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":4559,"timestamp":1735673545490,"id":5175,"parentId":5165,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js","layer":null},"startTime":1728302212880,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1294,"timestamp":1735673552706,"id":5187,"parentId":5186,"tags":{},"startTime":1728302212887,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":7643,"timestamp":1735673552648,"id":5186,"parentId":5175,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/helpers.js","layer":null},"startTime":1728302212887,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":15593,"timestamp":1735673548008,"id":5181,"parentId":5180,"tags":{},"startTime":1728302212882,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":15731,"timestamp":1735673547885,"id":5180,"parentId":5177,"tags":{},"startTime":1728302212882,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21163,"timestamp":1735673547654,"id":5177,"parentId":5167,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/next-dev.js","layer":null},"startTime":1728302212882,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":22172,"timestamp":1735673548085,"id":5185,"parentId":5184,"tags":{},"startTime":1728302212882,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":22200,"timestamp":1735673548065,"id":5184,"parentId":5179,"tags":{},"startTime":1728302212882,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":27796,"timestamp":1735673547821,"id":5179,"parentId":5166,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/amp-dev.js","layer":null},"startTime":1728302212882,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":27682,"timestamp":1735673548051,"id":5183,"parentId":5182,"tags":{},"startTime":1728302212882,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":27711,"timestamp":1735673548026,"id":5182,"parentId":5178,"tags":{},"startTime":1728302212882,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":32149,"timestamp":1735673547762,"id":5178,"parentId":5169,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js","layer":null},"startTime":1728302212882,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":18902,"timestamp":1735673561081,"id":5191,"parentId":5190,"tags":{},"startTime":1728302212895,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":18981,"timestamp":1735673561007,"id":5190,"parentId":5188,"tags":{},"startTime":1728302212895,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":23308,"timestamp":1735673560666,"id":5188,"parentId":5171,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/pages/_app.js","layer":null},"startTime":1728302212895,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":22908,"timestamp":1735673561146,"id":5193,"parentId":5192,"tags":{},"startTime":1728302212895,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":22951,"timestamp":1735673561107,"id":5192,"parentId":5189,"tags":{},"startTime":1728302212895,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":26605,"timestamp":1735673560886,"id":5189,"parentId":5173,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/pages/_error.js","layer":null},"startTime":1728302212895,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6117,"timestamp":1735673593288,"id":5196,"parentId":5195,"tags":{},"startTime":1728302212927,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6186,"timestamp":1735673593229,"id":5195,"parentId":5194,"tags":{},"startTime":1728302212927,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8824,"timestamp":1735673593032,"id":5194,"parentId":5177,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/webpack.js","layer":null},"startTime":1728302212927,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7341,"timestamp":1735673594906,"id":5201,"parentId":5200,"tags":{},"startTime":1728302212929,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7394,"timestamp":1735673594858,"id":5200,"parentId":5197,"tags":{},"startTime":1728302212929,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15084,"timestamp":1735673594551,"id":5197,"parentId":5177,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/setup-hydration-warning.js","layer":null},"startTime":1728302212929,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":14729,"timestamp":1735673594981,"id":5205,"parentId":5204,"tags":{},"startTime":1728302212929,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":14751,"timestamp":1735673594962,"id":5204,"parentId":5199,"tags":{},"startTime":1728302212929,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":17726,"timestamp":1735673594719,"id":5199,"parentId":5177,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/hot-middleware-client.js","layer":null},"startTime":1728302212929,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":19321,"timestamp":1735673594948,"id":5203,"parentId":5202,"tags":{},"startTime":1728302212929,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":19356,"timestamp":1735673594923,"id":5202,"parentId":5198,"tags":{},"startTime":1728302212929,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":23281,"timestamp":1735673594652,"id":5198,"parentId":5177,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/page-bootstrap.js","layer":null},"startTime":1728302212929,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":18841,"timestamp":1735673599144,"id":5215,"parentId":5214,"tags":{},"startTime":1728302212933,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":18862,"timestamp":1735673599126,"id":5214,"parentId":5208,"tags":{},"startTime":1728302212933,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":20922,"timestamp":1735673598832,"id":5208,"parentId":5179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/on-demand-entries-client.js","layer":null},"startTime":1728302212933,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":20681,"timestamp":1735673599112,"id":5213,"parentId":5212,"tags":{},"startTime":1728302212933,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20705,"timestamp":1735673599091,"id":5212,"parentId":5207,"tags":{},"startTime":1728302212933,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":22375,"timestamp":1735673598633,"id":5207,"parentId":5178,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/with-router.js","layer":null},"startTime":1728302212933,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":21862,"timestamp":1735673599175,"id":5217,"parentId":5216,"tags":{},"startTime":1728302212933,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":21881,"timestamp":1735673599157,"id":5216,"parentId":5209,"tags":{},"startTime":1728302212933,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":23236,"timestamp":1735673598894,"id":5209,"parentId":5179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/fouc.js","layer":null},"startTime":1728302212933,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":27030,"timestamp":1735673599073,"id":5211,"parentId":5210,"tags":{},"startTime":1728302212933,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":27091,"timestamp":1735673599019,"id":5210,"parentId":5206,"tags":{},"startTime":1728302212933,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":36895,"timestamp":1735673598372,"id":5206,"parentId":5177,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/index.js","layer":null},"startTime":1728302212932,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6334,"timestamp":1735673640142,"id":5227,"parentId":5226,"tags":{},"startTime":1728302212974,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6434,"timestamp":1735673640082,"id":5226,"parentId":5222,"tags":{},"startTime":1728302212974,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8653,"timestamp":1735673639305,"id":5222,"parentId":5178,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":null},"startTime":1728302212973,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11231,"timestamp":1735673640187,"id":5229,"parentId":5228,"tags":{},"startTime":1728302212974,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11265,"timestamp":1735673640161,"id":5228,"parentId":5223,"tags":{},"startTime":1728302212974,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":25855,"timestamp":1735673639463,"id":5223,"parentId":5188,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils.js","layer":null},"startTime":1728302212974,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":51954,"timestamp":1735673613412,"id":5219,"parentId":5218,"tags":{},"startTime":1728302212947,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":52809,"timestamp":1735673613059,"id":5218,"parentId":5175,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-refresh/runtime.js","layer":null},"startTime":1728302212947,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":52525,"timestamp":1735673613502,"id":5221,"parentId":5220,"tags":{},"startTime":1728302212948,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":53238,"timestamp":1735673613463,"id":5220,"parentId":5178,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/is-error.js","layer":null},"startTime":1728302212948,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":27229,"timestamp":1735673640222,"id":5231,"parentId":5230,"tags":{},"startTime":1728302212974,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":27253,"timestamp":1735673640201,"id":5230,"parentId":5224,"tags":{},"startTime":1728302212974,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":30718,"timestamp":1735673639531,"id":5224,"parentId":5189,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/head.js","layer":null},"startTime":1728302212974,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":42603,"timestamp":1735673640256,"id":5233,"parentId":5232,"tags":{},"startTime":1728302212974,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42636,"timestamp":1735673640237,"id":5232,"parentId":5225,"tags":{},"startTime":1728302212974,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":68225,"timestamp":1735673639588,"id":5225,"parentId":5178,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/router.js","layer":null},"startTime":1728302212974,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":44814,"timestamp":1735673680203,"id":5247,"parentId":5246,"tags":{},"startTime":1728302213014,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44848,"timestamp":1735673680181,"id":5246,"parentId":5240,"tags":{},"startTime":1728302213014,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":48090,"timestamp":1735673679542,"id":5240,"parentId":5198,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/shared.js","layer":null},"startTime":1728302213014,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":49004,"timestamp":1735673680239,"id":5249,"parentId":5248,"tags":{},"startTime":1728302213014,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":49033,"timestamp":1735673680218,"id":5248,"parentId":5241,"tags":{},"startTime":1728302213014,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":51961,"timestamp":1735673679718,"id":5241,"parentId":5198,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/dev/dev-build-watcher.js","layer":null},"startTime":1728302213014,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":51638,"timestamp":1735673680116,"id":5243,"parentId":5242,"tags":{},"startTime":1728302213014,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":51713,"timestamp":1735673680044,"id":5242,"parentId":5238,"tags":{},"startTime":1728302213014,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":55732,"timestamp":1735673679219,"id":5238,"parentId":5179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/websocket.js","layer":null},"startTime":1728302213013,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":54919,"timestamp":1735673680165,"id":5245,"parentId":5244,"tags":{},"startTime":1728302213014,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":54951,"timestamp":1735673680138,"id":5244,"parentId":5239,"tags":{},"startTime":1728302213014,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":64951,"timestamp":1735673679424,"id":5239,"parentId":5199,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/hot-reloader-client.js","layer":null},"startTime":1728302213013,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":95590,"timestamp":1735673649741,"id":5235,"parentId":5234,"tags":{},"startTime":1728302212984,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":96314,"timestamp":1735673649639,"id":5234,"parentId":5179,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":null},"startTime":1728302212984,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":33124,"timestamp":1735673713535,"id":5273,"parentId":5272,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":33151,"timestamp":1735673713514,"id":5272,"parentId":5253,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":37447,"timestamp":1735673711004,"id":5253,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/has-base-path.js","layer":null},"startTime":1728302213045,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":35015,"timestamp":1735673713498,"id":5271,"parentId":5270,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":35041,"timestamp":1735673713475,"id":5270,"parentId":5252,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":38883,"timestamp":1735673710944,"id":5252,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/remove-base-path.js","layer":null},"startTime":1728302213045,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":36292,"timestamp":1735673713571,"id":5275,"parentId":5274,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":36315,"timestamp":1735673713550,"id":5274,"parentId":5254,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":39637,"timestamp":1735673711062,"id":5254,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/on-recoverable-error.js","layer":null},"startTime":1728302213045,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":37345,"timestamp":1735673713405,"id":5267,"parentId":5266,"tags":{},"startTime":1728302213047,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":37435,"timestamp":1735673713317,"id":5266,"parentId":5250,"tags":{},"startTime":1728302213047,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":43573,"timestamp":1735673710693,"id":5250,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/page-loader.js","layer":null},"startTime":1728302213045,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":40707,"timestamp":1735673713641,"id":5279,"parentId":5278,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":40730,"timestamp":1735673713621,"id":5278,"parentId":5256,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":43946,"timestamp":1735673711271,"id":5256,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":null},"startTime":1728302213045,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":41829,"timestamp":1735673713458,"id":5269,"parentId":5268,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":41862,"timestamp":1735673713429,"id":5268,"parentId":5251,"tags":{},"startTime":1728302213047,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":47577,"timestamp":1735673710868,"id":5251,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/head-manager.js","layer":null},"startTime":1728302213045,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":44788,"timestamp":1735673713712,"id":5283,"parentId":5282,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44810,"timestamp":1735673713693,"id":5282,"parentId":5258,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":47966,"timestamp":1735673711453,"id":5258,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/runtime-config.external.js","layer":null},"startTime":1728302213045,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":45861,"timestamp":1735673713606,"id":5277,"parentId":5276,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":45884,"timestamp":1735673713586,"id":5276,"parentId":5255,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":49675,"timestamp":1735673711117,"id":5255,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/performance-relayer.js","layer":null},"startTime":1728302213045,"traceId":"480ec8b9e15b14de"}] +[{"name":"next-swc-transform","duration":47492,"timestamp":1735673713676,"id":5281,"parentId":5280,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47516,"timestamp":1735673713656,"id":5280,"parentId":5257,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":52845,"timestamp":1735673711394,"id":5257,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/route-announcer.js","layer":null},"startTime":1728302213045,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":50552,"timestamp":1735673713747,"id":5285,"parentId":5284,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":50573,"timestamp":1735673713728,"id":5284,"parentId":5259,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":53530,"timestamp":1735673711575,"id":5259,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":null},"startTime":1728302213046,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":51347,"timestamp":1735673713787,"id":5287,"parentId":5286,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":51375,"timestamp":1735673713762,"id":5286,"parentId":5260,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":54498,"timestamp":1735673711638,"id":5260,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":null},"startTime":1728302213046,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":52362,"timestamp":1735673713857,"id":5291,"parentId":5290,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":52386,"timestamp":1735673713838,"id":5290,"parentId":5262,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":55289,"timestamp":1735673712009,"id":5262,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":null},"startTime":1728302213046,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":53490,"timestamp":1735673713891,"id":5293,"parentId":5292,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":53515,"timestamp":1735673713872,"id":5292,"parentId":5263,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":56083,"timestamp":1735673712135,"id":5263,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/mitt.js","layer":null},"startTime":1728302213046,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":64419,"timestamp":1735673713925,"id":5295,"parentId":5294,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":64448,"timestamp":1735673713906,"id":5294,"parentId":5264,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":68529,"timestamp":1735673712419,"id":5264,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/adapters.js","layer":null},"startTime":1728302213046,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":67052,"timestamp":1735673713960,"id":5297,"parentId":5296,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":67075,"timestamp":1735673713940,"id":5296,"parentId":5265,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":70357,"timestamp":1735673712487,"id":5265,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/client.js","layer":null},"startTime":1728302213047,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":69094,"timestamp":1735673713822,"id":5289,"parentId":5288,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":69117,"timestamp":1735673713802,"id":5288,"parentId":5261,"tags":{},"startTime":1728302213048,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":73563,"timestamp":1735673711794,"id":5261,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/script.js","layer":null},"startTime":1728302213046,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":114132,"timestamp":1735673672463,"id":5237,"parentId":5236,"tags":{},"startTime":1728302213007,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":115812,"timestamp":1735673672392,"id":5236,"parentId":5194,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/deployment-id.js","layer":null},"startTime":1728302213006,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":478,"timestamp":1735673806830,"id":5311,"parentId":5225,"tags":{"layer":null},"startTime":1728302213141,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10206,"timestamp":1735673801006,"id":5300,"parentId":5299,"tags":{},"startTime":1728302213135,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10291,"timestamp":1735673800928,"id":5299,"parentId":5298,"tags":{},"startTime":1728302213135,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":14995,"timestamp":1735673800488,"id":5298,"parentId":5198,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":null},"startTime":1728302213135,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":15278,"timestamp":1735673808838,"id":5335,"parentId":5334,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":15355,"timestamp":1735673808771,"id":5334,"parentId":5301,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":20933,"timestamp":1735673806109,"id":5301,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":null},"startTime":1728302213140,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":18210,"timestamp":1735673808886,"id":5337,"parentId":5336,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":18242,"timestamp":1735673808858,"id":5336,"parentId":5302,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":22737,"timestamp":1735673806272,"id":5302,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":null},"startTime":1728302213140,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":20121,"timestamp":1735673808926,"id":5339,"parentId":5338,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20147,"timestamp":1735673808902,"id":5338,"parentId":5303,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":25747,"timestamp":1735673806346,"id":5303,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/tracing/report-to-socket.js","layer":null},"startTime":1728302213140,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":23210,"timestamp":1735673808962,"id":5341,"parentId":5340,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":23235,"timestamp":1735673808942,"id":5340,"parentId":5304,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":28987,"timestamp":1735673806410,"id":5304,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/tracing/tracer.js","layer":null},"startTime":1728302213140,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":26421,"timestamp":1735673809070,"id":5347,"parentId":5346,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":26444,"timestamp":1735673809050,"id":5346,"parentId":5309,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":30238,"timestamp":1735673806634,"id":5309,"parentId":5224,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":null},"startTime":1728302213141,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":27901,"timestamp":1735673808999,"id":5343,"parentId":5342,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":27923,"timestamp":1735673808978,"id":5342,"parentId":5307,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":31906,"timestamp":1735673806515,"id":5307,"parentId":5220,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/is-plain-object.js","layer":null},"startTime":1728302213141,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":29343,"timestamp":1735673809105,"id":5349,"parentId":5348,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":29364,"timestamp":1735673809086,"id":5348,"parentId":5310,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":33119,"timestamp":1735673806687,"id":5310,"parentId":5224,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/amp-mode.js","layer":null},"startTime":1728302213141,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":30803,"timestamp":1735673809035,"id":5345,"parentId":5344,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":30826,"timestamp":1735673809015,"id":5344,"parentId":5308,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":35510,"timestamp":1735673806577,"id":5308,"parentId":5224,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/side-effect.js","layer":null},"startTime":1728302213141,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":32972,"timestamp":1735673809141,"id":5351,"parentId":5350,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":32995,"timestamp":1735673809120,"id":5350,"parentId":5312,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":36379,"timestamp":1735673807343,"id":5312,"parentId":5198,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/runtime-error-handler.js","layer":null},"startTime":1728302213141,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":34579,"timestamp":1735673809175,"id":5353,"parentId":5352,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":34601,"timestamp":1735673809156,"id":5352,"parentId":5315,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":37476,"timestamp":1735673807457,"id":5315,"parentId":5224,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":null},"startTime":1728302213142,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":35705,"timestamp":1735673809253,"id":5357,"parentId":5356,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":35729,"timestamp":1735673809232,"id":5356,"parentId":5317,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":39202,"timestamp":1735673807578,"id":5317,"parentId":5225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/add-locale.js","layer":null},"startTime":1728302213142,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":37539,"timestamp":1735673809288,"id":5359,"parentId":5358,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":37563,"timestamp":1735673809268,"id":5358,"parentId":5318,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":41278,"timestamp":1735673807631,"id":5318,"parentId":5225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/add-base-path.js","layer":null},"startTime":1728302213142,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":39731,"timestamp":1735673809324,"id":5361,"parentId":5360,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":39758,"timestamp":1735673809304,"id":5360,"parentId":5319,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":44368,"timestamp":1735673807685,"id":5319,"parentId":5225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/resolve-href.js","layer":null},"startTime":1728302213142,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":42714,"timestamp":1735673809394,"id":5365,"parentId":5364,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":42737,"timestamp":1735673809374,"id":5364,"parentId":5323,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":45315,"timestamp":1735673807997,"id":5323,"parentId":5225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":null},"startTime":1728302213142,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":44000,"timestamp":1735673809359,"id":5363,"parentId":5362,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":44022,"timestamp":1735673809339,"id":5362,"parentId":5322,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":47934,"timestamp":1735673807936,"id":5322,"parentId":5225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/bloom-filter.js","layer":null},"startTime":1728302213142,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":46478,"timestamp":1735673809429,"id":5367,"parentId":5366,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":46501,"timestamp":1735673809409,"id":5366,"parentId":5324,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":49045,"timestamp":1735673808049,"id":5324,"parentId":5225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":null},"startTime":1728302213142,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":47661,"timestamp":1735673809463,"id":5369,"parentId":5368,"tags":{},"startTime":1728302213144,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":47682,"timestamp":1735673809444,"id":5368,"parentId":5325,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":50272,"timestamp":1735673808104,"id":5325,"parentId":5225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/remove-locale.js","layer":null},"startTime":1728302213142,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":48906,"timestamp":1735673809497,"id":5371,"parentId":5370,"tags":{},"startTime":1728302213144,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":48928,"timestamp":1735673809478,"id":5370,"parentId":5326,"tags":{},"startTime":1728302213144,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":51359,"timestamp":1735673808157,"id":5326,"parentId":5225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/detect-domain-locale.js","layer":null},"startTime":1728302213142,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":50027,"timestamp":1735673809531,"id":5373,"parentId":5372,"tags":{},"startTime":1728302213144,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":50048,"timestamp":1735673809512,"id":5372,"parentId":5327,"tags":{},"startTime":1728302213144,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":52552,"timestamp":1735673808209,"id":5327,"parentId":5225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":null},"startTime":1728302213142,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":51154,"timestamp":1735673809635,"id":5379,"parentId":5378,"tags":{},"startTime":1728302213144,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":51175,"timestamp":1735673809616,"id":5378,"parentId":5330,"tags":{},"startTime":1728302213144,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":53358,"timestamp":1735673808390,"id":5330,"parentId":5225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":null},"startTime":1728302213142,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":52598,"timestamp":1735673809216,"id":5355,"parentId":5354,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":52626,"timestamp":1735673809191,"id":5354,"parentId":5316,"tags":{},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":61548,"timestamp":1735673807515,"id":5316,"parentId":5225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/route-loader.js","layer":null},"startTime":1728302213142,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":59532,"timestamp":1735673809600,"id":5377,"parentId":5376,"tags":{},"startTime":1728302213144,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":59555,"timestamp":1735673809581,"id":5376,"parentId":5329,"tags":{},"startTime":1728302213144,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":63684,"timestamp":1735673808334,"id":5329,"parentId":5225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":null},"startTime":1728302213142,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":62361,"timestamp":1735673809705,"id":5383,"parentId":5382,"tags":{},"startTime":1728302213144,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":62384,"timestamp":1735673809685,"id":5382,"parentId":5332,"tags":{},"startTime":1728302213144,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":64782,"timestamp":1735673808491,"id":5332,"parentId":5225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":null},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":65418,"timestamp":1735673809669,"id":5381,"parentId":5380,"tags":{},"startTime":1728302213144,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":65442,"timestamp":1735673809650,"id":5380,"parentId":5331,"tags":{},"startTime":1728302213144,"traceId":"480ec8b9e15b14de"}] +[{"name":"build-module-js","duration":68543,"timestamp":1735673808441,"id":5331,"parentId":5225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":null},"startTime":1728302213142,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":67277,"timestamp":1735673809739,"id":5385,"parentId":5384,"tags":{},"startTime":1728302213144,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":67298,"timestamp":1735673809720,"id":5384,"parentId":5333,"tags":{},"startTime":1728302213144,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":69287,"timestamp":1735673808542,"id":5333,"parentId":5225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":null},"startTime":1728302213143,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":68306,"timestamp":1735673809566,"id":5375,"parentId":5374,"tags":{},"startTime":1728302213144,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":68328,"timestamp":1735673809547,"id":5374,"parentId":5328,"tags":{},"startTime":1728302213144,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":72209,"timestamp":1735673808261,"id":5328,"parentId":5225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":null},"startTime":1728302213142,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":69310,"timestamp":1735673822875,"id":5396,"parentId":5395,"tags":{},"startTime":1728302213157,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":69391,"timestamp":1735673822803,"id":5395,"parentId":5386,"tags":{},"startTime":1728302213157,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":72281,"timestamp":1735673822005,"id":5386,"parentId":5225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":null},"startTime":1728302213156,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":71395,"timestamp":1735673822923,"id":5398,"parentId":5397,"tags":{},"startTime":1728302213157,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":71424,"timestamp":1735673822896,"id":5397,"parentId":5387,"tags":{},"startTime":1728302213157,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":72808,"timestamp":1735673822244,"id":5387,"parentId":5225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":null},"startTime":1728302213156,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":72126,"timestamp":1735673822958,"id":5400,"parentId":5399,"tags":{},"startTime":1728302213157,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":72149,"timestamp":1735673822938,"id":5399,"parentId":5388,"tags":{},"startTime":1728302213157,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":73842,"timestamp":1735673822316,"id":5388,"parentId":5225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":null},"startTime":1728302213156,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":73199,"timestamp":1735673822990,"id":5402,"parentId":5401,"tags":{},"startTime":1728302213157,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":73220,"timestamp":1735673822972,"id":5401,"parentId":5389,"tags":{},"startTime":1728302213157,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":74582,"timestamp":1735673822374,"id":5389,"parentId":5225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":null},"startTime":1728302213156,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":73921,"timestamp":1735673823058,"id":5406,"parentId":5405,"tags":{},"startTime":1728302213157,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":73942,"timestamp":1735673823039,"id":5405,"parentId":5393,"tags":{},"startTime":1728302213157,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":75084,"timestamp":1735673822546,"id":5393,"parentId":5253,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":null},"startTime":1728302213157,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":74564,"timestamp":1735673823089,"id":5408,"parentId":5407,"tags":{},"startTime":1728302213157,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":74583,"timestamp":1735673823071,"id":5407,"parentId":5394,"tags":{},"startTime":1728302213157,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":75690,"timestamp":1735673822596,"id":5394,"parentId":5250,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","layer":null},"startTime":1728302213157,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":75301,"timestamp":1735673823025,"id":5404,"parentId":5403,"tags":{},"startTime":1728302213157,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":75324,"timestamp":1735673823004,"id":5403,"parentId":5392,"tags":{},"startTime":1728302213157,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":77983,"timestamp":1735673822494,"id":5392,"parentId":5250,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/constants.js","layer":null},"startTime":1728302213157,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":99582,"timestamp":1735673807437,"id":5314,"parentId":5313,"tags":{},"startTime":1728302213141,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":104137,"timestamp":1735673807413,"id":5313,"parentId":5218,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.development.js","layer":null},"startTime":1728302213141,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":103845,"timestamp":1735673807756,"id":5321,"parentId":5320,"tags":{},"startTime":1728302213142,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":104447,"timestamp":1735673807736,"id":5320,"parentId":5225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/is-api-route.js","layer":null},"startTime":1728302213142,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":105718,"timestamp":1735673806494,"id":5306,"parentId":5305,"tags":{},"startTime":1728302213141,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":107018,"timestamp":1735673806468,"id":5305,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":null},"startTime":1728302213141,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10055,"timestamp":1735673903918,"id":5435,"parentId":5434,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10082,"timestamp":1735673903896,"id":5434,"parentId":5414,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12812,"timestamp":1735673902878,"id":5414,"parentId":5225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":null},"startTime":1728302213237,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11855,"timestamp":1735673903881,"id":5433,"parentId":5432,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11885,"timestamp":1735673903853,"id":5432,"parentId":5413,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":13761,"timestamp":1735673902816,"id":5413,"parentId":5225,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":null},"startTime":1728302213237,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":382769,"timestamp":1735673533904,"id":5165,"parentId":5164,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728302212868,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":13513,"timestamp":1735673903787,"id":5429,"parentId":5428,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13582,"timestamp":1735673903722,"id":5428,"parentId":5411,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15622,"timestamp":1735673902617,"id":5411,"parentId":5238,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/get-socket-url.js","layer":null},"startTime":1728302213237,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":14327,"timestamp":1735673903955,"id":5437,"parentId":5436,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":14351,"timestamp":1735673903933,"id":5436,"parentId":5415,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":16011,"timestamp":1735673902940,"id":5415,"parentId":5259,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/image-config.js","layer":null},"startTime":1728302213237,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":14988,"timestamp":1735673903990,"id":5439,"parentId":5438,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":15011,"timestamp":1735673903970,"id":5438,"parentId":5416,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":17000,"timestamp":1735673902996,"id":5416,"parentId":5265,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parseStack.js","layer":null},"startTime":1728302213237,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":16198,"timestamp":1735673903836,"id":5431,"parentId":5430,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":16229,"timestamp":1735673903807,"id":5430,"parentId":5412,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":20201,"timestamp":1735673902744,"id":5412,"parentId":5239,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/format-webpack-messages.js","layer":null},"startTime":1728302213237,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":18989,"timestamp":1735673904028,"id":5441,"parentId":5440,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":19014,"timestamp":1735673904007,"id":5440,"parentId":5417,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21872,"timestamp":1735673903068,"id":5417,"parentId":5265,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parse-component-stack.js","layer":null},"startTime":1728302213237,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":20933,"timestamp":1735673904063,"id":5443,"parentId":5442,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20956,"timestamp":1735673904043,"id":5442,"parentId":5418,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":22996,"timestamp":1735673903124,"id":5418,"parentId":5265,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js","layer":null},"startTime":1728302213237,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":22054,"timestamp":1735673904099,"id":5445,"parentId":5444,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":22076,"timestamp":1735673904078,"id":5444,"parentId":5419,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":23845,"timestamp":1735673903178,"id":5419,"parentId":5265,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/bus.js","layer":null},"startTime":1728302213237,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":22912,"timestamp":1735673904134,"id":5447,"parentId":5446,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":22934,"timestamp":1735673904115,"id":5446,"parentId":5420,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":24479,"timestamp":1735673903229,"id":5420,"parentId":5264,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":null},"startTime":1728302213237,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":23541,"timestamp":1735673904190,"id":5449,"parentId":5448,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":23584,"timestamp":1735673904150,"id":5448,"parentId":5423,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":25031,"timestamp":1735673903317,"id":5423,"parentId":5254,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":null},"startTime":1728302213237,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":24113,"timestamp":1735673904262,"id":5453,"parentId":5452,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":24135,"timestamp":1735673904242,"id":5452,"parentId":5425,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":25735,"timestamp":1735673903429,"id":5425,"parentId":5265,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getErrorByType.js","layer":null},"startTime":1728302213237,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":25200,"timestamp":1735673904227,"id":5451,"parentId":5450,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":25223,"timestamp":1735673904206,"id":5450,"parentId":5424,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":27518,"timestamp":1735673903371,"id":5424,"parentId":5261,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/request-idle-callback.js","layer":null},"startTime":1728302213237,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":32461,"timestamp":1735673904297,"id":5455,"parentId":5454,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":32487,"timestamp":1735673904277,"id":5454,"parentId":5426,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":34798,"timestamp":1735673903480,"id":5426,"parentId":5265,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/nodeStackFrames.js","layer":null},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":34043,"timestamp":1735673904331,"id":5457,"parentId":5456,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":34066,"timestamp":1735673904312,"id":5456,"parentId":5427,"tags":{},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":36371,"timestamp":1735673903531,"id":5427,"parentId":5265,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/ReactDevOverlay.js","layer":null},"startTime":1728302213238,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":117473,"timestamp":1735673822458,"id":5391,"parentId":5390,"tags":{},"startTime":1728302213157,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":117724,"timestamp":1735673822425,"id":5390,"parentId":5188,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react/jsx-runtime.js","layer":null},"startTime":1728302213156,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":50221,"timestamp":1735673903301,"id":5422,"parentId":5421,"tags":{},"startTime":1728302213237,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":51019,"timestamp":1735673903281,"id":5421,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-dom/client.js","layer":null},"startTime":1728302213237,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":51757,"timestamp":1735673902589,"id":5410,"parentId":5409,"tags":{},"startTime":1728302213237,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":52356,"timestamp":1735673902516,"id":5409,"parentId":5239,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/dev/extract-modules-from-turbopack-message.js","layer":null},"startTime":1728302213237,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":3889,"timestamp":1735673951811,"id":5473,"parentId":5472,"tags":{},"startTime":1728302213286,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3912,"timestamp":1735673951793,"id":5472,"parentId":5461,"tags":{},"startTime":1728302213286,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":5032,"timestamp":1735673951290,"id":5461,"parentId":5328,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/escape-regexp.js","layer":null},"startTime":1728302213285,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":4567,"timestamp":1735673951779,"id":5471,"parentId":5470,"tags":{},"startTime":1728302213286,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4594,"timestamp":1735673951755,"id":5470,"parentId":5460,"tags":{},"startTime":1728302213286,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":5674,"timestamp":1735673951231,"id":5460,"parentId":5318,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":null},"startTime":1728302213285,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5188,"timestamp":1735673951741,"id":5469,"parentId":5468,"tags":{},"startTime":1728302213286,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5214,"timestamp":1735673951717,"id":5468,"parentId":5459,"tags":{},"startTime":1728302213286,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6714,"timestamp":1735673951166,"id":5459,"parentId":5317,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/normalize-trailing-slash.js","layer":null},"startTime":1728302213285,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6205,"timestamp":1735673951700,"id":5467,"parentId":5466,"tags":{},"startTime":1728302213286,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6264,"timestamp":1735673951643,"id":5466,"parentId":5458,"tags":{},"startTime":1728302213286,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":7605,"timestamp":1735673951011,"id":5458,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/portal/index.js","layer":null},"startTime":1728302213285,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6761,"timestamp":1735673951874,"id":5477,"parentId":5476,"tags":{},"startTime":1728302213286,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6780,"timestamp":1735673951857,"id":5476,"parentId":5463,"tags":{},"startTime":1728302213286,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":7751,"timestamp":1735673951389,"id":5463,"parentId":5332,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":null},"startTime":1728302213285,"traceId":"480ec8b9e15b14de"}] +[{"name":"next-swc-transform","duration":7607,"timestamp":1735673951904,"id":5479,"parentId":5478,"tags":{},"startTime":1728302213286,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7627,"timestamp":1735673951888,"id":5478,"parentId":5464,"tags":{},"startTime":1728302213286,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8652,"timestamp":1735673951435,"id":5464,"parentId":5332,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":null},"startTime":1728302213285,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8715,"timestamp":1735673951934,"id":5481,"parentId":5480,"tags":{},"startTime":1728302213286,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8735,"timestamp":1735673951918,"id":5480,"parentId":5465,"tags":{},"startTime":1728302213286,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9764,"timestamp":1735673951484,"id":5465,"parentId":5331,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":null},"startTime":1728302213286,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10198,"timestamp":1735673951842,"id":5475,"parentId":5474,"tags":{},"startTime":1728302213286,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10221,"timestamp":1735673951825,"id":5474,"parentId":5462,"tags":{},"startTime":1728302213286,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":11566,"timestamp":1735673951340,"id":5462,"parentId":5316,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/trusted-types.js","layer":null},"startTime":1728302213285,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":3734,"timestamp":1735673964710,"id":5489,"parentId":5488,"tags":{},"startTime":1728302213299,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3768,"timestamp":1735673964683,"id":5488,"parentId":5485,"tags":{},"startTime":1728302213299,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":4953,"timestamp":1735673964440,"id":5485,"parentId":5413,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":null},"startTime":1728302213298,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":4763,"timestamp":1735673964666,"id":5487,"parentId":5486,"tags":{},"startTime":1728302213299,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4820,"timestamp":1735673964612,"id":5486,"parentId":5484,"tags":{},"startTime":1728302213299,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6029,"timestamp":1735673964302,"id":5484,"parentId":5392,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":null},"startTime":1728302213298,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5507,"timestamp":1735673968030,"id":5497,"parentId":5496,"tags":{},"startTime":1728302213302,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5536,"timestamp":1735673968006,"id":5496,"parentId":5491,"tags":{},"startTime":1728302213302,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6737,"timestamp":1735673967673,"id":5491,"parentId":5425,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/error-source.js","layer":null},"startTime":1728302213302,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6447,"timestamp":1735673967989,"id":5495,"parentId":5494,"tags":{},"startTime":1728302213302,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6524,"timestamp":1735673967913,"id":5494,"parentId":5490,"tags":{},"startTime":1728302213302,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":7492,"timestamp":1735673967563,"id":5490,"parentId":5411,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":null},"startTime":1728302213302,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7366,"timestamp":1735673968098,"id":5501,"parentId":5500,"tags":{},"startTime":1728302213302,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7389,"timestamp":1735673968078,"id":5500,"parentId":5493,"tags":{},"startTime":1728302213302,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8569,"timestamp":1735673967790,"id":5493,"parentId":5427,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/pages/ErrorBoundary.js","layer":null},"startTime":1728302213302,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":20966,"timestamp":1735673955460,"id":5483,"parentId":5482,"tags":{},"startTime":1728302213290,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21238,"timestamp":1735673955397,"id":5482,"parentId":5178,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react/index.js","layer":null},"startTime":1728302213289,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8614,"timestamp":1735673968064,"id":5499,"parentId":5498,"tags":{},"startTime":1728302213302,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8635,"timestamp":1735673968044,"id":5498,"parentId":5492,"tags":{},"startTime":1728302213302,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10484,"timestamp":1735673967737,"id":5492,"parentId":5425,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stack-frame.js","layer":null},"startTime":1728302213302,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6610,"timestamp":1735673973409,"id":5508,"parentId":5507,"tags":{},"startTime":1728302213307,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6671,"timestamp":1735673973352,"id":5507,"parentId":5502,"tags":{},"startTime":1728302213307,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8800,"timestamp":1735673973066,"id":5502,"parentId":5264,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/index.js","layer":null},"startTime":1728302213307,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5234,"timestamp":1735673979481,"id":5522,"parentId":5521,"tags":{},"startTime":1728302213314,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5274,"timestamp":1735673979451,"id":5521,"parentId":5512,"tags":{},"startTime":1728302213313,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6907,"timestamp":1735673979106,"id":5512,"parentId":5427,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/Base.js","layer":null},"startTime":1728302213313,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6687,"timestamp":1735673979404,"id":5518,"parentId":5517,"tags":{},"startTime":1728302213313,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6724,"timestamp":1735673979380,"id":5517,"parentId":5510,"tags":{},"startTime":1728302213313,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9442,"timestamp":1735673978994,"id":5510,"parentId":5427,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/BuildError.js","layer":null},"startTime":1728302213313,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9137,"timestamp":1735673979365,"id":5516,"parentId":5515,"tags":{},"startTime":1728302213313,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9188,"timestamp":1735673979316,"id":5515,"parentId":5509,"tags":{},"startTime":1728302213313,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10533,"timestamp":1735673978882,"id":5509,"parentId":5427,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/ShadowPortal.js","layer":null},"startTime":1728302213313,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10550,"timestamp":1735673979544,"id":5524,"parentId":5523,"tags":{},"startTime":1728302213314,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10601,"timestamp":1735673979495,"id":5523,"parentId":5513,"tags":{},"startTime":1728302213314,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":11756,"timestamp":1735673979161,"id":5513,"parentId":5427,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/ComponentStyles.js","layer":null},"startTime":1728302213313,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":17412,"timestamp":1735673979611,"id":5526,"parentId":5525,"tags":{},"startTime":1728302213314,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":17462,"timestamp":1735673979571,"id":5525,"parentId":5514,"tags":{},"startTime":1728302213314,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":18985,"timestamp":1735673979212,"id":5514,"parentId":5427,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/CssReset.js","layer":null},"startTime":1728302213313,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":18827,"timestamp":1735673979438,"id":5520,"parentId":5519,"tags":{},"startTime":1728302213313,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":18849,"timestamp":1735673979419,"id":5519,"parentId":5511,"tags":{},"startTime":1728302213313,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21656,"timestamp":1735673979053,"id":5511,"parentId":5427,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/Errors.js","layer":null},"startTime":1728302213313,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":28128,"timestamp":1735673973231,"id":5504,"parentId":5503,"tags":{},"startTime":1728302213307,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":29997,"timestamp":1735673973202,"id":5503,"parentId":5302,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":null},"startTime":1728302213307,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":29936,"timestamp":1735673973285,"id":5506,"parentId":5505,"tags":{},"startTime":1728302213307,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":37789,"timestamp":1735673973264,"id":5505,"parentId":5390,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react/cjs/react-jsx-runtime.development.js","layer":null},"startTime":1728302213307,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6244,"timestamp":1735674027214,"id":5533,"parentId":5532,"tags":{},"startTime":1728302213361,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6312,"timestamp":1735674027155,"id":5532,"parentId":5531,"tags":{},"startTime":1728302213361,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9646,"timestamp":1735674026986,"id":5531,"parentId":5502,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":null},"startTime":1728302213361,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":12214,"timestamp":1735674025275,"id":5528,"parentId":5527,"tags":{},"startTime":1728302213359,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":25665,"timestamp":1735674025206,"id":5527,"parentId":5482,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react/cjs/react.development.js","layer":null},"startTime":1728302213359,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":20022,"timestamp":1735674030953,"id":5538,"parentId":5537,"tags":{},"startTime":1728302213365,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":20082,"timestamp":1735674030896,"id":5537,"parentId":5536,"tags":{},"startTime":1728302213365,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":21179,"timestamp":1735674030739,"id":5536,"parentId":5512,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/noop-template.js","layer":null},"startTime":1728302213365,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":32516,"timestamp":1735674033222,"id":5541,"parentId":5540,"tags":{},"startTime":1728302213367,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":32584,"timestamp":1735674033166,"id":5540,"parentId":5539,"tags":{},"startTime":1728302213367,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":34229,"timestamp":1735674032778,"id":5539,"parentId":5503,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":null},"startTime":1728302213367,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":40811,"timestamp":1735674026968,"id":5530,"parentId":5529,"tags":{},"startTime":1728302213361,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":41053,"timestamp":1735674026933,"id":5529,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-is/index.js","layer":null},"startTime":1728302213361,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":12487,"timestamp":1735674056721,"id":5553,"parentId":5552,"tags":{},"startTime":1728302213391,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12512,"timestamp":1735674056700,"id":5552,"parentId":5545,"tags":{},"startTime":1728302213391,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":13629,"timestamp":1735674056317,"id":5545,"parentId":5513,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/styles.js","layer":null},"startTime":1728302213390,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":13317,"timestamp":1735674056652,"id":5549,"parentId":5548,"tags":{},"startTime":1728302213391,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13344,"timestamp":1735674056627,"id":5548,"parentId":5543,"tags":{},"startTime":1728302213391,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":14555,"timestamp":1735674056023,"id":5543,"parentId":5513,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/styles.js","layer":null},"startTime":1728302213390,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":13972,"timestamp":1735674056686,"id":5551,"parentId":5550,"tags":{},"startTime":1728302213391,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13994,"timestamp":1735674056666,"id":5550,"parentId":5544,"tags":{},"startTime":1728302213391,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":14981,"timestamp":1735674056237,"id":5544,"parentId":5513,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/styles.js","layer":null},"startTime":1728302213390,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":14626,"timestamp":1735674056610,"id":5547,"parentId":5546,"tags":{},"startTime":1728302213391,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":14695,"timestamp":1735674056542,"id":5546,"parentId":5542,"tags":{},"startTime":1728302213391,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15903,"timestamp":1735674055872,"id":5542,"parentId":5513,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/styles.js","layer":null},"startTime":1728302213390,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":41768,"timestamp":1735674030715,"id":5535,"parentId":5534,"tags":{},"startTime":1728302213365,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":42148,"timestamp":1735674030655,"id":5534,"parentId":5421,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-dom/index.js","layer":null},"startTime":1728302213365,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8010,"timestamp":1735674068755,"id":5557,"parentId":5556,"tags":{},"startTime":1728302213403,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8069,"timestamp":1735674068702,"id":5556,"parentId":5554,"tags":{},"startTime":1728302213403,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9350,"timestamp":1735674068284,"id":5554,"parentId":5511,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CloseIcon.js","layer":null},"startTime":1728302213402,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9415,"timestamp":1735674068796,"id":5559,"parentId":5558,"tags":{},"startTime":1728302213403,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9442,"timestamp":1735674068773,"id":5558,"parentId":5555,"tags":{},"startTime":1728302213403,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":11648,"timestamp":1735674068417,"id":5555,"parentId":5511,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/component-stack-pseudo-html.js","layer":null},"startTime":1728302213402,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7917,"timestamp":1735674074351,"id":5568,"parentId":5567,"tags":{},"startTime":1728302213408,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8009,"timestamp":1735674074264,"id":5567,"parentId":5560,"tags":{},"startTime":1728302213408,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9777,"timestamp":1735674073472,"id":5560,"parentId":5239,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/strip-ansi/index.js","layer":null},"startTime":1728302213408,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":15625,"timestamp":1735674074137,"id":5566,"parentId":5565,"tags":{},"startTime":1728302213408,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":18746,"timestamp":1735674074116,"id":5565,"parentId":5255,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/web-vitals/web-vitals.js","layer":null},"startTime":1728302213408,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":18844,"timestamp":1735674074038,"id":5562,"parentId":5561,"tags":{},"startTime":1728302213408,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":19760,"timestamp":1735674073605,"id":5561,"parentId":5177,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":null},"startTime":1728302213408,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":19281,"timestamp":1735674074102,"id":5564,"parentId":5563,"tags":{},"startTime":1728302213408,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":19865,"timestamp":1735674074081,"id":5563,"parentId":5206,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":null},"startTime":1728302213408,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":560248,"timestamp":1735673533998,"id":5168,"parentId":5164,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728302212868,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":560269,"timestamp":1735673533984,"id":5166,"parentId":5164,"tags":{"request":"./node_modules/next/dist/client/dev/amp-dev"},"startTime":1728302212868,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":560259,"timestamp":1735673534013,"id":5170,"parentId":5164,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728302212868,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7613,"timestamp":1735674089015,"id":5574,"parentId":5573,"tags":{},"startTime":1728302213423,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7644,"timestamp":1735674088992,"id":5573,"parentId":5570,"tags":{},"startTime":1728302213423,"traceId":"480ec8b9e15b14de"}] +[{"name":"build-module-js","duration":8734,"timestamp":1735674088806,"id":5570,"parentId":5539,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":null},"startTime":1728302213423,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8592,"timestamp":1735674088973,"id":5572,"parentId":5571,"tags":{},"startTime":1728302213423,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8652,"timestamp":1735674088916,"id":5571,"parentId":5569,"tags":{},"startTime":1728302213423,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9473,"timestamp":1735674088667,"id":5569,"parentId":5539,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/segment.js","layer":null},"startTime":1728302213423,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":4081,"timestamp":1735674094770,"id":5583,"parentId":5582,"tags":{},"startTime":1728302213429,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4107,"timestamp":1735674094747,"id":5582,"parentId":5576,"tags":{},"startTime":1728302213429,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":4976,"timestamp":1735674094474,"id":5576,"parentId":5510,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/index.js","layer":null},"startTime":1728302213429,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":4740,"timestamp":1735674094731,"id":5581,"parentId":5580,"tags":{},"startTime":1728302213429,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4793,"timestamp":1735674094680,"id":5580,"parentId":5575,"tags":{},"startTime":1728302213429,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":5621,"timestamp":1735674094357,"id":5575,"parentId":5510,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/index.js","layer":null},"startTime":1728302213428,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5610,"timestamp":1735674094803,"id":5585,"parentId":5584,"tags":{},"startTime":1728302213429,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5632,"timestamp":1735674094783,"id":5584,"parentId":5577,"tags":{},"startTime":1728302213429,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":7237,"timestamp":1735674094534,"id":5577,"parentId":5513,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/index.js","layer":null},"startTime":1728302213429,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7013,"timestamp":1735674098621,"id":5591,"parentId":5590,"tags":{},"startTime":1728302213433,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7067,"timestamp":1735674098572,"id":5590,"parentId":5586,"tags":{},"startTime":1728302213433,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8102,"timestamp":1735674098278,"id":5586,"parentId":5511,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/index.js","layer":null},"startTime":1728302213432,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7848,"timestamp":1735674098661,"id":5593,"parentId":5592,"tags":{},"startTime":1728302213433,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7874,"timestamp":1735674098637,"id":5592,"parentId":5589,"tags":{},"startTime":1728302213433,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8740,"timestamp":1735674098451,"id":5589,"parentId":5555,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CollapseIcon.js","layer":null},"startTime":1728302213432,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":4319,"timestamp":1735674103050,"id":5602,"parentId":5601,"tags":{},"startTime":1728302213437,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4340,"timestamp":1735674103031,"id":5601,"parentId":5596,"tags":{},"startTime":1728302213437,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":5236,"timestamp":1735674102757,"id":5596,"parentId":5510,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/index.js","layer":null},"startTime":1728302213437,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":4995,"timestamp":1735674103017,"id":5600,"parentId":5599,"tags":{},"startTime":1728302213437,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5019,"timestamp":1735674102994,"id":5599,"parentId":5595,"tags":{},"startTime":1728302213437,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":5895,"timestamp":1735674102700,"id":5595,"parentId":5513,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/index.js","layer":null},"startTime":1728302213437,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5636,"timestamp":1735674102978,"id":5598,"parentId":5597,"tags":{},"startTime":1728302213437,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5682,"timestamp":1735674102933,"id":5597,"parentId":5594,"tags":{},"startTime":1728302213437,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6696,"timestamp":1735674102599,"id":5594,"parentId":5510,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/index.js","layer":null},"startTime":1728302213437,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":17517,"timestamp":1735674094608,"id":5579,"parentId":5578,"tags":{},"startTime":1728302213429,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":18724,"timestamp":1735674094586,"id":5578,"parentId":5529,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js","layer":null},"startTime":1728302213429,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":3397,"timestamp":1735674110527,"id":5605,"parentId":5604,"tags":{},"startTime":1728302213445,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3449,"timestamp":1735674110478,"id":5604,"parentId":5603,"tags":{},"startTime":1728302213445,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":5019,"timestamp":1735674110212,"id":5603,"parentId":5511,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/hot-linked-text/index.js","layer":null},"startTime":1728302213444,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":24249,"timestamp":1735674098428,"id":5588,"parentId":5587,"tags":{},"startTime":1728302213432,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":151499,"timestamp":1735674098396,"id":5587,"parentId":5534,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/react-dom/cjs/react-dom.development.js","layer":null},"startTime":1728302213432,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":129470,"timestamp":1735674122334,"id":5613,"parentId":5612,"tags":{},"startTime":1728302213456,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":129530,"timestamp":1735674122279,"id":5612,"parentId":5608,"tags":{},"startTime":1728302213456,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":130699,"timestamp":1735674121915,"id":5608,"parentId":5577,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/group-stack-frames-by-framework.js","layer":null},"startTime":1728302213456,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":130313,"timestamp":1735674122412,"id":5617,"parentId":5616,"tags":{},"startTime":1728302213456,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":130342,"timestamp":1735674122390,"id":5616,"parentId":5610,"tags":{},"startTime":1728302213456,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":131626,"timestamp":1735674122108,"id":5610,"parentId":5575,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/Overlay.js","layer":null},"startTime":1728302213456,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":131324,"timestamp":1735674122446,"id":5619,"parentId":5618,"tags":{},"startTime":1728302213456,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":131345,"timestamp":1735674122427,"id":5618,"parentId":5611,"tags":{},"startTime":1728302213456,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":132660,"timestamp":1735674122159,"id":5611,"parentId":5577,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/GroupedStackFrames.js","layer":null},"startTime":1728302213456,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":132535,"timestamp":1735674122376,"id":5615,"parentId":5614,"tags":{},"startTime":1728302213456,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":132566,"timestamp":1735674122351,"id":5614,"parentId":5609,"tags":{},"startTime":1728302213456,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":134234,"timestamp":1735674122043,"id":5609,"parentId":5576,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/Terminal.js","layer":null},"startTime":1728302213456,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10792,"timestamp":1735674251041,"id":5633,"parentId":5632,"tags":{},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10822,"timestamp":1735674251018,"id":5632,"parentId":5621,"tags":{},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12058,"timestamp":1735674250460,"id":5621,"parentId":5596,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/styles.js","layer":null},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11434,"timestamp":1735674251104,"id":5637,"parentId":5636,"tags":{},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11454,"timestamp":1735674251087,"id":5636,"parentId":5623,"tags":{},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12440,"timestamp":1735674250565,"id":5623,"parentId":5595,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/styles.js","layer":null},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11959,"timestamp":1735674251071,"id":5635,"parentId":5634,"tags":{},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11979,"timestamp":1735674251054,"id":5634,"parentId":5622,"tags":{},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":13307,"timestamp":1735674250517,"id":5622,"parentId":5596,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/VersionStalenessInfo.js","layer":null},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":12712,"timestamp":1735674251134,"id":5639,"parentId":5638,"tags":{},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":12730,"timestamp":1735674251117,"id":5638,"parentId":5624,"tags":{},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":13733,"timestamp":1735674250609,"id":5624,"parentId":5595,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/Toast.js","layer":null},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":13374,"timestamp":1735674251001,"id":5631,"parentId":5630,"tags":{},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13435,"timestamp":1735674250942,"id":5630,"parentId":5620,"tags":{},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15146,"timestamp":1735674250311,"id":5620,"parentId":5586,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/LeftRightDialogHeader.js","layer":null},"startTime":1728302213584,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":14306,"timestamp":1735674251192,"id":5643,"parentId":5642,"tags":{},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":14325,"timestamp":1735674251175,"id":5642,"parentId":5626,"tags":{},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15391,"timestamp":1735674250699,"id":5626,"parentId":5594,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogBody.js","layer":null},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":14895,"timestamp":1735674251219,"id":5645,"parentId":5644,"tags":{},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":14912,"timestamp":1735674251204,"id":5644,"parentId":5627,"tags":{},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15843,"timestamp":1735674250742,"id":5627,"parentId":5594,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogContent.js","layer":null},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":152833,"timestamp":1735674113829,"id":5607,"parentId":5606,"tags":{},"startTime":1728302213448,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":154647,"timestamp":1735674113773,"id":5606,"parentId":5416,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","layer":null},"startTime":1728302213448,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":17206,"timestamp":1735674251246,"id":5647,"parentId":5646,"tags":{},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":17223,"timestamp":1735674251231,"id":5646,"parentId":5628,"tags":{},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":18130,"timestamp":1735674250782,"id":5628,"parentId":5594,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogHeader.js","layer":null},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":17853,"timestamp":1735674251163,"id":5641,"parentId":5640,"tags":{},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":17872,"timestamp":1735674251147,"id":5640,"parentId":5625,"tags":{},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":19064,"timestamp":1735674250656,"id":5625,"parentId":5594,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/Dialog.js","layer":null},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":18516,"timestamp":1735674251274,"id":5649,"parentId":5648,"tags":{},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":18534,"timestamp":1735674251259,"id":5648,"parentId":5629,"tags":{},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":19390,"timestamp":1735674250822,"id":5629,"parentId":5594,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/styles.js","layer":null},"startTime":1728302213585,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":11825,"timestamp":1735674273502,"id":5652,"parentId":5651,"tags":{},"startTime":1728302213608,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":11882,"timestamp":1735674273453,"id":5651,"parentId":5650,"tags":{},"startTime":1728302213607,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":13093,"timestamp":1735674273150,"id":5650,"parentId":5603,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/magic-identifier.js","layer":null},"startTime":1728302213607,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":2104,"timestamp":1735674289144,"id":5665,"parentId":5664,"tags":{},"startTime":1728302213623,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2135,"timestamp":1735674289127,"id":5664,"parentId":5657,"tags":{},"startTime":1728302213623,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":3358,"timestamp":1735674288898,"id":5657,"parentId":5610,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/body-locker.js","layer":null},"startTime":1728302213623,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":3213,"timestamp":1735674289171,"id":5667,"parentId":5666,"tags":{},"startTime":1728302213623,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3231,"timestamp":1735674289155,"id":5666,"parentId":5658,"tags":{},"startTime":1728302213623,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":4217,"timestamp":1735674288939,"id":5658,"parentId":5611,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/CallStackFrame.js","layer":null},"startTime":1728302213623,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":4470,"timestamp":1735674289080,"id":5661,"parentId":5660,"tags":{},"startTime":1728302213623,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4521,"timestamp":1735674289032,"id":5660,"parentId":5655,"tags":{},"startTime":1728302213623,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":5547,"timestamp":1735674288744,"id":5655,"parentId":5611,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/FrameworkIcon.js","layer":null},"startTime":1728302213623,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":3851,"timestamp":1735674290458,"id":5672,"parentId":5671,"tags":{},"startTime":1728302213624,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3897,"timestamp":1735674290414,"id":5671,"parentId":5670,"tags":{},"startTime":1728302213624,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":4454,"timestamp":1735674290211,"id":5670,"parentId":5577,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/index.js","layer":null},"startTime":1728302213624,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7053,"timestamp":1735674289198,"id":5669,"parentId":5668,"tags":{},"startTime":1728302213623,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7075,"timestamp":1735674289182,"id":5668,"parentId":5659,"tags":{},"startTime":1728302213623,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":8083,"timestamp":1735674288980,"id":5659,"parentId":5609,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/EditorLink.js","layer":null},"startTime":1728302213623,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":9746,"timestamp":1735674288577,"id":5654,"parentId":5653,"tags":{},"startTime":1728302213623,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10070,"timestamp":1735674288522,"id":5653,"parentId":5512,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js","layer":null},"startTime":1728302213623,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":1962,"timestamp":1735674298028,"id":5675,"parentId":5674,"tags":{},"startTime":1728302213632,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2016,"timestamp":1735674297979,"id":5674,"parentId":5673,"tags":{},"startTime":1728302213632,"traceId":"480ec8b9e15b14de"}] +[{"name":"build-module-js","duration":3305,"timestamp":1735674297828,"id":5673,"parentId":5625,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/hooks/use-on-click-outside.js","layer":null},"startTime":1728302213632,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":2710,"timestamp":1735674299782,"id":5679,"parentId":5678,"tags":{},"startTime":1728302213634,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2756,"timestamp":1735674299740,"id":5678,"parentId":5676,"tags":{},"startTime":1728302213634,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":3595,"timestamp":1735674299580,"id":5676,"parentId":5658,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-open-in-editor.js","layer":null},"startTime":1728302213634,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":3970,"timestamp":1735674299817,"id":5681,"parentId":5680,"tags":{},"startTime":1728302213634,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3993,"timestamp":1735674299796,"id":5680,"parentId":5677,"tags":{},"startTime":1728302213634,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":5204,"timestamp":1735674299681,"id":5677,"parentId":5670,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/CodeFrame.js","layer":null},"startTime":1728302213634,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":342,"timestamp":1735674312866,"id":5683,"parentId":5682,"tags":{},"startTime":1728302213647,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":685,"timestamp":1735674312792,"id":5682,"parentId":5587,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/scheduler/index.js","layer":null},"startTime":1728302213647,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":783,"timestamp":1735674312923,"id":5685,"parentId":5684,"tags":{},"startTime":1728302213647,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":3013,"timestamp":1735674312892,"id":5684,"parentId":5609,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/anser/index.js","layer":null},"startTime":1728302213647,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":403,"timestamp":1735674316883,"id":5687,"parentId":5686,"tags":{},"startTime":1728302213651,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":2450,"timestamp":1735674316842,"id":5686,"parentId":5682,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/scheduler/cjs/scheduler.development.js","layer":null},"startTime":1728302213651,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":785385,"timestamp":1735673534006,"id":5169,"parentId":5164,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728302212868,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":30748,"timestamp":1735674289114,"id":5663,"parentId":5662,"tags":{},"startTime":1728302213623,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":30770,"timestamp":1735674289094,"id":5662,"parentId":5656,"tags":{},"startTime":1728302213623,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":41808,"timestamp":1735674288849,"id":5656,"parentId":5610,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/maintain--tab-focus.js","layer":null},"startTime":1728302213623,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":234,"timestamp":1735674333802,"id":5691,"parentId":5690,"tags":{},"startTime":1728302213668,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":988,"timestamp":1735674333776,"id":5690,"parentId":5656,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/css.escape/css.escape.js","layer":null},"startTime":1728302213668,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1123,"timestamp":1735674333727,"id":5689,"parentId":5688,"tags":{},"startTime":1728302213668,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":7336,"timestamp":1735674333673,"id":5688,"parentId":5656,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/platform/platform.js","layer":null},"startTime":1728302213668,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":807124,"timestamp":1735673533992,"id":5167,"parentId":5164,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728302212868,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":807498,"timestamp":1735673533749,"id":5164,"parentId":5163,"tags":{},"startTime":1728302212868,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":1473,"timestamp":1735674342590,"id":5693,"parentId":5692,"tags":{},"startTime":1728302213677,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":5,"timestamp":1735674344081,"id":5695,"parentId":5692,"tags":{},"startTime":1728302213678,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":26,"timestamp":1735674344099,"id":5696,"parentId":5692,"tags":{},"startTime":1728302213678,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":7,"timestamp":1735674344137,"id":5697,"parentId":5692,"tags":{},"startTime":1728302213678,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1735674344159,"id":5698,"parentId":5692,"tags":{},"startTime":1728302213678,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":120,"timestamp":1735674344074,"id":5694,"parentId":5692,"tags":{},"startTime":1728302213678,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":2765,"timestamp":1735674345557,"id":5699,"parentId":5692,"tags":{},"startTime":1728302213680,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":8649,"timestamp":1735674348335,"id":5700,"parentId":5692,"tags":{},"startTime":1728302213682,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":8043,"timestamp":1735674358328,"id":5701,"parentId":5692,"tags":{},"startTime":1728302213692,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":347,"timestamp":1735674366369,"id":5702,"parentId":5692,"tags":{},"startTime":1728302213700,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":47,"timestamp":1735674366707,"id":5703,"parentId":5692,"tags":{},"startTime":1728302213701,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":115851,"timestamp":1735674366759,"id":5704,"parentId":5692,"tags":{},"startTime":1728302213701,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":92,"timestamp":1735674484018,"id":5705,"parentId":5163,"tags":{},"startTime":1728302213818,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":142508,"timestamp":1735674342158,"id":5692,"parentId":5163,"tags":{},"startTime":1728302213676,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":951598,"timestamp":1735673533149,"id":5163,"parentId":3,"tags":{"name":"client"},"startTime":1728302212867,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":24929,"timestamp":1735674484823,"id":5706,"parentId":3,"tags":{},"startTime":1728302213819,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":2,"timestamp":1735674521143,"id":5712,"parentId":3,"tags":{},"startTime":1728302213855,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":0,"timestamp":1735674521202,"id":5713,"parentId":3,"tags":{},"startTime":1728302213855,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":13167,"timestamp":1735674521575,"id":5724,"parentId":5711,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302213856,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":13226,"timestamp":1735674521583,"id":5726,"parentId":5711,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728302213856,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":16234,"timestamp":1735674521538,"id":5716,"parentId":5711,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728302213856,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":18535,"timestamp":1735674521570,"id":5723,"parentId":5711,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302213856,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":21629,"timestamp":1735674521579,"id":5725,"parentId":5711,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302213856,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":1921000,"timestamp":1735672624079,"id":5728,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728302213881,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":29931,"timestamp":1735674521566,"id":5722,"parentId":5711,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728302213856,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":30284,"timestamp":1735674521543,"id":5717,"parentId":5711,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728302213856,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":1933000,"timestamp":1735672621648,"id":5729,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728302213891,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":40033,"timestamp":1735674521562,"id":5721,"parentId":5711,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728302213856,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":159909,"timestamp":1735674521481,"id":5714,"parentId":5711,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728302213856,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":160449,"timestamp":1735674521586,"id":5727,"parentId":5711,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1728302213856,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":196543,"timestamp":1735674521548,"id":5718,"parentId":5711,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728302213856,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":196547,"timestamp":1735674521558,"id":5720,"parentId":5711,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728302213856,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":261334,"timestamp":1735674521530,"id":5715,"parentId":5711,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728302213856,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":261335,"timestamp":1735674521553,"id":5719,"parentId":5711,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728302213856,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":262380,"timestamp":1735674520593,"id":5711,"parentId":5710,"tags":{},"startTime":1728302213855,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":8864,"timestamp":1735674834006,"id":5731,"parentId":5730,"tags":{},"startTime":1728302214168,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":11,"timestamp":1735674842923,"id":5733,"parentId":5730,"tags":{},"startTime":1728302214177,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":138,"timestamp":1735674842956,"id":5734,"parentId":5730,"tags":{},"startTime":1728302214177,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":12,"timestamp":1735674843131,"id":5735,"parentId":5730,"tags":{},"startTime":1728302214177,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":9,"timestamp":1735674843177,"id":5736,"parentId":5730,"tags":{},"startTime":1728302214177,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":7141,"timestamp":1735674842907,"id":5732,"parentId":5730,"tags":{},"startTime":1728302214177,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":8491,"timestamp":1735674856802,"id":5737,"parentId":5730,"tags":{},"startTime":1728302214191,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":9921,"timestamp":1735674865372,"id":5738,"parentId":5730,"tags":{},"startTime":1728302214199,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":11363,"timestamp":1735674888502,"id":5739,"parentId":5730,"tags":{},"startTime":1728302214223,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":275,"timestamp":1735674899862,"id":5740,"parentId":5730,"tags":{},"startTime":1728302214234,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":360,"timestamp":1735674900118,"id":5741,"parentId":5730,"tags":{},"startTime":1728302214234,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":8262,"timestamp":1735674900489,"id":5742,"parentId":5730,"tags":{},"startTime":1728302214235,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":426,"timestamp":1735674910995,"id":5744,"parentId":5710,"tags":{},"startTime":1728302214245,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":590,"timestamp":1735674910845,"id":5743,"parentId":5710,"tags":{},"startTime":1728302214245,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":100455,"timestamp":1735674817307,"id":5730,"parentId":5710,"tags":{},"startTime":1728302214151,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":397588,"timestamp":1735674520244,"id":5710,"parentId":5707,"tags":{"name":"client"},"startTime":1728302213854,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":10323,"timestamp":1735674917882,"id":5745,"parentId":5707,"tags":{},"startTime":1728302214252,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":413653,"timestamp":1735674517130,"id":5707,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728302213851,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":5,"timestamp":1735674947968,"id":5748,"parentId":3,"tags":{},"startTime":1728302214282,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":1,"timestamp":1735674948081,"id":5749,"parentId":3,"tags":{},"startTime":1728302214282,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":2337000,"timestamp":1735672623630,"id":5756,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728302214297,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":2345000,"timestamp":1735672622446,"id":5757,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728302214317,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":1519,"timestamp":1735674986618,"id":5760,"parentId":5759,"tags":{},"startTime":1728302214321,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1784,"timestamp":1735674986365,"id":5759,"parentId":5758,"tags":{},"startTime":1728302214320,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":2336,"timestamp":1735674985987,"id":5758,"parentId":5746,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx","layer":"rsc"},"startTime":1728302214320,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":34164,"timestamp":1735674956271,"id":5755,"parentId":5747,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302214290,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":34238,"timestamp":1735674956259,"id":5754,"parentId":5747,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302214290,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":2606,"timestamp":1735674992826,"id":5764,"parentId":5763,"tags":{},"startTime":1728302214327,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2735,"timestamp":1735674992706,"id":5763,"parentId":5761,"tags":{},"startTime":1728302214327,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":5716,"timestamp":1735674991890,"id":5761,"parentId":5750,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/pages/_app.js","layer":null},"startTime":1728302214326,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":326,"timestamp":1735675000214,"id":5769,"parentId":5761,"tags":{"name":"react/jsx-runtime","layer":null},"startTime":1728302214334,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":20,"timestamp":1735675000565,"id":5770,"parentId":5761,"tags":{"name":"react","layer":null},"startTime":1728302214335,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":9952,"timestamp":1735674993580,"id":5767,"parentId":5751,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!","layer":null},"startTime":1728302214328,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":9244,"timestamp":1735674995059,"id":5768,"parentId":5753,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!","layer":null},"startTime":1728302214329,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":21712,"timestamp":1735674992889,"id":5766,"parentId":5765,"tags":{},"startTime":1728302214327,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":21765,"timestamp":1735674992850,"id":5765,"parentId":5762,"tags":{},"startTime":1728302214327,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":41187,"timestamp":1735674992605,"id":5762,"parentId":5752,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/pages/_document.js","layer":null},"startTime":1728302214327,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":23162,"timestamp":1735675012723,"id":5773,"parentId":5772,"tags":{},"startTime":1728302214347,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":23249,"timestamp":1735675012642,"id":5772,"parentId":5771,"tags":{},"startTime":1728302214347,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":24960,"timestamp":1735675012462,"id":5771,"parentId":5768,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/pages/_error.js","layer":null},"startTime":1728302214346,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":24074,"timestamp":1735675013393,"id":5776,"parentId":5775,"tags":{},"startTime":1728302214347,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":24143,"timestamp":1735675013327,"id":5775,"parentId":5774,"tags":{},"startTime":1728302214347,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":26392,"timestamp":1735675013191,"id":5774,"parentId":5761,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils.js","layer":null},"startTime":1728302214347,"traceId":"480ec8b9e15b14de"}] +[{"name":"next-swc-transform","duration":4013,"timestamp":1735675044579,"id":5782,"parentId":5781,"tags":{},"startTime":1728302214379,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4052,"timestamp":1735675044550,"id":5781,"parentId":5778,"tags":{},"startTime":1728302214379,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":4953,"timestamp":1735675044388,"id":5778,"parentId":5762,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":null},"startTime":1728302214378,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6477,"timestamp":1735675044531,"id":5780,"parentId":5779,"tags":{},"startTime":1728302214379,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6548,"timestamp":1735675044465,"id":5779,"parentId":5777,"tags":{},"startTime":1728302214378,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":9082,"timestamp":1735675044243,"id":5777,"parentId":5762,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/constants.js","layer":null},"startTime":1728302214378,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":4810,"timestamp":1735675050103,"id":5795,"parentId":5794,"tags":{},"startTime":1728302214384,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4887,"timestamp":1735675050030,"id":5794,"parentId":5783,"tags":{},"startTime":1728302214384,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":7802,"timestamp":1735675049455,"id":5783,"parentId":5771,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/head.js","layer":null},"startTime":1728302214383,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":12038,"timestamp":1735675049885,"id":5791,"parentId":5790,"tags":{},"startTime":1728302214384,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":12940,"timestamp":1735675049866,"id":5790,"parentId":5762,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/is-error.js","layer":null},"startTime":1728302214384,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":13017,"timestamp":1735675049810,"id":5787,"parentId":5786,"tags":{},"startTime":1728302214384,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":13943,"timestamp":1735675049784,"id":5786,"parentId":5762,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/htmlescape.js","layer":null},"startTime":1728302214384,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":14750,"timestamp":1735675049848,"id":5789,"parentId":5788,"tags":{},"startTime":1728302214384,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":15339,"timestamp":1735675049828,"id":5788,"parentId":5762,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/get-page-files.js","layer":null},"startTime":1728302214384,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":15263,"timestamp":1735675049920,"id":5793,"parentId":5792,"tags":{},"startTime":1728302214384,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":17077,"timestamp":1735675049901,"id":5792,"parentId":5762,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/lib/pretty-bytes.js","layer":null},"startTime":1728302214384,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":17301,"timestamp":1735675049751,"id":5785,"parentId":5784,"tags":{},"startTime":1728302214384,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":18814,"timestamp":1735675049665,"id":5784,"parentId":5762,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/utils.js","layer":null},"startTime":1728302214384,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":17689,"timestamp":1735675057723,"id":5797,"parentId":5796,"tags":{},"startTime":1728302214392,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":18435,"timestamp":1735675057657,"id":5796,"parentId":5767,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-kind.js","layer":null},"startTime":1728302214392,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":3339,"timestamp":1735675074304,"id":5804,"parentId":5803,"tags":{},"startTime":1728302214408,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3411,"timestamp":1735675074237,"id":5803,"parentId":5802,"tags":{},"startTime":1728302214408,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":3826,"timestamp":1735675074081,"id":5802,"parentId":5777,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":null},"startTime":1728302214408,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":17397,"timestamp":1735675061124,"id":5799,"parentId":5798,"tags":{},"startTime":1728302214395,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":17929,"timestamp":1735675061049,"id":5798,"parentId":5767,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/templates/helpers.js","layer":null},"startTime":1728302214395,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":2575,"timestamp":1735675076581,"id":5810,"parentId":5809,"tags":{},"startTime":1728302214411,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2614,"timestamp":1735675076545,"id":5809,"parentId":5806,"tags":{},"startTime":1728302214411,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":3062,"timestamp":1735675076398,"id":5806,"parentId":5783,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/amp-mode.js","layer":null},"startTime":1728302214410,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":2994,"timestamp":1735675076526,"id":5808,"parentId":5807,"tags":{},"startTime":1728302214411,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3053,"timestamp":1735675076470,"id":5807,"parentId":5805,"tags":{},"startTime":1728302214411,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":4571,"timestamp":1735675076262,"id":5805,"parentId":5783,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/side-effect.js","layer":null},"startTime":1728302214410,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":10132,"timestamp":1735675074049,"id":5801,"parentId":5800,"tags":{},"startTime":1728302214408,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":10751,"timestamp":1735675073973,"id":5800,"parentId":5767,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/pages/module.compiled.js","layer":null},"startTime":1728302214408,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":3545,"timestamp":1735675081363,"id":5814,"parentId":5813,"tags":{},"startTime":1728302214415,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3661,"timestamp":1735675081250,"id":5813,"parentId":5811,"tags":{},"startTime":1728302214415,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":4380,"timestamp":1735675080944,"id":5811,"parentId":5783,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":null},"startTime":1728302214415,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":3891,"timestamp":1735675081458,"id":5816,"parentId":5815,"tags":{},"startTime":1728302214415,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3936,"timestamp":1735675081415,"id":5815,"parentId":5812,"tags":{},"startTime":1728302214415,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":4651,"timestamp":1735675081130,"id":5812,"parentId":5790,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/is-plain-object.js","layer":null},"startTime":1728302214415,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":107,"timestamp":1735675087337,"id":5823,"parentId":5800,"tags":{"name":"next/dist/compiled/next-server/pages.runtime.dev.js","layer":null},"startTime":1728302214421,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":4014,"timestamp":1735675086223,"id":5820,"parentId":5819,"tags":{},"startTime":1728302214420,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4117,"timestamp":1735675086126,"id":5819,"parentId":5817,"tags":{},"startTime":1728302214420,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":5117,"timestamp":1735675085901,"id":5817,"parentId":5788,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":null},"startTime":1728302214420,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":4783,"timestamp":1735675086271,"id":5822,"parentId":5821,"tags":{},"startTime":1728302214420,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4814,"timestamp":1735675086243,"id":5821,"parentId":5818,"tags":{},"startTime":1728302214420,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":5654,"timestamp":1735675086036,"id":5818,"parentId":5788,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js","layer":null},"startTime":1728302214420,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":5682,"timestamp":1735675093577,"id":5827,"parentId":5826,"tags":{},"startTime":1728302214428,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":6026,"timestamp":1735675093549,"id":5826,"parentId":5762,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/html-context.js","layer":null},"startTime":1728302214428,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":6088,"timestamp":1735675093525,"id":5825,"parentId":5824,"tags":{},"startTime":1728302214428,"traceId":"480ec8b9e15b14de"},{"name":"build-module-cjs","duration":7039,"timestamp":1735675093454,"id":5824,"parentId":5761,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","layer":null},"startTime":1728302214427,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":144527,"timestamp":1735674956124,"id":5750,"parentId":5747,"tags":{"request":"next/dist/pages/_app"},"startTime":1728302214290,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":3656,"timestamp":1735675098567,"id":5837,"parentId":5836,"tags":{},"startTime":1728302214433,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3691,"timestamp":1735675098536,"id":5836,"parentId":5833,"tags":{},"startTime":1728302214433,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":4253,"timestamp":1735675098350,"id":5833,"parentId":5818,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":null},"startTime":1728302214432,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":4119,"timestamp":1735675098516,"id":5835,"parentId":5834,"tags":{},"startTime":1728302214433,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4189,"timestamp":1735675098449,"id":5834,"parentId":5832,"tags":{},"startTime":1728302214432,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":4668,"timestamp":1735675098226,"id":5832,"parentId":5817,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":null},"startTime":1728302214432,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":4965,"timestamp":1735675097941,"id":5829,"parentId":5828,"tags":{},"startTime":1728302214432,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":5153,"timestamp":1735675097865,"id":5828,"parentId":5783,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/head-manager-context.js","layer":null},"startTime":1728302214432,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":5066,"timestamp":1735675098007,"id":5831,"parentId":5830,"tags":{},"startTime":1728302214432,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":5187,"timestamp":1735675097980,"id":5830,"parentId":5783,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/amp-context.js","layer":null},"startTime":1728302214432,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":1615,"timestamp":1735675104815,"id":5839,"parentId":5838,"tags":{},"startTime":1728302214439,"traceId":"480ec8b9e15b14de"},{"name":"build-module-cjs","duration":2825,"timestamp":1735675104755,"id":5838,"parentId":5783,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs","layer":null},"startTime":1728302214439,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":2380,"timestamp":1735675106135,"id":5842,"parentId":5841,"tags":{},"startTime":1728302214440,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":2514,"timestamp":1735675106006,"id":5841,"parentId":5840,"tags":{},"startTime":1728302214440,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":3243,"timestamp":1735675105737,"id":5840,"parentId":5817,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/index.js","layer":null},"startTime":1728302214440,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":44,"timestamp":1735675110956,"id":5843,"parentId":5818,"tags":{"name":"path","layer":null},"startTime":1728302214445,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":1107,"timestamp":1735675112511,"id":5849,"parentId":5848,"tags":{},"startTime":1728302214447,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1156,"timestamp":1735675112468,"id":5848,"parentId":5847,"tags":{},"startTime":1728302214447,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":1788,"timestamp":1735675112346,"id":5847,"parentId":5840,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":null},"startTime":1728302214446,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":3084,"timestamp":1735675112212,"id":5846,"parentId":5845,"tags":{},"startTime":1728302214446,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3143,"timestamp":1735675112157,"id":5845,"parentId":5844,"tags":{},"startTime":1728302214446,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":4810,"timestamp":1735675112014,"id":5844,"parentId":5840,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":null},"startTime":1728302214446,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":337,"timestamp":1735675116910,"id":5851,"parentId":5850,"tags":{},"startTime":1728302214451,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":1829,"timestamp":1735675116854,"id":5850,"parentId":5847,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":null},"startTime":1728302214451,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":1548,"timestamp":1735675122076,"id":5854,"parentId":5853,"tags":{},"startTime":1728302214456,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1618,"timestamp":1735675122014,"id":5853,"parentId":5852,"tags":{},"startTime":1728302214456,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":2516,"timestamp":1735675121868,"id":5852,"parentId":5850,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":null},"startTime":1728302214456,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":1034,"timestamp":1735675125952,"id":5857,"parentId":5856,"tags":{},"startTime":1728302214460,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":1085,"timestamp":1735675125905,"id":5856,"parentId":5855,"tags":{},"startTime":1728302214460,"traceId":"480ec8b9e15b14de"},{"name":"build-module-js","duration":1568,"timestamp":1735675125801,"id":5855,"parentId":5852,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/shared/lib/segment.js","layer":null},"startTime":1728302214460,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":171204,"timestamp":1735674956236,"id":5752,"parentId":5747,"tags":{"request":"next/dist/pages/_document"},"startTime":1728302214290,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":171225,"timestamp":1735674956220,"id":5751,"parentId":5747,"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":1728302214290,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":171199,"timestamp":1735674956247,"id":5753,"parentId":5747,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1728302214290,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":231259,"timestamp":1735674934877,"id":5747,"parentId":5746,"tags":{},"startTime":1728302214269,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":2874,"timestamp":1735675174070,"id":5870,"parentId":5869,"tags":{},"startTime":1728302214508,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":4,"timestamp":1735675176979,"id":5872,"parentId":5869,"tags":{},"startTime":1728302214511,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":4048,"timestamp":1735675177003,"id":5873,"parentId":5869,"tags":{},"startTime":1728302214511,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":6,"timestamp":1735675181084,"id":5874,"parentId":5869,"tags":{},"startTime":1728302214515,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1735675181107,"id":5875,"parentId":5869,"tags":{},"startTime":1728302214515,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":7323,"timestamp":1735675176968,"id":5871,"parentId":5869,"tags":{},"startTime":1728302214511,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":967,"timestamp":1735675187774,"id":5876,"parentId":5869,"tags":{},"startTime":1728302214522,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":4362,"timestamp":1735675188756,"id":5877,"parentId":5869,"tags":{},"startTime":1728302214523,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":1122,"timestamp":1735675194251,"id":5878,"parentId":5869,"tags":{},"startTime":1728302214528,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":66,"timestamp":1735675195372,"id":5879,"parentId":5869,"tags":{},"startTime":1728302214529,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":124,"timestamp":1735675195431,"id":5880,"parentId":5869,"tags":{},"startTime":1728302214529,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":14783,"timestamp":1735675195559,"id":5881,"parentId":5869,"tags":{},"startTime":1728302214530,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":43808,"timestamp":1735675169652,"id":5869,"parentId":5746,"tags":{},"startTime":1728302214504,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":285510,"timestamp":1735674934379,"id":5746,"parentId":5709,"tags":{"name":"server"},"startTime":1728302214268,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":705654,"timestamp":1735674517253,"id":5709,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728302213851,"traceId":"480ec8b9e15b14de"}] +[{"name":"handle-request","duration":2093828,"timestamp":1735673458335,"id":5162,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302212792,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":4,"timestamp":1735675552217,"id":5882,"parentId":5162,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"294764544","memory.heapUsed":"289647688","memory.heapTotal":"327712768"},"startTime":1728302214886,"traceId":"480ec8b9e15b14de"},{"name":"client-error","duration":36,"timestamp":1735675553993,"id":5883,"parentId":3,"tags":{"errorCount":1},"startTime":1728302214888,"traceId":"480ec8b9e15b14de"},{"name":"client-error","duration":2,"timestamp":1735675554583,"id":5884,"parentId":3,"tags":{"errorCount":1},"startTime":1728302214889,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":26950,"timestamp":1735675559887,"id":5885,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302214894,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":1,"timestamp":1735675586870,"id":5886,"parentId":5885,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"303235072","memory.heapUsed":"296649776","memory.heapTotal":"327974912"},"startTime":1728302214921,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":29766,"timestamp":1735675592044,"id":5887,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302214926,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":1,"timestamp":1735675621844,"id":5888,"parentId":5887,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"311083008","memory.heapUsed":"294890960","memory.heapTotal":"331907072"},"startTime":1728302214956,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":27293,"timestamp":1735675626284,"id":5889,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302214960,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":1,"timestamp":1735675653606,"id":5890,"parentId":5889,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"306741248","memory.heapUsed":"291126760","memory.heapTotal":"333217792"},"startTime":1728302214988,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":18377,"timestamp":1735675657433,"id":5891,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302214991,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":0,"timestamp":1735675675842,"id":5892,"parentId":5891,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"307003392","memory.heapUsed":"299098248","memory.heapTotal":"333217792"},"startTime":1728302215010,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":46651,"timestamp":1735675679345,"id":5893,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302215013,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":1,"timestamp":1735675726038,"id":5895,"parentId":5893,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"296681472","memory.heapUsed":"295207424","memory.heapTotal":"333217792"},"startTime":1728302215060,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":41829,"timestamp":1735675699645,"id":5894,"tags":{"url":"/","isTurbopack":false},"startTime":1728302215034,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":1,"timestamp":1735675741510,"id":5896,"parentId":5894,"tags":{"url":"/","memory.rss":"290340864","memory.heapUsed":"298635144","memory.heapTotal":"333217792"},"startTime":1728302215076,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":72186,"timestamp":1735675797012,"id":5897,"tags":{"url":"/","isTurbopack":false},"startTime":1728302215131,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":1,"timestamp":1735675869230,"id":5898,"parentId":5897,"tags":{"url":"/","memory.rss":"238092288","memory.heapUsed":"295269352","memory.heapTotal":"334004224"},"startTime":1728302215203,"traceId":"480ec8b9e15b14de"},{"name":"client-error","duration":6,"timestamp":1735676519602,"id":5899,"parentId":3,"tags":{"errorCount":1},"startTime":1728302215854,"traceId":"480ec8b9e15b14de"},{"name":"navigation-to-hydration","duration":859000,"timestamp":1735675679530,"id":5900,"parentId":3,"tags":{"pathname":"/","query":""},"startTime":1728302215880,"traceId":"480ec8b9e15b14de"},{"name":"client-error","duration":4,"timestamp":1735676611019,"id":5901,"parentId":3,"tags":{"errorCount":1},"startTime":1728302215945,"traceId":"480ec8b9e15b14de"},{"name":"client-error","duration":5,"timestamp":1735676613160,"id":5902,"parentId":3,"tags":{"errorCount":1},"startTime":1728302215947,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":5298,"timestamp":1735689938762,"id":5905,"parentId":3,"tags":{},"startTime":1728302229278,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":3,"timestamp":1735689979887,"id":5908,"parentId":3,"tags":{},"startTime":1728302229314,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":17171,"timestamp":1735689990380,"id":5912,"parentId":5907,"tags":{"request":"next/dist/pages/_document"},"startTime":1728302229324,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":17720,"timestamp":1735689990170,"id":5910,"parentId":5907,"tags":{"request":"next/dist/pages/_app"},"startTime":1728302229324,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":124208,"timestamp":1735689990371,"id":5911,"parentId":5907,"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":1728302229324,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":124210,"timestamp":1735689990385,"id":5913,"parentId":5907,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1728302229324,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":7657,"timestamp":1735690109624,"id":5918,"parentId":5917,"tags":{},"startTime":1728302229444,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7965,"timestamp":1735690109327,"id":5917,"parentId":5916,"tags":{},"startTime":1728302229443,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":21975,"timestamp":1735690107952,"id":5916,"parentId":5906,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx","layer":"rsc"},"startTime":1728302229442,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":193287,"timestamp":1735689990390,"id":5914,"parentId":5907,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302229324,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":373231,"timestamp":1735689978516,"id":5907,"parentId":5906,"tags":{},"startTime":1728302229312,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":9012,"timestamp":1735690377246,"id":5925,"parentId":5924,"tags":{},"startTime":1728302229711,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":23,"timestamp":1735690386340,"id":5927,"parentId":5924,"tags":{},"startTime":1728302229720,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":9042,"timestamp":1735690386459,"id":5928,"parentId":5924,"tags":{},"startTime":1728302229720,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":21,"timestamp":1735690395558,"id":5929,"parentId":5924,"tags":{},"startTime":1728302229729,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":26,"timestamp":1735690395606,"id":5930,"parentId":5924,"tags":{},"startTime":1728302229729,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":39995,"timestamp":1735690386321,"id":5926,"parentId":5924,"tags":{},"startTime":1728302229720,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1804,"timestamp":1735690432728,"id":5931,"parentId":5924,"tags":{},"startTime":1728302229767,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":8725,"timestamp":1735690434575,"id":5932,"parentId":5924,"tags":{},"startTime":1728302229768,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":13682,"timestamp":1735690459714,"id":5933,"parentId":5924,"tags":{},"startTime":1728302229794,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":409,"timestamp":1735690473393,"id":5934,"parentId":5924,"tags":{},"startTime":1728302229807,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":526,"timestamp":1735690473780,"id":5935,"parentId":5924,"tags":{},"startTime":1728302229808,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":11027,"timestamp":1735690474324,"id":5936,"parentId":5924,"tags":{},"startTime":1728302229808,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":126188,"timestamp":1735690364878,"id":5924,"parentId":5906,"tags":{},"startTime":1728302229699,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":526832,"timestamp":1735689977330,"id":5906,"parentId":5903,"tags":{"name":"server"},"startTime":1728302229311,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":32113,"timestamp":1735690504264,"id":5937,"parentId":5903,"tags":{},"startTime":1728302229838,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":19,"timestamp":1735690537291,"id":5938,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728302229871,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":6513,"timestamp":1735690551209,"id":5951,"parentId":5940,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302229885,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":6636,"timestamp":1735690551223,"id":5953,"parentId":5940,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728302229885,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":14626,"timestamp":1735690550974,"id":5941,"parentId":5940,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728302229885,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":14515,"timestamp":1735690551137,"id":5943,"parentId":5940,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728302229885,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":20726,"timestamp":1735690551155,"id":5945,"parentId":5940,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728302229885,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":29617,"timestamp":1735690551166,"id":5946,"parentId":5940,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728302229885,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":32290,"timestamp":1735690551174,"id":5947,"parentId":5940,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728302229885,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":32245,"timestamp":1735690551230,"id":5954,"parentId":5940,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1728302229885,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":37865,"timestamp":1735690551189,"id":5949,"parentId":5940,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728302229885,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":39711,"timestamp":1735690551216,"id":5952,"parentId":5940,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302229885,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":40378,"timestamp":1735690551147,"id":5944,"parentId":5940,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728302229885,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":5603,"timestamp":1735690586080,"id":5957,"parentId":5956,"tags":{},"startTime":1728302229920,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":470084,"timestamp":1735690591790,"id":5959,"parentId":5958,"tags":{},"startTime":1728302229926,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":471441,"timestamp":1735690591741,"id":5958,"parentId":5956,"tags":{},"startTime":1728302229926,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":102452,"timestamp":1735691063696,"id":5960,"parentId":5956,"tags":{"astUsed":"true"},"startTime":1728302230398,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":592201,"timestamp":1735690585833,"id":5956,"parentId":5955,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728302229920,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":839613,"timestamp":1735690558920,"id":5955,"parentId":5939,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728302229893,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":860295,"timestamp":1735690551182,"id":5948,"parentId":5940,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728302229885,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":972105,"timestamp":1735690551123,"id":5942,"parentId":5940,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728302229885,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":213,"timestamp":1735691569915,"id":5961,"parentId":5955,"tags":{},"startTime":1728302230904,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":1019058,"timestamp":1735690551201,"id":5950,"parentId":5940,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302229885,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":1028759,"timestamp":1735690541635,"id":5940,"parentId":5939,"tags":{},"startTime":1728302229876,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":12145,"timestamp":1735691789768,"id":5963,"parentId":5962,"tags":{},"startTime":1728302231124,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":19,"timestamp":1735691802109,"id":5965,"parentId":5962,"tags":{},"startTime":1728302231136,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":901,"timestamp":1735691802253,"id":5966,"parentId":5962,"tags":{},"startTime":1728302231136,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":135,"timestamp":1735691803312,"id":5967,"parentId":5962,"tags":{},"startTime":1728302231137,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":27,"timestamp":1735691803614,"id":5968,"parentId":5962,"tags":{},"startTime":1728302231137,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":41325,"timestamp":1735691801984,"id":5964,"parentId":5962,"tags":{},"startTime":1728302231136,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":5794,"timestamp":1735691911231,"id":5969,"parentId":5962,"tags":{},"startTime":1728302231245,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":31395,"timestamp":1735691917629,"id":5970,"parentId":5962,"tags":{},"startTime":1728302231251,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":239676,"timestamp":1735691961381,"id":5971,"parentId":5962,"tags":{},"startTime":1728302231295,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":765,"timestamp":1735692201050,"id":5972,"parentId":5962,"tags":{},"startTime":1728302231535,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":35443,"timestamp":1735692201753,"id":5973,"parentId":5962,"tags":{},"startTime":1728302231536,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":57747,"timestamp":1735692237412,"id":5974,"parentId":5962,"tags":{},"startTime":1728302231571,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":477,"timestamp":1735692327567,"id":5976,"parentId":5939,"tags":{},"startTime":1728302231661,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":10274,"timestamp":1735692317794,"id":5975,"parentId":5939,"tags":{},"startTime":1728302231652,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":632097,"timestamp":1735691710184,"id":5962,"parentId":5939,"tags":{},"startTime":1728302231044,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":1801292,"timestamp":1735690541168,"id":5939,"parentId":5904,"tags":{"name":"client"},"startTime":1728302229875,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":17751,"timestamp":1735692342541,"id":5977,"parentId":5904,"tags":{},"startTime":1728302231676,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":2425792,"timestamp":1735689937905,"id":5904,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302229272,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":18,"timestamp":1735692387741,"id":5980,"parentId":3,"tags":{},"startTime":1728302231722,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":2,"timestamp":1735692387947,"id":5981,"parentId":3,"tags":{},"startTime":1728302231722,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":75276,"timestamp":1735692392051,"id":5986,"parentId":5979,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302231726,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":78070,"timestamp":1735692391818,"id":5982,"parentId":5979,"tags":{"request":"next/dist/pages/_app"},"startTime":1728302231726,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":80036,"timestamp":1735692392002,"id":5983,"parentId":5979,"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":1728302231726,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":80012,"timestamp":1735692392040,"id":5985,"parentId":5979,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1728302231726,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":81256,"timestamp":1735692392063,"id":5987,"parentId":5979,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302231726,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":81307,"timestamp":1735692392028,"id":5984,"parentId":5979,"tags":{"request":"next/dist/pages/_document"},"startTime":1728302231726,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":221502,"timestamp":1735692378355,"id":5979,"parentId":5978,"tags":{},"startTime":1728302231712,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":6323,"timestamp":1735692611744,"id":6000,"parentId":5999,"tags":{},"startTime":1728302231946,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":5,"timestamp":1735692618102,"id":6002,"parentId":5999,"tags":{},"startTime":1728302231952,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":5186,"timestamp":1735692618123,"id":6003,"parentId":5999,"tags":{},"startTime":1728302231952,"traceId":"480ec8b9e15b14de"}] +[{"name":"optimize-tree","duration":8,"timestamp":1735692623824,"id":6004,"parentId":5999,"tags":{},"startTime":1728302231958,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1735692623848,"id":6005,"parentId":5999,"tags":{},"startTime":1728302231958,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":8504,"timestamp":1735692618092,"id":6001,"parentId":5999,"tags":{},"startTime":1728302231952,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":735,"timestamp":1735692629018,"id":6006,"parentId":5999,"tags":{},"startTime":1728302231963,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":3781,"timestamp":1735692629768,"id":6007,"parentId":5999,"tags":{},"startTime":1728302231964,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":1588,"timestamp":1735692635094,"id":6008,"parentId":5999,"tags":{},"startTime":1728302231969,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":120,"timestamp":1735692636682,"id":6009,"parentId":5999,"tags":{},"startTime":1728302231971,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":164,"timestamp":1735692636792,"id":6010,"parentId":5999,"tags":{},"startTime":1728302231971,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":1142,"timestamp":1735692636963,"id":6011,"parentId":5999,"tags":{},"startTime":1728302231971,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":35767,"timestamp":1735692606130,"id":5999,"parentId":5978,"tags":{},"startTime":1728302231940,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":271703,"timestamp":1735692377196,"id":5978,"parentId":3,"tags":{"name":"server"},"startTime":1728302231711,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":6353,"timestamp":1735692648971,"id":6012,"parentId":3,"tags":{},"startTime":1728302231983,"traceId":"480ec8b9e15b14de"},{"name":"compile-path","duration":2656735,"timestamp":1735689999887,"id":5915,"tags":{"trigger":"/_not-found","isTurbopack":false},"startTime":1728302229334,"traceId":"480ec8b9e15b14de"}] +[{"name":"client-full-reload","duration":4,"timestamp":1735692871238,"id":6014,"parentId":3,"tags":{"stackTrace":""},"startTime":1728302232205,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":2899054,"timestamp":1735689988285,"id":5909,"tags":{"url":"/_next/static/webpack/3b43f2b43974e279.webpack.hot-update.json","isTurbopack":false},"startTime":1728302229322,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":0,"timestamp":1735692887387,"id":6017,"parentId":5909,"tags":{"url":"/_next/static/webpack/3b43f2b43974e279.webpack.hot-update.json","memory.rss":"298663936","memory.heapUsed":"319648760","memory.heapTotal":"359268352"},"startTime":1728302232221,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":147104,"timestamp":1735692854790,"id":6013,"tags":{"url":"/","isTurbopack":false},"startTime":1728302232189,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":1,"timestamp":1735693001926,"id":6018,"parentId":6013,"tags":{"url":"/","memory.rss":"311607296","memory.heapUsed":"326282544","memory.heapTotal":"363593728"},"startTime":1728302232336,"traceId":"480ec8b9e15b14de"},{"name":"client-full-reload","duration":3,"timestamp":1735693025722,"id":6019,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/fallback/webpack.js:1172:20)"},"startTime":1728302232360,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":156508,"timestamp":1735692882363,"id":6016,"tags":{"url":"/_next/static/webpack/3b43f2b43974e279.webpack.hot-update.json","isTurbopack":false},"startTime":1728302232216,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":1,"timestamp":1735693039034,"id":6020,"parentId":6016,"tags":{"url":"/_next/static/webpack/3b43f2b43974e279.webpack.hot-update.json","memory.rss":"312590336","memory.heapUsed":"320353176","memory.heapTotal":"364904448"},"startTime":1728302232373,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":311343,"timestamp":1735692875737,"id":6015,"tags":{"url":"/","isTurbopack":false},"startTime":1728302232210,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":2,"timestamp":1735693187203,"id":6022,"parentId":6015,"tags":{"url":"/","memory.rss":"276365312","memory.heapUsed":"324488088","memory.heapTotal":"365428736"},"startTime":1728302232521,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":304235,"timestamp":1735693039618,"id":6021,"tags":{"url":"/","isTurbopack":false},"startTime":1728302232373,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":2,"timestamp":1735693343912,"id":6023,"parentId":6021,"tags":{"url":"/","memory.rss":"233144320","memory.heapUsed":"330306888","memory.heapTotal":"365428736"},"startTime":1728302232678,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":137,"timestamp":1735694202385,"id":6024,"parentId":3,"tags":{},"startTime":1728302233536,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":9,"timestamp":1735694325023,"id":6025,"parentId":3,"tags":{},"startTime":1728302233659,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":1,"timestamp":1735694325613,"id":6026,"parentId":3,"tags":{},"startTime":1728302233659,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":22455,"timestamp":1735705674959,"id":6033,"parentId":6030,"tags":{"request":"next/dist/pages/_document"},"startTime":1728302245009,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":27041,"timestamp":1735705674360,"id":6031,"parentId":6030,"tags":{"request":"next/dist/pages/_app"},"startTime":1728302245008,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":89360,"timestamp":1735705674949,"id":6032,"parentId":6030,"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":1728302245009,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":89386,"timestamp":1735705674964,"id":6034,"parentId":6030,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1728302245009,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5542,"timestamp":1735705759280,"id":6039,"parentId":6038,"tags":{},"startTime":1728302245093,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5875,"timestamp":1735705758953,"id":6038,"parentId":6037,"tags":{},"startTime":1728302245093,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":9671,"timestamp":1735705757828,"id":6037,"parentId":6029,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx","layer":"rsc"},"startTime":1728302245092,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":101499,"timestamp":1735705674997,"id":6035,"parentId":6030,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302245009,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":105392,"timestamp":1735705675022,"id":6036,"parentId":6030,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302245009,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":191784,"timestamp":1735705661580,"id":6030,"parentId":6029,"tags":{},"startTime":1728302244995,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":12205,"timestamp":1735705874492,"id":6052,"parentId":6051,"tags":{},"startTime":1728302245208,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":35,"timestamp":1735705886748,"id":6054,"parentId":6051,"tags":{},"startTime":1728302245220,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":8626,"timestamp":1735705886847,"id":6055,"parentId":6051,"tags":{},"startTime":1728302245221,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":13,"timestamp":1735705895520,"id":6056,"parentId":6051,"tags":{},"startTime":1728302245229,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":10,"timestamp":1735705895551,"id":6057,"parentId":6051,"tags":{},"startTime":1728302245229,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":16526,"timestamp":1735705886735,"id":6053,"parentId":6051,"tags":{},"startTime":1728302245220,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":987,"timestamp":1735705909172,"id":6058,"parentId":6051,"tags":{},"startTime":1728302245243,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":5724,"timestamp":1735705910175,"id":6059,"parentId":6051,"tags":{},"startTime":1728302245244,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":2570,"timestamp":1735705918489,"id":6060,"parentId":6051,"tags":{},"startTime":1728302245252,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":273,"timestamp":1735705921056,"id":6061,"parentId":6051,"tags":{},"startTime":1728302245255,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":389,"timestamp":1735705921305,"id":6062,"parentId":6051,"tags":{},"startTime":1728302245255,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":1941,"timestamp":1735705921712,"id":6063,"parentId":6051,"tags":{},"startTime":1728302245255,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":64399,"timestamp":1735705862343,"id":6051,"parentId":6029,"tags":{},"startTime":1728302245196,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":288150,"timestamp":1735705656320,"id":6029,"parentId":6027,"tags":{"name":"server"},"startTime":1728302244990,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":8104,"timestamp":1735705944575,"id":6064,"parentId":6027,"tags":{},"startTime":1728302245278,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":371411,"timestamp":1735705581986,"id":6027,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302244916,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":4238,"timestamp":1735705962125,"id":6077,"parentId":6066,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302245296,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":4295,"timestamp":1735705962133,"id":6079,"parentId":6066,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728302245296,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":10470,"timestamp":1735705962012,"id":6067,"parentId":6066,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728302245296,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":10416,"timestamp":1735705962081,"id":6069,"parentId":6066,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728302245296,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":14163,"timestamp":1735705962093,"id":6071,"parentId":6066,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728302245296,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":17772,"timestamp":1735705962099,"id":6072,"parentId":6066,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728302245296,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":20445,"timestamp":1735705962104,"id":6073,"parentId":6066,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728302245296,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":20420,"timestamp":1735705962138,"id":6080,"parentId":6066,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1728302245296,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":39300,"timestamp":1735705962116,"id":6075,"parentId":6066,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728302245296,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":49132,"timestamp":1735705962129,"id":6078,"parentId":6066,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302245296,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":49943,"timestamp":1735705962087,"id":6070,"parentId":6066,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728302245296,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":30700,"timestamp":1735705981484,"id":6083,"parentId":6082,"tags":{},"startTime":1728302245315,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":150892,"timestamp":1735706012274,"id":6085,"parentId":6084,"tags":{},"startTime":1728302245346,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":151390,"timestamp":1735706012235,"id":6084,"parentId":6082,"tags":{},"startTime":1728302245346,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":40943,"timestamp":1735706163671,"id":6086,"parentId":6082,"tags":{"astUsed":"true"},"startTime":1728302245497,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":226622,"timestamp":1735705981269,"id":6082,"parentId":6081,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728302245315,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":246591,"timestamp":1735705962072,"id":6068,"parentId":6066,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728302245296,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":245395,"timestamp":1735705966925,"id":6081,"parentId":6065,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728302245301,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":250345,"timestamp":1735705962108,"id":6074,"parentId":6066,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728302245296,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":46,"timestamp":1735706212514,"id":6087,"parentId":6081,"tags":{},"startTime":1728302245546,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":250467,"timestamp":1735705962120,"id":6076,"parentId":6066,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302245296,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":256307,"timestamp":1735705956298,"id":6066,"parentId":6065,"tags":{},"startTime":1728302245290,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":7957,"timestamp":1735706368366,"id":6089,"parentId":6088,"tags":{},"startTime":1728302245702,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":8,"timestamp":1735706376378,"id":6091,"parentId":6088,"tags":{},"startTime":1728302245710,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":269,"timestamp":1735706376412,"id":6092,"parentId":6088,"tags":{},"startTime":1728302245710,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":9,"timestamp":1735706376719,"id":6093,"parentId":6088,"tags":{},"startTime":1728302245710,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":28,"timestamp":1735706376921,"id":6094,"parentId":6088,"tags":{},"startTime":1728302245711,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":6641,"timestamp":1735706376360,"id":6090,"parentId":6088,"tags":{},"startTime":1728302245710,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1017,"timestamp":1735706403975,"id":6095,"parentId":6088,"tags":{},"startTime":1728302245738,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":6428,"timestamp":1735706405017,"id":6096,"parentId":6088,"tags":{},"startTime":1728302245739,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":9583,"timestamp":1735706415580,"id":6097,"parentId":6088,"tags":{},"startTime":1728302245749,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":334,"timestamp":1735706425159,"id":6098,"parentId":6088,"tags":{},"startTime":1728302245759,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":338,"timestamp":1735706425474,"id":6099,"parentId":6088,"tags":{},"startTime":1728302245759,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":10176,"timestamp":1735706425821,"id":6100,"parentId":6088,"tags":{},"startTime":1728302245760,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":167,"timestamp":1735706438474,"id":6102,"parentId":6065,"tags":{},"startTime":1728302245772,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":322,"timestamp":1735706438330,"id":6101,"parentId":6065,"tags":{},"startTime":1728302245772,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":95958,"timestamp":1735706348409,"id":6088,"parentId":6065,"tags":{},"startTime":1728302245682,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":488424,"timestamp":1735705955999,"id":6065,"parentId":6028,"tags":{"name":"client"},"startTime":1728302245290,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":9261,"timestamp":1735706444465,"id":6103,"parentId":6028,"tags":{},"startTime":1728302245778,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":873030,"timestamp":1735705582835,"id":6028,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302244917,"traceId":"480ec8b9e15b14de"}] +[{"name":"client-success","duration":4,"timestamp":1735706460415,"id":6104,"parentId":3,"tags":{},"startTime":1728302245794,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":1,"timestamp":1735706460493,"id":6105,"parentId":3,"tags":{},"startTime":1728302245794,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":916000,"timestamp":1735705583925,"id":6107,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728302245836,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":919000,"timestamp":1735705583911,"id":6108,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728302245929,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":160640,"timestamp":1735706470569,"id":6106,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302245804,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":4,"timestamp":1735706631263,"id":6110,"parentId":6106,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"380911616","memory.heapUsed":"295997128","memory.heapTotal":"367443968"},"startTime":1728302245965,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":38523,"timestamp":1735706611757,"id":6109,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302245945,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":1,"timestamp":1735706650314,"id":6111,"parentId":6109,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"382566400","memory.heapUsed":"287028680","memory.heapTotal":"367443968"},"startTime":1728302245984,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":25912,"timestamp":1735708341349,"id":6118,"parentId":6115,"tags":{"request":"next/dist/pages/_document"},"startTime":1728302247675,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":26937,"timestamp":1735708341047,"id":6116,"parentId":6115,"tags":{"request":"next/dist/pages/_app"},"startTime":1728302247675,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":62836,"timestamp":1735708341340,"id":6117,"parentId":6115,"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":1728302247675,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":62823,"timestamp":1735708341362,"id":6119,"parentId":6115,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1728302247675,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5527,"timestamp":1735708398832,"id":6124,"parentId":6123,"tags":{},"startTime":1728302247733,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":7320,"timestamp":1735708397041,"id":6123,"parentId":6122,"tags":{},"startTime":1728302247731,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":13881,"timestamp":1735708393371,"id":6122,"parentId":6114,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx","layer":"rsc"},"startTime":1728302247727,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":83839,"timestamp":1735708341369,"id":6120,"parentId":6115,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302247675,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":87599,"timestamp":1735708341378,"id":6121,"parentId":6115,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302247675,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":155681,"timestamp":1735708333880,"id":6115,"parentId":6114,"tags":{},"startTime":1728302247668,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":2606,"timestamp":1735708507926,"id":6137,"parentId":6136,"tags":{},"startTime":1728302247842,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":13,"timestamp":1735708510562,"id":6139,"parentId":6136,"tags":{},"startTime":1728302247844,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":8787,"timestamp":1735708510592,"id":6140,"parentId":6136,"tags":{},"startTime":1728302247844,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":20,"timestamp":1735708519447,"id":6141,"parentId":6136,"tags":{},"startTime":1728302247853,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":22,"timestamp":1735708519490,"id":6142,"parentId":6136,"tags":{},"startTime":1728302247853,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":13851,"timestamp":1735708510553,"id":6138,"parentId":6136,"tags":{},"startTime":1728302247844,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":820,"timestamp":1735708526739,"id":6143,"parentId":6136,"tags":{},"startTime":1728302247860,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":3255,"timestamp":1735708527573,"id":6144,"parentId":6136,"tags":{},"startTime":1728302247861,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":1303,"timestamp":1735708532224,"id":6145,"parentId":6136,"tags":{},"startTime":1728302247866,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":98,"timestamp":1735708533527,"id":6146,"parentId":6136,"tags":{},"startTime":1728302247867,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":137,"timestamp":1735708533618,"id":6147,"parentId":6136,"tags":{},"startTime":1728302247867,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":1665,"timestamp":1735708533759,"id":6148,"parentId":6136,"tags":{},"startTime":1728302247867,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":35252,"timestamp":1735708503092,"id":6136,"parentId":6114,"tags":{},"startTime":1728302247837,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":212881,"timestamp":1735708331462,"id":6114,"parentId":6112,"tags":{"name":"server"},"startTime":1728302247665,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":8721,"timestamp":1735708544395,"id":6149,"parentId":6112,"tags":{},"startTime":1728302247878,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":238312,"timestamp":1735708315246,"id":6112,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302247649,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":6292,"timestamp":1735708561422,"id":6162,"parentId":6151,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302247895,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":6381,"timestamp":1735708561431,"id":6164,"parentId":6151,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728302247895,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":12089,"timestamp":1735708561318,"id":6152,"parentId":6151,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728302247895,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":12063,"timestamp":1735708561380,"id":6154,"parentId":6151,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728302247895,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":15576,"timestamp":1735708561391,"id":6156,"parentId":6151,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728302247895,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":23775,"timestamp":1735708561397,"id":6157,"parentId":6151,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728302247895,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":28275,"timestamp":1735708561402,"id":6158,"parentId":6151,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728302247895,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":28258,"timestamp":1735708561435,"id":6165,"parentId":6151,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1728302247895,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":34800,"timestamp":1735708561413,"id":6160,"parentId":6151,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728302247895,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":38382,"timestamp":1735708561427,"id":6163,"parentId":6151,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302247895,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":40244,"timestamp":1735708561386,"id":6155,"parentId":6151,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728302247895,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":13732,"timestamp":1735708588041,"id":6168,"parentId":6167,"tags":{},"startTime":1728302247922,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":210393,"timestamp":1735708601894,"id":6170,"parentId":6169,"tags":{},"startTime":1728302247936,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":211311,"timestamp":1735708601844,"id":6169,"parentId":6167,"tags":{},"startTime":1728302247936,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":59509,"timestamp":1735708813221,"id":6171,"parentId":6167,"tags":{"astUsed":"true"},"startTime":1728302248147,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":292726,"timestamp":1735708587731,"id":6167,"parentId":6166,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728302247921,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":320666,"timestamp":1735708561372,"id":6153,"parentId":6151,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728302247895,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":326411,"timestamp":1735708568814,"id":6166,"parentId":6150,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728302247903,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":334243,"timestamp":1735708561409,"id":6159,"parentId":6151,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728302247895,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":93,"timestamp":1735708895819,"id":6172,"parentId":6166,"tags":{},"startTime":1728302248230,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":334585,"timestamp":1735708561418,"id":6161,"parentId":6151,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302247895,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":339916,"timestamp":1735708556126,"id":6151,"parentId":6150,"tags":{},"startTime":1728302247890,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":5023,"timestamp":1735708916246,"id":6174,"parentId":6173,"tags":{},"startTime":1728302248250,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":7,"timestamp":1735708921321,"id":6176,"parentId":6173,"tags":{},"startTime":1728302248255,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":137,"timestamp":1735708921354,"id":6177,"parentId":6173,"tags":{},"startTime":1728302248255,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":9,"timestamp":1735708921530,"id":6178,"parentId":6173,"tags":{},"startTime":1728302248255,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":7,"timestamp":1735708921573,"id":6179,"parentId":6173,"tags":{},"startTime":1728302248255,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":3742,"timestamp":1735708921304,"id":6175,"parentId":6173,"tags":{},"startTime":1728302248255,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1324,"timestamp":1735708929029,"id":6180,"parentId":6173,"tags":{},"startTime":1728302248263,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":15728,"timestamp":1735708930390,"id":6181,"parentId":6173,"tags":{},"startTime":1728302248264,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":24953,"timestamp":1735708958562,"id":6182,"parentId":6173,"tags":{},"startTime":1728302248292,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":499,"timestamp":1735708983513,"id":6183,"parentId":6173,"tags":{},"startTime":1728302248317,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":477,"timestamp":1735708983989,"id":6184,"parentId":6173,"tags":{},"startTime":1728302248318,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":26912,"timestamp":1735708984498,"id":6185,"parentId":6173,"tags":{},"startTime":1728302248318,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":739,"timestamp":1735709034694,"id":6187,"parentId":6150,"tags":{},"startTime":1728302248368,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":1441,"timestamp":1735709034015,"id":6186,"parentId":6150,"tags":{},"startTime":1728302248368,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":135774,"timestamp":1735708908040,"id":6173,"parentId":6150,"tags":{},"startTime":1728302248242,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":488061,"timestamp":1735708555853,"id":6150,"parentId":6113,"tags":{"name":"client"},"startTime":1728302247890,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":21424,"timestamp":1735709043964,"id":6188,"parentId":6113,"tags":{},"startTime":1728302248378,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":752154,"timestamp":1735708316016,"id":6113,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302247650,"traceId":"480ec8b9e15b14de"}] +[{"name":"client-success","duration":12,"timestamp":1735709082804,"id":6189,"parentId":3,"tags":{},"startTime":1728302248417,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":4,"timestamp":1735709083096,"id":6190,"parentId":3,"tags":{},"startTime":1728302248417,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":786000,"timestamp":1735708316994,"id":6192,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728302248439,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":795000,"timestamp":1735708318516,"id":6193,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728302248448,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":137582,"timestamp":1735709086400,"id":6191,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302248420,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":1,"timestamp":1735709224022,"id":6195,"parentId":6191,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"309149696","memory.heapUsed":"328663232","memory.heapTotal":"370556928"},"startTime":1728302248558,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":24583,"timestamp":1735709215653,"id":6194,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728302248549,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":2,"timestamp":1735709240404,"id":6196,"parentId":6194,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"310067200","memory.heapUsed":"318990040","memory.heapTotal":"370556928"},"startTime":1728302248574,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":185312,"timestamp":1735711454568,"id":6197,"tags":{"url":"/","isTurbopack":false},"startTime":1728302250788,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":1,"timestamp":1735711640034,"id":6198,"parentId":6197,"tags":{"url":"/","memory.rss":"164462592","memory.heapUsed":"324610352","memory.heapTotal":"370819072"},"startTime":1728302250974,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":5,"timestamp":1735712211235,"id":6199,"parentId":3,"tags":{},"startTime":1728302251545,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":3,"timestamp":1735712211935,"id":6200,"parentId":3,"tags":{},"startTime":1728302251546,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":35418,"timestamp":1735721408349,"id":6207,"parentId":6204,"tags":{"request":"next/dist/pages/_document"},"startTime":1728302260742,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":36243,"timestamp":1735721408081,"id":6205,"parentId":6204,"tags":{"request":"next/dist/pages/_app"},"startTime":1728302260742,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":56461,"timestamp":1735721408336,"id":6206,"parentId":6204,"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":1728302260742,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":56453,"timestamp":1735721408355,"id":6208,"parentId":6204,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=.%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1728302260742,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":57735,"timestamp":1735721408361,"id":6209,"parentId":6204,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302260742,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6572,"timestamp":1735721459693,"id":6213,"parentId":6212,"tags":{},"startTime":1728302260793,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6923,"timestamp":1735721459358,"id":6212,"parentId":6211,"tags":{},"startTime":1728302260793,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":12039,"timestamp":1735721457223,"id":6211,"parentId":6203,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Hero.jsx","layer":"rsc"},"startTime":1728302260791,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":96716,"timestamp":1735721408374,"id":6210,"parentId":6204,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728302260742,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":162032,"timestamp":1735721403293,"id":6204,"parentId":6203,"tags":{},"startTime":1728302260737,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":9381,"timestamp":1735721607524,"id":6226,"parentId":6225,"tags":{},"startTime":1728302260941,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":30,"timestamp":1735721616986,"id":6228,"parentId":6225,"tags":{},"startTime":1728302260951,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":6756,"timestamp":1735721617059,"id":6229,"parentId":6225,"tags":{},"startTime":1728302260951,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":27,"timestamp":1735721623901,"id":6230,"parentId":6225,"tags":{},"startTime":1728302260957,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":48,"timestamp":1735721623980,"id":6231,"parentId":6225,"tags":{},"startTime":1728302260958,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":23347,"timestamp":1735721616942,"id":6227,"parentId":6225,"tags":{},"startTime":1728302260951,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1083,"timestamp":1735721643293,"id":6232,"parentId":6225,"tags":{},"startTime":1728302260977,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":5959,"timestamp":1735721644393,"id":6233,"parentId":6225,"tags":{},"startTime":1728302260978,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":1622,"timestamp":1735721652381,"id":6234,"parentId":6225,"tags":{},"startTime":1728302260986,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":140,"timestamp":1735721654002,"id":6235,"parentId":6225,"tags":{},"startTime":1728302260988,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":165,"timestamp":1735721654132,"id":6236,"parentId":6225,"tags":{},"startTime":1728302260988,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":2502,"timestamp":1735721654303,"id":6237,"parentId":6225,"tags":{},"startTime":1728302260988,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":88375,"timestamp":1735721572498,"id":6225,"parentId":6203,"tags":{},"startTime":1728302260906,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":268249,"timestamp":1735721402077,"id":6203,"parentId":6201,"tags":{"name":"server"},"startTime":1728302260736,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":30462,"timestamp":1735721670415,"id":6238,"parentId":6201,"tags":{},"startTime":1728302261004,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":319817,"timestamp":1735721382157,"id":6201,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302260716,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":9236,"timestamp":1735721719105,"id":6251,"parentId":6240,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302261053,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":9333,"timestamp":1735721719120,"id":6253,"parentId":6240,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728302261053,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":17306,"timestamp":1735721718924,"id":6241,"parentId":6240,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728302261052,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":17230,"timestamp":1735721719028,"id":6243,"parentId":6240,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728302261053,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":23499,"timestamp":1735721719049,"id":6245,"parentId":6240,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728302261053,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":28884,"timestamp":1735721719059,"id":6246,"parentId":6240,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728302261053,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":32238,"timestamp":1735721719068,"id":6247,"parentId":6240,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728302261053,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":32190,"timestamp":1735721719128,"id":6254,"parentId":6240,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1728302261053,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":37925,"timestamp":1735721719088,"id":6249,"parentId":6240,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728302261053,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":40808,"timestamp":1735721719113,"id":6252,"parentId":6240,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302261053,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":41720,"timestamp":1735721719039,"id":6244,"parentId":6240,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728302261053,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":11001,"timestamp":1735721749980,"id":6257,"parentId":6256,"tags":{},"startTime":1728302261084,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":313711,"timestamp":1735721761122,"id":6259,"parentId":6258,"tags":{},"startTime":1728302261095,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":314432,"timestamp":1735721761053,"id":6258,"parentId":6256,"tags":{},"startTime":1728302261095,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":42380,"timestamp":1735722075558,"id":6260,"parentId":6256,"tags":{"astUsed":"true"},"startTime":1728302261409,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":371137,"timestamp":1735721749760,"id":6256,"parentId":6255,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":null},"startTime":1728302261083,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":402723,"timestamp":1735721719014,"id":6242,"parentId":6240,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728302261053,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":396828,"timestamp":1735721729591,"id":6255,"parentId":6239,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728302261063,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":407486,"timestamp":1735721719076,"id":6248,"parentId":6240,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728302261053,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":48,"timestamp":1735722126623,"id":6261,"parentId":6255,"tags":{},"startTime":1728302261460,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":407602,"timestamp":1735721719097,"id":6250,"parentId":6240,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%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%22DM_Sans%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22weight%5C%22%3A%5B%5C%22400%5C%22%2C%5C%22500%5C%22%2C%5C%22700%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-dm-sans%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22dmSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728302261053,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":418967,"timestamp":1735721707760,"id":6240,"parentId":6239,"tags":{},"startTime":1728302261041,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":3614,"timestamp":1735722146091,"id":6263,"parentId":6262,"tags":{},"startTime":1728302261480,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":4,"timestamp":1735722149731,"id":6265,"parentId":6262,"tags":{},"startTime":1728302261483,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":86,"timestamp":1735722149754,"id":6266,"parentId":6262,"tags":{},"startTime":1728302261483,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":6,"timestamp":1735722149869,"id":6267,"parentId":6262,"tags":{},"startTime":1728302261483,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1735722149896,"id":6268,"parentId":6262,"tags":{},"startTime":1728302261483,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":4686,"timestamp":1735722149723,"id":6264,"parentId":6262,"tags":{},"startTime":1728302261483,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":675,"timestamp":1735722167988,"id":6269,"parentId":6262,"tags":{},"startTime":1728302261502,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":4147,"timestamp":1735722168679,"id":6270,"parentId":6262,"tags":{},"startTime":1728302261502,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":6024,"timestamp":1735722175198,"id":6271,"parentId":6262,"tags":{},"startTime":1728302261509,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":187,"timestamp":1735722181221,"id":6272,"parentId":6262,"tags":{},"startTime":1728302261515,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":209,"timestamp":1735722181397,"id":6273,"parentId":6262,"tags":{},"startTime":1728302261515,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":5907,"timestamp":1735722181611,"id":6274,"parentId":6262,"tags":{},"startTime":1728302261515,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":183,"timestamp":1735722189055,"id":6276,"parentId":6239,"tags":{},"startTime":1728302261523,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":320,"timestamp":1735722188925,"id":6275,"parentId":6239,"tags":{},"startTime":1728302261522,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":52913,"timestamp":1735722140142,"id":6262,"parentId":6239,"tags":{},"startTime":1728302261474,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":485844,"timestamp":1735721707254,"id":6239,"parentId":6202,"tags":{"name":"client"},"startTime":1728302261041,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":7331,"timestamp":1735722193127,"id":6277,"parentId":6202,"tags":{},"startTime":1728302261527,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":812034,"timestamp":1735721389615,"id":6202,"parentId":3,"tags":{"trigger":"src/components/Hero.jsx"},"startTime":1728302260723,"traceId":"480ec8b9e15b14de"}] diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index e624308..5da736f 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -19,9 +19,15 @@ export function Hero() {
OurVerse is a fully immersive metaverse platform, offering a space where virtual interactions - feel real, engaging, and limitless.
-Our mission is to break down the barriers to meaningful connection and collaboration. We believe that everyone, regardless of location or resources, - should have access to immersive and engaging spaces where they can meet, create, and innovate together.
+ feel real, engaging, and limitless. Our metaverse is fully decentralized and powered by the ThreeFold Grid, enabling global collaboration with enhanced security, flexibility and freedom. + ++ Our mission is to break down the barriers to meaningful connection and collaboration. We believe that everyone, regardless of location or resources, should have access to immersive and engaging spaces where they can meet, create, and innovate together. +
+