From a6e253a0c51fe1e1c9d3e168526fc9107bc731c0 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Thu, 16 Apr 2026 22:07:05 +0800 Subject: [PATCH] 1 --- .../__pycache__/recommender.cpython-313.pyc | Bin 26331 -> 26520 bytes backend/app/engine/recommender.py | 7 ++- frontend/.next/app-build-manifest.json | 14 +----- frontend/.next/cache/.tsbuildinfo | 2 +- frontend/.next/server/app-paths-manifest.json | 5 +- .../server/server-reference-manifest.json | 2 +- frontend/.next/server/webpack-runtime.js | 2 +- frontend/.next/trace | 36 +++++++------- frontend/src/app/(public)/page.tsx | 47 +++++++++++------- frontend/src/app/globals.css | 13 +++++ 10 files changed, 72 insertions(+), 56 deletions(-) diff --git a/backend/app/engine/__pycache__/recommender.cpython-313.pyc b/backend/app/engine/__pycache__/recommender.cpython-313.pyc index 868b47f2ccdac154ab43923bc8f873586265fb8d..8f2765cf8f171dc6b15bd4f3f85065f0487ae431 100644 GIT binary patch delta 1247 zcmYL{ZA@EL7{||ZZ(Hu|TlxZ}rIc1-Af3FWuC$cGco8riU0>)#8Dk8nnL*fEn8*?_ z#urGIF?JH$58GskANFN&c(Z6G2^m{lW)yC>MDXQ<7{He=6ow(jeem3J)sx)+@Bf_h zoadgL^ZfWNB$q+`M5U4=GM;Y!eEO@NIrVpyu!iS5iZEMcQpEd)V*|E2ugzJ>S*q?+ z(1U+*T!E9^#0%@7WK@nPv|J;fl%x&Zu=6RU>7tOvI6Zb@Y^MO}YWA$$d3PPaAih)M zqq14N)K$SbJ!Xj{ObszOSYN_UBQ(TD*ibX>Rq7R*8XZEt6hiF={Bf;Cr9A|~(Gco< zE7U?VvZ-9Z7JrJIVd_-tfEJ$RUwugj~?$ibkh8 z!i2NSROAYnR%pMBPd7%gaw3cxg$;P2v6{|xNbz5d6@?PNkwLAr|J{tX5~cjLM8SWT zLH_gP>%zV!AINc{$y#NM$koU}{d;vbWJO^Zk~hd-gMCIJioCQHMWLFGLaB-SwaG(K zv76Z1k}|}K$<2-m9kKEGXX^`BH*O|vqZSOUrjo7s$&L5tY@=qfXxqGceQW;0Zwnu8 ze)-Af#VK2@v(mOP`N7uw6qnbk1L(%jwb^m`u|hoF76Aq3+gvR_DB`{62KsyYhDV1+ zVir;+)=4C;5DNZ3VgfXG-zG z6{Uq&T7FXMrhQYsqUcpe!_)aJ4RNk-^r)7x*a>xmh5O~ZJuu1MeMc=sS5Vq*iTHjF1h~R zJ%g_uDW3>2@SZwoLYE<6mtmT?j~a6V_4MLF2$abdpZ5}fuM`56vU~Ps6$u_xL%_j2 za5V@k4-Y}W$vkwvm_>pmF9h7oQr$DeFIyqtkuBTY#PcQvDa#i@z$@VoNCaOBh-Xsr6=~SUH zgy@t0L128u_AmZv4-TPY+To7-tWp5y6e7T>)w1aR6_!e-{Z%zm0E4i~j-Av1020 delta 1036 zcmXw&T}%{L6vywG*^ilZcHK{QyD%;wLUtkXV-+NcG3QsF@#j6R@73!NBSUu^V&*hCn_=tE7^1W?|VMZ<$WcxO7j$^HNS=j5Dw zZgO+SXW`#RU|Y3XErhP@m6u<>@0hYZ-2!v?ZF?E=TR)MvZN0}p2j;^Up;I2-z5s&R z8eV02yXA}_=az@6KQQ+F46*x$2hI)Ti-Qz?IJ`pb;zM36`U|m0A~Nv(8;QTXbf0 zN-BZFSD$-m^W>x>rQXssXD>imW#*!>;eXlMr)niDmwJIrEzVsizX`M{ATHq)zVB~>O< zOcgSJaU^q+?kwFtT<)yFnS>p9e31yC)aAhSNu!ak=lcLpba~}1$rytt8fQYM)wf%` z^T)!yON%$hi%%EOuz2ax<)vRH-kcvcmq zd3*UvE%8Njb;RWv3yub{@|hqig7{o;4yS)kkB6@AnJD<(f6cFK-}!g{d~nzNrnFMl zqO=@ReBDokp0z%PxQoUj7|Hv1hbv#iI-L0saa80j)U8CQdnJf#hySY@i;P6xzdgbb z!Lv%h7{{L7n}%Ae;76MjC%=MZGa*aeg$9qbk-c9DlEZYrDo*`_AV_Z0gHX~+gXtQO zyxer8K1hRyB_R2^how8sG?<}fA~zE%qJGu{QouB8u2y|~9X(dzKq@gPyg~I=pmP-) zNJBJm04-A7ntC<$Ybt6Q(3H-hl^ab`%&gEcRe}-{R9~&$Scz)K#WWwcv list[dict]: stmt = text( "SELECT * FROM recommendations " "WHERE created_at >= :start " + "AND score >= 60 " "AND id IN (" " SELECT MAX(id) FROM recommendations " " WHERE created_at >= :start " @@ -426,7 +427,10 @@ async def _save_to_db(result: dict): # 保存推荐(按 ts_code 清除当日旧记录,避免同一天多次扫描产生重复) today_str = datetime.now().strftime("%Y-%m-%d") + saved_count = 0 for rec in result.get("recommendations", []): + if rec.score < 60: + continue await db.execute( text("DELETE FROM recommendations WHERE date(created_at) = :today AND ts_code = :code"), {"today": today_str, "code": rec.ts_code}, @@ -456,9 +460,10 @@ async def _save_to_db(result: dict): scan_session=rec.scan_session, ) await db.execute(stmt) + saved_count += 1 await db.commit() - logger.info(f"已保存 {len(result.get('recommendations', []))} 条推荐到数据库") + logger.info(f"已保存 {saved_count} 条推荐到数据库(共 {len(result.get('recommendations', []))} 条,过滤掉 <60 分)") except Exception as e: logger.error(f"保存推荐到数据库失败: {e}") diff --git a/frontend/.next/app-build-manifest.json b/frontend/.next/app-build-manifest.json index 0968a905..eb1c6941 100644 --- a/frontend/.next/app-build-manifest.json +++ b/frontend/.next/app-build-manifest.json @@ -16,20 +16,10 @@ "static/css/app/layout.css", "static/chunks/app/layout.js" ], - "/(public)/login/page": [ + "/_not-found/page": [ "static/chunks/webpack.js", "static/chunks/main-app.js", - "static/chunks/app/(public)/login/page.js" - ], - "/(auth)/dashboard/page": [ - "static/chunks/webpack.js", - "static/chunks/main-app.js", - "static/chunks/app/(auth)/dashboard/page.js" - ], - "/(auth)/layout": [ - "static/chunks/webpack.js", - "static/chunks/main-app.js", - "static/chunks/app/(auth)/layout.js" + "static/chunks/app/_not-found/page.js" ] } } \ No newline at end of file diff --git a/frontend/.next/cache/.tsbuildinfo b/frontend/.next/cache/.tsbuildinfo index 14eb1400..66bb1405 100644 --- a/frontend/.next/cache/.tsbuildinfo +++ b/frontend/.next/cache/.tsbuildinfo @@ -1 +1 @@ -{"fileNames":["../../node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/typescript/lib/lib.es2023.d.ts","../../node_modules/typescript/lib/lib.es2024.d.ts","../../node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/typescript/lib/lib.es2023.array.d.ts","../../node_modules/typescript/lib/lib.es2023.collection.d.ts","../../node_modules/typescript/lib/lib.es2023.intl.d.ts","../../node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../../node_modules/typescript/lib/lib.es2024.collection.d.ts","../../node_modules/typescript/lib/lib.es2024.object.d.ts","../../node_modules/typescript/lib/lib.es2024.promise.d.ts","../../node_modules/typescript/lib/lib.es2024.regexp.d.ts","../../node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2024.string.d.ts","../../node_modules/typescript/lib/lib.esnext.array.d.ts","../../node_modules/typescript/lib/lib.esnext.collection.d.ts","../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../node_modules/typescript/lib/lib.esnext.promise.d.ts","../../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../node_modules/typescript/lib/lib.esnext.iterator.d.ts","../../node_modules/typescript/lib/lib.esnext.float16.d.ts","../../node_modules/typescript/lib/lib.esnext.error.d.ts","../../node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/next/dist/styled-jsx/types/css.d.ts","../../node_modules/@types/react/global.d.ts","../../node_modules/csstype/index.d.ts","../../node_modules/@types/prop-types/index.d.ts","../../node_modules/@types/react/index.d.ts","../../node_modules/next/dist/styled-jsx/types/index.d.ts","../../node_modules/next/dist/styled-jsx/types/macro.d.ts","../../node_modules/next/dist/styled-jsx/types/style.d.ts","../../node_modules/next/dist/styled-jsx/types/global.d.ts","../../node_modules/next/dist/shared/lib/amp.d.ts","../../node_modules/next/amp.d.ts","../../node_modules/@types/node/compatibility/disposable.d.ts","../../node_modules/@types/node/compatibility/indexable.d.ts","../../node_modules/@types/node/compatibility/iterators.d.ts","../../node_modules/@types/node/compatibility/index.d.ts","../../node_modules/@types/node/globals.typedarray.d.ts","../../node_modules/@types/node/buffer.buffer.d.ts","../../node_modules/@types/node/globals.d.ts","../../node_modules/@types/node/web-globals/abortcontroller.d.ts","../../node_modules/@types/node/web-globals/domexception.d.ts","../../node_modules/@types/node/web-globals/events.d.ts","../../node_modules/undici-types/header.d.ts","../../node_modules/undici-types/readable.d.ts","../../node_modules/undici-types/file.d.ts","../../node_modules/undici-types/fetch.d.ts","../../node_modules/undici-types/formdata.d.ts","../../node_modules/undici-types/connector.d.ts","../../node_modules/undici-types/client.d.ts","../../node_modules/undici-types/errors.d.ts","../../node_modules/undici-types/dispatcher.d.ts","../../node_modules/undici-types/global-dispatcher.d.ts","../../node_modules/undici-types/global-origin.d.ts","../../node_modules/undici-types/pool-stats.d.ts","../../node_modules/undici-types/pool.d.ts","../../node_modules/undici-types/handlers.d.ts","../../node_modules/undici-types/balanced-pool.d.ts","../../node_modules/undici-types/agent.d.ts","../../node_modules/undici-types/mock-interceptor.d.ts","../../node_modules/undici-types/mock-agent.d.ts","../../node_modules/undici-types/mock-client.d.ts","../../node_modules/undici-types/mock-pool.d.ts","../../node_modules/undici-types/mock-errors.d.ts","../../node_modules/undici-types/proxy-agent.d.ts","../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../node_modules/undici-types/retry-handler.d.ts","../../node_modules/undici-types/retry-agent.d.ts","../../node_modules/undici-types/api.d.ts","../../node_modules/undici-types/interceptors.d.ts","../../node_modules/undici-types/util.d.ts","../../node_modules/undici-types/cookies.d.ts","../../node_modules/undici-types/patch.d.ts","../../node_modules/undici-types/websocket.d.ts","../../node_modules/undici-types/eventsource.d.ts","../../node_modules/undici-types/filereader.d.ts","../../node_modules/undici-types/diagnostics-channel.d.ts","../../node_modules/undici-types/content-type.d.ts","../../node_modules/undici-types/cache.d.ts","../../node_modules/undici-types/index.d.ts","../../node_modules/@types/node/web-globals/fetch.d.ts","../../node_modules/@types/node/assert.d.ts","../../node_modules/@types/node/assert/strict.d.ts","../../node_modules/@types/node/async_hooks.d.ts","../../node_modules/@types/node/buffer.d.ts","../../node_modules/@types/node/child_process.d.ts","../../node_modules/@types/node/cluster.d.ts","../../node_modules/@types/node/console.d.ts","../../node_modules/@types/node/constants.d.ts","../../node_modules/@types/node/crypto.d.ts","../../node_modules/@types/node/dgram.d.ts","../../node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/@types/node/dns.d.ts","../../node_modules/@types/node/dns/promises.d.ts","../../node_modules/@types/node/domain.d.ts","../../node_modules/@types/node/events.d.ts","../../node_modules/@types/node/fs.d.ts","../../node_modules/@types/node/fs/promises.d.ts","../../node_modules/@types/node/http.d.ts","../../node_modules/@types/node/http2.d.ts","../../node_modules/@types/node/https.d.ts","../../node_modules/@types/node/inspector.generated.d.ts","../../node_modules/@types/node/module.d.ts","../../node_modules/@types/node/net.d.ts","../../node_modules/@types/node/os.d.ts","../../node_modules/@types/node/path.d.ts","../../node_modules/@types/node/perf_hooks.d.ts","../../node_modules/@types/node/process.d.ts","../../node_modules/@types/node/punycode.d.ts","../../node_modules/@types/node/querystring.d.ts","../../node_modules/@types/node/readline.d.ts","../../node_modules/@types/node/readline/promises.d.ts","../../node_modules/@types/node/repl.d.ts","../../node_modules/@types/node/sea.d.ts","../../node_modules/@types/node/stream.d.ts","../../node_modules/@types/node/stream/promises.d.ts","../../node_modules/@types/node/stream/consumers.d.ts","../../node_modules/@types/node/stream/web.d.ts","../../node_modules/@types/node/string_decoder.d.ts","../../node_modules/@types/node/test.d.ts","../../node_modules/@types/node/timers.d.ts","../../node_modules/@types/node/timers/promises.d.ts","../../node_modules/@types/node/tls.d.ts","../../node_modules/@types/node/trace_events.d.ts","../../node_modules/@types/node/tty.d.ts","../../node_modules/@types/node/url.d.ts","../../node_modules/@types/node/util.d.ts","../../node_modules/@types/node/v8.d.ts","../../node_modules/@types/node/vm.d.ts","../../node_modules/@types/node/wasi.d.ts","../../node_modules/@types/node/worker_threads.d.ts","../../node_modules/@types/node/zlib.d.ts","../../node_modules/@types/node/index.d.ts","../../node_modules/next/dist/server/get-page-files.d.ts","../../node_modules/@types/react/canary.d.ts","../../node_modules/@types/react/experimental.d.ts","../../node_modules/@types/react-dom/index.d.ts","../../node_modules/@types/react-dom/canary.d.ts","../../node_modules/@types/react-dom/experimental.d.ts","../../node_modules/next/dist/compiled/webpack/webpack.d.ts","../../node_modules/next/dist/server/config.d.ts","../../node_modules/next/dist/lib/load-custom-routes.d.ts","../../node_modules/next/dist/shared/lib/image-config.d.ts","../../node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.d.ts","../../node_modules/next/dist/server/body-streams.d.ts","../../node_modules/next/dist/server/future/route-kind.d.ts","../../node_modules/next/dist/server/future/route-definitions/route-definition.d.ts","../../node_modules/next/dist/server/future/route-matches/route-match.d.ts","../../node_modules/next/dist/client/components/app-router-headers.d.ts","../../node_modules/next/dist/server/request-meta.d.ts","../../node_modules/next/dist/server/lib/revalidate.d.ts","../../node_modules/next/dist/server/config-shared.d.ts","../../node_modules/next/dist/server/base-http/index.d.ts","../../node_modules/next/dist/server/api-utils/index.d.ts","../../node_modules/next/dist/server/node-environment.d.ts","../../node_modules/next/dist/server/require-hook.d.ts","../../node_modules/next/dist/server/node-polyfill-crypto.d.ts","../../node_modules/next/dist/lib/page-types.d.ts","../../node_modules/next/dist/build/analysis/get-page-static-info.d.ts","../../node_modules/next/dist/build/webpack/loaders/get-module-build-info.d.ts","../../node_modules/next/dist/build/webpack/plugins/middleware-plugin.d.ts","../../node_modules/next/dist/server/render-result.d.ts","../../node_modules/next/dist/server/future/helpers/i18n-provider.d.ts","../../node_modules/next/dist/server/web/next-url.d.ts","../../node_modules/next/dist/compiled/@edge-runtime/cookies/index.d.ts","../../node_modules/next/dist/server/web/spec-extension/cookies.d.ts","../../node_modules/next/dist/server/web/spec-extension/request.d.ts","../../node_modules/next/dist/server/web/spec-extension/fetch-event.d.ts","../../node_modules/next/dist/server/web/spec-extension/response.d.ts","../../node_modules/next/dist/server/web/types.d.ts","../../node_modules/next/dist/lib/setup-exception-listeners.d.ts","../../node_modules/next/dist/lib/constants.d.ts","../../node_modules/next/dist/build/index.d.ts","../../node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.d.ts","../../node_modules/next/dist/shared/lib/router/utils/route-regex.d.ts","../../node_modules/next/dist/shared/lib/router/utils/route-matcher.d.ts","../../node_modules/next/dist/shared/lib/router/utils/parse-url.d.ts","../../node_modules/next/dist/server/base-http/node.d.ts","../../node_modules/next/dist/server/font-utils.d.ts","../../node_modules/next/dist/build/webpack/plugins/flight-manifest-plugin.d.ts","../../node_modules/next/dist/server/future/route-modules/route-module.d.ts","../../node_modules/next/dist/shared/lib/deep-readonly.d.ts","../../node_modules/next/dist/server/load-components.d.ts","../../node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.d.ts","../../node_modules/next/dist/build/webpack/plugins/next-font-manifest-plugin.d.ts","../../node_modules/next/dist/server/future/route-definitions/locale-route-definition.d.ts","../../node_modules/next/dist/server/future/route-definitions/pages-route-definition.d.ts","../../node_modules/next/dist/shared/lib/mitt.d.ts","../../node_modules/next/dist/client/with-router.d.ts","../../node_modules/next/dist/client/router.d.ts","../../node_modules/next/dist/client/route-loader.d.ts","../../node_modules/next/dist/client/page-loader.d.ts","../../node_modules/next/dist/shared/lib/bloom-filter.d.ts","../../node_modules/next/dist/shared/lib/router/router.d.ts","../../node_modules/next/dist/shared/lib/router-context.shared-runtime.d.ts","../../node_modules/next/dist/shared/lib/loadable-context.shared-runtime.d.ts","../../node_modules/next/dist/shared/lib/loadable.shared-runtime.d.ts","../../node_modules/next/dist/shared/lib/image-config-context.shared-runtime.d.ts","../../node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.d.ts","../../node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.d.ts","../../node_modules/next/dist/server/future/route-definitions/app-page-route-definition.d.ts","../../node_modules/next/dist/shared/lib/modern-browserslist-target.d.ts","../../node_modules/next/dist/shared/lib/constants.d.ts","../../node_modules/next/dist/build/webpack/loaders/metadata/types.d.ts","../../node_modules/next/dist/build/page-extensions-type.d.ts","../../node_modules/next/dist/build/webpack/loaders/next-app-loader.d.ts","../../node_modules/next/dist/server/lib/app-dir-module.d.ts","../../node_modules/next/dist/server/response-cache/types.d.ts","../../node_modules/next/dist/server/response-cache/index.d.ts","../../node_modules/next/dist/server/lib/incremental-cache/index.d.ts","../../node_modules/next/dist/client/components/hooks-server-context.d.ts","../../node_modules/next/dist/server/app-render/dynamic-rendering.d.ts","../../node_modules/next/dist/client/components/static-generation-async-storage-instance.d.ts","../../node_modules/next/dist/client/components/static-generation-async-storage.external.d.ts","../../node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.d.ts","../../node_modules/next/dist/server/async-storage/draft-mode-provider.d.ts","../../node_modules/next/dist/server/web/spec-extension/adapters/headers.d.ts","../../node_modules/next/dist/client/components/request-async-storage-instance.d.ts","../../node_modules/next/dist/client/components/request-async-storage.external.d.ts","../../node_modules/next/dist/server/app-render/create-error-handler.d.ts","../../node_modules/next/dist/server/app-render/app-render.d.ts","../../node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.d.ts","../../node_modules/next/dist/shared/lib/amp-context.shared-runtime.d.ts","../../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts","../../node_modules/next/dist/server/future/route-modules/app-page/module.compiled.d.ts","../../node_modules/@types/react/jsx-runtime.d.ts","../../node_modules/next/dist/client/components/error-boundary.d.ts","../../node_modules/next/dist/client/components/router-reducer/create-initial-router-state.d.ts","../../node_modules/next/dist/client/components/app-router.d.ts","../../node_modules/next/dist/client/components/layout-router.d.ts","../../node_modules/next/dist/client/components/render-from-template-context.d.ts","../../node_modules/next/dist/client/components/action-async-storage-instance.d.ts","../../node_modules/next/dist/client/components/action-async-storage.external.d.ts","../../node_modules/next/dist/client/components/client-page.d.ts","../../node_modules/next/dist/client/components/search-params.d.ts","../../node_modules/next/dist/client/components/not-found-boundary.d.ts","../../node_modules/next/dist/server/app-render/rsc/preloads.d.ts","../../node_modules/next/dist/server/app-render/rsc/postpone.d.ts","../../node_modules/next/dist/server/app-render/rsc/taint.d.ts","../../node_modules/next/dist/server/app-render/entry-base.d.ts","../../node_modules/next/dist/build/templates/app-page.d.ts","../../node_modules/next/dist/server/future/route-modules/app-page/module.d.ts","../../node_modules/next/dist/server/lib/builtin-request-context.d.ts","../../node_modules/next/dist/server/app-render/types.d.ts","../../node_modules/next/dist/client/components/router-reducer/fetch-server-response.d.ts","../../node_modules/next/dist/client/components/router-reducer/router-reducer-types.d.ts","../../node_modules/next/dist/shared/lib/app-router-context.shared-runtime.d.ts","../../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts","../../node_modules/next/dist/server/future/route-modules/pages/module.compiled.d.ts","../../node_modules/next/dist/build/templates/pages.d.ts","../../node_modules/next/dist/server/future/route-modules/pages/module.d.ts","../../node_modules/next/dist/server/render.d.ts","../../node_modules/next/dist/server/future/route-definitions/pages-api-route-definition.d.ts","../../node_modules/next/dist/server/future/route-matches/pages-api-route-match.d.ts","../../node_modules/next/dist/server/future/route-matchers/route-matcher.d.ts","../../node_modules/next/dist/server/future/route-matcher-providers/route-matcher-provider.d.ts","../../node_modules/next/dist/server/future/route-matcher-managers/route-matcher-manager.d.ts","../../node_modules/next/dist/server/future/normalizers/normalizer.d.ts","../../node_modules/next/dist/server/future/normalizers/locale-route-normalizer.d.ts","../../node_modules/next/dist/server/future/normalizers/request/pathname-normalizer.d.ts","../../node_modules/next/dist/server/future/normalizers/request/suffix.d.ts","../../node_modules/next/dist/server/future/normalizers/request/rsc.d.ts","../../node_modules/next/dist/server/future/normalizers/request/prefix.d.ts","../../node_modules/next/dist/server/future/normalizers/request/postponed.d.ts","../../node_modules/next/dist/server/future/normalizers/request/action.d.ts","../../node_modules/next/dist/server/future/normalizers/request/prefetch-rsc.d.ts","../../node_modules/next/dist/server/future/normalizers/request/next-data.d.ts","../../node_modules/next/dist/server/base-server.d.ts","../../node_modules/next/dist/server/image-optimizer.d.ts","../../node_modules/next/dist/server/next-server.d.ts","../../node_modules/next/dist/lib/coalesced-function.d.ts","../../node_modules/next/dist/server/lib/router-utils/types.d.ts","../../node_modules/next/dist/trace/types.d.ts","../../node_modules/next/dist/trace/trace.d.ts","../../node_modules/next/dist/trace/shared.d.ts","../../node_modules/next/dist/trace/index.d.ts","../../node_modules/next/dist/build/load-jsconfig.d.ts","../../node_modules/next/dist/build/webpack-config.d.ts","../../node_modules/next/dist/build/webpack/plugins/define-env-plugin.d.ts","../../node_modules/next/dist/build/swc/index.d.ts","../../node_modules/next/dist/server/dev/parse-version-info.d.ts","../../node_modules/next/dist/server/dev/hot-reloader-types.d.ts","../../node_modules/next/dist/telemetry/storage.d.ts","../../node_modules/next/dist/server/lib/types.d.ts","../../node_modules/next/dist/server/lib/render-server.d.ts","../../node_modules/next/dist/server/lib/router-server.d.ts","../../node_modules/next/dist/shared/lib/router/utils/path-match.d.ts","../../node_modules/next/dist/server/lib/router-utils/filesystem.d.ts","../../node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts","../../node_modules/next/dist/server/lib/dev-bundler-service.d.ts","../../node_modules/next/dist/server/dev/static-paths-worker.d.ts","../../node_modules/next/dist/server/dev/next-dev-server.d.ts","../../node_modules/next/dist/server/next.d.ts","../../node_modules/next/dist/lib/metadata/types/alternative-urls-types.d.ts","../../node_modules/next/dist/lib/metadata/types/extra-types.d.ts","../../node_modules/next/dist/lib/metadata/types/metadata-types.d.ts","../../node_modules/next/dist/lib/metadata/types/manifest-types.d.ts","../../node_modules/next/dist/lib/metadata/types/opengraph-types.d.ts","../../node_modules/next/dist/lib/metadata/types/twitter-types.d.ts","../../node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts","../../node_modules/next/types/index.d.ts","../../node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts","../../node_modules/@next/env/dist/index.d.ts","../../node_modules/next/dist/shared/lib/utils.d.ts","../../node_modules/next/dist/pages/_app.d.ts","../../node_modules/next/app.d.ts","../../node_modules/next/dist/server/web/spec-extension/unstable-cache.d.ts","../../node_modules/next/dist/server/web/spec-extension/revalidate.d.ts","../../node_modules/next/dist/server/web/spec-extension/unstable-no-store.d.ts","../../node_modules/next/cache.d.ts","../../node_modules/next/dist/shared/lib/runtime-config.external.d.ts","../../node_modules/next/config.d.ts","../../node_modules/next/dist/pages/_document.d.ts","../../node_modules/next/document.d.ts","../../node_modules/next/dist/shared/lib/dynamic.d.ts","../../node_modules/next/dynamic.d.ts","../../node_modules/next/dist/pages/_error.d.ts","../../node_modules/next/error.d.ts","../../node_modules/next/dist/shared/lib/head.d.ts","../../node_modules/next/head.d.ts","../../node_modules/next/dist/client/components/draft-mode.d.ts","../../node_modules/next/dist/client/components/headers.d.ts","../../node_modules/next/headers.d.ts","../../node_modules/next/dist/shared/lib/get-img-props.d.ts","../../node_modules/next/dist/client/image-component.d.ts","../../node_modules/next/dist/shared/lib/image-external.d.ts","../../node_modules/next/image.d.ts","../../node_modules/next/dist/client/link.d.ts","../../node_modules/next/link.d.ts","../../node_modules/next/dist/client/components/redirect-status-code.d.ts","../../node_modules/next/dist/client/components/redirect.d.ts","../../node_modules/next/dist/client/components/not-found.d.ts","../../node_modules/next/dist/client/components/navigation.react-server.d.ts","../../node_modules/next/dist/client/components/navigation.d.ts","../../node_modules/next/navigation.d.ts","../../node_modules/next/router.d.ts","../../node_modules/next/dist/client/script.d.ts","../../node_modules/next/script.d.ts","../../node_modules/next/dist/server/web/spec-extension/user-agent.d.ts","../../node_modules/next/dist/compiled/@edge-runtime/primitives/url.d.ts","../../node_modules/next/dist/server/web/spec-extension/image-response.d.ts","../../node_modules/next/dist/compiled/@vercel/og/satori/index.d.ts","../../node_modules/next/dist/compiled/@vercel/og/emoji/index.d.ts","../../node_modules/next/dist/compiled/@vercel/og/types.d.ts","../../node_modules/next/server.d.ts","../../node_modules/next/types/global.d.ts","../../node_modules/next/types/compiled.d.ts","../../node_modules/next/index.d.ts","../../node_modules/next/image-types/global.d.ts","../../next-env.d.ts","../../tailwind.config.ts","../../src/app/(auth)/api/chat/stream/route.ts","../../src/hooks/use-websocket.ts","../../src/lib/api.ts","../../src/lib/markdown.ts","../../src/lib/utils.ts","../../src/hooks/use-auth.tsx","../../node_modules/next-themes/dist/index.d.ts","../../src/app/layout.tsx","../../src/components/auth-guard.tsx","../../src/components/change-password-dialog.tsx","../../src/components/theme-toggle.tsx","../../src/components/user-menu.tsx","../../src/components/nav.tsx","../../src/app/(auth)/layout.tsx","../../src/app/(auth)/chat/page.tsx","../../src/components/market-temp.tsx","../../src/components/stock-card.tsx","../../src/components/sector-heatmap.tsx","../../src/app/(auth)/dashboard/page.tsx","../../src/components/error-boundary.tsx","../../src/app/(auth)/diagnose/page.tsx","../../src/app/(auth)/recommendations/page.tsx","../../node_modules/echarts/types/dist/echarts.d.ts","../../node_modules/echarts/index.d.ts","../../src/app/(auth)/sectors/page.tsx","../../src/components/kline-chart.tsx","../../src/components/capital-flow.tsx","../../src/app/(auth)/stock/[code]/page.tsx","../../src/app/(auth)/users/page.tsx","../../src/app/(public)/layout.tsx","../../src/app/(public)/page.tsx","../../src/app/(public)/login/page.tsx","../../src/components/score-radar.tsx","../types/app/layout.ts","../types/app/(auth)/api/chat/stream/route.ts","../types/app/(auth)/chat/page.ts","../types/app/(auth)/dashboard/page.ts","../types/app/(auth)/diagnose/page.ts","../types/app/(auth)/recommendations/page.ts","../types/app/(auth)/sectors/page.ts","../types/app/(auth)/stock/[code]/page.ts","../types/app/(auth)/users/page.ts","../types/app/(public)/layout.ts","../types/app/(public)/page.ts","../types/app/(public)/login/page.ts","../../node_modules/@types/json5/index.d.ts","../types/app/api/chat/stream/route.ts","../types/app/chat/page.ts","../types/app/diagnose/page.ts","../types/app/login/page.ts","../types/app/monitor/page.ts","../types/app/page.ts","../types/app/recommendations/page.ts","../types/app/sectors/page.ts","../types/app/stock/[code]/page.ts","../types/app/users/page.ts","../../src/app/api/chat/stream/route.ts","../../src/app/chat/page.tsx","../../src/app/diagnose/page.tsx","../../src/app/login/page.tsx","../../src/app/monitor/page.tsx","../../src/app/page.tsx","../../src/app/recommendations/page.tsx","../../src/app/sectors/page.tsx","../../src/app/stock/[code]/page.tsx","../../src/app/users/page.tsx"],"fileIdsList":[[99,145,405,412],[99,145,360,426],[99,145,360,430],[99,145,360,432],[99,145,360,433],[99,145,360,436],[99,145,360,439],[99,145,360,440],[99,145,360,441],[99,145,360,443],[99,145,360,442],[99,145,360,419],[99,145,408,409],[99,145],[99,142,145],[99,144,145],[145],[99,145,150,178],[99,145,146,151,156,164,175,186],[99,145,146,147,156,164],[94,95,96,99,145],[99,145,148,187],[99,145,149,150,157,165],[99,145,150,175,183],[99,145,151,153,156,164],[99,144,145,152],[99,145,153,154],[99,145,155,156],[99,144,145,156],[99,145,156,157,158,175,186],[99,145,156,157,158,171,175,178],[99,145,153,156,159,164,175,186],[99,145,156,157,159,160,164,175,183,186],[99,145,159,161,175,183,186],[97,98,99,100,101,102,103,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192],[99,145,156,162],[99,145,163,186,191],[99,145,153,156,164,175],[99,145,165],[99,145,166],[99,144,145,167],[99,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192],[99,145,169],[99,145,170],[99,145,156,171,172],[99,145,171,173,187,189],[99,145,156,175,176,178],[99,145,177,178],[99,145,175,176],[99,145,178],[99,145,179],[99,142,145,175,180],[99,145,156,181,182],[99,145,181,182],[99,145,150,164,175,183],[99,145,184],[99,145,164,185],[99,145,159,170,186],[99,145,150,187],[99,145,175,188],[99,145,163,189],[99,145,190],[99,140,145],[99,140,145,156,158,167,175,178,186,189,191],[99,145,175,192],[87,99,145,197,198,199],[87,99,145,197,198],[87,99,145],[87,91,99,145,196,361,404],[87,91,99,145,195,361,404],[84,85,86,99,145],[99,145,434],[92,99,145],[99,145,365],[99,145,367,368,369],[99,145,371],[99,145,202,212,218,220,361],[99,145,202,209,211,214,232],[99,145,212],[99,145,212,214,339],[99,145,267,285,300,407],[99,145,309],[99,145,202,212,219,253,263,336,337,407],[99,145,219,407],[99,145,212,263,264,265,407],[99,145,212,219,253,407],[99,145,407],[99,145,202,219,220,407],[99,145,293],[99,144,145,193,292],[87,99,145,286,287,288,306,307],[87,99,145,286],[99,145,276],[99,145,275,277,381],[87,99,145,286,287,304],[99,145,282,307,393],[99,145,391,392],[99,145,226,390],[99,145,279],[99,144,145,193,226,242,275,276,277,278],[87,99,145,304,306,307],[99,145,304,306],[99,145,304,305,307],[99,145,170,193],[99,145,274],[99,144,145,193,211,213,270,271,272,273],[87,99,145,203,384],[87,99,145,186,193],[87,99,145,219,251],[87,99,145,219],[99,145,249,254],[87,99,145,250,364],[87,91,99,145,159,193,195,196,361,402,403],[99,145,361],[99,145,201],[99,145,354,355,356,357,358,359],[99,145,356],[87,99,145,250,286,364],[87,99,145,286,362,364],[87,99,145,286,364],[99,145,159,193,213,364],[99,145,159,193,210,211,222,240,242,274,279,280,302,304],[99,145,271,274,279,287,289,290,291,293,294,295,296,297,298,299,407],[99,145,272],[87,99,145,170,193,211,212,240,242,243,245,270,302,303,307,361,407],[99,145,159,193,213,214,226,227,275],[99,145,159,193,212,214],[99,145,159,175,193,210,213,214],[99,145,159,170,186,193,210,211,212,213,214,219,222,223,233,234,236,239,240,242,243,244,245,269,270,303,304,312,314,317,319,322,324,325,326,327],[99,145,159,175,193],[99,145,202,203,204,210,211,361,364,407],[99,145,159,175,186,193,207,338,340,341,407],[99,145,170,186,193,207,210,213,230,234,236,237,238,243,270,317,328,330,336,350,351],[99,145,212,216,270],[99,145,210,212],[99,145,223,318],[99,145,320,321],[99,145,320],[99,145,318],[99,145,320,323],[99,145,206,207],[99,145,206,246],[99,145,206],[99,145,208,223,316],[99,145,315],[99,145,207,208],[99,145,208,313],[99,145,207],[99,145,302],[99,145,159,193,210,222,241,261,267,281,284,301,304],[99,145,255,256,257,258,259,260,282,283,307,362],[99,145,311],[99,145,159,193,210,222,241,247,308,310,312,361,364],[99,145,159,186,193,203,210,212,269],[99,145,266],[99,145,159,193,344,349],[99,145,233,242,269,364],[99,145,332,336,350,353],[99,145,159,216,336,344,345,353],[99,145,202,212,233,244,347],[99,145,159,193,212,219,244,331,332,342,343,346,348],[99,145,194,240,241,242,361,364],[99,145,159,170,186,193,208,210,211,213,216,221,222,230,233,234,236,237,238,239,243,245,269,270,314,328,329,364],[99,145,159,193,210,212,216,330,352],[99,145,159,193,211,213],[87,99,145,159,170,193,201,203,210,211,214,222,239,240,242,243,245,311,361,364],[99,145,159,170,186,193,205,208,209,213],[99,145,206,268],[99,145,159,193,206,211,222],[99,145,159,193,212,223],[99,145,159,193],[99,145,226],[99,145,225],[99,145,227],[99,145,212,224,226,230],[99,145,212,224,226],[99,145,159,193,205,212,213,219,227,228,229],[87,99,145,304,305,306],[99,145,262],[87,99,145,203],[87,99,145,236],[87,99,145,194,239,242,245,361,364],[99,145,203,384,385],[87,99,145,254],[87,99,145,170,186,193,201,248,250,252,253,364],[99,145,213,219,236],[99,145,235],[87,99,145,157,159,170,193,201,254,263,361,362,363],[83,87,88,89,90,99,145,195,196,361,404],[99,145,150],[99,145,333,334,335],[99,145,333],[99,145,373],[99,145,375],[99,145,377],[99,145,379],[99,145,382],[99,145,386],[91,93,99,145,361,366,370,372,374,376,378,380,383,387,389,395,396,398,405,406,407],[99,145,388],[99,145,394],[99,145,250],[99,145,397],[99,144,145,227,228,229,230,399,400,401,404],[99,145,193],[87,91,99,145,159,161,170,193,195,196,197,199,201,214,353,360,364,404],[99,112,116,145,186],[99,112,145,175,186],[99,107,145],[99,109,112,145,183,186],[99,145,164,183],[99,107,145,193],[99,109,112,145,164,186],[99,104,105,108,111,145,156,175,186],[99,112,119,145],[99,104,110,145],[99,112,133,134,145],[99,108,112,145,178,186,193],[99,133,145,193],[99,106,107,145,193],[99,112,145],[99,106,107,108,109,110,111,112,113,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,134,135,136,137,138,139,145],[99,112,127,145],[99,112,119,120,145],[99,110,112,120,121,145],[99,111,145],[99,104,107,112,145],[99,112,116,120,121,145],[99,116,145],[99,110,112,115,145,186],[99,104,109,112,119,145],[99,145,175],[99,107,112,133,145,191,193],[99,145,405],[87,99,145,414,415,418],[87,99,145,413,414,415,417,422,427,428,429],[87,99,145,395,414,415,418,431],[99,145,420,423,424],[87,99,145,413,414,428],[87,99,145,413,414,416,431,435],[87,99,145,395,414,416,431,437,438],[87,99,145,414,417],[87,99,145,395,417],[87,99,145,389],[99,145,408,417,418],[87,99,145,418,435],[87,99,145,414],[99,145,414,416],[99,145,389,395,417,422],[87,99,145,414,416],[87,99,145,418],[87,99,145,417,421,422]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","signature":false,"impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","signature":false,"impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","signature":false,"impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","signature":false,"impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","signature":false,"impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","signature":false,"impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","signature":false,"impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","signature":false,"impliedFormat":1},{"version":"27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","signature":false,"impliedFormat":1},{"version":"8fd575e12870e9944c7e1d62e1f5a73fcf23dd8d3a321f2a2c74c20d022283fe","signature":false,"impliedFormat":1},{"version":"2ab096661c711e4a81cc464fa1e6feb929a54f5340b46b0a07ac6bbf857471f0","signature":false,"impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"2e80ee7a49e8ac312cc11b77f1475804bee36b3b2bc896bead8b6e1266befb43","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"df83c2a6c73228b625b0beb6669c7ee2a09c914637e2d35170723ad49c0f5cd4","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"87dc0f382502f5bbce5129bdc0aea21e19a3abbc19259e0b43ae038a9fc4e326","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"b1cb28af0c891c8c96b2d6b7be76bd394fddcfdb4709a20ba05a7c1605eea0f9","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"56e4ed5aab5f5920980066a9409bfaf53e6d21d3f8d020c17e4de584d29600ad","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"4ece9f17b3866cc077099c73f4983bddbcb1dc7ddb943227f1ec070f529dedd1","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"0a6282c8827e4b9a95f4bf4f5c205673ada31b982f50572d27103df8ceb8013c","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"1c9319a09485199c1f7b0498f2988d6d2249793ef67edda49d1e584746be9032","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"e3a2a0cee0f03ffdde24d89660eba2685bfbdeae955a6c67e8c4c9fd28928eeb","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"51ad4c928303041605b4d7ae32e0c1ee387d43a24cd6f1ebf4a2699e1076d4fa","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"60037901da1a425516449b9a20073aa03386cce92f7a1fd902d7602be3a7c2e9","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"22adec94ef7047a6c9d1af3cb96be87a335908bf9ef386ae9fd50eeb37f44c47","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"196cb558a13d4533a5163286f30b0509ce0210e4b316c56c38d4c0fd2fb38405","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"73f78680d4c08509933daf80947902f6ff41b6230f94dd002ae372620adb0f60","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"c5239f5c01bcfa9cd32f37c496cf19c61d69d37e48be9de612b541aac915805b","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"0990a7576222f248f0a3b888adcb7389f957928ce2afb1cd5128169086ff4d29","signature":false,"impliedFormat":1},{"version":"eb5b19b86227ace1d29ea4cf81387279d04bb34051e944bc53df69f58914b788","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"ac51dd7d31333793807a6abaa5ae168512b6131bd41d9c5b98477fc3b7800f9f","signature":false,"impliedFormat":1},{"version":"87d9d29dbc745f182683f63187bf3d53fd8673e5fca38ad5eaab69798ed29fbc","signature":false,"impliedFormat":1},{"version":"035312d4945d13efa134ae482f6dc56a1a9346f7ac3be7ccbad5741058ce87f3","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"cc69795d9954ee4ad57545b10c7bf1a7260d990231b1685c147ea71a6faa265c","signature":false,"impliedFormat":1},{"version":"8bc6c94ff4f2af1f4023b7bb2379b08d3d7dd80c698c9f0b07431ea16101f05f","signature":false,"impliedFormat":1},{"version":"1b61d259de5350f8b1e5db06290d31eaebebc6baafd5f79d314b5af9256d7153","signature":false,"impliedFormat":1},{"version":"57194e1f007f3f2cbef26fa299d4c6b21f4623a2eddc63dfeef79e38e187a36e","signature":false,"impliedFormat":1},{"version":"0f6666b58e9276ac3a38fdc80993d19208442d6027ab885580d93aec76b4ef00","signature":false,"impliedFormat":1},{"version":"05fd364b8ef02fb1e174fbac8b825bdb1e5a36a016997c8e421f5fab0a6da0a0","signature":false,"impliedFormat":1},{"version":"70521b6ab0dcba37539e5303104f29b721bfb2940b2776da4cc818c07e1fefc1","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","signature":false,"impliedFormat":1},{"version":"98cffbf06d6bab333473c70a893770dbe990783904002c4f1a960447b4b53dca","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"ba481bca06f37d3f2c137ce343c7d5937029b2468f8e26111f3c9d9963d6568d","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"6d9ef24f9a22a88e3e9b3b3d8c40ab1ddb0853f1bfbd5c843c37800138437b61","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","signature":false,"impliedFormat":1},{"version":"763fe0f42b3d79b440a9b6e51e9ba3f3f91352469c1e4b3b67bfa4ff6352f3f4","signature":false,"impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","signature":false,"impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","signature":false,"impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","signature":false,"impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","signature":false,"impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","signature":false,"impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","signature":false,"impliedFormat":1},{"version":"7f182617db458e98fc18dfb272d40aa2fff3a353c44a89b2c0ccb3937709bfb5","signature":false,"impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","signature":false,"impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","signature":false,"impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","signature":false,"impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","signature":false,"impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","signature":false,"impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","signature":false,"impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","signature":false,"impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","signature":false,"impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","signature":false,"impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","signature":false,"impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","signature":false,"impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","signature":false,"impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","signature":false,"impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","signature":false,"impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","signature":false,"impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","signature":false,"impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","signature":false,"impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","signature":false,"impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","signature":false,"impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","signature":false,"impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","signature":false,"impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","signature":false,"impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","signature":false,"impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","signature":false,"impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","signature":false,"impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","signature":false,"impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","signature":false,"impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","signature":false,"impliedFormat":1},{"version":"b52476feb4a0cbcb25e5931b930fc73cb6643fb1a5060bf8a3dda0eeae5b4b68","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"e2677634fe27e87348825bb041651e22d50a613e2fdf6a4a3ade971d71bac37e","signature":false,"impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","signature":false,"impliedFormat":1},{"version":"8c0bcd6c6b67b4b503c11e91a1fb91522ed585900eab2ab1f61bba7d7caa9d6f","signature":false,"impliedFormat":1},{"version":"8cd19276b6590b3ebbeeb030ac271871b9ed0afc3074ac88a94ed2449174b776","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"696eb8d28f5949b87d894b26dc97318ef944c794a9a4e4f62360cd1d1958014b","signature":false,"impliedFormat":1},{"version":"3f8fa3061bd7402970b399300880d55257953ee6d3cd408722cb9ac20126460c","signature":false,"impliedFormat":1},{"version":"35ec8b6760fd7138bbf5809b84551e31028fb2ba7b6dc91d95d098bf212ca8b4","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","signature":false,"impliedFormat":1},{"version":"68bd56c92c2bd7d2339457eb84d63e7de3bd56a69b25f3576e1568d21a162398","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"3e93b123f7c2944969d291b35fed2af79a6e9e27fdd5faa99748a51c07c02d28","signature":false,"impliedFormat":1},{"version":"9d19808c8c291a9010a6c788e8532a2da70f811adb431c97520803e0ec649991","signature":false,"impliedFormat":1},{"version":"87aad3dd9752067dc875cfaa466fc44246451c0c560b820796bdd528e29bef40","signature":false,"impliedFormat":1},{"version":"4aacb0dd020eeaef65426153686cc639a78ec2885dc72ad220be1d25f1a439df","signature":false,"impliedFormat":1},{"version":"f0bd7e6d931657b59605c44112eaf8b980ba7f957a5051ed21cb93d978cf2f45","signature":false,"impliedFormat":1},{"version":"8db0ae9cb14d9955b14c214f34dae1b9ef2baee2fe4ce794a4cd3ac2531e3255","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"15fc6f7512c86810273af28f224251a5a879e4261b4d4c7e532abfbfc3983134","signature":false,"impliedFormat":1},{"version":"58adba1a8ab2d10b54dc1dced4e41f4e7c9772cbbac40939c0dc8ce2cdb1d442","signature":false,"impliedFormat":1},{"version":"641942a78f9063caa5d6b777c99304b7d1dc7328076038c6d94d8a0b81fc95c1","signature":false,"impliedFormat":1},{"version":"714435130b9015fae551788df2a88038471a5a11eb471f27c4ede86552842bc9","signature":false,"impliedFormat":1},{"version":"855cd5f7eb396f5f1ab1bc0f8580339bff77b68a770f84c6b254e319bbfd1ac7","signature":false,"impliedFormat":1},{"version":"5650cf3dace09e7c25d384e3e6b818b938f68f4e8de96f52d9c5a1b3db068e86","signature":false,"impliedFormat":1},{"version":"1354ca5c38bd3fd3836a68e0f7c9f91f172582ba30ab15bb8c075891b91502b7","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"7e20d899c28ca26a2a7afc98beaa69e63ff7fba0a8bc47b4e3bf3ede5e09e424","signature":false,"impliedFormat":1},{"version":"2d2fcaab481b31a5882065c7951255703ddbe1c0e507af56ea42d79ac3911201","signature":false,"impliedFormat":1},{"version":"a192fe8ec33f75edbc8d8f3ed79f768dfae11ff5735e7fe52bfa69956e46d78d","signature":false,"impliedFormat":1},{"version":"ca867399f7db82df981d6915bcbb2d81131d7d1ef683bc782b59f71dda59bc85","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"372413016d17d804e1d139418aca0c68e47a83fb6669490857f4b318de8cccb3","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"9e043a1bc8fbf2a255bccf9bf27e0f1caf916c3b0518ea34aa72357c0afd42ec","signature":false,"impliedFormat":1},{"version":"b4f70ec656a11d570e1a9edce07d118cd58d9760239e2ece99306ee9dfe61d02","signature":false,"impliedFormat":1},{"version":"3bc2f1e2c95c04048212c569ed38e338873f6a8593930cf5a7ef24ffb38fc3b6","signature":false,"impliedFormat":1},{"version":"6e70e9570e98aae2b825b533aa6292b6abd542e8d9f6e9475e88e1d7ba17c866","signature":false,"impliedFormat":1},{"version":"f9d9d753d430ed050dc1bf2667a1bab711ccbb1c1507183d794cc195a5b085cc","signature":false,"impliedFormat":1},{"version":"9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","signature":false,"impliedFormat":1},{"version":"085f552d005479e2e6a7311cdbbe5d8c55c497b4d19274285df161ee9684cd9c","signature":false,"impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","signature":false,"impliedFormat":1},{"version":"45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee","signature":false,"impliedFormat":1},{"version":"007faacc9268357caa21d24169f3f3f2497af3e9241308df2d89f6e6d9bb3f2e","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"74cf591a0f63db318651e0e04cb55f8791385f86e987a67fd4d2eaab8191f730","signature":false,"impliedFormat":1},{"version":"5eab9b3dc9b34f185417342436ec3f106898da5f4801992d8ff38ab3aff346b5","signature":false,"impliedFormat":1},{"version":"12ed4559eba17cd977aa0db658d25c4047067444b51acfdcbf38470630642b23","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"f3ffabc95802521e1e4bcba4c88d8615176dc6e09111d920c7a213bdda6e1d65","signature":false,"impliedFormat":1},{"version":"809821b8a065e3234a55b3a9d7846231ed18d66dd749f2494c66288d890daf7f","signature":false,"impliedFormat":1},{"version":"ae56f65caf3be91108707bd8dfbccc2a57a91feb5daabf7165a06a945545ed26","signature":false,"impliedFormat":1},{"version":"a136d5de521da20f31631a0a96bf712370779d1c05b7015d7019a9b2a0446ca9","signature":false,"impliedFormat":1},{"version":"c3b41e74b9a84b88b1dca61ec39eee25c0dbc8e7d519ba11bb070918cfacf656","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"4737a9dc24d0e68b734e6cfbcea0c15a2cfafeb493485e27905f7856988c6b29","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"36d8d3e7506b631c9582c251a2c0b8a28855af3f76719b12b534c6edf952748d","signature":false,"impliedFormat":1},{"version":"1ca69210cc42729e7ca97d3a9ad48f2e9cb0042bada4075b588ae5387debd318","signature":false,"impliedFormat":1},{"version":"f5ebe66baaf7c552cfa59d75f2bfba679f329204847db3cec385acda245e574e","signature":false,"impliedFormat":1},{"version":"ed59add13139f84da271cafd32e2171876b0a0af2f798d0c663e8eeb867732cf","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"b7c5e2ea4a9749097c347454805e933844ed207b6eefec6b7cfd418b5f5f7b28","signature":false,"impliedFormat":1},{"version":"b1810689b76fd473bd12cc9ee219f8e62f54a7d08019a235d07424afbf074d25","signature":false,"impliedFormat":1},{"version":"8caa5c86be1b793cd5f599e27ecb34252c41e011980f7d61ae4989a149ff6ccc","signature":false,"impliedFormat":1},{"version":"f9fd93190acb1ffe0bc0fb395df979452f8d625071e9ffc8636e4dfb86ab2508","signature":false,"impliedFormat":1},{"version":"5f41fd8732a89e940c58ce22206e3df85745feb8983e2b4c6257fb8cbb118493","signature":false,"impliedFormat":1},{"version":"17ed71200119e86ccef2d96b73b02ce8854b76ad6bd21b5021d4269bec527b5f","signature":false,"impliedFormat":1},{"version":"1cfa8647d7d71cb03847d616bd79320abfc01ddea082a49569fda71ac5ece66b","signature":false,"impliedFormat":1},{"version":"bb7a61dd55dc4b9422d13da3a6bb9cc5e89be888ef23bbcf6558aa9726b89a1c","signature":false,"impliedFormat":1},{"version":"db6d2d9daad8a6d83f281af12ce4355a20b9a3e71b82b9f57cddcca0a8964a96","signature":false,"impliedFormat":1},{"version":"cfe4ef4710c3786b6e23dae7c086c70b4f4835a2e4d77b75d39f9046106e83d3","signature":false,"impliedFormat":1},{"version":"cbea99888785d49bb630dcbb1613c73727f2b5a2cf02e1abcaab7bcf8d6bf3c5","signature":false,"impliedFormat":1},{"version":"3a8bddb66b659f6bd2ff641fc71df8a8165bafe0f4b799cc298be5cd3755bb20","signature":false,"impliedFormat":1},{"version":"a86f82d646a739041d6702101afa82dcb935c416dd93cbca7fd754fd0282ce1f","signature":false,"impliedFormat":1},{"version":"2dad084c67e649f0f354739ec7df7c7df0779a28a4f55c97c6b6883ae850d1ce","signature":false,"impliedFormat":1},{"version":"fa5bbc7ab4130dd8cdc55ea294ec39f76f2bc507a0f75f4f873e38631a836ca7","signature":false,"impliedFormat":1},{"version":"df45ca1176e6ac211eae7ddf51336dc075c5314bc5c253651bae639defd5eec5","signature":false,"impliedFormat":1},{"version":"cf86de1054b843e484a3c9300d62fbc8c97e77f168bbffb131d560ca0474d4a8","signature":false,"impliedFormat":1},{"version":"196c960b12253fde69b204aa4fbf69470b26daf7a430855d7f94107a16495ab0","signature":false,"impliedFormat":1},{"version":"ee15ea5dd7a9fc9f5013832e5843031817a880bf0f24f37a29fd8337981aae07","signature":false,"impliedFormat":1},{"version":"bf24f6d35f7318e246010ffe9924395893c4e96d34324cde77151a73f078b9ad","signature":false,"impliedFormat":1},{"version":"ea53732769832d0f127ae16620bd5345991d26bf0b74e85e41b61b27d74ea90f","signature":false,"impliedFormat":1},{"version":"10595c7ff5094dd5b6a959ccb1c00e6a06441b4e10a87bc09c15f23755d34439","signature":false,"impliedFormat":1},{"version":"9620c1ff645afb4a9ab4044c85c26676f0a93e8c0e4b593aea03a89ccb47b6d0","signature":false,"impliedFormat":1},{"version":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","signature":false,"impliedFormat":1},{"version":"a9af0e608929aaf9ce96bd7a7b99c9360636c31d73670e4af09a09950df97841","signature":false,"impliedFormat":1},{"version":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","signature":false,"impliedFormat":1},{"version":"c86fe861cf1b4c46a0fb7d74dffe596cf679a2e5e8b1456881313170f092e3fa","signature":false,"impliedFormat":1},{"version":"08ed0b3f0166787f84a6606f80aa3b1388c7518d78912571b203817406e471da","signature":false,"impliedFormat":1},{"version":"47e5af2a841356a961f815e7c55d72554db0c11b4cba4d0caab91f8717846a94","signature":false,"impliedFormat":1},{"version":"65f43099ded6073336e697512d9b80f2d4fec3182b7b2316abf712e84104db00","signature":false,"impliedFormat":1},{"version":"f5f541902bf7ae0512a177295de9b6bcd6809ea38307a2c0a18bfca72212f368","signature":false,"impliedFormat":1},{"version":"b0decf4b6da3ebc52ea0c96095bdfaa8503acc4ac8e9081c5f2b0824835dd3bd","signature":false,"impliedFormat":1},{"version":"ca1b882a105a1972f82cc58e3be491e7d750a1eb074ffd13b198269f57ed9e1b","signature":false,"impliedFormat":1},{"version":"fc3e1c87b39e5ba1142f27ec089d1966da168c04a859a4f6aab64dceae162c2b","signature":false,"impliedFormat":1},{"version":"3b414b99a73171e1c4b7b7714e26b87d6c5cb03d200352da5342ab4088a54c85","signature":false,"impliedFormat":1},{"version":"61888522cec948102eba94d831c873200aa97d00d8989fdfd2a3e0ee75ec65a2","signature":false,"impliedFormat":1},{"version":"4e10622f89fea7b05dd9b52fb65e1e2b5cbd96d4cca3d9e1a60bb7f8a9cb86a1","signature":false,"impliedFormat":1},{"version":"74b2a5e5197bd0f2e0077a1ea7c07455bbea67b87b0869d9786d55104006784f","signature":false,"impliedFormat":1},{"version":"59bf32919de37809e101acffc120596a9e45fdbab1a99de5087f31fdc36e2f11","signature":false,"impliedFormat":1},{"version":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","signature":false,"impliedFormat":1},{"version":"faa03dffb64286e8304a2ca96dd1317a77db6bfc7b3fb385163648f67e535d77","signature":false,"impliedFormat":1},{"version":"c40c848daad198266370c1c72a7a8c3d18d2f50727c7859fcfefd3ff69a7f288","signature":false,"impliedFormat":1},{"version":"ac60bbee0d4235643cc52b57768b22de8c257c12bd8c2039860540cab1fa1d82","signature":false,"impliedFormat":1},{"version":"6428e6edd944ce6789afdf43f9376c1f2e4957eea34166177625aaff4c0da1a0","signature":false,"impliedFormat":1},{"version":"ada39cbb2748ab2873b7835c90c8d4620723aedf323550e8489f08220e477c7f","signature":false,"impliedFormat":1},{"version":"6e5f5cee603d67ee1ba6120815497909b73399842254fc1e77a0d5cdc51d8c9c","signature":false,"impliedFormat":1},{"version":"8dba67056cbb27628e9b9a1cba8e57036d359dceded0725c72a3abe4b6c79cd4","signature":false,"impliedFormat":1},{"version":"70f3814c457f54a7efe2d9ce9d2686de9250bb42eb7f4c539bd2280a42e52d33","signature":false,"impliedFormat":1},{"version":"154dd2e22e1e94d5bc4ff7726706bc0483760bae40506bdce780734f11f7ec47","signature":false,"impliedFormat":1},{"version":"ef61792acbfa8c27c9bd113f02731e66229f7d3a169e3c1993b508134f1a58e0","signature":false,"impliedFormat":1},{"version":"9c82171d836c47486074e4ca8e059735bf97b205e70b196535b5efd40cbe1bc5","signature":false,"impliedFormat":1},{"version":"0131e203d8560edb39678abe10db42564a068f98c4ebd1ed9ffe7279c78b3c81","signature":false,"impliedFormat":1},{"version":"f6404e7837b96da3ea4d38c4f1a3812c96c9dcdf264e93d5bdb199f983a3ef4b","signature":false,"impliedFormat":1},{"version":"c5426dbfc1cf90532f66965a7aa8c1136a78d4d0f96d8180ecbfc11d7722f1a5","signature":false,"impliedFormat":1},{"version":"65a15fc47900787c0bd18b603afb98d33ede930bed1798fc984d5ebb78b26cf9","signature":false,"impliedFormat":1},{"version":"9d202701f6e0744adb6314d03d2eb8fc994798fc83d91b691b75b07626a69801","signature":false,"impliedFormat":1},{"version":"de9d2df7663e64e3a91bf495f315a7577e23ba088f2949d5ce9ec96f44fba37d","signature":false,"impliedFormat":1},{"version":"c7af78a2ea7cb1cd009cfb5bdb48cd0b03dad3b54f6da7aab615c2e9e9d570c5","signature":false,"impliedFormat":1},{"version":"1ee45496b5f8bdee6f7abc233355898e5bf9bd51255db65f5ff7ede617ca0027","signature":false,"impliedFormat":1},{"version":"8b8f00491431fe82f060dfe8c7f2180a9fb239f3d851527db909b83230e75882","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"db01d18853469bcb5601b9fc9826931cc84cc1a1944b33cad76fd6f1e3d8c544","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"dba114fb6a32b355a9cfc26ca2276834d72fe0e94cd2c3494005547025015369","signature":false,"impliedFormat":1},{"version":"903e299a28282fa7b714586e28409ed73c3b63f5365519776bf78e8cf173db36","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"fa6c12a7c0f6b84d512f200690bfc74819e99efae69e4c95c4cd30f6884c526e","signature":false,"impliedFormat":1},{"version":"f1c32f9ce9c497da4dc215c3bc84b722ea02497d35f9134db3bb40a8d918b92b","signature":false,"impliedFormat":1},{"version":"b73c319af2cc3ef8f6421308a250f328836531ea3761823b4cabbd133047aefa","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"e433b0337b8106909e7953015e8fa3f2d30797cea27141d1c5b135365bb975a6","signature":false,"impliedFormat":1},{"version":"dd3900b24a6a8745efeb7ad27629c0f8a626470ac229c1d73f1fe29d67e44dca","signature":false,"impliedFormat":1},{"version":"ddff7fc6edbdc5163a09e22bf8df7bef75f75369ebd7ecea95ba55c4386e2441","signature":false,"impliedFormat":1},{"version":"106c6025f1d99fd468fd8bf6e5bda724e11e5905a4076c5d29790b6c3745e50c","signature":false,"impliedFormat":1},{"version":"ec29be0737d39268696edcec4f5e97ce26f449fa9b7afc2f0f99a86def34a418","signature":false,"impliedFormat":1},{"version":"aeab39e8e0b1a3b250434c3b2bb8f4d17bbec2a9dbce5f77e8a83569d3d2cbc2","signature":false,"impliedFormat":1},{"version":"ec6cba1c02c675e4dd173251b156792e8d3b0c816af6d6ad93f1a55d674591aa","signature":false,"impliedFormat":1},{"version":"b620391fe8060cf9bedc176a4d01366e6574d7a71e0ac0ab344a4e76576fcbb8","signature":false,"impliedFormat":1},{"version":"d729408dfde75b451530bcae944cf89ee8277e2a9df04d1f62f2abfd8b03c1e1","signature":false,"impliedFormat":1},{"version":"e15d3c84d5077bb4a3adee4c791022967b764dc41cb8fa3cfa44d4379b2c95f5","signature":false,"impliedFormat":1},{"version":"5f58e28cd22e8fc1ac1b3bc6b431869f1e7d0b39e2c21fbf79b9fa5195a85980","signature":false,"impliedFormat":1},{"version":"e1fc1a1045db5aa09366be2b330e4ce391550041fc3e925f60998ca0b647aa97","signature":false,"impliedFormat":1},{"version":"63533978dcda286422670f6e184ac516805a365fb37a086eeff4309e812f1402","signature":false,"impliedFormat":1},{"version":"43ba4f2fa8c698f5c304d21a3ef596741e8e85a810b7c1f9b692653791d8d97a","signature":false,"impliedFormat":1},{"version":"31fb49ef3aa3d76f0beb644984e01eab0ea222372ea9b49bb6533be5722d756c","signature":false,"impliedFormat":1},{"version":"33cd131e1461157e3e06b06916b5176e7a8ec3fce15a5cfe145e56de744e07d2","signature":false,"impliedFormat":1},{"version":"889ef863f90f4917221703781d9723278db4122d75596b01c429f7c363562b86","signature":false,"impliedFormat":1},{"version":"3556cfbab7b43da96d15a442ddbb970e1f2fc97876d055b6555d86d7ac57dae5","signature":false,"impliedFormat":1},{"version":"437751e0352c6e924ddf30e90849f1d9eb00ca78c94d58d6a37202ec84eb8393","signature":false,"impliedFormat":1},{"version":"48e8af7fdb2677a44522fd185d8c87deff4d36ee701ea003c6c780b1407a1397","signature":false,"impliedFormat":1},{"version":"d11308de5a36c7015bb73adb5ad1c1bdaac2baede4cc831a05cf85efa3cc7f2f","signature":false,"impliedFormat":1},{"version":"38e4684c22ed9319beda6765bab332c724103d3a966c2e5e1c5a49cf7007845f","signature":false,"impliedFormat":1},{"version":"f9812cfc220ecf7557183379531fa409acd249b9e5b9a145d0d52b76c20862de","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"e650298721abc4f6ae851e60ae93ee8199791ceec4b544c3379862f81f43178c","signature":false,"impliedFormat":1},{"version":"2e4f37ffe8862b14d8e24ae8763daaa8340c0df0b859d9a9733def0eee7562d9","signature":false,"impliedFormat":1},{"version":"13283350547389802aa35d9f2188effaeac805499169a06ef5cd77ce2a0bd63f","signature":false,"impliedFormat":1},{"version":"680793958f6a70a44c8d9ae7d46b7a385361c69ac29dcab3ed761edce1c14ab8","signature":false,"impliedFormat":1},{"version":"6ac6715916fa75a1f7ebdfeacac09513b4d904b667d827b7535e84ff59679aff","signature":false,"impliedFormat":1},{"version":"42c169fb8c2d42f4f668c624a9a11e719d5d07dacbebb63cbcf7ef365b0a75b3","signature":false,"impliedFormat":1},{"version":"913ddbba170240070bd5921b8f33ea780021bdf42fbdfcd4fcb2691b1884ddde","signature":false,"impliedFormat":1},{"version":"b4e6d416466999ff40d3fe5ceb95f7a8bfb7ac2262580287ac1a8391e5362431","signature":false,"impliedFormat":1},{"version":"5fe23bd829e6be57d41929ac374ee9551ccc3c44cee893167b7b5b77be708014","signature":false,"impliedFormat":1},{"version":"0a626484617019fcfbfc3c1bc1f9e84e2913f1adb73692aa9075817404fb41a1","signature":false,"impliedFormat":1},{"version":"438c7513b1df91dcef49b13cd7a1c4720f91a36e88c1df731661608b7c055f10","signature":false,"impliedFormat":1},{"version":"cf185cc4a9a6d397f416dd28cca95c227b29f0f27b160060a95c0e5e36cda865","signature":false,"impliedFormat":1},{"version":"0086f3e4ad898fd7ca56bb223098acfacf3fa065595182aaf0f6c4a6a95e6fbd","signature":false,"impliedFormat":1},{"version":"efaa078e392f9abda3ee8ade3f3762ab77f9c50b184e6883063a911742a4c96a","signature":false,"impliedFormat":1},{"version":"54a8bb487e1dc04591a280e7a673cdfb272c83f61e28d8a64cf1ac2e63c35c51","signature":false,"impliedFormat":1},{"version":"021a9498000497497fd693dd315325484c58a71b5929e2bbb91f419b04b24cea","signature":false,"impliedFormat":1},{"version":"9385cdc09850950bc9b59cca445a3ceb6fcca32b54e7b626e746912e489e535e","signature":false,"impliedFormat":1},{"version":"2894c56cad581928bb37607810af011764a2f511f575d28c9f4af0f2ef02d1ab","signature":false,"impliedFormat":1},{"version":"0a72186f94215d020cb386f7dca81d7495ab6c17066eb07d0f44a5bf33c1b21a","signature":false,"impliedFormat":1},{"version":"84124384abae2f6f66b7fbfc03862d0c2c0b71b826f7dbf42c8085d31f1d3f95","signature":false,"impliedFormat":1},{"version":"63a8e96f65a22604eae82737e409d1536e69a467bb738bec505f4f97cce9d878","signature":false,"impliedFormat":1},{"version":"3fd78152a7031315478f159c6a5872c712ece6f01212c78ea82aef21cb0726e2","signature":false,"impliedFormat":1},{"version":"b01bd582a6e41457bc56e6f0f9de4cb17f33f5f3843a7cf8210ac9c18472fb0f","signature":false,"impliedFormat":1},{"version":"58b49e5c1def740360b5ae22ae2405cfac295fee74abd88d74ac4ea42502dc03","signature":false,"impliedFormat":1},{"version":"512fc15cca3a35b8dbbf6e23fe9d07e6f87ad03c895acffd3087ce09f352aad0","signature":false,"impliedFormat":1},{"version":"9a0946d15a005832e432ea0cd4da71b57797efb25b755cc07f32274296d62355","signature":false,"impliedFormat":1},{"version":"a52ff6c0a149e9f370372fc3c715d7f2beee1f3bab7980e271a7ab7d313ec677","signature":false,"impliedFormat":1},{"version":"fd933f824347f9edd919618a76cdb6a0c0085c538115d9a287fa0c7f59957ab3","signature":false,"impliedFormat":1},{"version":"6ac6715916fa75a1f7ebdfeacac09513b4d904b667d827b7535e84ff59679aff","signature":false,"impliedFormat":1},{"version":"6a1aa3e55bdc50503956c5cd09ae4cd72e3072692d742816f65c66ca14f4dfdd","signature":false,"impliedFormat":1},{"version":"ab75cfd9c4f93ffd601f7ca1753d6a9d953bbedfbd7a5b3f0436ac8a1de60dfa","signature":false,"impliedFormat":1},{"version":"f95180f03d827525ca4f990f49e17ec67198c316dd000afbe564655141f725cd","signature":false,"impliedFormat":1},{"version":"b73cbf0a72c8800cf8f96a9acfe94f3ad32ca71342a8908b8ae484d61113f647","signature":false,"impliedFormat":1},{"version":"bae6dd176832f6423966647382c0d7ba9e63f8c167522f09a982f086cd4e8b23","signature":false,"impliedFormat":1},{"version":"1364f64d2fb03bbb514edc42224abd576c064f89be6a990136774ecdd881a1da","signature":false,"impliedFormat":1},{"version":"c9958eb32126a3843deedda8c22fb97024aa5d6dd588b90af2d7f2bfac540f23","signature":false,"impliedFormat":1},{"version":"950fb67a59be4c2dbe69a5786292e60a5cb0e8612e0e223537784c731af55db1","signature":false,"impliedFormat":1},{"version":"e927c2c13c4eaf0a7f17e6022eee8519eb29ef42c4c13a31e81a611ab8c95577","signature":false,"impliedFormat":1},{"version":"07ca44e8d8288e69afdec7a31fa408ce6ab90d4f3d620006701d5544646da6aa","signature":false,"impliedFormat":1},{"version":"70246ad95ad8a22bdfe806cb5d383a26c0c6e58e7207ab9c431f1cb175aca657","signature":false,"impliedFormat":1},{"version":"f00f3aa5d64ff46e600648b55a79dcd1333458f7a10da2ed594d9f0a44b76d0b","signature":false,"impliedFormat":1},{"version":"772d8d5eb158b6c92412c03228bd9902ccb1457d7a705b8129814a5d1a6308fc","signature":false,"impliedFormat":1},{"version":"4e4475fba4ed93a72f167b061cd94a2e171b82695c56de9899275e880e06ba41","signature":false,"impliedFormat":1},{"version":"97c5f5d580ab2e4decd0a3135204050f9b97cd7908c5a8fbc041eadede79b2fa","signature":false,"impliedFormat":1},{"version":"c99a3a5f2215d5b9d735aa04cec6e61ed079d8c0263248e298ffe4604d4d0624","signature":false,"impliedFormat":1},{"version":"49b2375c586882c3ac7f57eba86680ff9742a8d8cb2fe25fe54d1b9673690d41","signature":false,"impliedFormat":1},{"version":"802e797bcab5663b2c9f63f51bdf67eff7c41bc64c0fd65e6da3e7941359e2f7","signature":false,"impliedFormat":1},{"version":"847e160d709c74cc714fbe1f99c41d3425b74cd47b1be133df1623cd87014089","signature":false,"impliedFormat":1},{"version":"9fee04f1e1afa50524862289b9f0b0fdc3735b80e2a0d684cec3b9ff3d94cecc","signature":false,"impliedFormat":1},{"version":"5cdc27fbc5c166fc5c763a30ac21cbac9859dc5ba795d3230db6d4e52a1965bb","signature":false,"impliedFormat":1},{"version":"6459054aabb306821a043e02b89d54da508e3a6966601a41e71c166e4ea1474f","signature":false,"impliedFormat":1},{"version":"f416c9c3eee9d47ff49132c34f96b9180e50485d435d5748f0e8b72521d28d2e","signature":false,"impliedFormat":1},{"version":"05c97cddbaf99978f83d96de2d8af86aded9332592f08ce4a284d72d0952c391","signature":false,"impliedFormat":1},{"version":"14e5cdec6f8ae82dfd0694e64903a0a54abdfe37e1d966de3d4128362acbf35f","signature":false,"impliedFormat":1},{"version":"bbc183d2d69f4b59fd4dd8799ffdf4eb91173d1c4ad71cce91a3811c021bf80c","signature":false,"impliedFormat":1},{"version":"7b6ff760c8a240b40dab6e4419b989f06a5b782f4710d2967e67c695ef3e93c4","signature":false,"impliedFormat":1},{"version":"8dbc4134a4b3623fc476be5f36de35c40f2768e2e3d9ed437e0d5f1c4cd850f6","signature":false,"impliedFormat":1},{"version":"4e06330a84dec7287f7ebdd64978f41a9f70a668d3b5edc69d5d4a50b9b376bb","signature":false,"impliedFormat":1},{"version":"65bfa72967fbe9fc33353e1ac03f0480aa2e2ea346d61ff3ea997dfd850f641a","signature":false,"impliedFormat":1},{"version":"c06f0bb92d1a1a5a6c6e4b5389a5664d96d09c31673296cb7da5fe945d54d786","signature":false,"impliedFormat":1},{"version":"f974e4a06953682a2c15d5bd5114c0284d5abf8bc0fe4da25cb9159427b70072","signature":false,"impliedFormat":1},{"version":"872caaa31423f4345983d643e4649fb30f548e9883a334d6d1c5fff68ede22d4","signature":false,"impliedFormat":1},{"version":"94404c4a878fe291e7578a2a80264c6f18e9f1933fbb57e48f0eb368672e389c","signature":false,"impliedFormat":1},{"version":"5c1b7f03aa88be854bc15810bfd5bd5a1943c5a7620e1c53eddd2a013996343e","signature":false,"impliedFormat":1},{"version":"09dfc64fcd6a2785867f2368419859a6cc5a8d4e73cbe2538f205b1642eb0f51","signature":false,"impliedFormat":1},{"version":"bcf6f0a323653e72199105a9316d91463ad4744c546d1271310818b8cef7c608","signature":false,"impliedFormat":1},{"version":"01aa917531e116485beca44a14970834687b857757159769c16b228eb1e49c5f","signature":false,"impliedFormat":1},{"version":"351475f9c874c62f9b45b1f0dc7e2704e80dfd5f1af83a3a9f841f9dfe5b2912","signature":false,"impliedFormat":1},{"version":"ac457ad39e531b7649e7b40ee5847606eac64e236efd76c5d12db95bf4eacd17","signature":false,"impliedFormat":1},{"version":"187a6fdbdecb972510b7555f3caacb44b58415da8d5825d03a583c4b73fde4cf","signature":false,"impliedFormat":1},{"version":"d4c3250105a612202289b3a266bb7e323db144f6b9414f9dea85c531c098b811","signature":false,"impliedFormat":1},{"version":"95b444b8c311f2084f0fb51c616163f950fb2e35f4eaa07878f313a2d36c98a4","signature":false,"impliedFormat":1},{"version":"741067675daa6d4334a2dc80a4452ca3850e89d5852e330db7cb2b5f867173b1","signature":false,"impliedFormat":1},{"version":"f8acecec1114f11690956e007d920044799aefeb3cece9e7f4b1f8a1d542b2c9","signature":false,"impliedFormat":1},{"version":"178071ccd043967a58c5d1a032db0ddf9bd139e7920766b537d9783e88eb615e","signature":false,"impliedFormat":1},{"version":"3a17f09634c50cce884721f54fd9e7b98e03ac505889c560876291fcf8a09e90","signature":false,"impliedFormat":1},{"version":"32531dfbb0cdc4525296648f53b2b5c39b64282791e2a8c765712e49e6461046","signature":false,"impliedFormat":1},{"version":"0ce1b2237c1c3df49748d61568160d780d7b26693bd9feb3acb0744a152cd86d","signature":false,"impliedFormat":1},{"version":"e489985388e2c71d3542612685b4a7db326922b57ac880f299da7026a4e8a117","signature":false,"impliedFormat":1},{"version":"5cad4158616d7793296dd41e22e1257440910ea8d01c7b75045d4dfb20c5a41a","signature":false,"impliedFormat":1},{"version":"04d3aad777b6af5bd000bfc409907a159fe77e190b9d368da4ba649cdc28d39e","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"74efc1d6523bd57eb159c18d805db4ead810626bc5bc7002a2c7f483044b2e0f","signature":false,"impliedFormat":1},{"version":"19252079538942a69be1645e153f7dbbc1ef56b4f983c633bf31fe26aeac32cd","signature":false,"impliedFormat":1},{"version":"bc11f3ac00ac060462597add171220aed628c393f2782ac75dd29ff1e0db871c","signature":false,"impliedFormat":1},{"version":"616775f16134fa9d01fc677ad3f76e68c051a056c22ab552c64cc281a9686790","signature":false,"impliedFormat":1},{"version":"65c24a8baa2cca1de069a0ba9fba82a173690f52d7e2d0f1f7542d59d5eb4db0","signature":false,"impliedFormat":1},{"version":"f9fe6af238339a0e5f7563acee3178f51db37f32a2e7c09f85273098cee7ec49","signature":false,"impliedFormat":1},{"version":"3b0b1d352b8d2e47f1c4df4fb0678702aee071155b12ef0185fce9eb4fa4af1e","signature":false,"impliedFormat":1},{"version":"77e71242e71ebf8528c5802993697878f0533db8f2299b4d36aa015bae08a79c","signature":false,"impliedFormat":1},{"version":"a344403e7a7384e0e7093942533d309194ad0a53eca2a3100c0b0ab4d3932773","signature":false,"impliedFormat":1},{"version":"b7fff2d004c5879cae335db8f954eb1d61242d9f2d28515e67902032723caeab","signature":false,"impliedFormat":1},{"version":"5f3dc10ae646f375776b4e028d2bed039a93eebbba105694d8b910feebbe8b9c","signature":false,"impliedFormat":1},{"version":"bb18bf4a61a17b4a6199eb3938ecfa4a59eb7c40843ad4a82b975ab6f7e3d925","signature":false,"impliedFormat":1},{"version":"4545c1a1ceca170d5d83452dd7c4994644c35cf676a671412601689d9a62da35","signature":false,"impliedFormat":1},{"version":"e9b6fc05f536dfddcdc65dbcf04e09391b1c968ab967382e48924f5cb90d88e1","signature":false,"impliedFormat":1},{"version":"a2d648d333cf67b9aeac5d81a1a379d563a8ffa91ddd61c6179f68de724260ff","signature":false,"impliedFormat":1},{"version":"2b664c3cc544d0e35276e1fb2d4989f7d4b4027ffc64da34ec83a6ccf2e5c528","signature":false,"impliedFormat":1},{"version":"a3f41ed1b4f2fc3049394b945a68ae4fdefd49fa1739c32f149d32c0545d67f5","signature":false,"impliedFormat":1},{"version":"3cd8f0464e0939b47bfccbb9bb474a6d87d57210e304029cd8eb59c63a81935d","signature":false,"impliedFormat":1},{"version":"47699512e6d8bebf7be488182427189f999affe3addc1c87c882d36b7f2d0b0e","signature":false,"impliedFormat":1},{"version":"3026abd48e5e312f2328629ede6e0f770d21c3cd32cee705c450e589d015ee09","signature":false,"impliedFormat":1},{"version":"8b140b398a6afbd17cc97c38aea5274b2f7f39b1ae5b62952cfe65bf493e3e75","signature":false,"impliedFormat":1},{"version":"7663d2c19ce5ef8288c790edba3d45af54e58c84f1b37b1249f6d49d962f3d91","signature":false,"impliedFormat":1},{"version":"5cce3b975cdb72b57ae7de745b3c5de5790781ee88bcb41ba142f07c0fa02e97","signature":false,"impliedFormat":1},{"version":"00bd6ebe607246b45296aa2b805bd6a58c859acecda154bfa91f5334d7c175c6","signature":false,"impliedFormat":1},{"version":"ad036a85efcd9e5b4f7dd5c1a7362c8478f9a3b6c3554654ca24a29aa850a9c5","signature":false,"impliedFormat":1},{"version":"fedebeae32c5cdd1a85b4e0504a01996e4a8adf3dfa72876920d3dd6e42978e7","signature":false,"impliedFormat":1},{"version":"0d28b974a7605c4eda20c943b3fa9ae16cb452c1666fc9b8c341b879992c7612","signature":false,"impliedFormat":1},{"version":"cdf21eee8007e339b1b9945abf4a7b44930b1d695cc528459e68a3adc39a622e","signature":false,"impliedFormat":1},{"version":"db036c56f79186da50af66511d37d9fe77fa6793381927292d17f81f787bb195","signature":false,"impliedFormat":1},{"version":"87ac2fb61e629e777f4d161dff534c2023ee15afd9cb3b1589b9b1f014e75c58","signature":false,"impliedFormat":1},{"version":"13c8b4348db91e2f7d694adc17e7438e6776bc506d5c8f5de9ad9989707fa3fe","signature":false,"impliedFormat":1},{"version":"3c1051617aa50b38e9efaabce25e10a5dd9b1f42e372ef0e8a674076a68742ed","signature":false,"impliedFormat":1},{"version":"07a3e20cdcb0f1182f452c0410606711fbea922ca76929a41aacb01104bc0d27","signature":false,"impliedFormat":1},{"version":"1de80059b8078ea5749941c9f863aa970b4735bdbb003be4925c853a8b6b4450","signature":false,"impliedFormat":1},{"version":"1d079c37fa53e3c21ed3fa214a27507bda9991f2a41458705b19ed8c2b61173d","signature":false,"impliedFormat":1},{"version":"4cd4b6b1279e9d744a3825cbd7757bbefe7f0708f3f1069179ad535f19e8ed2c","signature":false,"impliedFormat":1},{"version":"5835a6e0d7cd2738e56b671af0e561e7c1b4fb77751383672f4b009f4e161d70","signature":false,"impliedFormat":1},{"version":"c0eeaaa67c85c3bb6c52b629ebbfd3b2292dc67e8c0ffda2fc6cd2f78dc471e6","signature":false,"impliedFormat":1},{"version":"4b7f74b772140395e7af67c4841be1ab867c11b3b82a51b1aeb692822b76c872","signature":false,"impliedFormat":1},{"version":"27be6622e2922a1b412eb057faa854831b95db9db5035c3f6d4b677b902ab3b7","signature":false,"impliedFormat":1},{"version":"b95a6f019095dd1d48fd04965b50dfd63e5743a6e75478343c46d2582a5132bf","signature":false,"impliedFormat":99},{"version":"c2008605e78208cfa9cd70bd29856b72dda7ad89df5dc895920f8e10bcb9cd0a","signature":false,"impliedFormat":99},{"version":"b97cb5616d2ab82a98ec9ada7b9e9cabb1f5da880ec50ea2b8dc5baa4cbf3c16","signature":false,"impliedFormat":99},{"version":"d23df9ff06ae8bf1dcb7cc933e97ae7da418ac77749fecee758bb43a8d69f840","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"040c71dde2c406f869ad2f41e8d4ce579cc60c8dbe5aa0dd8962ac943b846572","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"3586f5ea3cc27083a17bd5c9059ede9421d587286d5a47f4341a4c2d00e4fa91","signature":false,"impliedFormat":1},{"version":"a6df929821e62f4719551f7955b9f42c0cd53c1370aec2dd322e24196a7dfe33","signature":false,"impliedFormat":1},{"version":"b789bf89eb19c777ed1e956dbad0925ca795701552d22e68fd130a032008b9f9","signature":false,"impliedFormat":1},{"version":"9dd9d642cdb87d4d5b3173217e0c45429b3e47a6f5cf5fb0ead6c644ec5fed01","signature":false},{"version":"e482174f15675678363b9a4ed12113ca45d18eee41e8e678deb0e824be29d3e7","signature":false,"affectsGlobalScope":true},{"version":"ce99ae8ab80cdc65e63c946ec05e7b7c0f847b8153555139add78d25f76dc83a","signature":false},{"version":"d8ced93a8044dc86b5922971249910c45f93b588eb9d621aa8d7d854f9cdc819","signature":false},{"version":"b7880578effbc212752a9aab4e926fea67172ea119c36df9e7f83033e24b843c","signature":false},{"version":"3ee18c7abaf5a829f0430ce4f7a0769e9953cbe19cdac28b43272d7b829fa255","signature":false},{"version":"5b0db3eecb54b662a0df219dbfce655675980715bd48a0010ea3b019d22d2f3b","signature":false},{"version":"117179c3e83bcb6135ab23f4c7f23c2873c111e2fd4fea91df6c4cce620ec977","signature":false},{"version":"6c05d0fcee91437571513c404e62396ee798ff37a2d8bef2104accdc79deb9c0","signature":false,"impliedFormat":1},{"version":"189d17f90d8877a26e1051a2c9cefd4a98efcdfffcfb5ffff2fcf1388fd3121a","signature":false},{"version":"3a66aaef71fbbd8b1128bda06914ba3d3c321b8cb398cf180978c9bd1946f294","signature":false},{"version":"e5fab9363dd130c193e1877d1f152809254adf1303e41175d83f49a46260b180","signature":false},{"version":"cb5eaa5ad51d596beda5a76732641b7dcf9e26acae7b20919a811d7b38d7c03a","signature":false},{"version":"868089c4835bcfc56985ec7b898e93b409f4c985a73d70589b7b0e2d7d6c5352","signature":false},{"version":"0a36533027a4c4d6816837b9b4f80b45f854f7423546ebba8430118988192e4b","signature":false},{"version":"bb46f4650ab9721af2d97ef329e29a6aa22f5a3068a2249f55caf1b60b6dd674","signature":false},{"version":"f7886bcfa6587f307aa8045d6f9861f319808bbc59f6c89f1ba40a19be648ec5","signature":false},{"version":"543f32bf89f7aee10af7e597b17bdcf9c76b83b9f4e495243cbf1b2ad4cd84cb","signature":false},{"version":"e14aa6e21dff7cbaf54884d0973e89758e571f7546899fa02b6e87a10c660d20","signature":false},{"version":"721b736b78ca190e99a4e1b125b3d14b4e72a94c9c54ceaf77524e11a4094dc8","signature":false},{"version":"656dda330555ea5d40569d8a71a5bf958b1c307cc008196e5e5717320a736d8b","signature":false},{"version":"288e514b408582dbbe0ebedfe7620f92b65eefacd03c66aba34a0504cf400ccb","signature":false},{"version":"dd500fb85312298d9c50675e8005734324eb7eef4dc49703f5312c185152e7ca","signature":false},{"version":"83d095737dda920dcb9eb84575ac1baecd0612a7fd2f6d4e4d3e129202c1a36d","signature":false},{"version":"6392353adcff7db02a3f5dcacb5637b791dbbcb76125aac3075da2519af9785a","signature":false,"impliedFormat":99},{"version":"1f3952b74b8c766a2e602a0ba2db19d3d872d00bab4e01746c6b7229c585086c","signature":false,"impliedFormat":99},{"version":"c178232b05137d4deee6102b14819ba55258e39076cf041563eff199ef82fe2c","signature":false},{"version":"9fa4f9fde67afe4bef8157c58de7690809173f98c72463526cd48964b165080e","signature":false},{"version":"30f1120a0f581ce98aab37f1899e5a7981202dc38e8a671ea04222748acb8249","signature":false},{"version":"e9d654ec9a79d49238e0a996c78508a4eaf889d6b16a744cf4e22126b0dc2e3a","signature":false},{"version":"c32187bd3e25d81a128e734500639af8cf48457c908dc7f9ffe5ba82251a4d88","signature":false},{"version":"2f572de582210bedde622267951d503dd06c8ecfa521d4455f902f069cf630ba","signature":false},{"version":"24893781c3ae2916fbbb8f1d287c3e7b59be62f4998c0bb2ba6d0b40a385e8e8","signature":false},{"version":"4dff26636102d07bfd4c5ed5078fdb6b4e375e3e97d8aa7a845afa1668191cb2","signature":false},{"version":"9c9a70bfe4ddc2e08724ac0e7c19d5d17fb10817bd8ccd880eea7be456f4dd9a","signature":false},{"version":"6b7a42255647e71d24d71ec708e351c10c9a92e2618de13c7ace1c014af83ef1","signature":false},{"version":"d0ff3ba59fb691e7e2d5063fdcef9e29056489a9e8835f4f0885bed1905e0251","signature":false},{"version":"077f33da7b5796f86c827023a1018962b1afefecf358ce7bb3028753c899b039","signature":false},{"version":"8238de4598aa86ed1dc6c6e79f6b80dc2f703f5f07ad5adb4c5c507ef64de00b","signature":false},{"version":"55b886c431db6b7f603e81d178adcf6dc802277551d6ea9cbd08f2fb9caed960","signature":false},{"version":"4791f424676c0551ae7f4192bf9bb2ce6adb73000da231a2a4e4a679ccb8ecdd","signature":false},{"version":"641e4003dc535260b780e1f7b2c6e0bae7d8c14453d10f21b70aa614ed798111","signature":false},{"version":"8706fe2c443340456ec4aaed47912246be75d766d10f2fbbd7b85749b7346242","signature":false},{"version":"7b419725e799b2029345d1db3a03e8022d5ad7fec81342097bac241df32342c9","signature":false},{"version":"c78d8589f4d0f95c7fed56cfed7db9dc438e93658cffc8c84744bda06dd9ef7a","signature":false},{"version":"27ddfd5ffcb6617328caaee1f504ebd4da296acf56245ff1d75a8c81183d1eed","signature":false},{"version":"80c8c10fa4215a85243803b204dbe1cd54fe473f63f8cae769ae388e3a54923c","signature":false},{"version":"96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538","signature":false,"impliedFormat":1}],"root":[[410,417],[419,433],[436,456]],"options":{"allowJs":true,"composite":false,"declarationMap":false,"emitDeclarationOnly":false,"esModuleInterop":true,"jsx":1,"module":99,"skipLibCheck":true,"strict":true,"tsBuildInfoFile":"./.tsbuildinfo"},"referencedMap":[[446,1],[447,2],[448,3],[449,4],[450,5],[451,6],[452,7],[453,8],[454,9],[456,10],[455,11],[445,12],[410,13],[363,14],[457,14],[142,15],[143,15],[144,16],[99,17],[145,18],[146,19],[147,20],[94,14],[97,21],[95,14],[96,14],[148,22],[149,23],[150,24],[151,25],[152,26],[153,27],[154,27],[155,28],[156,29],[157,30],[158,31],[100,14],[98,14],[159,32],[160,33],[161,34],[193,35],[162,36],[163,37],[164,38],[165,39],[166,40],[167,41],[168,42],[169,43],[170,44],[171,45],[172,45],[173,46],[174,14],[175,47],[177,48],[176,49],[178,50],[179,51],[180,52],[181,53],[182,54],[183,55],[184,56],[185,57],[186,58],[187,59],[188,60],[189,61],[190,62],[101,14],[102,14],[103,14],[141,63],[191,64],[192,65],[86,14],[198,66],[199,67],[197,68],[195,69],[196,70],[84,14],[87,71],[286,68],[85,14],[435,72],[434,14],[418,68],[93,73],[366,74],[370,75],[372,76],[219,77],[233,78],[337,79],[265,14],[340,80],[301,81],[310,82],[338,83],[220,84],[264,14],[266,85],[339,86],[240,87],[221,88],[245,87],[234,87],[204,87],[292,89],[293,90],[209,14],[289,91],[294,92],[381,93],[287,92],[382,94],[271,14],[290,95],[394,96],[393,97],[296,92],[392,14],[390,14],[391,98],[291,68],[278,99],[279,100],[288,101],[305,102],[306,103],[295,104],[273,105],[274,106],[385,107],[388,108],[252,109],[251,110],[250,111],[397,68],[249,112],[225,14],[400,14],[403,14],[402,68],[404,113],[200,14],[331,14],[232,114],[202,115],[354,14],[355,14],[357,14],[360,116],[356,14],[358,117],[359,117],[218,14],[231,14],[365,118],[373,119],[377,120],[214,121],[281,122],[280,14],[272,105],[300,123],[298,124],[297,14],[299,14],[304,125],[276,126],[213,127],[238,128],[328,129],[205,130],[212,131],[201,79],[342,132],[352,133],[341,14],[351,134],[239,14],[223,135],[319,136],[318,14],[325,137],[327,138],[320,139],[324,140],[326,137],[323,139],[322,137],[321,139],[261,141],[246,141],[313,142],[247,142],[207,143],[206,14],[317,144],[316,145],[315,146],[314,147],[208,148],[285,149],[302,150],[284,151],[309,152],[311,153],[308,151],[241,148],[194,14],[329,154],[267,155],[303,14],[350,156],[270,157],[345,158],[211,14],[346,159],[348,160],[349,161],[332,14],[344,130],[243,162],[330,163],[353,164],[215,14],[217,14],[222,165],[312,166],[210,167],[216,14],[269,168],[268,169],[224,170],[277,171],[275,172],[226,173],[228,174],[401,14],[227,175],[229,176],[368,14],[367,14],[369,14],[399,14],[230,177],[283,68],[92,14],[307,178],[253,14],[263,179],[242,14],[375,68],[384,180],[260,68],[379,92],[259,181],[362,182],[258,180],[203,14],[386,183],[256,68],[257,68],[248,14],[262,14],[255,184],[254,185],[244,186],[237,104],[347,14],[236,187],[235,14],[371,14],[282,68],[364,188],[83,14],[91,189],[88,68],[89,14],[90,14],[343,190],[336,191],[335,14],[334,192],[333,14],[374,193],[376,194],[378,195],[380,196],[383,197],[409,198],[387,198],[408,199],[389,200],[395,201],[396,202],[398,203],[405,204],[407,14],[406,205],[361,206],[81,14],[82,14],[13,14],[14,14],[16,14],[15,14],[2,14],[17,14],[18,14],[19,14],[20,14],[21,14],[22,14],[23,14],[24,14],[3,14],[25,14],[26,14],[4,14],[27,14],[31,14],[28,14],[29,14],[30,14],[32,14],[33,14],[34,14],[5,14],[35,14],[36,14],[37,14],[38,14],[6,14],[42,14],[39,14],[40,14],[41,14],[43,14],[7,14],[44,14],[49,14],[50,14],[45,14],[46,14],[47,14],[48,14],[8,14],[54,14],[51,14],[52,14],[53,14],[55,14],[9,14],[56,14],[57,14],[58,14],[60,14],[59,14],[61,14],[62,14],[10,14],[63,14],[64,14],[65,14],[11,14],[66,14],[67,14],[68,14],[69,14],[70,14],[1,14],[71,14],[72,14],[12,14],[76,14],[74,14],[79,14],[78,14],[73,14],[77,14],[75,14],[80,14],[119,207],[129,208],[118,207],[139,209],[110,210],[109,211],[138,205],[132,212],[137,213],[112,214],[126,215],[111,216],[135,217],[107,218],[106,205],[136,219],[108,220],[113,221],[114,14],[117,221],[104,14],[140,222],[130,223],[121,224],[122,225],[124,226],[120,227],[123,228],[133,205],[115,229],[116,230],[125,231],[105,232],[128,223],[127,221],[131,14],[134,233],[412,234],[426,235],[430,236],[432,237],[425,238],[433,239],[436,240],[439,241],[440,242],[441,14],[443,243],[442,244],[419,245],[420,243],[438,246],[421,247],[431,68],[437,246],[427,248],[424,249],[444,246],[429,248],[428,250],[422,251],[423,252],[417,247],[413,68],[414,14],[415,14],[416,14],[411,14]],"changeFileSet":[446,447,448,449,450,451,452,453,454,456,455,458,459,460,445,461,462,463,464,465,466,467,410,363,457,142,143,144,99,145,146,147,94,97,95,96,148,149,150,151,152,153,154,155,156,157,158,100,98,159,160,161,193,162,163,164,165,166,167,168,169,170,171,172,173,174,175,177,176,178,179,180,181,182,183,184,185,186,187,188,189,190,101,102,103,141,191,192,86,198,199,197,195,196,84,87,286,85,435,434,418,93,366,370,372,219,233,337,265,340,301,310,338,220,264,266,339,240,221,245,234,204,292,293,209,289,294,381,287,382,271,290,394,393,296,392,390,391,291,278,279,288,305,306,295,273,274,385,388,252,251,250,397,249,225,400,403,402,404,200,331,232,202,354,355,357,360,356,358,359,218,231,365,373,377,214,281,280,272,300,298,297,299,304,276,213,238,328,205,212,201,342,352,341,351,239,223,319,318,325,327,320,324,326,323,322,321,261,246,313,247,207,206,317,316,315,314,208,285,302,284,309,311,308,241,194,329,267,303,350,270,345,211,346,348,349,332,344,243,330,353,215,217,222,312,210,216,269,268,224,277,275,226,228,401,227,229,368,367,369,399,230,283,92,307,253,263,242,375,384,260,379,259,362,258,203,386,256,257,248,262,255,254,244,237,347,236,235,371,282,364,83,91,88,89,90,343,336,335,334,333,374,376,378,380,383,409,387,408,389,395,396,398,405,407,406,361,81,82,13,14,16,15,2,17,18,19,20,21,22,23,24,3,25,26,4,27,31,28,29,30,32,33,34,5,35,36,37,38,6,42,39,40,41,43,7,44,49,50,45,46,47,48,8,54,51,52,53,55,9,56,57,58,60,59,61,62,10,63,64,65,11,66,67,68,69,70,1,71,72,12,76,74,79,78,73,77,75,80,119,129,118,139,110,109,138,132,137,112,126,111,135,107,106,136,108,113,114,117,104,140,130,121,122,124,120,123,133,115,116,125,105,128,127,131,134,412,426,430,432,425,433,436,439,440,441,443,442,468,469,470,419,471,472,473,474,475,476,477,420,438,421,431,437,427,424,444,429,428,422,423,417,413,414,415,416,411],"version":"5.9.3"} \ No newline at end of file +{"fileNames":["../../node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/typescript/lib/lib.es2023.d.ts","../../node_modules/typescript/lib/lib.es2024.d.ts","../../node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/typescript/lib/lib.es2023.array.d.ts","../../node_modules/typescript/lib/lib.es2023.collection.d.ts","../../node_modules/typescript/lib/lib.es2023.intl.d.ts","../../node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../../node_modules/typescript/lib/lib.es2024.collection.d.ts","../../node_modules/typescript/lib/lib.es2024.object.d.ts","../../node_modules/typescript/lib/lib.es2024.promise.d.ts","../../node_modules/typescript/lib/lib.es2024.regexp.d.ts","../../node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2024.string.d.ts","../../node_modules/typescript/lib/lib.esnext.array.d.ts","../../node_modules/typescript/lib/lib.esnext.collection.d.ts","../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../node_modules/typescript/lib/lib.esnext.promise.d.ts","../../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../node_modules/typescript/lib/lib.esnext.iterator.d.ts","../../node_modules/typescript/lib/lib.esnext.float16.d.ts","../../node_modules/typescript/lib/lib.esnext.error.d.ts","../../node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/next/dist/styled-jsx/types/css.d.ts","../../node_modules/@types/react/global.d.ts","../../node_modules/csstype/index.d.ts","../../node_modules/@types/prop-types/index.d.ts","../../node_modules/@types/react/index.d.ts","../../node_modules/next/dist/styled-jsx/types/index.d.ts","../../node_modules/next/dist/styled-jsx/types/macro.d.ts","../../node_modules/next/dist/styled-jsx/types/style.d.ts","../../node_modules/next/dist/styled-jsx/types/global.d.ts","../../node_modules/next/dist/shared/lib/amp.d.ts","../../node_modules/next/amp.d.ts","../../node_modules/@types/node/compatibility/disposable.d.ts","../../node_modules/@types/node/compatibility/indexable.d.ts","../../node_modules/@types/node/compatibility/iterators.d.ts","../../node_modules/@types/node/compatibility/index.d.ts","../../node_modules/@types/node/globals.typedarray.d.ts","../../node_modules/@types/node/buffer.buffer.d.ts","../../node_modules/@types/node/globals.d.ts","../../node_modules/@types/node/web-globals/abortcontroller.d.ts","../../node_modules/@types/node/web-globals/domexception.d.ts","../../node_modules/@types/node/web-globals/events.d.ts","../../node_modules/undici-types/header.d.ts","../../node_modules/undici-types/readable.d.ts","../../node_modules/undici-types/file.d.ts","../../node_modules/undici-types/fetch.d.ts","../../node_modules/undici-types/formdata.d.ts","../../node_modules/undici-types/connector.d.ts","../../node_modules/undici-types/client.d.ts","../../node_modules/undici-types/errors.d.ts","../../node_modules/undici-types/dispatcher.d.ts","../../node_modules/undici-types/global-dispatcher.d.ts","../../node_modules/undici-types/global-origin.d.ts","../../node_modules/undici-types/pool-stats.d.ts","../../node_modules/undici-types/pool.d.ts","../../node_modules/undici-types/handlers.d.ts","../../node_modules/undici-types/balanced-pool.d.ts","../../node_modules/undici-types/agent.d.ts","../../node_modules/undici-types/mock-interceptor.d.ts","../../node_modules/undici-types/mock-agent.d.ts","../../node_modules/undici-types/mock-client.d.ts","../../node_modules/undici-types/mock-pool.d.ts","../../node_modules/undici-types/mock-errors.d.ts","../../node_modules/undici-types/proxy-agent.d.ts","../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../node_modules/undici-types/retry-handler.d.ts","../../node_modules/undici-types/retry-agent.d.ts","../../node_modules/undici-types/api.d.ts","../../node_modules/undici-types/interceptors.d.ts","../../node_modules/undici-types/util.d.ts","../../node_modules/undici-types/cookies.d.ts","../../node_modules/undici-types/patch.d.ts","../../node_modules/undici-types/websocket.d.ts","../../node_modules/undici-types/eventsource.d.ts","../../node_modules/undici-types/filereader.d.ts","../../node_modules/undici-types/diagnostics-channel.d.ts","../../node_modules/undici-types/content-type.d.ts","../../node_modules/undici-types/cache.d.ts","../../node_modules/undici-types/index.d.ts","../../node_modules/@types/node/web-globals/fetch.d.ts","../../node_modules/@types/node/assert.d.ts","../../node_modules/@types/node/assert/strict.d.ts","../../node_modules/@types/node/async_hooks.d.ts","../../node_modules/@types/node/buffer.d.ts","../../node_modules/@types/node/child_process.d.ts","../../node_modules/@types/node/cluster.d.ts","../../node_modules/@types/node/console.d.ts","../../node_modules/@types/node/constants.d.ts","../../node_modules/@types/node/crypto.d.ts","../../node_modules/@types/node/dgram.d.ts","../../node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/@types/node/dns.d.ts","../../node_modules/@types/node/dns/promises.d.ts","../../node_modules/@types/node/domain.d.ts","../../node_modules/@types/node/events.d.ts","../../node_modules/@types/node/fs.d.ts","../../node_modules/@types/node/fs/promises.d.ts","../../node_modules/@types/node/http.d.ts","../../node_modules/@types/node/http2.d.ts","../../node_modules/@types/node/https.d.ts","../../node_modules/@types/node/inspector.generated.d.ts","../../node_modules/@types/node/module.d.ts","../../node_modules/@types/node/net.d.ts","../../node_modules/@types/node/os.d.ts","../../node_modules/@types/node/path.d.ts","../../node_modules/@types/node/perf_hooks.d.ts","../../node_modules/@types/node/process.d.ts","../../node_modules/@types/node/punycode.d.ts","../../node_modules/@types/node/querystring.d.ts","../../node_modules/@types/node/readline.d.ts","../../node_modules/@types/node/readline/promises.d.ts","../../node_modules/@types/node/repl.d.ts","../../node_modules/@types/node/sea.d.ts","../../node_modules/@types/node/stream.d.ts","../../node_modules/@types/node/stream/promises.d.ts","../../node_modules/@types/node/stream/consumers.d.ts","../../node_modules/@types/node/stream/web.d.ts","../../node_modules/@types/node/string_decoder.d.ts","../../node_modules/@types/node/test.d.ts","../../node_modules/@types/node/timers.d.ts","../../node_modules/@types/node/timers/promises.d.ts","../../node_modules/@types/node/tls.d.ts","../../node_modules/@types/node/trace_events.d.ts","../../node_modules/@types/node/tty.d.ts","../../node_modules/@types/node/url.d.ts","../../node_modules/@types/node/util.d.ts","../../node_modules/@types/node/v8.d.ts","../../node_modules/@types/node/vm.d.ts","../../node_modules/@types/node/wasi.d.ts","../../node_modules/@types/node/worker_threads.d.ts","../../node_modules/@types/node/zlib.d.ts","../../node_modules/@types/node/index.d.ts","../../node_modules/next/dist/server/get-page-files.d.ts","../../node_modules/@types/react/canary.d.ts","../../node_modules/@types/react/experimental.d.ts","../../node_modules/@types/react-dom/index.d.ts","../../node_modules/@types/react-dom/canary.d.ts","../../node_modules/@types/react-dom/experimental.d.ts","../../node_modules/next/dist/compiled/webpack/webpack.d.ts","../../node_modules/next/dist/server/config.d.ts","../../node_modules/next/dist/lib/load-custom-routes.d.ts","../../node_modules/next/dist/shared/lib/image-config.d.ts","../../node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.d.ts","../../node_modules/next/dist/server/body-streams.d.ts","../../node_modules/next/dist/server/future/route-kind.d.ts","../../node_modules/next/dist/server/future/route-definitions/route-definition.d.ts","../../node_modules/next/dist/server/future/route-matches/route-match.d.ts","../../node_modules/next/dist/client/components/app-router-headers.d.ts","../../node_modules/next/dist/server/request-meta.d.ts","../../node_modules/next/dist/server/lib/revalidate.d.ts","../../node_modules/next/dist/server/config-shared.d.ts","../../node_modules/next/dist/server/base-http/index.d.ts","../../node_modules/next/dist/server/api-utils/index.d.ts","../../node_modules/next/dist/server/node-environment.d.ts","../../node_modules/next/dist/server/require-hook.d.ts","../../node_modules/next/dist/server/node-polyfill-crypto.d.ts","../../node_modules/next/dist/lib/page-types.d.ts","../../node_modules/next/dist/build/analysis/get-page-static-info.d.ts","../../node_modules/next/dist/build/webpack/loaders/get-module-build-info.d.ts","../../node_modules/next/dist/build/webpack/plugins/middleware-plugin.d.ts","../../node_modules/next/dist/server/render-result.d.ts","../../node_modules/next/dist/server/future/helpers/i18n-provider.d.ts","../../node_modules/next/dist/server/web/next-url.d.ts","../../node_modules/next/dist/compiled/@edge-runtime/cookies/index.d.ts","../../node_modules/next/dist/server/web/spec-extension/cookies.d.ts","../../node_modules/next/dist/server/web/spec-extension/request.d.ts","../../node_modules/next/dist/server/web/spec-extension/fetch-event.d.ts","../../node_modules/next/dist/server/web/spec-extension/response.d.ts","../../node_modules/next/dist/server/web/types.d.ts","../../node_modules/next/dist/lib/setup-exception-listeners.d.ts","../../node_modules/next/dist/lib/constants.d.ts","../../node_modules/next/dist/build/index.d.ts","../../node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.d.ts","../../node_modules/next/dist/shared/lib/router/utils/route-regex.d.ts","../../node_modules/next/dist/shared/lib/router/utils/route-matcher.d.ts","../../node_modules/next/dist/shared/lib/router/utils/parse-url.d.ts","../../node_modules/next/dist/server/base-http/node.d.ts","../../node_modules/next/dist/server/font-utils.d.ts","../../node_modules/next/dist/build/webpack/plugins/flight-manifest-plugin.d.ts","../../node_modules/next/dist/server/future/route-modules/route-module.d.ts","../../node_modules/next/dist/shared/lib/deep-readonly.d.ts","../../node_modules/next/dist/server/load-components.d.ts","../../node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.d.ts","../../node_modules/next/dist/build/webpack/plugins/next-font-manifest-plugin.d.ts","../../node_modules/next/dist/server/future/route-definitions/locale-route-definition.d.ts","../../node_modules/next/dist/server/future/route-definitions/pages-route-definition.d.ts","../../node_modules/next/dist/shared/lib/mitt.d.ts","../../node_modules/next/dist/client/with-router.d.ts","../../node_modules/next/dist/client/router.d.ts","../../node_modules/next/dist/client/route-loader.d.ts","../../node_modules/next/dist/client/page-loader.d.ts","../../node_modules/next/dist/shared/lib/bloom-filter.d.ts","../../node_modules/next/dist/shared/lib/router/router.d.ts","../../node_modules/next/dist/shared/lib/router-context.shared-runtime.d.ts","../../node_modules/next/dist/shared/lib/loadable-context.shared-runtime.d.ts","../../node_modules/next/dist/shared/lib/loadable.shared-runtime.d.ts","../../node_modules/next/dist/shared/lib/image-config-context.shared-runtime.d.ts","../../node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.d.ts","../../node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.d.ts","../../node_modules/next/dist/server/future/route-definitions/app-page-route-definition.d.ts","../../node_modules/next/dist/shared/lib/modern-browserslist-target.d.ts","../../node_modules/next/dist/shared/lib/constants.d.ts","../../node_modules/next/dist/build/webpack/loaders/metadata/types.d.ts","../../node_modules/next/dist/build/page-extensions-type.d.ts","../../node_modules/next/dist/build/webpack/loaders/next-app-loader.d.ts","../../node_modules/next/dist/server/lib/app-dir-module.d.ts","../../node_modules/next/dist/server/response-cache/types.d.ts","../../node_modules/next/dist/server/response-cache/index.d.ts","../../node_modules/next/dist/server/lib/incremental-cache/index.d.ts","../../node_modules/next/dist/client/components/hooks-server-context.d.ts","../../node_modules/next/dist/server/app-render/dynamic-rendering.d.ts","../../node_modules/next/dist/client/components/static-generation-async-storage-instance.d.ts","../../node_modules/next/dist/client/components/static-generation-async-storage.external.d.ts","../../node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.d.ts","../../node_modules/next/dist/server/async-storage/draft-mode-provider.d.ts","../../node_modules/next/dist/server/web/spec-extension/adapters/headers.d.ts","../../node_modules/next/dist/client/components/request-async-storage-instance.d.ts","../../node_modules/next/dist/client/components/request-async-storage.external.d.ts","../../node_modules/next/dist/server/app-render/create-error-handler.d.ts","../../node_modules/next/dist/server/app-render/app-render.d.ts","../../node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.d.ts","../../node_modules/next/dist/shared/lib/amp-context.shared-runtime.d.ts","../../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.d.ts","../../node_modules/next/dist/server/future/route-modules/app-page/module.compiled.d.ts","../../node_modules/@types/react/jsx-runtime.d.ts","../../node_modules/next/dist/client/components/error-boundary.d.ts","../../node_modules/next/dist/client/components/router-reducer/create-initial-router-state.d.ts","../../node_modules/next/dist/client/components/app-router.d.ts","../../node_modules/next/dist/client/components/layout-router.d.ts","../../node_modules/next/dist/client/components/render-from-template-context.d.ts","../../node_modules/next/dist/client/components/action-async-storage-instance.d.ts","../../node_modules/next/dist/client/components/action-async-storage.external.d.ts","../../node_modules/next/dist/client/components/client-page.d.ts","../../node_modules/next/dist/client/components/search-params.d.ts","../../node_modules/next/dist/client/components/not-found-boundary.d.ts","../../node_modules/next/dist/server/app-render/rsc/preloads.d.ts","../../node_modules/next/dist/server/app-render/rsc/postpone.d.ts","../../node_modules/next/dist/server/app-render/rsc/taint.d.ts","../../node_modules/next/dist/server/app-render/entry-base.d.ts","../../node_modules/next/dist/build/templates/app-page.d.ts","../../node_modules/next/dist/server/future/route-modules/app-page/module.d.ts","../../node_modules/next/dist/server/lib/builtin-request-context.d.ts","../../node_modules/next/dist/server/app-render/types.d.ts","../../node_modules/next/dist/client/components/router-reducer/fetch-server-response.d.ts","../../node_modules/next/dist/client/components/router-reducer/router-reducer-types.d.ts","../../node_modules/next/dist/shared/lib/app-router-context.shared-runtime.d.ts","../../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.d.ts","../../node_modules/next/dist/server/future/route-modules/pages/module.compiled.d.ts","../../node_modules/next/dist/build/templates/pages.d.ts","../../node_modules/next/dist/server/future/route-modules/pages/module.d.ts","../../node_modules/next/dist/server/render.d.ts","../../node_modules/next/dist/server/future/route-definitions/pages-api-route-definition.d.ts","../../node_modules/next/dist/server/future/route-matches/pages-api-route-match.d.ts","../../node_modules/next/dist/server/future/route-matchers/route-matcher.d.ts","../../node_modules/next/dist/server/future/route-matcher-providers/route-matcher-provider.d.ts","../../node_modules/next/dist/server/future/route-matcher-managers/route-matcher-manager.d.ts","../../node_modules/next/dist/server/future/normalizers/normalizer.d.ts","../../node_modules/next/dist/server/future/normalizers/locale-route-normalizer.d.ts","../../node_modules/next/dist/server/future/normalizers/request/pathname-normalizer.d.ts","../../node_modules/next/dist/server/future/normalizers/request/suffix.d.ts","../../node_modules/next/dist/server/future/normalizers/request/rsc.d.ts","../../node_modules/next/dist/server/future/normalizers/request/prefix.d.ts","../../node_modules/next/dist/server/future/normalizers/request/postponed.d.ts","../../node_modules/next/dist/server/future/normalizers/request/action.d.ts","../../node_modules/next/dist/server/future/normalizers/request/prefetch-rsc.d.ts","../../node_modules/next/dist/server/future/normalizers/request/next-data.d.ts","../../node_modules/next/dist/server/base-server.d.ts","../../node_modules/next/dist/server/image-optimizer.d.ts","../../node_modules/next/dist/server/next-server.d.ts","../../node_modules/next/dist/lib/coalesced-function.d.ts","../../node_modules/next/dist/server/lib/router-utils/types.d.ts","../../node_modules/next/dist/trace/types.d.ts","../../node_modules/next/dist/trace/trace.d.ts","../../node_modules/next/dist/trace/shared.d.ts","../../node_modules/next/dist/trace/index.d.ts","../../node_modules/next/dist/build/load-jsconfig.d.ts","../../node_modules/next/dist/build/webpack-config.d.ts","../../node_modules/next/dist/build/webpack/plugins/define-env-plugin.d.ts","../../node_modules/next/dist/build/swc/index.d.ts","../../node_modules/next/dist/server/dev/parse-version-info.d.ts","../../node_modules/next/dist/server/dev/hot-reloader-types.d.ts","../../node_modules/next/dist/telemetry/storage.d.ts","../../node_modules/next/dist/server/lib/types.d.ts","../../node_modules/next/dist/server/lib/render-server.d.ts","../../node_modules/next/dist/server/lib/router-server.d.ts","../../node_modules/next/dist/shared/lib/router/utils/path-match.d.ts","../../node_modules/next/dist/server/lib/router-utils/filesystem.d.ts","../../node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts","../../node_modules/next/dist/server/lib/dev-bundler-service.d.ts","../../node_modules/next/dist/server/dev/static-paths-worker.d.ts","../../node_modules/next/dist/server/dev/next-dev-server.d.ts","../../node_modules/next/dist/server/next.d.ts","../../node_modules/next/dist/lib/metadata/types/alternative-urls-types.d.ts","../../node_modules/next/dist/lib/metadata/types/extra-types.d.ts","../../node_modules/next/dist/lib/metadata/types/metadata-types.d.ts","../../node_modules/next/dist/lib/metadata/types/manifest-types.d.ts","../../node_modules/next/dist/lib/metadata/types/opengraph-types.d.ts","../../node_modules/next/dist/lib/metadata/types/twitter-types.d.ts","../../node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts","../../node_modules/next/types/index.d.ts","../../node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts","../../node_modules/@next/env/dist/index.d.ts","../../node_modules/next/dist/shared/lib/utils.d.ts","../../node_modules/next/dist/pages/_app.d.ts","../../node_modules/next/app.d.ts","../../node_modules/next/dist/server/web/spec-extension/unstable-cache.d.ts","../../node_modules/next/dist/server/web/spec-extension/revalidate.d.ts","../../node_modules/next/dist/server/web/spec-extension/unstable-no-store.d.ts","../../node_modules/next/cache.d.ts","../../node_modules/next/dist/shared/lib/runtime-config.external.d.ts","../../node_modules/next/config.d.ts","../../node_modules/next/dist/pages/_document.d.ts","../../node_modules/next/document.d.ts","../../node_modules/next/dist/shared/lib/dynamic.d.ts","../../node_modules/next/dynamic.d.ts","../../node_modules/next/dist/pages/_error.d.ts","../../node_modules/next/error.d.ts","../../node_modules/next/dist/shared/lib/head.d.ts","../../node_modules/next/head.d.ts","../../node_modules/next/dist/client/components/draft-mode.d.ts","../../node_modules/next/dist/client/components/headers.d.ts","../../node_modules/next/headers.d.ts","../../node_modules/next/dist/shared/lib/get-img-props.d.ts","../../node_modules/next/dist/client/image-component.d.ts","../../node_modules/next/dist/shared/lib/image-external.d.ts","../../node_modules/next/image.d.ts","../../node_modules/next/dist/client/link.d.ts","../../node_modules/next/link.d.ts","../../node_modules/next/dist/client/components/redirect-status-code.d.ts","../../node_modules/next/dist/client/components/redirect.d.ts","../../node_modules/next/dist/client/components/not-found.d.ts","../../node_modules/next/dist/client/components/navigation.react-server.d.ts","../../node_modules/next/dist/client/components/navigation.d.ts","../../node_modules/next/navigation.d.ts","../../node_modules/next/router.d.ts","../../node_modules/next/dist/client/script.d.ts","../../node_modules/next/script.d.ts","../../node_modules/next/dist/server/web/spec-extension/user-agent.d.ts","../../node_modules/next/dist/compiled/@edge-runtime/primitives/url.d.ts","../../node_modules/next/dist/server/web/spec-extension/image-response.d.ts","../../node_modules/next/dist/compiled/@vercel/og/satori/index.d.ts","../../node_modules/next/dist/compiled/@vercel/og/emoji/index.d.ts","../../node_modules/next/dist/compiled/@vercel/og/types.d.ts","../../node_modules/next/server.d.ts","../../node_modules/next/types/global.d.ts","../../node_modules/next/types/compiled.d.ts","../../node_modules/next/index.d.ts","../../node_modules/next/image-types/global.d.ts","../../next-env.d.ts","../../tailwind.config.ts","../../src/app/(auth)/api/chat/stream/route.ts","../../src/hooks/use-websocket.ts","../../src/lib/api.ts","../../src/lib/markdown.ts","../../src/lib/utils.ts","../../src/hooks/use-auth.tsx","../../node_modules/next-themes/dist/index.d.ts","../../src/app/layout.tsx","../../src/components/auth-guard.tsx","../../src/components/change-password-dialog.tsx","../../src/components/theme-toggle.tsx","../../src/components/user-menu.tsx","../../src/components/nav.tsx","../../src/app/(auth)/layout.tsx","../../src/app/(auth)/chat/page.tsx","../../src/components/market-temp.tsx","../../src/components/stock-card.tsx","../../src/components/sector-heatmap.tsx","../../src/app/(auth)/dashboard/page.tsx","../../src/components/error-boundary.tsx","../../src/app/(auth)/diagnose/page.tsx","../../src/app/(auth)/recommendations/page.tsx","../../node_modules/echarts/types/dist/echarts.d.ts","../../node_modules/echarts/index.d.ts","../../src/app/(auth)/sectors/page.tsx","../../src/components/kline-chart.tsx","../../src/components/capital-flow.tsx","../../src/app/(auth)/stock/[code]/page.tsx","../../src/app/(auth)/users/page.tsx","../../src/app/(public)/layout.tsx","../../src/app/(public)/page.tsx","../../src/app/(public)/login/page.tsx","../../src/components/score-radar.tsx","../types/app/layout.ts","../types/app/(auth)/api/chat/stream/route.ts","../types/app/(auth)/chat/page.ts","../types/app/(auth)/dashboard/page.ts","../types/app/(auth)/diagnose/page.ts","../types/app/(auth)/recommendations/page.ts","../types/app/(auth)/sectors/page.ts","../types/app/(auth)/stock/[code]/page.ts","../types/app/(auth)/users/page.ts","../types/app/(public)/layout.ts","../types/app/(public)/page.ts","../types/app/(public)/login/page.ts","../../node_modules/@types/json5/index.d.ts","../types/app/api/chat/stream/route.ts","../types/app/chat/page.ts","../types/app/diagnose/page.ts","../types/app/login/page.ts","../types/app/monitor/page.ts","../types/app/page.ts","../types/app/recommendations/page.ts","../types/app/sectors/page.ts","../types/app/stock/[code]/page.ts","../types/app/users/page.ts","../../src/app/api/chat/stream/route.ts","../../src/app/chat/page.tsx","../../src/app/diagnose/page.tsx","../../src/app/login/page.tsx","../../src/app/monitor/page.tsx","../../src/app/page.tsx","../../src/app/recommendations/page.tsx","../../src/app/sectors/page.tsx","../../src/app/stock/[code]/page.tsx","../../src/app/users/page.tsx"],"fileIdsList":[[99,145,405,412],[99,145,360,426],[99,145,360,430],[99,145,360,432],[99,145,360,433],[99,145,360,436],[99,145,360,439],[99,145,360,440],[99,145,360,441],[99,145,360,443],[99,145,360,442],[99,145,360,419],[99,145,408,409],[99,145],[99,142,145],[99,144,145],[145],[99,145,150,178],[99,145,146,151,156,164,175,186],[99,145,146,147,156,164],[94,95,96,99,145],[99,145,148,187],[99,145,149,150,157,165],[99,145,150,175,183],[99,145,151,153,156,164],[99,144,145,152],[99,145,153,154],[99,145,155,156],[99,144,145,156],[99,145,156,157,158,175,186],[99,145,156,157,158,171,175,178],[99,145,153,156,159,164,175,186],[99,145,156,157,159,160,164,175,183,186],[99,145,159,161,175,183,186],[97,98,99,100,101,102,103,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192],[99,145,156,162],[99,145,163,186,191],[99,145,153,156,164,175],[99,145,165],[99,145,166],[99,144,145,167],[99,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192],[99,145,169],[99,145,170],[99,145,156,171,172],[99,145,171,173,187,189],[99,145,156,175,176,178],[99,145,177,178],[99,145,175,176],[99,145,178],[99,145,179],[99,142,145,175,180],[99,145,156,181,182],[99,145,181,182],[99,145,150,164,175,183],[99,145,184],[99,145,164,185],[99,145,159,170,186],[99,145,150,187],[99,145,175,188],[99,145,163,189],[99,145,190],[99,140,145],[99,140,145,156,158,167,175,178,186,189,191],[99,145,175,192],[87,99,145,197,198,199],[87,99,145,197,198],[87,99,145],[87,91,99,145,196,361,404],[87,91,99,145,195,361,404],[84,85,86,99,145],[99,145,434],[92,99,145],[99,145,365],[99,145,367,368,369],[99,145,371],[99,145,202,212,218,220,361],[99,145,202,209,211,214,232],[99,145,212],[99,145,212,214,339],[99,145,267,285,300,407],[99,145,309],[99,145,202,212,219,253,263,336,337,407],[99,145,219,407],[99,145,212,263,264,265,407],[99,145,212,219,253,407],[99,145,407],[99,145,202,219,220,407],[99,145,293],[99,144,145,193,292],[87,99,145,286,287,288,306,307],[87,99,145,286],[99,145,276],[99,145,275,277,381],[87,99,145,286,287,304],[99,145,282,307,393],[99,145,391,392],[99,145,226,390],[99,145,279],[99,144,145,193,226,242,275,276,277,278],[87,99,145,304,306,307],[99,145,304,306],[99,145,304,305,307],[99,145,170,193],[99,145,274],[99,144,145,193,211,213,270,271,272,273],[87,99,145,203,384],[87,99,145,186,193],[87,99,145,219,251],[87,99,145,219],[99,145,249,254],[87,99,145,250,364],[87,91,99,145,159,193,195,196,361,402,403],[99,145,361],[99,145,201],[99,145,354,355,356,357,358,359],[99,145,356],[87,99,145,250,286,364],[87,99,145,286,362,364],[87,99,145,286,364],[99,145,159,193,213,364],[99,145,159,193,210,211,222,240,242,274,279,280,302,304],[99,145,271,274,279,287,289,290,291,293,294,295,296,297,298,299,407],[99,145,272],[87,99,145,170,193,211,212,240,242,243,245,270,302,303,307,361,407],[99,145,159,193,213,214,226,227,275],[99,145,159,193,212,214],[99,145,159,175,193,210,213,214],[99,145,159,170,186,193,210,211,212,213,214,219,222,223,233,234,236,239,240,242,243,244,245,269,270,303,304,312,314,317,319,322,324,325,326,327],[99,145,159,175,193],[99,145,202,203,204,210,211,361,364,407],[99,145,159,175,186,193,207,338,340,341,407],[99,145,170,186,193,207,210,213,230,234,236,237,238,243,270,317,328,330,336,350,351],[99,145,212,216,270],[99,145,210,212],[99,145,223,318],[99,145,320,321],[99,145,320],[99,145,318],[99,145,320,323],[99,145,206,207],[99,145,206,246],[99,145,206],[99,145,208,223,316],[99,145,315],[99,145,207,208],[99,145,208,313],[99,145,207],[99,145,302],[99,145,159,193,210,222,241,261,267,281,284,301,304],[99,145,255,256,257,258,259,260,282,283,307,362],[99,145,311],[99,145,159,193,210,222,241,247,308,310,312,361,364],[99,145,159,186,193,203,210,212,269],[99,145,266],[99,145,159,193,344,349],[99,145,233,242,269,364],[99,145,332,336,350,353],[99,145,159,216,336,344,345,353],[99,145,202,212,233,244,347],[99,145,159,193,212,219,244,331,332,342,343,346,348],[99,145,194,240,241,242,361,364],[99,145,159,170,186,193,208,210,211,213,216,221,222,230,233,234,236,237,238,239,243,245,269,270,314,328,329,364],[99,145,159,193,210,212,216,330,352],[99,145,159,193,211,213],[87,99,145,159,170,193,201,203,210,211,214,222,239,240,242,243,245,311,361,364],[99,145,159,170,186,193,205,208,209,213],[99,145,206,268],[99,145,159,193,206,211,222],[99,145,159,193,212,223],[99,145,159,193],[99,145,226],[99,145,225],[99,145,227],[99,145,212,224,226,230],[99,145,212,224,226],[99,145,159,193,205,212,213,219,227,228,229],[87,99,145,304,305,306],[99,145,262],[87,99,145,203],[87,99,145,236],[87,99,145,194,239,242,245,361,364],[99,145,203,384,385],[87,99,145,254],[87,99,145,170,186,193,201,248,250,252,253,364],[99,145,213,219,236],[99,145,235],[87,99,145,157,159,170,193,201,254,263,361,362,363],[83,87,88,89,90,99,145,195,196,361,404],[99,145,150],[99,145,333,334,335],[99,145,333],[99,145,373],[99,145,375],[99,145,377],[99,145,379],[99,145,382],[99,145,386],[91,93,99,145,361,366,370,372,374,376,378,380,383,387,389,395,396,398,405,406,407],[99,145,388],[99,145,394],[99,145,250],[99,145,397],[99,144,145,227,228,229,230,399,400,401,404],[99,145,193],[87,91,99,145,159,161,170,193,195,196,197,199,201,214,353,360,364,404],[99,112,116,145,186],[99,112,145,175,186],[99,107,145],[99,109,112,145,183,186],[99,145,164,183],[99,107,145,193],[99,109,112,145,164,186],[99,104,105,108,111,145,156,175,186],[99,112,119,145],[99,104,110,145],[99,112,133,134,145],[99,108,112,145,178,186,193],[99,133,145,193],[99,106,107,145,193],[99,112,145],[99,106,107,108,109,110,111,112,113,114,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,134,135,136,137,138,139,145],[99,112,127,145],[99,112,119,120,145],[99,110,112,120,121,145],[99,111,145],[99,104,107,112,145],[99,112,116,120,121,145],[99,116,145],[99,110,112,115,145,186],[99,104,109,112,119,145],[99,145,175],[99,107,112,133,145,191,193],[99,145,405],[87,99,145,414,415,418],[87,99,145,413,414,415,417,422,427,428,429],[87,99,145,395,414,415,418,431],[99,145,420,423,424],[87,99,145,413,414,428],[87,99,145,413,414,416,431,435],[87,99,145,395,414,416,431,437,438],[87,99,145,414,417],[87,99,145,395,417],[87,99,145,389],[99,145,408,417,418],[87,99,145,418,435],[87,99,145,414],[99,145,414,416],[99,145,389,395,417,422],[87,99,145,414,416],[87,99,145,418],[87,99,145,417,421,422]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","signature":false,"impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","signature":false,"impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","signature":false,"impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","signature":false,"impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","signature":false,"impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","signature":false,"impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","signature":false,"impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","signature":false,"impliedFormat":1},{"version":"27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","signature":false,"impliedFormat":1},{"version":"8fd575e12870e9944c7e1d62e1f5a73fcf23dd8d3a321f2a2c74c20d022283fe","signature":false,"impliedFormat":1},{"version":"2ab096661c711e4a81cc464fa1e6feb929a54f5340b46b0a07ac6bbf857471f0","signature":false,"impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"2e80ee7a49e8ac312cc11b77f1475804bee36b3b2bc896bead8b6e1266befb43","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"df83c2a6c73228b625b0beb6669c7ee2a09c914637e2d35170723ad49c0f5cd4","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"87dc0f382502f5bbce5129bdc0aea21e19a3abbc19259e0b43ae038a9fc4e326","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"b1cb28af0c891c8c96b2d6b7be76bd394fddcfdb4709a20ba05a7c1605eea0f9","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"56e4ed5aab5f5920980066a9409bfaf53e6d21d3f8d020c17e4de584d29600ad","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"4ece9f17b3866cc077099c73f4983bddbcb1dc7ddb943227f1ec070f529dedd1","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"0a6282c8827e4b9a95f4bf4f5c205673ada31b982f50572d27103df8ceb8013c","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"1c9319a09485199c1f7b0498f2988d6d2249793ef67edda49d1e584746be9032","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"e3a2a0cee0f03ffdde24d89660eba2685bfbdeae955a6c67e8c4c9fd28928eeb","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"51ad4c928303041605b4d7ae32e0c1ee387d43a24cd6f1ebf4a2699e1076d4fa","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"60037901da1a425516449b9a20073aa03386cce92f7a1fd902d7602be3a7c2e9","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"22adec94ef7047a6c9d1af3cb96be87a335908bf9ef386ae9fd50eeb37f44c47","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"196cb558a13d4533a5163286f30b0509ce0210e4b316c56c38d4c0fd2fb38405","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"73f78680d4c08509933daf80947902f6ff41b6230f94dd002ae372620adb0f60","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"c5239f5c01bcfa9cd32f37c496cf19c61d69d37e48be9de612b541aac915805b","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"0990a7576222f248f0a3b888adcb7389f957928ce2afb1cd5128169086ff4d29","signature":false,"impliedFormat":1},{"version":"eb5b19b86227ace1d29ea4cf81387279d04bb34051e944bc53df69f58914b788","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"ac51dd7d31333793807a6abaa5ae168512b6131bd41d9c5b98477fc3b7800f9f","signature":false,"impliedFormat":1},{"version":"87d9d29dbc745f182683f63187bf3d53fd8673e5fca38ad5eaab69798ed29fbc","signature":false,"impliedFormat":1},{"version":"035312d4945d13efa134ae482f6dc56a1a9346f7ac3be7ccbad5741058ce87f3","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"cc69795d9954ee4ad57545b10c7bf1a7260d990231b1685c147ea71a6faa265c","signature":false,"impliedFormat":1},{"version":"8bc6c94ff4f2af1f4023b7bb2379b08d3d7dd80c698c9f0b07431ea16101f05f","signature":false,"impliedFormat":1},{"version":"1b61d259de5350f8b1e5db06290d31eaebebc6baafd5f79d314b5af9256d7153","signature":false,"impliedFormat":1},{"version":"57194e1f007f3f2cbef26fa299d4c6b21f4623a2eddc63dfeef79e38e187a36e","signature":false,"impliedFormat":1},{"version":"0f6666b58e9276ac3a38fdc80993d19208442d6027ab885580d93aec76b4ef00","signature":false,"impliedFormat":1},{"version":"05fd364b8ef02fb1e174fbac8b825bdb1e5a36a016997c8e421f5fab0a6da0a0","signature":false,"impliedFormat":1},{"version":"70521b6ab0dcba37539e5303104f29b721bfb2940b2776da4cc818c07e1fefc1","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","signature":false,"impliedFormat":1},{"version":"98cffbf06d6bab333473c70a893770dbe990783904002c4f1a960447b4b53dca","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"ba481bca06f37d3f2c137ce343c7d5937029b2468f8e26111f3c9d9963d6568d","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"6d9ef24f9a22a88e3e9b3b3d8c40ab1ddb0853f1bfbd5c843c37800138437b61","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","signature":false,"impliedFormat":1},{"version":"763fe0f42b3d79b440a9b6e51e9ba3f3f91352469c1e4b3b67bfa4ff6352f3f4","signature":false,"impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","signature":false,"impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","signature":false,"impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","signature":false,"impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","signature":false,"impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","signature":false,"impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","signature":false,"impliedFormat":1},{"version":"7f182617db458e98fc18dfb272d40aa2fff3a353c44a89b2c0ccb3937709bfb5","signature":false,"impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","signature":false,"impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","signature":false,"impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","signature":false,"impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","signature":false,"impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","signature":false,"impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","signature":false,"impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","signature":false,"impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","signature":false,"impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","signature":false,"impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","signature":false,"impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","signature":false,"impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","signature":false,"impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","signature":false,"impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","signature":false,"impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","signature":false,"impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","signature":false,"impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","signature":false,"impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","signature":false,"impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","signature":false,"impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","signature":false,"impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","signature":false,"impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","signature":false,"impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","signature":false,"impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","signature":false,"impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","signature":false,"impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","signature":false,"impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","signature":false,"impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","signature":false,"impliedFormat":1},{"version":"b52476feb4a0cbcb25e5931b930fc73cb6643fb1a5060bf8a3dda0eeae5b4b68","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"e2677634fe27e87348825bb041651e22d50a613e2fdf6a4a3ade971d71bac37e","signature":false,"impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","signature":false,"impliedFormat":1},{"version":"8c0bcd6c6b67b4b503c11e91a1fb91522ed585900eab2ab1f61bba7d7caa9d6f","signature":false,"impliedFormat":1},{"version":"8cd19276b6590b3ebbeeb030ac271871b9ed0afc3074ac88a94ed2449174b776","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"696eb8d28f5949b87d894b26dc97318ef944c794a9a4e4f62360cd1d1958014b","signature":false,"impliedFormat":1},{"version":"3f8fa3061bd7402970b399300880d55257953ee6d3cd408722cb9ac20126460c","signature":false,"impliedFormat":1},{"version":"35ec8b6760fd7138bbf5809b84551e31028fb2ba7b6dc91d95d098bf212ca8b4","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","signature":false,"impliedFormat":1},{"version":"68bd56c92c2bd7d2339457eb84d63e7de3bd56a69b25f3576e1568d21a162398","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"3e93b123f7c2944969d291b35fed2af79a6e9e27fdd5faa99748a51c07c02d28","signature":false,"impliedFormat":1},{"version":"9d19808c8c291a9010a6c788e8532a2da70f811adb431c97520803e0ec649991","signature":false,"impliedFormat":1},{"version":"87aad3dd9752067dc875cfaa466fc44246451c0c560b820796bdd528e29bef40","signature":false,"impliedFormat":1},{"version":"4aacb0dd020eeaef65426153686cc639a78ec2885dc72ad220be1d25f1a439df","signature":false,"impliedFormat":1},{"version":"f0bd7e6d931657b59605c44112eaf8b980ba7f957a5051ed21cb93d978cf2f45","signature":false,"impliedFormat":1},{"version":"8db0ae9cb14d9955b14c214f34dae1b9ef2baee2fe4ce794a4cd3ac2531e3255","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"15fc6f7512c86810273af28f224251a5a879e4261b4d4c7e532abfbfc3983134","signature":false,"impliedFormat":1},{"version":"58adba1a8ab2d10b54dc1dced4e41f4e7c9772cbbac40939c0dc8ce2cdb1d442","signature":false,"impliedFormat":1},{"version":"641942a78f9063caa5d6b777c99304b7d1dc7328076038c6d94d8a0b81fc95c1","signature":false,"impliedFormat":1},{"version":"714435130b9015fae551788df2a88038471a5a11eb471f27c4ede86552842bc9","signature":false,"impliedFormat":1},{"version":"855cd5f7eb396f5f1ab1bc0f8580339bff77b68a770f84c6b254e319bbfd1ac7","signature":false,"impliedFormat":1},{"version":"5650cf3dace09e7c25d384e3e6b818b938f68f4e8de96f52d9c5a1b3db068e86","signature":false,"impliedFormat":1},{"version":"1354ca5c38bd3fd3836a68e0f7c9f91f172582ba30ab15bb8c075891b91502b7","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"7e20d899c28ca26a2a7afc98beaa69e63ff7fba0a8bc47b4e3bf3ede5e09e424","signature":false,"impliedFormat":1},{"version":"2d2fcaab481b31a5882065c7951255703ddbe1c0e507af56ea42d79ac3911201","signature":false,"impliedFormat":1},{"version":"a192fe8ec33f75edbc8d8f3ed79f768dfae11ff5735e7fe52bfa69956e46d78d","signature":false,"impliedFormat":1},{"version":"ca867399f7db82df981d6915bcbb2d81131d7d1ef683bc782b59f71dda59bc85","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"372413016d17d804e1d139418aca0c68e47a83fb6669490857f4b318de8cccb3","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"9e043a1bc8fbf2a255bccf9bf27e0f1caf916c3b0518ea34aa72357c0afd42ec","signature":false,"impliedFormat":1},{"version":"b4f70ec656a11d570e1a9edce07d118cd58d9760239e2ece99306ee9dfe61d02","signature":false,"impliedFormat":1},{"version":"3bc2f1e2c95c04048212c569ed38e338873f6a8593930cf5a7ef24ffb38fc3b6","signature":false,"impliedFormat":1},{"version":"6e70e9570e98aae2b825b533aa6292b6abd542e8d9f6e9475e88e1d7ba17c866","signature":false,"impliedFormat":1},{"version":"f9d9d753d430ed050dc1bf2667a1bab711ccbb1c1507183d794cc195a5b085cc","signature":false,"impliedFormat":1},{"version":"9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","signature":false,"impliedFormat":1},{"version":"085f552d005479e2e6a7311cdbbe5d8c55c497b4d19274285df161ee9684cd9c","signature":false,"impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","signature":false,"impliedFormat":1},{"version":"45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee","signature":false,"impliedFormat":1},{"version":"007faacc9268357caa21d24169f3f3f2497af3e9241308df2d89f6e6d9bb3f2e","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"74cf591a0f63db318651e0e04cb55f8791385f86e987a67fd4d2eaab8191f730","signature":false,"impliedFormat":1},{"version":"5eab9b3dc9b34f185417342436ec3f106898da5f4801992d8ff38ab3aff346b5","signature":false,"impliedFormat":1},{"version":"12ed4559eba17cd977aa0db658d25c4047067444b51acfdcbf38470630642b23","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"f3ffabc95802521e1e4bcba4c88d8615176dc6e09111d920c7a213bdda6e1d65","signature":false,"impliedFormat":1},{"version":"809821b8a065e3234a55b3a9d7846231ed18d66dd749f2494c66288d890daf7f","signature":false,"impliedFormat":1},{"version":"ae56f65caf3be91108707bd8dfbccc2a57a91feb5daabf7165a06a945545ed26","signature":false,"impliedFormat":1},{"version":"a136d5de521da20f31631a0a96bf712370779d1c05b7015d7019a9b2a0446ca9","signature":false,"impliedFormat":1},{"version":"c3b41e74b9a84b88b1dca61ec39eee25c0dbc8e7d519ba11bb070918cfacf656","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"4737a9dc24d0e68b734e6cfbcea0c15a2cfafeb493485e27905f7856988c6b29","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"36d8d3e7506b631c9582c251a2c0b8a28855af3f76719b12b534c6edf952748d","signature":false,"impliedFormat":1},{"version":"1ca69210cc42729e7ca97d3a9ad48f2e9cb0042bada4075b588ae5387debd318","signature":false,"impliedFormat":1},{"version":"f5ebe66baaf7c552cfa59d75f2bfba679f329204847db3cec385acda245e574e","signature":false,"impliedFormat":1},{"version":"ed59add13139f84da271cafd32e2171876b0a0af2f798d0c663e8eeb867732cf","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"b7c5e2ea4a9749097c347454805e933844ed207b6eefec6b7cfd418b5f5f7b28","signature":false,"impliedFormat":1},{"version":"b1810689b76fd473bd12cc9ee219f8e62f54a7d08019a235d07424afbf074d25","signature":false,"impliedFormat":1},{"version":"8caa5c86be1b793cd5f599e27ecb34252c41e011980f7d61ae4989a149ff6ccc","signature":false,"impliedFormat":1},{"version":"f9fd93190acb1ffe0bc0fb395df979452f8d625071e9ffc8636e4dfb86ab2508","signature":false,"impliedFormat":1},{"version":"5f41fd8732a89e940c58ce22206e3df85745feb8983e2b4c6257fb8cbb118493","signature":false,"impliedFormat":1},{"version":"17ed71200119e86ccef2d96b73b02ce8854b76ad6bd21b5021d4269bec527b5f","signature":false,"impliedFormat":1},{"version":"1cfa8647d7d71cb03847d616bd79320abfc01ddea082a49569fda71ac5ece66b","signature":false,"impliedFormat":1},{"version":"bb7a61dd55dc4b9422d13da3a6bb9cc5e89be888ef23bbcf6558aa9726b89a1c","signature":false,"impliedFormat":1},{"version":"db6d2d9daad8a6d83f281af12ce4355a20b9a3e71b82b9f57cddcca0a8964a96","signature":false,"impliedFormat":1},{"version":"cfe4ef4710c3786b6e23dae7c086c70b4f4835a2e4d77b75d39f9046106e83d3","signature":false,"impliedFormat":1},{"version":"cbea99888785d49bb630dcbb1613c73727f2b5a2cf02e1abcaab7bcf8d6bf3c5","signature":false,"impliedFormat":1},{"version":"3a8bddb66b659f6bd2ff641fc71df8a8165bafe0f4b799cc298be5cd3755bb20","signature":false,"impliedFormat":1},{"version":"a86f82d646a739041d6702101afa82dcb935c416dd93cbca7fd754fd0282ce1f","signature":false,"impliedFormat":1},{"version":"2dad084c67e649f0f354739ec7df7c7df0779a28a4f55c97c6b6883ae850d1ce","signature":false,"impliedFormat":1},{"version":"fa5bbc7ab4130dd8cdc55ea294ec39f76f2bc507a0f75f4f873e38631a836ca7","signature":false,"impliedFormat":1},{"version":"df45ca1176e6ac211eae7ddf51336dc075c5314bc5c253651bae639defd5eec5","signature":false,"impliedFormat":1},{"version":"cf86de1054b843e484a3c9300d62fbc8c97e77f168bbffb131d560ca0474d4a8","signature":false,"impliedFormat":1},{"version":"196c960b12253fde69b204aa4fbf69470b26daf7a430855d7f94107a16495ab0","signature":false,"impliedFormat":1},{"version":"ee15ea5dd7a9fc9f5013832e5843031817a880bf0f24f37a29fd8337981aae07","signature":false,"impliedFormat":1},{"version":"bf24f6d35f7318e246010ffe9924395893c4e96d34324cde77151a73f078b9ad","signature":false,"impliedFormat":1},{"version":"ea53732769832d0f127ae16620bd5345991d26bf0b74e85e41b61b27d74ea90f","signature":false,"impliedFormat":1},{"version":"10595c7ff5094dd5b6a959ccb1c00e6a06441b4e10a87bc09c15f23755d34439","signature":false,"impliedFormat":1},{"version":"9620c1ff645afb4a9ab4044c85c26676f0a93e8c0e4b593aea03a89ccb47b6d0","signature":false,"impliedFormat":1},{"version":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","signature":false,"impliedFormat":1},{"version":"a9af0e608929aaf9ce96bd7a7b99c9360636c31d73670e4af09a09950df97841","signature":false,"impliedFormat":1},{"version":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","signature":false,"impliedFormat":1},{"version":"c86fe861cf1b4c46a0fb7d74dffe596cf679a2e5e8b1456881313170f092e3fa","signature":false,"impliedFormat":1},{"version":"08ed0b3f0166787f84a6606f80aa3b1388c7518d78912571b203817406e471da","signature":false,"impliedFormat":1},{"version":"47e5af2a841356a961f815e7c55d72554db0c11b4cba4d0caab91f8717846a94","signature":false,"impliedFormat":1},{"version":"65f43099ded6073336e697512d9b80f2d4fec3182b7b2316abf712e84104db00","signature":false,"impliedFormat":1},{"version":"f5f541902bf7ae0512a177295de9b6bcd6809ea38307a2c0a18bfca72212f368","signature":false,"impliedFormat":1},{"version":"b0decf4b6da3ebc52ea0c96095bdfaa8503acc4ac8e9081c5f2b0824835dd3bd","signature":false,"impliedFormat":1},{"version":"ca1b882a105a1972f82cc58e3be491e7d750a1eb074ffd13b198269f57ed9e1b","signature":false,"impliedFormat":1},{"version":"fc3e1c87b39e5ba1142f27ec089d1966da168c04a859a4f6aab64dceae162c2b","signature":false,"impliedFormat":1},{"version":"3b414b99a73171e1c4b7b7714e26b87d6c5cb03d200352da5342ab4088a54c85","signature":false,"impliedFormat":1},{"version":"61888522cec948102eba94d831c873200aa97d00d8989fdfd2a3e0ee75ec65a2","signature":false,"impliedFormat":1},{"version":"4e10622f89fea7b05dd9b52fb65e1e2b5cbd96d4cca3d9e1a60bb7f8a9cb86a1","signature":false,"impliedFormat":1},{"version":"74b2a5e5197bd0f2e0077a1ea7c07455bbea67b87b0869d9786d55104006784f","signature":false,"impliedFormat":1},{"version":"59bf32919de37809e101acffc120596a9e45fdbab1a99de5087f31fdc36e2f11","signature":false,"impliedFormat":1},{"version":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","signature":false,"impliedFormat":1},{"version":"faa03dffb64286e8304a2ca96dd1317a77db6bfc7b3fb385163648f67e535d77","signature":false,"impliedFormat":1},{"version":"c40c848daad198266370c1c72a7a8c3d18d2f50727c7859fcfefd3ff69a7f288","signature":false,"impliedFormat":1},{"version":"ac60bbee0d4235643cc52b57768b22de8c257c12bd8c2039860540cab1fa1d82","signature":false,"impliedFormat":1},{"version":"6428e6edd944ce6789afdf43f9376c1f2e4957eea34166177625aaff4c0da1a0","signature":false,"impliedFormat":1},{"version":"ada39cbb2748ab2873b7835c90c8d4620723aedf323550e8489f08220e477c7f","signature":false,"impliedFormat":1},{"version":"6e5f5cee603d67ee1ba6120815497909b73399842254fc1e77a0d5cdc51d8c9c","signature":false,"impliedFormat":1},{"version":"8dba67056cbb27628e9b9a1cba8e57036d359dceded0725c72a3abe4b6c79cd4","signature":false,"impliedFormat":1},{"version":"70f3814c457f54a7efe2d9ce9d2686de9250bb42eb7f4c539bd2280a42e52d33","signature":false,"impliedFormat":1},{"version":"154dd2e22e1e94d5bc4ff7726706bc0483760bae40506bdce780734f11f7ec47","signature":false,"impliedFormat":1},{"version":"ef61792acbfa8c27c9bd113f02731e66229f7d3a169e3c1993b508134f1a58e0","signature":false,"impliedFormat":1},{"version":"9c82171d836c47486074e4ca8e059735bf97b205e70b196535b5efd40cbe1bc5","signature":false,"impliedFormat":1},{"version":"0131e203d8560edb39678abe10db42564a068f98c4ebd1ed9ffe7279c78b3c81","signature":false,"impliedFormat":1},{"version":"f6404e7837b96da3ea4d38c4f1a3812c96c9dcdf264e93d5bdb199f983a3ef4b","signature":false,"impliedFormat":1},{"version":"c5426dbfc1cf90532f66965a7aa8c1136a78d4d0f96d8180ecbfc11d7722f1a5","signature":false,"impliedFormat":1},{"version":"65a15fc47900787c0bd18b603afb98d33ede930bed1798fc984d5ebb78b26cf9","signature":false,"impliedFormat":1},{"version":"9d202701f6e0744adb6314d03d2eb8fc994798fc83d91b691b75b07626a69801","signature":false,"impliedFormat":1},{"version":"de9d2df7663e64e3a91bf495f315a7577e23ba088f2949d5ce9ec96f44fba37d","signature":false,"impliedFormat":1},{"version":"c7af78a2ea7cb1cd009cfb5bdb48cd0b03dad3b54f6da7aab615c2e9e9d570c5","signature":false,"impliedFormat":1},{"version":"1ee45496b5f8bdee6f7abc233355898e5bf9bd51255db65f5ff7ede617ca0027","signature":false,"impliedFormat":1},{"version":"8b8f00491431fe82f060dfe8c7f2180a9fb239f3d851527db909b83230e75882","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"db01d18853469bcb5601b9fc9826931cc84cc1a1944b33cad76fd6f1e3d8c544","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"dba114fb6a32b355a9cfc26ca2276834d72fe0e94cd2c3494005547025015369","signature":false,"impliedFormat":1},{"version":"903e299a28282fa7b714586e28409ed73c3b63f5365519776bf78e8cf173db36","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"fa6c12a7c0f6b84d512f200690bfc74819e99efae69e4c95c4cd30f6884c526e","signature":false,"impliedFormat":1},{"version":"f1c32f9ce9c497da4dc215c3bc84b722ea02497d35f9134db3bb40a8d918b92b","signature":false,"impliedFormat":1},{"version":"b73c319af2cc3ef8f6421308a250f328836531ea3761823b4cabbd133047aefa","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"e433b0337b8106909e7953015e8fa3f2d30797cea27141d1c5b135365bb975a6","signature":false,"impliedFormat":1},{"version":"dd3900b24a6a8745efeb7ad27629c0f8a626470ac229c1d73f1fe29d67e44dca","signature":false,"impliedFormat":1},{"version":"ddff7fc6edbdc5163a09e22bf8df7bef75f75369ebd7ecea95ba55c4386e2441","signature":false,"impliedFormat":1},{"version":"106c6025f1d99fd468fd8bf6e5bda724e11e5905a4076c5d29790b6c3745e50c","signature":false,"impliedFormat":1},{"version":"ec29be0737d39268696edcec4f5e97ce26f449fa9b7afc2f0f99a86def34a418","signature":false,"impliedFormat":1},{"version":"aeab39e8e0b1a3b250434c3b2bb8f4d17bbec2a9dbce5f77e8a83569d3d2cbc2","signature":false,"impliedFormat":1},{"version":"ec6cba1c02c675e4dd173251b156792e8d3b0c816af6d6ad93f1a55d674591aa","signature":false,"impliedFormat":1},{"version":"b620391fe8060cf9bedc176a4d01366e6574d7a71e0ac0ab344a4e76576fcbb8","signature":false,"impliedFormat":1},{"version":"d729408dfde75b451530bcae944cf89ee8277e2a9df04d1f62f2abfd8b03c1e1","signature":false,"impliedFormat":1},{"version":"e15d3c84d5077bb4a3adee4c791022967b764dc41cb8fa3cfa44d4379b2c95f5","signature":false,"impliedFormat":1},{"version":"5f58e28cd22e8fc1ac1b3bc6b431869f1e7d0b39e2c21fbf79b9fa5195a85980","signature":false,"impliedFormat":1},{"version":"e1fc1a1045db5aa09366be2b330e4ce391550041fc3e925f60998ca0b647aa97","signature":false,"impliedFormat":1},{"version":"63533978dcda286422670f6e184ac516805a365fb37a086eeff4309e812f1402","signature":false,"impliedFormat":1},{"version":"43ba4f2fa8c698f5c304d21a3ef596741e8e85a810b7c1f9b692653791d8d97a","signature":false,"impliedFormat":1},{"version":"31fb49ef3aa3d76f0beb644984e01eab0ea222372ea9b49bb6533be5722d756c","signature":false,"impliedFormat":1},{"version":"33cd131e1461157e3e06b06916b5176e7a8ec3fce15a5cfe145e56de744e07d2","signature":false,"impliedFormat":1},{"version":"889ef863f90f4917221703781d9723278db4122d75596b01c429f7c363562b86","signature":false,"impliedFormat":1},{"version":"3556cfbab7b43da96d15a442ddbb970e1f2fc97876d055b6555d86d7ac57dae5","signature":false,"impliedFormat":1},{"version":"437751e0352c6e924ddf30e90849f1d9eb00ca78c94d58d6a37202ec84eb8393","signature":false,"impliedFormat":1},{"version":"48e8af7fdb2677a44522fd185d8c87deff4d36ee701ea003c6c780b1407a1397","signature":false,"impliedFormat":1},{"version":"d11308de5a36c7015bb73adb5ad1c1bdaac2baede4cc831a05cf85efa3cc7f2f","signature":false,"impliedFormat":1},{"version":"38e4684c22ed9319beda6765bab332c724103d3a966c2e5e1c5a49cf7007845f","signature":false,"impliedFormat":1},{"version":"f9812cfc220ecf7557183379531fa409acd249b9e5b9a145d0d52b76c20862de","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"e650298721abc4f6ae851e60ae93ee8199791ceec4b544c3379862f81f43178c","signature":false,"impliedFormat":1},{"version":"2e4f37ffe8862b14d8e24ae8763daaa8340c0df0b859d9a9733def0eee7562d9","signature":false,"impliedFormat":1},{"version":"13283350547389802aa35d9f2188effaeac805499169a06ef5cd77ce2a0bd63f","signature":false,"impliedFormat":1},{"version":"680793958f6a70a44c8d9ae7d46b7a385361c69ac29dcab3ed761edce1c14ab8","signature":false,"impliedFormat":1},{"version":"6ac6715916fa75a1f7ebdfeacac09513b4d904b667d827b7535e84ff59679aff","signature":false,"impliedFormat":1},{"version":"42c169fb8c2d42f4f668c624a9a11e719d5d07dacbebb63cbcf7ef365b0a75b3","signature":false,"impliedFormat":1},{"version":"913ddbba170240070bd5921b8f33ea780021bdf42fbdfcd4fcb2691b1884ddde","signature":false,"impliedFormat":1},{"version":"b4e6d416466999ff40d3fe5ceb95f7a8bfb7ac2262580287ac1a8391e5362431","signature":false,"impliedFormat":1},{"version":"5fe23bd829e6be57d41929ac374ee9551ccc3c44cee893167b7b5b77be708014","signature":false,"impliedFormat":1},{"version":"0a626484617019fcfbfc3c1bc1f9e84e2913f1adb73692aa9075817404fb41a1","signature":false,"impliedFormat":1},{"version":"438c7513b1df91dcef49b13cd7a1c4720f91a36e88c1df731661608b7c055f10","signature":false,"impliedFormat":1},{"version":"cf185cc4a9a6d397f416dd28cca95c227b29f0f27b160060a95c0e5e36cda865","signature":false,"impliedFormat":1},{"version":"0086f3e4ad898fd7ca56bb223098acfacf3fa065595182aaf0f6c4a6a95e6fbd","signature":false,"impliedFormat":1},{"version":"efaa078e392f9abda3ee8ade3f3762ab77f9c50b184e6883063a911742a4c96a","signature":false,"impliedFormat":1},{"version":"54a8bb487e1dc04591a280e7a673cdfb272c83f61e28d8a64cf1ac2e63c35c51","signature":false,"impliedFormat":1},{"version":"021a9498000497497fd693dd315325484c58a71b5929e2bbb91f419b04b24cea","signature":false,"impliedFormat":1},{"version":"9385cdc09850950bc9b59cca445a3ceb6fcca32b54e7b626e746912e489e535e","signature":false,"impliedFormat":1},{"version":"2894c56cad581928bb37607810af011764a2f511f575d28c9f4af0f2ef02d1ab","signature":false,"impliedFormat":1},{"version":"0a72186f94215d020cb386f7dca81d7495ab6c17066eb07d0f44a5bf33c1b21a","signature":false,"impliedFormat":1},{"version":"84124384abae2f6f66b7fbfc03862d0c2c0b71b826f7dbf42c8085d31f1d3f95","signature":false,"impliedFormat":1},{"version":"63a8e96f65a22604eae82737e409d1536e69a467bb738bec505f4f97cce9d878","signature":false,"impliedFormat":1},{"version":"3fd78152a7031315478f159c6a5872c712ece6f01212c78ea82aef21cb0726e2","signature":false,"impliedFormat":1},{"version":"b01bd582a6e41457bc56e6f0f9de4cb17f33f5f3843a7cf8210ac9c18472fb0f","signature":false,"impliedFormat":1},{"version":"58b49e5c1def740360b5ae22ae2405cfac295fee74abd88d74ac4ea42502dc03","signature":false,"impliedFormat":1},{"version":"512fc15cca3a35b8dbbf6e23fe9d07e6f87ad03c895acffd3087ce09f352aad0","signature":false,"impliedFormat":1},{"version":"9a0946d15a005832e432ea0cd4da71b57797efb25b755cc07f32274296d62355","signature":false,"impliedFormat":1},{"version":"a52ff6c0a149e9f370372fc3c715d7f2beee1f3bab7980e271a7ab7d313ec677","signature":false,"impliedFormat":1},{"version":"fd933f824347f9edd919618a76cdb6a0c0085c538115d9a287fa0c7f59957ab3","signature":false,"impliedFormat":1},{"version":"6ac6715916fa75a1f7ebdfeacac09513b4d904b667d827b7535e84ff59679aff","signature":false,"impliedFormat":1},{"version":"6a1aa3e55bdc50503956c5cd09ae4cd72e3072692d742816f65c66ca14f4dfdd","signature":false,"impliedFormat":1},{"version":"ab75cfd9c4f93ffd601f7ca1753d6a9d953bbedfbd7a5b3f0436ac8a1de60dfa","signature":false,"impliedFormat":1},{"version":"f95180f03d827525ca4f990f49e17ec67198c316dd000afbe564655141f725cd","signature":false,"impliedFormat":1},{"version":"b73cbf0a72c8800cf8f96a9acfe94f3ad32ca71342a8908b8ae484d61113f647","signature":false,"impliedFormat":1},{"version":"bae6dd176832f6423966647382c0d7ba9e63f8c167522f09a982f086cd4e8b23","signature":false,"impliedFormat":1},{"version":"1364f64d2fb03bbb514edc42224abd576c064f89be6a990136774ecdd881a1da","signature":false,"impliedFormat":1},{"version":"c9958eb32126a3843deedda8c22fb97024aa5d6dd588b90af2d7f2bfac540f23","signature":false,"impliedFormat":1},{"version":"950fb67a59be4c2dbe69a5786292e60a5cb0e8612e0e223537784c731af55db1","signature":false,"impliedFormat":1},{"version":"e927c2c13c4eaf0a7f17e6022eee8519eb29ef42c4c13a31e81a611ab8c95577","signature":false,"impliedFormat":1},{"version":"07ca44e8d8288e69afdec7a31fa408ce6ab90d4f3d620006701d5544646da6aa","signature":false,"impliedFormat":1},{"version":"70246ad95ad8a22bdfe806cb5d383a26c0c6e58e7207ab9c431f1cb175aca657","signature":false,"impliedFormat":1},{"version":"f00f3aa5d64ff46e600648b55a79dcd1333458f7a10da2ed594d9f0a44b76d0b","signature":false,"impliedFormat":1},{"version":"772d8d5eb158b6c92412c03228bd9902ccb1457d7a705b8129814a5d1a6308fc","signature":false,"impliedFormat":1},{"version":"4e4475fba4ed93a72f167b061cd94a2e171b82695c56de9899275e880e06ba41","signature":false,"impliedFormat":1},{"version":"97c5f5d580ab2e4decd0a3135204050f9b97cd7908c5a8fbc041eadede79b2fa","signature":false,"impliedFormat":1},{"version":"c99a3a5f2215d5b9d735aa04cec6e61ed079d8c0263248e298ffe4604d4d0624","signature":false,"impliedFormat":1},{"version":"49b2375c586882c3ac7f57eba86680ff9742a8d8cb2fe25fe54d1b9673690d41","signature":false,"impliedFormat":1},{"version":"802e797bcab5663b2c9f63f51bdf67eff7c41bc64c0fd65e6da3e7941359e2f7","signature":false,"impliedFormat":1},{"version":"847e160d709c74cc714fbe1f99c41d3425b74cd47b1be133df1623cd87014089","signature":false,"impliedFormat":1},{"version":"9fee04f1e1afa50524862289b9f0b0fdc3735b80e2a0d684cec3b9ff3d94cecc","signature":false,"impliedFormat":1},{"version":"5cdc27fbc5c166fc5c763a30ac21cbac9859dc5ba795d3230db6d4e52a1965bb","signature":false,"impliedFormat":1},{"version":"6459054aabb306821a043e02b89d54da508e3a6966601a41e71c166e4ea1474f","signature":false,"impliedFormat":1},{"version":"f416c9c3eee9d47ff49132c34f96b9180e50485d435d5748f0e8b72521d28d2e","signature":false,"impliedFormat":1},{"version":"05c97cddbaf99978f83d96de2d8af86aded9332592f08ce4a284d72d0952c391","signature":false,"impliedFormat":1},{"version":"14e5cdec6f8ae82dfd0694e64903a0a54abdfe37e1d966de3d4128362acbf35f","signature":false,"impliedFormat":1},{"version":"bbc183d2d69f4b59fd4dd8799ffdf4eb91173d1c4ad71cce91a3811c021bf80c","signature":false,"impliedFormat":1},{"version":"7b6ff760c8a240b40dab6e4419b989f06a5b782f4710d2967e67c695ef3e93c4","signature":false,"impliedFormat":1},{"version":"8dbc4134a4b3623fc476be5f36de35c40f2768e2e3d9ed437e0d5f1c4cd850f6","signature":false,"impliedFormat":1},{"version":"4e06330a84dec7287f7ebdd64978f41a9f70a668d3b5edc69d5d4a50b9b376bb","signature":false,"impliedFormat":1},{"version":"65bfa72967fbe9fc33353e1ac03f0480aa2e2ea346d61ff3ea997dfd850f641a","signature":false,"impliedFormat":1},{"version":"c06f0bb92d1a1a5a6c6e4b5389a5664d96d09c31673296cb7da5fe945d54d786","signature":false,"impliedFormat":1},{"version":"f974e4a06953682a2c15d5bd5114c0284d5abf8bc0fe4da25cb9159427b70072","signature":false,"impliedFormat":1},{"version":"872caaa31423f4345983d643e4649fb30f548e9883a334d6d1c5fff68ede22d4","signature":false,"impliedFormat":1},{"version":"94404c4a878fe291e7578a2a80264c6f18e9f1933fbb57e48f0eb368672e389c","signature":false,"impliedFormat":1},{"version":"5c1b7f03aa88be854bc15810bfd5bd5a1943c5a7620e1c53eddd2a013996343e","signature":false,"impliedFormat":1},{"version":"09dfc64fcd6a2785867f2368419859a6cc5a8d4e73cbe2538f205b1642eb0f51","signature":false,"impliedFormat":1},{"version":"bcf6f0a323653e72199105a9316d91463ad4744c546d1271310818b8cef7c608","signature":false,"impliedFormat":1},{"version":"01aa917531e116485beca44a14970834687b857757159769c16b228eb1e49c5f","signature":false,"impliedFormat":1},{"version":"351475f9c874c62f9b45b1f0dc7e2704e80dfd5f1af83a3a9f841f9dfe5b2912","signature":false,"impliedFormat":1},{"version":"ac457ad39e531b7649e7b40ee5847606eac64e236efd76c5d12db95bf4eacd17","signature":false,"impliedFormat":1},{"version":"187a6fdbdecb972510b7555f3caacb44b58415da8d5825d03a583c4b73fde4cf","signature":false,"impliedFormat":1},{"version":"d4c3250105a612202289b3a266bb7e323db144f6b9414f9dea85c531c098b811","signature":false,"impliedFormat":1},{"version":"95b444b8c311f2084f0fb51c616163f950fb2e35f4eaa07878f313a2d36c98a4","signature":false,"impliedFormat":1},{"version":"741067675daa6d4334a2dc80a4452ca3850e89d5852e330db7cb2b5f867173b1","signature":false,"impliedFormat":1},{"version":"f8acecec1114f11690956e007d920044799aefeb3cece9e7f4b1f8a1d542b2c9","signature":false,"impliedFormat":1},{"version":"178071ccd043967a58c5d1a032db0ddf9bd139e7920766b537d9783e88eb615e","signature":false,"impliedFormat":1},{"version":"3a17f09634c50cce884721f54fd9e7b98e03ac505889c560876291fcf8a09e90","signature":false,"impliedFormat":1},{"version":"32531dfbb0cdc4525296648f53b2b5c39b64282791e2a8c765712e49e6461046","signature":false,"impliedFormat":1},{"version":"0ce1b2237c1c3df49748d61568160d780d7b26693bd9feb3acb0744a152cd86d","signature":false,"impliedFormat":1},{"version":"e489985388e2c71d3542612685b4a7db326922b57ac880f299da7026a4e8a117","signature":false,"impliedFormat":1},{"version":"5cad4158616d7793296dd41e22e1257440910ea8d01c7b75045d4dfb20c5a41a","signature":false,"impliedFormat":1},{"version":"04d3aad777b6af5bd000bfc409907a159fe77e190b9d368da4ba649cdc28d39e","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"74efc1d6523bd57eb159c18d805db4ead810626bc5bc7002a2c7f483044b2e0f","signature":false,"impliedFormat":1},{"version":"19252079538942a69be1645e153f7dbbc1ef56b4f983c633bf31fe26aeac32cd","signature":false,"impliedFormat":1},{"version":"bc11f3ac00ac060462597add171220aed628c393f2782ac75dd29ff1e0db871c","signature":false,"impliedFormat":1},{"version":"616775f16134fa9d01fc677ad3f76e68c051a056c22ab552c64cc281a9686790","signature":false,"impliedFormat":1},{"version":"65c24a8baa2cca1de069a0ba9fba82a173690f52d7e2d0f1f7542d59d5eb4db0","signature":false,"impliedFormat":1},{"version":"f9fe6af238339a0e5f7563acee3178f51db37f32a2e7c09f85273098cee7ec49","signature":false,"impliedFormat":1},{"version":"3b0b1d352b8d2e47f1c4df4fb0678702aee071155b12ef0185fce9eb4fa4af1e","signature":false,"impliedFormat":1},{"version":"77e71242e71ebf8528c5802993697878f0533db8f2299b4d36aa015bae08a79c","signature":false,"impliedFormat":1},{"version":"a344403e7a7384e0e7093942533d309194ad0a53eca2a3100c0b0ab4d3932773","signature":false,"impliedFormat":1},{"version":"b7fff2d004c5879cae335db8f954eb1d61242d9f2d28515e67902032723caeab","signature":false,"impliedFormat":1},{"version":"5f3dc10ae646f375776b4e028d2bed039a93eebbba105694d8b910feebbe8b9c","signature":false,"impliedFormat":1},{"version":"bb18bf4a61a17b4a6199eb3938ecfa4a59eb7c40843ad4a82b975ab6f7e3d925","signature":false,"impliedFormat":1},{"version":"4545c1a1ceca170d5d83452dd7c4994644c35cf676a671412601689d9a62da35","signature":false,"impliedFormat":1},{"version":"e9b6fc05f536dfddcdc65dbcf04e09391b1c968ab967382e48924f5cb90d88e1","signature":false,"impliedFormat":1},{"version":"a2d648d333cf67b9aeac5d81a1a379d563a8ffa91ddd61c6179f68de724260ff","signature":false,"impliedFormat":1},{"version":"2b664c3cc544d0e35276e1fb2d4989f7d4b4027ffc64da34ec83a6ccf2e5c528","signature":false,"impliedFormat":1},{"version":"a3f41ed1b4f2fc3049394b945a68ae4fdefd49fa1739c32f149d32c0545d67f5","signature":false,"impliedFormat":1},{"version":"3cd8f0464e0939b47bfccbb9bb474a6d87d57210e304029cd8eb59c63a81935d","signature":false,"impliedFormat":1},{"version":"47699512e6d8bebf7be488182427189f999affe3addc1c87c882d36b7f2d0b0e","signature":false,"impliedFormat":1},{"version":"3026abd48e5e312f2328629ede6e0f770d21c3cd32cee705c450e589d015ee09","signature":false,"impliedFormat":1},{"version":"8b140b398a6afbd17cc97c38aea5274b2f7f39b1ae5b62952cfe65bf493e3e75","signature":false,"impliedFormat":1},{"version":"7663d2c19ce5ef8288c790edba3d45af54e58c84f1b37b1249f6d49d962f3d91","signature":false,"impliedFormat":1},{"version":"5cce3b975cdb72b57ae7de745b3c5de5790781ee88bcb41ba142f07c0fa02e97","signature":false,"impliedFormat":1},{"version":"00bd6ebe607246b45296aa2b805bd6a58c859acecda154bfa91f5334d7c175c6","signature":false,"impliedFormat":1},{"version":"ad036a85efcd9e5b4f7dd5c1a7362c8478f9a3b6c3554654ca24a29aa850a9c5","signature":false,"impliedFormat":1},{"version":"fedebeae32c5cdd1a85b4e0504a01996e4a8adf3dfa72876920d3dd6e42978e7","signature":false,"impliedFormat":1},{"version":"0d28b974a7605c4eda20c943b3fa9ae16cb452c1666fc9b8c341b879992c7612","signature":false,"impliedFormat":1},{"version":"cdf21eee8007e339b1b9945abf4a7b44930b1d695cc528459e68a3adc39a622e","signature":false,"impliedFormat":1},{"version":"db036c56f79186da50af66511d37d9fe77fa6793381927292d17f81f787bb195","signature":false,"impliedFormat":1},{"version":"87ac2fb61e629e777f4d161dff534c2023ee15afd9cb3b1589b9b1f014e75c58","signature":false,"impliedFormat":1},{"version":"13c8b4348db91e2f7d694adc17e7438e6776bc506d5c8f5de9ad9989707fa3fe","signature":false,"impliedFormat":1},{"version":"3c1051617aa50b38e9efaabce25e10a5dd9b1f42e372ef0e8a674076a68742ed","signature":false,"impliedFormat":1},{"version":"07a3e20cdcb0f1182f452c0410606711fbea922ca76929a41aacb01104bc0d27","signature":false,"impliedFormat":1},{"version":"1de80059b8078ea5749941c9f863aa970b4735bdbb003be4925c853a8b6b4450","signature":false,"impliedFormat":1},{"version":"1d079c37fa53e3c21ed3fa214a27507bda9991f2a41458705b19ed8c2b61173d","signature":false,"impliedFormat":1},{"version":"4cd4b6b1279e9d744a3825cbd7757bbefe7f0708f3f1069179ad535f19e8ed2c","signature":false,"impliedFormat":1},{"version":"5835a6e0d7cd2738e56b671af0e561e7c1b4fb77751383672f4b009f4e161d70","signature":false,"impliedFormat":1},{"version":"c0eeaaa67c85c3bb6c52b629ebbfd3b2292dc67e8c0ffda2fc6cd2f78dc471e6","signature":false,"impliedFormat":1},{"version":"4b7f74b772140395e7af67c4841be1ab867c11b3b82a51b1aeb692822b76c872","signature":false,"impliedFormat":1},{"version":"27be6622e2922a1b412eb057faa854831b95db9db5035c3f6d4b677b902ab3b7","signature":false,"impliedFormat":1},{"version":"b95a6f019095dd1d48fd04965b50dfd63e5743a6e75478343c46d2582a5132bf","signature":false,"impliedFormat":99},{"version":"c2008605e78208cfa9cd70bd29856b72dda7ad89df5dc895920f8e10bcb9cd0a","signature":false,"impliedFormat":99},{"version":"b97cb5616d2ab82a98ec9ada7b9e9cabb1f5da880ec50ea2b8dc5baa4cbf3c16","signature":false,"impliedFormat":99},{"version":"d23df9ff06ae8bf1dcb7cc933e97ae7da418ac77749fecee758bb43a8d69f840","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"040c71dde2c406f869ad2f41e8d4ce579cc60c8dbe5aa0dd8962ac943b846572","signature":false,"affectsGlobalScope":true,"impliedFormat":1},{"version":"3586f5ea3cc27083a17bd5c9059ede9421d587286d5a47f4341a4c2d00e4fa91","signature":false,"impliedFormat":1},{"version":"a6df929821e62f4719551f7955b9f42c0cd53c1370aec2dd322e24196a7dfe33","signature":false,"impliedFormat":1},{"version":"b789bf89eb19c777ed1e956dbad0925ca795701552d22e68fd130a032008b9f9","signature":false,"impliedFormat":1},{"version":"9dd9d642cdb87d4d5b3173217e0c45429b3e47a6f5cf5fb0ead6c644ec5fed01","signature":false},{"version":"e482174f15675678363b9a4ed12113ca45d18eee41e8e678deb0e824be29d3e7","signature":false,"affectsGlobalScope":true},{"version":"ce99ae8ab80cdc65e63c946ec05e7b7c0f847b8153555139add78d25f76dc83a","signature":false},{"version":"d8ced93a8044dc86b5922971249910c45f93b588eb9d621aa8d7d854f9cdc819","signature":false},{"version":"b7880578effbc212752a9aab4e926fea67172ea119c36df9e7f83033e24b843c","signature":false},{"version":"3ee18c7abaf5a829f0430ce4f7a0769e9953cbe19cdac28b43272d7b829fa255","signature":false},{"version":"5b0db3eecb54b662a0df219dbfce655675980715bd48a0010ea3b019d22d2f3b","signature":false},{"version":"117179c3e83bcb6135ab23f4c7f23c2873c111e2fd4fea91df6c4cce620ec977","signature":false},{"version":"6c05d0fcee91437571513c404e62396ee798ff37a2d8bef2104accdc79deb9c0","signature":false,"impliedFormat":1},{"version":"189d17f90d8877a26e1051a2c9cefd4a98efcdfffcfb5ffff2fcf1388fd3121a","signature":false},{"version":"3a66aaef71fbbd8b1128bda06914ba3d3c321b8cb398cf180978c9bd1946f294","signature":false},{"version":"e5fab9363dd130c193e1877d1f152809254adf1303e41175d83f49a46260b180","signature":false},{"version":"cb5eaa5ad51d596beda5a76732641b7dcf9e26acae7b20919a811d7b38d7c03a","signature":false},{"version":"868089c4835bcfc56985ec7b898e93b409f4c985a73d70589b7b0e2d7d6c5352","signature":false},{"version":"0a36533027a4c4d6816837b9b4f80b45f854f7423546ebba8430118988192e4b","signature":false},{"version":"bb46f4650ab9721af2d97ef329e29a6aa22f5a3068a2249f55caf1b60b6dd674","signature":false},{"version":"f7886bcfa6587f307aa8045d6f9861f319808bbc59f6c89f1ba40a19be648ec5","signature":false},{"version":"543f32bf89f7aee10af7e597b17bdcf9c76b83b9f4e495243cbf1b2ad4cd84cb","signature":false},{"version":"e14aa6e21dff7cbaf54884d0973e89758e571f7546899fa02b6e87a10c660d20","signature":false},{"version":"721b736b78ca190e99a4e1b125b3d14b4e72a94c9c54ceaf77524e11a4094dc8","signature":false},{"version":"656dda330555ea5d40569d8a71a5bf958b1c307cc008196e5e5717320a736d8b","signature":false},{"version":"288e514b408582dbbe0ebedfe7620f92b65eefacd03c66aba34a0504cf400ccb","signature":false},{"version":"dd500fb85312298d9c50675e8005734324eb7eef4dc49703f5312c185152e7ca","signature":false},{"version":"83d095737dda920dcb9eb84575ac1baecd0612a7fd2f6d4e4d3e129202c1a36d","signature":false},{"version":"6392353adcff7db02a3f5dcacb5637b791dbbcb76125aac3075da2519af9785a","signature":false,"impliedFormat":99},{"version":"1f3952b74b8c766a2e602a0ba2db19d3d872d00bab4e01746c6b7229c585086c","signature":false,"impliedFormat":99},{"version":"c178232b05137d4deee6102b14819ba55258e39076cf041563eff199ef82fe2c","signature":false},{"version":"9fa4f9fde67afe4bef8157c58de7690809173f98c72463526cd48964b165080e","signature":false},{"version":"30f1120a0f581ce98aab37f1899e5a7981202dc38e8a671ea04222748acb8249","signature":false},{"version":"e9d654ec9a79d49238e0a996c78508a4eaf889d6b16a744cf4e22126b0dc2e3a","signature":false},{"version":"c32187bd3e25d81a128e734500639af8cf48457c908dc7f9ffe5ba82251a4d88","signature":false},{"version":"2f572de582210bedde622267951d503dd06c8ecfa521d4455f902f069cf630ba","signature":false},{"version":"60c190574f4427e55b2d1049ca6400254b1e3823029dee144233b430fffd3d6f","signature":false},{"version":"4dff26636102d07bfd4c5ed5078fdb6b4e375e3e97d8aa7a845afa1668191cb2","signature":false},{"version":"9c9a70bfe4ddc2e08724ac0e7c19d5d17fb10817bd8ccd880eea7be456f4dd9a","signature":false},{"version":"6b7a42255647e71d24d71ec708e351c10c9a92e2618de13c7ace1c014af83ef1","signature":false},{"version":"d0ff3ba59fb691e7e2d5063fdcef9e29056489a9e8835f4f0885bed1905e0251","signature":false},{"version":"077f33da7b5796f86c827023a1018962b1afefecf358ce7bb3028753c899b039","signature":false},{"version":"8238de4598aa86ed1dc6c6e79f6b80dc2f703f5f07ad5adb4c5c507ef64de00b","signature":false},{"version":"55b886c431db6b7f603e81d178adcf6dc802277551d6ea9cbd08f2fb9caed960","signature":false},{"version":"4791f424676c0551ae7f4192bf9bb2ce6adb73000da231a2a4e4a679ccb8ecdd","signature":false},{"version":"641e4003dc535260b780e1f7b2c6e0bae7d8c14453d10f21b70aa614ed798111","signature":false},{"version":"8706fe2c443340456ec4aaed47912246be75d766d10f2fbbd7b85749b7346242","signature":false},{"version":"7b419725e799b2029345d1db3a03e8022d5ad7fec81342097bac241df32342c9","signature":false},{"version":"c78d8589f4d0f95c7fed56cfed7db9dc438e93658cffc8c84744bda06dd9ef7a","signature":false},{"version":"27ddfd5ffcb6617328caaee1f504ebd4da296acf56245ff1d75a8c81183d1eed","signature":false},{"version":"80c8c10fa4215a85243803b204dbe1cd54fe473f63f8cae769ae388e3a54923c","signature":false},{"version":"96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538","signature":false,"impliedFormat":1}],"root":[[410,417],[419,433],[436,456]],"options":{"allowJs":true,"composite":false,"declarationMap":false,"emitDeclarationOnly":false,"esModuleInterop":true,"jsx":1,"module":99,"skipLibCheck":true,"strict":true,"tsBuildInfoFile":"./.tsbuildinfo"},"referencedMap":[[446,1],[447,2],[448,3],[449,4],[450,5],[451,6],[452,7],[453,8],[454,9],[456,10],[455,11],[445,12],[410,13],[363,14],[457,14],[142,15],[143,15],[144,16],[99,17],[145,18],[146,19],[147,20],[94,14],[97,21],[95,14],[96,14],[148,22],[149,23],[150,24],[151,25],[152,26],[153,27],[154,27],[155,28],[156,29],[157,30],[158,31],[100,14],[98,14],[159,32],[160,33],[161,34],[193,35],[162,36],[163,37],[164,38],[165,39],[166,40],[167,41],[168,42],[169,43],[170,44],[171,45],[172,45],[173,46],[174,14],[175,47],[177,48],[176,49],[178,50],[179,51],[180,52],[181,53],[182,54],[183,55],[184,56],[185,57],[186,58],[187,59],[188,60],[189,61],[190,62],[101,14],[102,14],[103,14],[141,63],[191,64],[192,65],[86,14],[198,66],[199,67],[197,68],[195,69],[196,70],[84,14],[87,71],[286,68],[85,14],[435,72],[434,14],[418,68],[93,73],[366,74],[370,75],[372,76],[219,77],[233,78],[337,79],[265,14],[340,80],[301,81],[310,82],[338,83],[220,84],[264,14],[266,85],[339,86],[240,87],[221,88],[245,87],[234,87],[204,87],[292,89],[293,90],[209,14],[289,91],[294,92],[381,93],[287,92],[382,94],[271,14],[290,95],[394,96],[393,97],[296,92],[392,14],[390,14],[391,98],[291,68],[278,99],[279,100],[288,101],[305,102],[306,103],[295,104],[273,105],[274,106],[385,107],[388,108],[252,109],[251,110],[250,111],[397,68],[249,112],[225,14],[400,14],[403,14],[402,68],[404,113],[200,14],[331,14],[232,114],[202,115],[354,14],[355,14],[357,14],[360,116],[356,14],[358,117],[359,117],[218,14],[231,14],[365,118],[373,119],[377,120],[214,121],[281,122],[280,14],[272,105],[300,123],[298,124],[297,14],[299,14],[304,125],[276,126],[213,127],[238,128],[328,129],[205,130],[212,131],[201,79],[342,132],[352,133],[341,14],[351,134],[239,14],[223,135],[319,136],[318,14],[325,137],[327,138],[320,139],[324,140],[326,137],[323,139],[322,137],[321,139],[261,141],[246,141],[313,142],[247,142],[207,143],[206,14],[317,144],[316,145],[315,146],[314,147],[208,148],[285,149],[302,150],[284,151],[309,152],[311,153],[308,151],[241,148],[194,14],[329,154],[267,155],[303,14],[350,156],[270,157],[345,158],[211,14],[346,159],[348,160],[349,161],[332,14],[344,130],[243,162],[330,163],[353,164],[215,14],[217,14],[222,165],[312,166],[210,167],[216,14],[269,168],[268,169],[224,170],[277,171],[275,172],[226,173],[228,174],[401,14],[227,175],[229,176],[368,14],[367,14],[369,14],[399,14],[230,177],[283,68],[92,14],[307,178],[253,14],[263,179],[242,14],[375,68],[384,180],[260,68],[379,92],[259,181],[362,182],[258,180],[203,14],[386,183],[256,68],[257,68],[248,14],[262,14],[255,184],[254,185],[244,186],[237,104],[347,14],[236,187],[235,14],[371,14],[282,68],[364,188],[83,14],[91,189],[88,68],[89,14],[90,14],[343,190],[336,191],[335,14],[334,192],[333,14],[374,193],[376,194],[378,195],[380,196],[383,197],[409,198],[387,198],[408,199],[389,200],[395,201],[396,202],[398,203],[405,204],[407,14],[406,205],[361,206],[81,14],[82,14],[13,14],[14,14],[16,14],[15,14],[2,14],[17,14],[18,14],[19,14],[20,14],[21,14],[22,14],[23,14],[24,14],[3,14],[25,14],[26,14],[4,14],[27,14],[31,14],[28,14],[29,14],[30,14],[32,14],[33,14],[34,14],[5,14],[35,14],[36,14],[37,14],[38,14],[6,14],[42,14],[39,14],[40,14],[41,14],[43,14],[7,14],[44,14],[49,14],[50,14],[45,14],[46,14],[47,14],[48,14],[8,14],[54,14],[51,14],[52,14],[53,14],[55,14],[9,14],[56,14],[57,14],[58,14],[60,14],[59,14],[61,14],[62,14],[10,14],[63,14],[64,14],[65,14],[11,14],[66,14],[67,14],[68,14],[69,14],[70,14],[1,14],[71,14],[72,14],[12,14],[76,14],[74,14],[79,14],[78,14],[73,14],[77,14],[75,14],[80,14],[119,207],[129,208],[118,207],[139,209],[110,210],[109,211],[138,205],[132,212],[137,213],[112,214],[126,215],[111,216],[135,217],[107,218],[106,205],[136,219],[108,220],[113,221],[114,14],[117,221],[104,14],[140,222],[130,223],[121,224],[122,225],[124,226],[120,227],[123,228],[133,205],[115,229],[116,230],[125,231],[105,232],[128,223],[127,221],[131,14],[134,233],[412,234],[426,235],[430,236],[432,237],[425,238],[433,239],[436,240],[439,241],[440,242],[441,14],[443,243],[442,244],[419,245],[420,243],[438,246],[421,247],[431,68],[437,246],[427,248],[424,249],[444,246],[429,248],[428,250],[422,251],[423,252],[417,247],[413,68],[414,14],[415,14],[416,14],[411,14]],"changeFileSet":[446,447,448,449,450,451,452,453,454,456,455,458,459,460,445,461,462,463,464,465,466,467,410,363,457,142,143,144,99,145,146,147,94,97,95,96,148,149,150,151,152,153,154,155,156,157,158,100,98,159,160,161,193,162,163,164,165,166,167,168,169,170,171,172,173,174,175,177,176,178,179,180,181,182,183,184,185,186,187,188,189,190,101,102,103,141,191,192,86,198,199,197,195,196,84,87,286,85,435,434,418,93,366,370,372,219,233,337,265,340,301,310,338,220,264,266,339,240,221,245,234,204,292,293,209,289,294,381,287,382,271,290,394,393,296,392,390,391,291,278,279,288,305,306,295,273,274,385,388,252,251,250,397,249,225,400,403,402,404,200,331,232,202,354,355,357,360,356,358,359,218,231,365,373,377,214,281,280,272,300,298,297,299,304,276,213,238,328,205,212,201,342,352,341,351,239,223,319,318,325,327,320,324,326,323,322,321,261,246,313,247,207,206,317,316,315,314,208,285,302,284,309,311,308,241,194,329,267,303,350,270,345,211,346,348,349,332,344,243,330,353,215,217,222,312,210,216,269,268,224,277,275,226,228,401,227,229,368,367,369,399,230,283,92,307,253,263,242,375,384,260,379,259,362,258,203,386,256,257,248,262,255,254,244,237,347,236,235,371,282,364,83,91,88,89,90,343,336,335,334,333,374,376,378,380,383,409,387,408,389,395,396,398,405,407,406,361,81,82,13,14,16,15,2,17,18,19,20,21,22,23,24,3,25,26,4,27,31,28,29,30,32,33,34,5,35,36,37,38,6,42,39,40,41,43,7,44,49,50,45,46,47,48,8,54,51,52,53,55,9,56,57,58,60,59,61,62,10,63,64,65,11,66,67,68,69,70,1,71,72,12,76,74,79,78,73,77,75,80,119,129,118,139,110,109,138,132,137,112,126,111,135,107,106,136,108,113,114,117,104,140,130,121,122,124,120,123,133,115,116,125,105,128,127,131,134,412,426,430,432,425,433,436,439,440,441,443,442,468,469,470,419,471,472,473,474,475,476,477,420,438,421,431,437,427,424,444,429,428,422,423,417,413,414,415,416,411],"version":"5.9.3"} \ No newline at end of file diff --git a/frontend/.next/server/app-paths-manifest.json b/frontend/.next/server/app-paths-manifest.json index 7b17d39c..13cc60be 100644 --- a/frontend/.next/server/app-paths-manifest.json +++ b/frontend/.next/server/app-paths-manifest.json @@ -1,5 +1,4 @@ { - "/(public)/page": "app/(public)/page.js", - "/(public)/login/page": "app/(public)/login/page.js", - "/(auth)/dashboard/page": "app/(auth)/dashboard/page.js" + "/_not-found/page": "app/_not-found/page.js", + "/(public)/page": "app/(public)/page.js" } \ No newline at end of file diff --git a/frontend/.next/server/server-reference-manifest.json b/frontend/.next/server/server-reference-manifest.json index 229585a9..f8bf2b03 100644 --- a/frontend/.next/server/server-reference-manifest.json +++ b/frontend/.next/server/server-reference-manifest.json @@ -1,5 +1,5 @@ { "node": {}, "edge": {}, - "encryptionKey": "m7y670mhDOo8SSKub8gVRhrD89+RG50BK5Q4DqLVZ2s=" + "encryptionKey": "SjG27okSsVCMkYFxh9VzL5dGKrpz1m5ZqXbmUB/f6XQ=" } \ No newline at end of file diff --git a/frontend/.next/server/webpack-runtime.js b/frontend/.next/server/webpack-runtime.js index 92a93798..b76056f6 100644 --- a/frontend/.next/server/webpack-runtime.js +++ b/frontend/.next/server/webpack-runtime.js @@ -125,7 +125,7 @@ /******/ /******/ /* webpack/runtime/getFullHash */ /******/ (() => { -/******/ __webpack_require__.h = () => ("de49d7cff76726e2") +/******/ __webpack_require__.h = () => ("9f25f13e592044c8") /******/ })(); /******/ /******/ /* webpack/runtime/hasOwnProperty shorthand */ diff --git a/frontend/.next/trace b/frontend/.next/trace index a5437cd8..f49bef76 100644 --- a/frontend/.next/trace +++ b/frontend/.next/trace @@ -1,19 +1,17 @@ -[{"name":"hot-reloader","duration":26,"timestamp":6739182383307,"id":3,"tags":{"version":"14.2.35","isTurbopack":false},"startTime":1776346129417,"traceId":"fadcc7d0c47fde18"},{"name":"start","duration":0,"timestamp":6739182383768,"id":4,"parentId":3,"tags":{},"startTime":1776346129418,"traceId":"fadcc7d0c47fde18"},{"name":"get-version-info","duration":699564,"timestamp":6739182383865,"id":5,"parentId":4,"tags":{},"startTime":1776346129418,"traceId":"fadcc7d0c47fde18"},{"name":"clean","duration":149817,"timestamp":6739183083498,"id":6,"parentId":4,"tags":{},"startTime":1776346130117,"traceId":"fadcc7d0c47fde18"},{"name":"create-pages-mapping","duration":94,"timestamp":6739183234184,"id":8,"parentId":7,"tags":{},"startTime":1776346130268,"traceId":"fadcc7d0c47fde18"},{"name":"create-entrypoints","duration":275917,"timestamp":6739183234294,"id":9,"parentId":7,"tags":{},"startTime":1776346130268,"traceId":"fadcc7d0c47fde18"},{"name":"generate-webpack-config","duration":75496,"timestamp":6739183510257,"id":10,"parentId":7,"tags":{},"startTime":1776346130544,"traceId":"fadcc7d0c47fde18"},{"name":"get-webpack-config","duration":351624,"timestamp":6739183234142,"id":7,"parentId":4,"tags":{},"startTime":1776346130268,"traceId":"fadcc7d0c47fde18"},{"name":"make","duration":501,"timestamp":6739183626403,"id":12,"parentId":11,"tags":{},"startTime":1776346130660,"traceId":"fadcc7d0c47fde18"},{"name":"chunk-graph","duration":323,"timestamp":6739183627857,"id":14,"parentId":13,"tags":{},"startTime":1776346130662,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-modules","duration":10,"timestamp":6739183628226,"id":16,"parentId":13,"tags":{},"startTime":1776346130662,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-chunks","duration":55,"timestamp":6739183628328,"id":17,"parentId":13,"tags":{},"startTime":1776346130662,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-tree","duration":9,"timestamp":6739183628409,"id":18,"parentId":13,"tags":{},"startTime":1776346130662,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-chunk-modules","duration":11,"timestamp":6739183628488,"id":19,"parentId":13,"tags":{},"startTime":1776346130662,"traceId":"fadcc7d0c47fde18"},{"name":"optimize","duration":336,"timestamp":6739183628208,"id":15,"parentId":13,"tags":{},"startTime":1776346130662,"traceId":"fadcc7d0c47fde18"},{"name":"module-hash","duration":40,"timestamp":6739183628822,"id":20,"parentId":13,"tags":{},"startTime":1776346130663,"traceId":"fadcc7d0c47fde18"},{"name":"code-generation","duration":78,"timestamp":6739183628871,"id":21,"parentId":13,"tags":{},"startTime":1776346130663,"traceId":"fadcc7d0c47fde18"},{"name":"hash","duration":204,"timestamp":6739183629073,"id":22,"parentId":13,"tags":{},"startTime":1776346130663,"traceId":"fadcc7d0c47fde18"},{"name":"code-generation-jobs","duration":31,"timestamp":6739183629277,"id":23,"parentId":13,"tags":{},"startTime":1776346130663,"traceId":"fadcc7d0c47fde18"},{"name":"module-assets","duration":33,"timestamp":6739183629296,"id":24,"parentId":13,"tags":{},"startTime":1776346130663,"traceId":"fadcc7d0c47fde18"},{"name":"create-chunk-assets","duration":114,"timestamp":6739183629333,"id":25,"parentId":13,"tags":{},"startTime":1776346130663,"traceId":"fadcc7d0c47fde18"},{"name":"NextJsBuildManifest-generateClientManifest","duration":727,"timestamp":6739183659806,"id":27,"parentId":11,"tags":{},"startTime":1776346130694,"traceId":"fadcc7d0c47fde18"},{"name":"NextJsBuildManifest-createassets","duration":972,"timestamp":6739183659574,"id":26,"parentId":11,"tags":{},"startTime":1776346130694,"traceId":"fadcc7d0c47fde18"},{"name":"seal","duration":33337,"timestamp":6739183627772,"id":13,"parentId":11,"tags":{},"startTime":1776346130662,"traceId":"fadcc7d0c47fde18"},{"name":"webpack-compilation","duration":36473,"timestamp":6739183624758,"id":11,"parentId":3,"tags":{"name":"client"},"startTime":1776346130659,"traceId":"fadcc7d0c47fde18"},{"name":"emit","duration":3784,"timestamp":6739183661429,"id":28,"parentId":3,"tags":{},"startTime":1776346130695,"traceId":"fadcc7d0c47fde18"},{"name":"make","duration":688,"timestamp":6739183669728,"id":30,"parentId":29,"tags":{},"startTime":1776346130704,"traceId":"fadcc7d0c47fde18"},{"name":"chunk-graph","duration":14,"timestamp":6739183670573,"id":32,"parentId":31,"tags":{},"startTime":1776346130705,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-modules","duration":2,"timestamp":6739183670598,"id":34,"parentId":31,"tags":{},"startTime":1776346130705,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-chunks","duration":35,"timestamp":6739183670630,"id":35,"parentId":31,"tags":{},"startTime":1776346130705,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-tree","duration":4,"timestamp":6739183670683,"id":36,"parentId":31,"tags":{},"startTime":1776346130705,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-chunk-modules","duration":26,"timestamp":6739183670708,"id":37,"parentId":31,"tags":{},"startTime":1776346130705,"traceId":"fadcc7d0c47fde18"},{"name":"optimize","duration":166,"timestamp":6739183670594,"id":33,"parentId":31,"tags":{},"startTime":1776346130705,"traceId":"fadcc7d0c47fde18"},{"name":"module-hash","duration":5,"timestamp":6739183670824,"id":38,"parentId":31,"tags":{},"startTime":1776346130705,"traceId":"fadcc7d0c47fde18"},{"name":"code-generation","duration":4,"timestamp":6739183670834,"id":39,"parentId":31,"tags":{},"startTime":1776346130705,"traceId":"fadcc7d0c47fde18"},{"name":"hash","duration":31,"timestamp":6739183670879,"id":40,"parentId":31,"tags":{},"startTime":1776346130705,"traceId":"fadcc7d0c47fde18"},{"name":"code-generation-jobs","duration":75,"timestamp":6739183670910,"id":41,"parentId":31,"tags":{},"startTime":1776346130705,"traceId":"fadcc7d0c47fde18"},{"name":"module-assets","duration":62,"timestamp":6739183670927,"id":42,"parentId":31,"tags":{},"startTime":1776346130705,"traceId":"fadcc7d0c47fde18"},{"name":"create-chunk-assets","duration":8,"timestamp":6739183670993,"id":43,"parentId":31,"tags":{},"startTime":1776346130705,"traceId":"fadcc7d0c47fde18"},{"name":"seal","duration":891,"timestamp":6739183670520,"id":31,"parentId":29,"tags":{},"startTime":1776346130704,"traceId":"fadcc7d0c47fde18"},{"name":"webpack-compilation","duration":2402,"timestamp":6739183669073,"id":29,"parentId":3,"tags":{"name":"server"},"startTime":1776346130703,"traceId":"fadcc7d0c47fde18"},{"name":"emit","duration":3972,"timestamp":6739183671508,"id":44,"parentId":3,"tags":{},"startTime":1776346130705,"traceId":"fadcc7d0c47fde18"},{"name":"make","duration":98,"timestamp":6739183678317,"id":46,"parentId":45,"tags":{},"startTime":1776346130712,"traceId":"fadcc7d0c47fde18"},{"name":"chunk-graph","duration":12,"timestamp":6739183678688,"id":48,"parentId":47,"tags":{},"startTime":1776346130713,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-modules","duration":2,"timestamp":6739183678709,"id":50,"parentId":47,"tags":{},"startTime":1776346130713,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-chunks","duration":5,"timestamp":6739183678738,"id":51,"parentId":47,"tags":{},"startTime":1776346130713,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-tree","duration":2,"timestamp":6739183678749,"id":52,"parentId":47,"tags":{},"startTime":1776346130713,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-chunk-modules","duration":2,"timestamp":6739183678763,"id":53,"parentId":47,"tags":{},"startTime":1776346130713,"traceId":"fadcc7d0c47fde18"},{"name":"optimize","duration":67,"timestamp":6739183678706,"id":49,"parentId":47,"tags":{},"startTime":1776346130713,"traceId":"fadcc7d0c47fde18"},{"name":"module-hash","duration":4,"timestamp":6739183678824,"id":54,"parentId":47,"tags":{},"startTime":1776346130713,"traceId":"fadcc7d0c47fde18"},{"name":"code-generation","duration":3,"timestamp":6739183678832,"id":55,"parentId":47,"tags":{},"startTime":1776346130713,"traceId":"fadcc7d0c47fde18"},{"name":"hash","duration":42,"timestamp":6739183678860,"id":56,"parentId":47,"tags":{},"startTime":1776346130713,"traceId":"fadcc7d0c47fde18"},{"name":"code-generation-jobs","duration":8,"timestamp":6739183678902,"id":57,"parentId":47,"tags":{},"startTime":1776346130713,"traceId":"fadcc7d0c47fde18"},{"name":"module-assets","duration":4,"timestamp":6739183678908,"id":58,"parentId":47,"tags":{},"startTime":1776346130713,"traceId":"fadcc7d0c47fde18"},{"name":"create-chunk-assets","duration":11,"timestamp":6739183678914,"id":59,"parentId":47,"tags":{},"startTime":1776346130713,"traceId":"fadcc7d0c47fde18"},{"name":"seal","duration":519,"timestamp":6739183678671,"id":47,"parentId":45,"tags":{},"startTime":1776346130713,"traceId":"fadcc7d0c47fde18"},{"name":"webpack-compilation","duration":1855,"timestamp":6739183677354,"id":45,"parentId":3,"tags":{"name":"edge-server"},"startTime":1776346130711,"traceId":"fadcc7d0c47fde18"},{"name":"emit","duration":750,"timestamp":6739183679229,"id":60,"parentId":3,"tags":{},"startTime":1776346130713,"traceId":"fadcc7d0c47fde18"}] -[{"name":"make","duration":156,"timestamp":6739183899426,"id":65,"parentId":64,"tags":{},"startTime":1776346130933,"traceId":"fadcc7d0c47fde18"},{"name":"chunk-graph","duration":15,"timestamp":6739183899679,"id":67,"parentId":66,"tags":{},"startTime":1776346130934,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-modules","duration":2,"timestamp":6739183899705,"id":69,"parentId":66,"tags":{},"startTime":1776346130934,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-chunks","duration":4,"timestamp":6739183899716,"id":70,"parentId":66,"tags":{},"startTime":1776346130934,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-tree","duration":2,"timestamp":6739183899726,"id":71,"parentId":66,"tags":{},"startTime":1776346130934,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-chunk-modules","duration":2,"timestamp":6739183899736,"id":72,"parentId":66,"tags":{},"startTime":1776346130934,"traceId":"fadcc7d0c47fde18"},{"name":"optimize","duration":48,"timestamp":6739183899702,"id":68,"parentId":66,"tags":{},"startTime":1776346130934,"traceId":"fadcc7d0c47fde18"},{"name":"module-hash","duration":5,"timestamp":6739183899796,"id":73,"parentId":66,"tags":{},"startTime":1776346130934,"traceId":"fadcc7d0c47fde18"},{"name":"code-generation","duration":3,"timestamp":6739183899805,"id":74,"parentId":66,"tags":{},"startTime":1776346130934,"traceId":"fadcc7d0c47fde18"},{"name":"hash","duration":23,"timestamp":6739183899825,"id":75,"parentId":66,"tags":{},"startTime":1776346130934,"traceId":"fadcc7d0c47fde18"},{"name":"code-generation-jobs","duration":8,"timestamp":6739183899848,"id":76,"parentId":66,"tags":{},"startTime":1776346130934,"traceId":"fadcc7d0c47fde18"},{"name":"module-assets","duration":3,"timestamp":6739183899854,"id":77,"parentId":66,"tags":{},"startTime":1776346130934,"traceId":"fadcc7d0c47fde18"},{"name":"create-chunk-assets","duration":6,"timestamp":6739183899860,"id":78,"parentId":66,"tags":{},"startTime":1776346130934,"traceId":"fadcc7d0c47fde18"},{"name":"NextJsBuildManifest-generateClientManifest","duration":187,"timestamp":6739183900072,"id":80,"parentId":64,"tags":{},"startTime":1776346130934,"traceId":"fadcc7d0c47fde18"},{"name":"NextJsBuildManifest-createassets","duration":212,"timestamp":6739183900049,"id":79,"parentId":64,"tags":{},"startTime":1776346130934,"traceId":"fadcc7d0c47fde18"},{"name":"seal","duration":678,"timestamp":6739183899662,"id":66,"parentId":64,"tags":{},"startTime":1776346130934,"traceId":"fadcc7d0c47fde18"},{"name":"webpack-compilation","duration":1282,"timestamp":6739183899070,"id":64,"parentId":61,"tags":{"name":"client"},"startTime":1776346130933,"traceId":"fadcc7d0c47fde18"},{"name":"setup-dev-bundler","duration":1640722,"timestamp":6739182282299,"id":2,"parentId":1,"tags":{},"startTime":1776346129316,"traceId":"fadcc7d0c47fde18"},{"name":"emit","duration":23212,"timestamp":6739183900362,"id":81,"parentId":61,"tags":{},"startTime":1776346130934,"traceId":"fadcc7d0c47fde18"},{"name":"webpack-invalidated-client","duration":27870,"timestamp":6739183896545,"id":61,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776346130931,"traceId":"fadcc7d0c47fde18"},{"name":"make","duration":342,"timestamp":6739183925788,"id":83,"parentId":82,"tags":{},"startTime":1776346130960,"traceId":"fadcc7d0c47fde18"},{"name":"chunk-graph","duration":16,"timestamp":6739183926221,"id":85,"parentId":84,"tags":{},"startTime":1776346130960,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-modules","duration":2,"timestamp":6739183926246,"id":87,"parentId":84,"tags":{},"startTime":1776346130960,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-chunks","duration":75,"timestamp":6739183926285,"id":88,"parentId":84,"tags":{},"startTime":1776346130960,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-tree","duration":3,"timestamp":6739183926369,"id":89,"parentId":84,"tags":{},"startTime":1776346130960,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-chunk-modules","duration":2,"timestamp":6739183926381,"id":90,"parentId":84,"tags":{},"startTime":1776346130960,"traceId":"fadcc7d0c47fde18"},{"name":"optimize","duration":152,"timestamp":6739183926244,"id":86,"parentId":84,"tags":{},"startTime":1776346130960,"traceId":"fadcc7d0c47fde18"},{"name":"module-hash","duration":4,"timestamp":6739183926520,"id":91,"parentId":84,"tags":{},"startTime":1776346130960,"traceId":"fadcc7d0c47fde18"},{"name":"code-generation","duration":3,"timestamp":6739183926528,"id":92,"parentId":84,"tags":{},"startTime":1776346130961,"traceId":"fadcc7d0c47fde18"},{"name":"hash","duration":34,"timestamp":6739183926547,"id":93,"parentId":84,"tags":{},"startTime":1776346130961,"traceId":"fadcc7d0c47fde18"},{"name":"code-generation-jobs","duration":8,"timestamp":6739183926581,"id":94,"parentId":84,"tags":{},"startTime":1776346130961,"traceId":"fadcc7d0c47fde18"},{"name":"module-assets","duration":3,"timestamp":6739183926587,"id":95,"parentId":84,"tags":{},"startTime":1776346130961,"traceId":"fadcc7d0c47fde18"},{"name":"create-chunk-assets","duration":8,"timestamp":6739183926595,"id":96,"parentId":84,"tags":{},"startTime":1776346130961,"traceId":"fadcc7d0c47fde18"},{"name":"seal","duration":551,"timestamp":6739183926202,"id":84,"parentId":82,"tags":{},"startTime":1776346130960,"traceId":"fadcc7d0c47fde18"},{"name":"webpack-compilation","duration":1625,"timestamp":6739183925148,"id":82,"parentId":62,"tags":{"name":"server"},"startTime":1776346130959,"traceId":"fadcc7d0c47fde18"},{"name":"run-instrumentation-hook","duration":24,"timestamp":6739183946132,"id":98,"parentId":1,"tags":{},"startTime":1776346130980,"traceId":"fadcc7d0c47fde18"},{"name":"emit","duration":26525,"timestamp":6739183926780,"id":97,"parentId":62,"tags":{},"startTime":1776346130961,"traceId":"fadcc7d0c47fde18"},{"name":"webpack-invalidated-server","duration":56975,"timestamp":6739183896654,"id":62,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776346130931,"traceId":"fadcc7d0c47fde18"},{"name":"make","duration":65,"timestamp":6739183954653,"id":100,"parentId":99,"tags":{},"startTime":1776346130989,"traceId":"fadcc7d0c47fde18"},{"name":"chunk-graph","duration":11,"timestamp":6739183954856,"id":102,"parentId":101,"tags":{},"startTime":1776346130989,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-modules","duration":43,"timestamp":6739183954875,"id":104,"parentId":101,"tags":{},"startTime":1776346130989,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-chunks","duration":5,"timestamp":6739183954926,"id":105,"parentId":101,"tags":{},"startTime":1776346130989,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-tree","duration":2,"timestamp":6739183954937,"id":106,"parentId":101,"tags":{},"startTime":1776346130989,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-chunk-modules","duration":2,"timestamp":6739183954947,"id":107,"parentId":101,"tags":{},"startTime":1776346130989,"traceId":"fadcc7d0c47fde18"},{"name":"optimize","duration":86,"timestamp":6739183954872,"id":103,"parentId":101,"tags":{},"startTime":1776346130989,"traceId":"fadcc7d0c47fde18"},{"name":"module-hash","duration":3,"timestamp":6739183954999,"id":108,"parentId":101,"tags":{},"startTime":1776346130989,"traceId":"fadcc7d0c47fde18"},{"name":"code-generation","duration":3,"timestamp":6739183955007,"id":109,"parentId":101,"tags":{},"startTime":1776346130989,"traceId":"fadcc7d0c47fde18"},{"name":"hash","duration":22,"timestamp":6739183955023,"id":110,"parentId":101,"tags":{},"startTime":1776346130989,"traceId":"fadcc7d0c47fde18"},{"name":"code-generation-jobs","duration":7,"timestamp":6739183955045,"id":111,"parentId":101,"tags":{},"startTime":1776346130989,"traceId":"fadcc7d0c47fde18"},{"name":"module-assets","duration":3,"timestamp":6739183955051,"id":112,"parentId":101,"tags":{},"startTime":1776346130989,"traceId":"fadcc7d0c47fde18"},{"name":"create-chunk-assets","duration":6,"timestamp":6739183955056,"id":113,"parentId":101,"tags":{},"startTime":1776346130989,"traceId":"fadcc7d0c47fde18"},{"name":"seal","duration":377,"timestamp":6739183954842,"id":101,"parentId":99,"tags":{},"startTime":1776346130989,"traceId":"fadcc7d0c47fde18"},{"name":"webpack-compilation","duration":910,"timestamp":6739183954322,"id":99,"parentId":63,"tags":{"name":"edge-server"},"startTime":1776346130988,"traceId":"fadcc7d0c47fde18"},{"name":"start-dev-server","duration":1902347,"timestamp":6739182054408,"id":1,"tags":{"cpus":"10","platform":"darwin","memory.freeMem":"199180288","memory.totalMem":"17179869184","memory.heapSizeLimit":"8640266240","isTurbopack":false,"memory.rss":"239976448","memory.heapTotal":"105955328","memory.heapUsed":"74763480"},"startTime":1776346129088,"traceId":"fadcc7d0c47fde18"},{"name":"emit","duration":3641,"timestamp":6739183955239,"id":114,"parentId":63,"tags":{},"startTime":1776346130989,"traceId":"fadcc7d0c47fde18"},{"name":"webpack-invalidated-edge-server","duration":62574,"timestamp":6739183896730,"id":63,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776346130931,"traceId":"fadcc7d0c47fde18"}] -[{"name":"build-module","duration":36260,"timestamp":6739186109705,"id":121,"parentId":120,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2F(public)%2Fpage&page=%2F(public)%2Fpage&appPaths=%2F(public)%2Fpage&pagePath=private-next-app-dir%2F(public)%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=standalone&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1776346133144,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3403,"timestamp":6739186159765,"id":128,"parentId":127,"tags":{},"startTime":1776346133194,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3499,"timestamp":6739186159676,"id":127,"parentId":123,"tags":{},"startTime":1776346133194,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":5517,"timestamp":6739186158772,"id":123,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/(public)/page.tsx","layer":"rsc"},"startTime":1776346133193,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5313,"timestamp":6739186159655,"id":126,"parentId":125,"tags":{},"startTime":1776346133194,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5697,"timestamp":6739186159275,"id":125,"parentId":122,"tags":{},"startTime":1776346133193,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":9628,"timestamp":6739186157395,"id":122,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/layout.tsx","layer":"rsc"},"startTime":1776346133191,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5905,"timestamp":6739186161173,"id":140,"parentId":139,"tags":{},"startTime":1776346133195,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5957,"timestamp":6739186161123,"id":139,"parentId":133,"tags":{},"startTime":1776346133195,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7615,"timestamp":6739186160559,"id":133,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/error-boundary.js","layer":"rsc"},"startTime":1776346133195,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":8370,"timestamp":6739186159820,"id":130,"parentId":129,"tags":{},"startTime":1776346133194,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":8424,"timestamp":6739186159768,"id":129,"parentId":124,"tags":{},"startTime":1776346133194,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":9710,"timestamp":6739186158947,"id":124,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/(public)/layout.tsx","layer":"rsc"},"startTime":1776346133193,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":7513,"timestamp":6739186161209,"id":142,"parentId":141,"tags":{},"startTime":1776346133195,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":7548,"timestamp":6739186161175,"id":141,"parentId":134,"tags":{},"startTime":1776346133195,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":10357,"timestamp":6739186160660,"id":134,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-error.js","layer":"rsc"},"startTime":1776346133195,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":12053,"timestamp":6739186161116,"id":137,"parentId":132,"tags":{},"startTime":1776346133195,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":68,"timestamp":6739186173194,"id":143,"parentId":132,"tags":{},"startTime":1776346133207,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":13379,"timestamp":6739186160465,"id":132,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-kind.js","layer":"rsc"},"startTime":1776346133194,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":12734,"timestamp":6739186161120,"id":138,"parentId":135,"tags":{},"startTime":1776346133195,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":61,"timestamp":6739186173863,"id":144,"parentId":135,"tags":{},"startTime":1776346133208,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":14185,"timestamp":6739186160715,"id":135,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1776346133195,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":13814,"timestamp":6739186161101,"id":136,"parentId":131,"tags":{},"startTime":1776346133195,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":37,"timestamp":6739186174922,"id":145,"parentId":131,"tags":{},"startTime":1776346133209,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":17443,"timestamp":6739186160022,"id":131,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/entry-base.js","layer":"rsc"},"startTime":1776346133194,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":286,"timestamp":6739186180777,"id":146,"parentId":135,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.dev.js","layer":null},"startTime":1776346133215,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-external","duration":13,"timestamp":6739186185678,"id":152,"parentId":131,"tags":{"name":"../../client/components/static-generation-async-storage.external","layer":null},"startTime":1776346133220,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-external","duration":5,"timestamp":6739186185701,"id":153,"parentId":131,"tags":{"name":"../../client/components/request-async-storage.external","layer":null},"startTime":1776346133220,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-external","duration":4,"timestamp":6739186185720,"id":154,"parentId":131,"tags":{"name":"../../client/components/action-async-storage.external","layer":null},"startTime":1776346133220,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4996,"timestamp":6739186186068,"id":164,"parentId":163,"tags":{},"startTime":1776346133220,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5034,"timestamp":6739186186035,"id":163,"parentId":151,"tags":{},"startTime":1776346133220,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5866,"timestamp":6739186185646,"id":151,"parentId":131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1776346133220,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5499,"timestamp":6739186186032,"id":162,"parentId":161,"tags":{},"startTime":1776346133220,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5531,"timestamp":6739186186002,"id":161,"parentId":150,"tags":{},"startTime":1776346133220,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6313,"timestamp":6739186185599,"id":150,"parentId":131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/layout-router.js","layer":"rsc"},"startTime":1776346133220,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5929,"timestamp":6739186185999,"id":160,"parentId":159,"tags":{},"startTime":1776346133220,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5998,"timestamp":6739186185930,"id":159,"parentId":149,"tags":{},"startTime":1776346133220,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6647,"timestamp":6739186185514,"id":149,"parentId":131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router.js","layer":"rsc"},"startTime":1776346133219,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5917,"timestamp":6739186186275,"id":166,"parentId":165,"tags":{},"startTime":1776346133220,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6050,"timestamp":6739186186143,"id":165,"parentId":155,"tags":{},"startTime":1776346133220,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6785,"timestamp":6739186185728,"id":155,"parentId":131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/client-page.js","layer":"rsc"},"startTime":1776346133220,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6391,"timestamp":6739186186372,"id":172,"parentId":171,"tags":{},"startTime":1776346133220,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6408,"timestamp":6739186186357,"id":171,"parentId":158,"tags":{},"startTime":1776346133220,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7097,"timestamp":6739186185846,"id":158,"parentId":131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-boundary.js","layer":"rsc"},"startTime":1776346133220,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6599,"timestamp":6739186186355,"id":170,"parentId":169,"tags":{},"startTime":1776346133220,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6629,"timestamp":6739186186325,"id":169,"parentId":157,"tags":{},"startTime":1776346133220,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8097,"timestamp":6739186185808,"id":157,"parentId":131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1776346133220,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":7595,"timestamp":6739186186322,"id":168,"parentId":167,"tags":{},"startTime":1776346133220,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":7640,"timestamp":6739186186278,"id":167,"parentId":156,"tags":{},"startTime":1776346133220,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":9572,"timestamp":6739186185768,"id":156,"parentId":131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/search-params.js","layer":"rsc"},"startTime":1776346133220,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":12070,"timestamp":6739186185497,"id":148,"parentId":147,"tags":{},"startTime":1776346133219,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-css","duration":13074,"timestamp":6739186184812,"id":147,"parentId":122,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css","layer":"rsc"},"startTime":1776346133219,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":3336,"timestamp":6739186195997,"id":178,"parentId":174,"tags":{},"startTime":1776346133230,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":41,"timestamp":6739186199342,"id":181,"parentId":174,"tags":{},"startTime":1776346133233,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4216,"timestamp":6739186195731,"id":174,"parentId":131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1776346133230,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":3950,"timestamp":6739186196004,"id":179,"parentId":175,"tags":{},"startTime":1776346133230,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":30,"timestamp":6739186199959,"id":182,"parentId":175,"tags":{},"startTime":1776346133234,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4367,"timestamp":6739186195794,"id":175,"parentId":131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1776346133230,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":4187,"timestamp":6739186195983,"id":177,"parentId":173,"tags":{},"startTime":1776346133230,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":46,"timestamp":6739186200175,"id":183,"parentId":173,"tags":{},"startTime":1776346133234,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":14107,"timestamp":6739186195613,"id":173,"parentId":131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1776346133230,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":14881,"timestamp":6739186196009,"id":180,"parentId":176,"tags":{},"startTime":1776346133230,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":30,"timestamp":6739186210896,"id":186,"parentId":176,"tags":{},"startTime":1776346133245,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":15833,"timestamp":6739186195856,"id":176,"parentId":131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1776346133230,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":3923,"timestamp":6739186210084,"id":185,"parentId":184,"tags":{},"startTime":1776346133244,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":55,"timestamp":6739186214025,"id":187,"parentId":184,"tags":{},"startTime":1776346133248,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5617,"timestamp":6739186209979,"id":184,"parentId":156,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"rsc"},"startTime":1776346133244,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":4491,"timestamp":6739186216023,"id":193,"parentId":190,"tags":{},"startTime":1776346133250,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":39,"timestamp":6739186220533,"id":204,"parentId":190,"tags":{},"startTime":1776346133255,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5040,"timestamp":6739186215948,"id":190,"parentId":173,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/clone-response.js","layer":"rsc"},"startTime":1776346133250,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":5050,"timestamp":6739186216004,"id":191,"parentId":188,"tags":{},"startTime":1776346133250,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":30,"timestamp":6739186221058,"id":205,"parentId":188,"tags":{},"startTime":1776346133255,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5446,"timestamp":6739186215782,"id":188,"parentId":133,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js","layer":"rsc"},"startTime":1776346133250,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":5218,"timestamp":6739186216015,"id":192,"parentId":189,"tags":{},"startTime":1776346133250,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":29,"timestamp":6739186221238,"id":206,"parentId":189,"tags":{},"startTime":1776346133255,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6202,"timestamp":6739186215878,"id":189,"parentId":173,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/dedupe-fetch.js","layer":"rsc"},"startTime":1776346133250,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2332,"timestamp":6739186222584,"id":215,"parentId":214,"tags":{},"startTime":1776346133257,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2364,"timestamp":6739186222557,"id":214,"parentId":210,"tags":{},"startTime":1776346133257,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3144,"timestamp":6739186222384,"id":210,"parentId":184,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1776346133256,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":7210,"timestamp":6739186219039,"id":200,"parentId":195,"tags":{},"startTime":1776346133253,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":57,"timestamp":6739186226264,"id":220,"parentId":195,"tags":{},"startTime":1776346133260,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8824,"timestamp":6739186218758,"id":195,"parentId":173,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/trace/constants.js","layer":"rsc"},"startTime":1776346133253,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":8567,"timestamp":6739186219024,"id":199,"parentId":194,"tags":{},"startTime":1776346133253,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":33,"timestamp":6739186227598,"id":221,"parentId":194,"tags":{},"startTime":1776346133262,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":9333,"timestamp":6739186218615,"id":194,"parentId":156,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"rsc"},"startTime":1776346133253,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":8902,"timestamp":6739186219052,"id":202,"parentId":197,"tags":{},"startTime":1776346133253,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":37,"timestamp":6739186227960,"id":222,"parentId":197,"tags":{},"startTime":1776346133262,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":9887,"timestamp":6739186218915,"id":197,"parentId":173,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/constants.js","layer":"rsc"},"startTime":1776346133253,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":9764,"timestamp":6739186219047,"id":201,"parentId":196,"tags":{},"startTime":1776346133253,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":37,"timestamp":6739186228816,"id":223,"parentId":196,"tags":{},"startTime":1776346133263,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":12351,"timestamp":6739186218841,"id":196,"parentId":173,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/trace/tracer.js","layer":"rsc"},"startTime":1776346133253,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":12161,"timestamp":6739186219056,"id":203,"parentId":198,"tags":{},"startTime":1776346133253,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":78,"timestamp":6739186231225,"id":224,"parentId":198,"tags":{},"startTime":1776346133265,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":13246,"timestamp":6739186218965,"id":198,"parentId":173,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/output/log.js","layer":"rsc"},"startTime":1776346133253,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":10943,"timestamp":6739186222438,"id":213,"parentId":209,"tags":{},"startTime":1776346133256,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":29,"timestamp":6739186233389,"id":227,"parentId":209,"tags":{},"startTime":1776346133267,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":11721,"timestamp":6739186222340,"id":209,"parentId":184,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/url.js","layer":"rsc"},"startTime":1776346133256,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":11690,"timestamp":6739186222426,"id":211,"parentId":207,"tags":{},"startTime":1776346133256,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":33,"timestamp":6739186234122,"id":228,"parentId":207,"tags":{},"startTime":1776346133268,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":12068,"timestamp":6739186222195,"id":207,"parentId":131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server-edge.js","layer":"rsc"},"startTime":1776346133256,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":11836,"timestamp":6739186222434,"id":212,"parentId":208,"tags":{},"startTime":1776346133256,"traceId":"fadcc7d0c47fde18"}] -[{"name":"next-swc-loader","duration":30,"timestamp":6739186234359,"id":229,"parentId":208,"tags":{},"startTime":1776346133268,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":12188,"timestamp":6739186222285,"id":208,"parentId":134,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-runtime.js","layer":"rsc"},"startTime":1776346133256,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":10067,"timestamp":6739186226201,"id":218,"parentId":216,"tags":{},"startTime":1776346133260,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":33,"timestamp":6739186236272,"id":235,"parentId":216,"tags":{},"startTime":1776346133270,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":10551,"timestamp":6739186225843,"id":216,"parentId":134,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react.js","layer":"rsc"},"startTime":1776346133260,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":10334,"timestamp":6739186226210,"id":219,"parentId":217,"tags":{},"startTime":1776346133260,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":4164,"timestamp":6739186232647,"id":226,"parentId":225,"tags":{},"startTime":1776346133267,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":35,"timestamp":6739186236820,"id":238,"parentId":225,"tags":{},"startTime":1776346133271,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4459,"timestamp":6739186232537,"id":225,"parentId":122,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js","layer":"rsc"},"startTime":1776346133267,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":1248,"timestamp":6739186236090,"id":234,"parentId":233,"tags":{},"startTime":1776346133270,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":35,"timestamp":6739186237342,"id":239,"parentId":233,"tags":{},"startTime":1776346133271,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2231,"timestamp":6739186236032,"id":233,"parentId":198,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/picocolors.js","layer":"rsc"},"startTime":1776346133270,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2607,"timestamp":6739186235729,"id":232,"parentId":231,"tags":{},"startTime":1776346133270,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2652,"timestamp":6739186235686,"id":231,"parentId":230,"tags":{},"startTime":1776346133270,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":3114,"timestamp":6739186235619,"id":230,"parentId":122,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-auth.tsx","layer":"rsc"},"startTime":1776346133270,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3396,"timestamp":6739186236591,"id":237,"parentId":236,"tags":{},"startTime":1776346133271,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3441,"timestamp":6739186236549,"id":236,"parentId":217,"tags":{},"startTime":1776346133271,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-mjs","duration":14589,"timestamp":6739186225921,"id":217,"parentId":122,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next-themes/dist/index.mjs","layer":"rsc"},"startTime":1776346133260,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":784,"timestamp":6739186241731,"id":241,"parentId":240,"tags":{},"startTime":1776346133276,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":27,"timestamp":6739186242520,"id":246,"parentId":240,"tags":{},"startTime":1776346133277,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":1008,"timestamp":6739186241653,"id":240,"parentId":174,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-dom.js","layer":"rsc"},"startTime":1776346133276,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":637,"timestamp":6739186242408,"id":243,"parentId":242,"tags":{},"startTime":1776346133276,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":43,"timestamp":6739186243050,"id":247,"parentId":242,"tags":{},"startTime":1776346133277,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8821,"timestamp":6739186242347,"id":242,"parentId":196,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1776346133276,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":9487,"timestamp":6739186242491,"id":245,"parentId":244,"tags":{},"startTime":1776346133276,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":28,"timestamp":6739186251986,"id":248,"parentId":244,"tags":{},"startTime":1776346133286,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":9802,"timestamp":6739186242439,"id":244,"parentId":134,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"rsc"},"startTime":1776346133276,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":164791,"timestamp":6739186087496,"id":120,"parentId":119,"tags":{"request":"next-app-loader?name=app%2F(public)%2Fpage&page=%2F(public)%2Fpage&appPaths=%2F(public)%2Fpage&pagePath=private-next-app-dir%2F(public)%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=standalone&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1776346133121,"traceId":"fadcc7d0c47fde18"},{"name":"build-module","duration":1489,"timestamp":6739186268611,"id":254,"parentId":118,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2F(public)%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1776346133303,"traceId":"fadcc7d0c47fde18"},{"name":"build-module","duration":89,"timestamp":6739186270121,"id":255,"parentId":118,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=true!","layer":"ssr"},"startTime":1776346133304,"traceId":"fadcc7d0c47fde18"},{"name":"build-module","duration":921,"timestamp":6739186270217,"id":256,"parentId":118,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext-themes%2Fdist%2Findex.mjs%22%2C%22ids%22%3A%5B%22ThemeProvider%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fhooks%2Fuse-auth.tsx%22%2C%22ids%22%3A%5B%22AuthProvider%22%5D%7D&server=true!","layer":"ssr"},"startTime":1776346133304,"traceId":"fadcc7d0c47fde18"},{"name":"build-module","duration":1709,"timestamp":6739186271154,"id":257,"parentId":118,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%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%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1776346133305,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":4,"timestamp":6739186279928,"id":283,"parentId":282,"tags":{},"startTime":1776346133314,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":991,"timestamp":6739186279075,"id":267,"parentId":266,"tags":{},"startTime":1776346133313,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1040,"timestamp":6739186279032,"id":266,"parentId":261,"tags":{},"startTime":1776346133313,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":2588,"timestamp":6739186278653,"id":261,"parentId":256,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-auth.tsx","layer":"ssr"},"startTime":1776346133313,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4689,"timestamp":6739186277397,"id":260,"parentId":259,"tags":{},"startTime":1776346133311,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4802,"timestamp":6739186277288,"id":259,"parentId":258,"tags":{},"startTime":1776346133311,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":9305,"timestamp":6739186276414,"id":258,"parentId":254,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/(public)/page.tsx","layer":"ssr"},"startTime":1776346133310,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6653,"timestamp":6739186279097,"id":269,"parentId":268,"tags":{},"startTime":1776346133313,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6675,"timestamp":6739186279077,"id":268,"parentId":262,"tags":{},"startTime":1776346133313,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7960,"timestamp":6739186278724,"id":262,"parentId":257,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/error-boundary.js","layer":"ssr"},"startTime":1776346133313,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":7661,"timestamp":6739186279117,"id":273,"parentId":272,"tags":{},"startTime":1776346133313,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":7673,"timestamp":6739186279109,"id":272,"parentId":264,"tags":{},"startTime":1776346133313,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8181,"timestamp":6739186278958,"id":264,"parentId":257,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/client-page.js","layer":"ssr"},"startTime":1776346133313,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":7708,"timestamp":6739186279457,"id":281,"parentId":280,"tags":{},"startTime":1776346133313,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":7720,"timestamp":6739186279447,"id":280,"parentId":277,"tags":{},"startTime":1776346133313,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8013,"timestamp":6739186279390,"id":277,"parentId":257,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/render-from-template-context.js","layer":"ssr"},"startTime":1776346133313,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":7977,"timestamp":6739186279444,"id":279,"parentId":278,"tags":{},"startTime":1776346133313,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":8003,"timestamp":6739186279419,"id":278,"parentId":276,"tags":{},"startTime":1776346133313,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8857,"timestamp":6739186279331,"id":276,"parentId":257,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-boundary.js","layer":"ssr"},"startTime":1776346133313,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":14711,"timestamp":6739186279108,"id":271,"parentId":270,"tags":{},"startTime":1776346133313,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":14724,"timestamp":6739186279099,"id":270,"parentId":263,"tags":{},"startTime":1776346133313,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":17583,"timestamp":6739186278925,"id":263,"parentId":257,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router.js","layer":"ssr"},"startTime":1776346133313,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":16563,"timestamp":6739186279980,"id":285,"parentId":284,"tags":{},"startTime":1776346133314,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":16605,"timestamp":6739186279939,"id":284,"parentId":282,"tags":{},"startTime":1776346133314,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-mjs","duration":18802,"timestamp":6739186279707,"id":282,"parentId":256,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next-themes/dist/index.mjs","layer":"ssr"},"startTime":1776346133314,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":19460,"timestamp":6739186279125,"id":275,"parentId":274,"tags":{},"startTime":1776346133313,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":19469,"timestamp":6739186279117,"id":274,"parentId":265,"tags":{},"startTime":1776346133313,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":23060,"timestamp":6739186278995,"id":265,"parentId":257,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/layout-router.js","layer":"ssr"},"startTime":1776346133313,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":115,"timestamp":6739186305989,"id":288,"parentId":286,"tags":{},"startTime":1776346133340,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":26,"timestamp":6739186306111,"id":291,"parentId":286,"tags":{},"startTime":1776346133340,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":456,"timestamp":6739186305840,"id":286,"parentId":262,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"ssr"},"startTime":1776346133340,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5739,"timestamp":6739186306046,"id":290,"parentId":289,"tags":{},"startTime":1776346133340,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5796,"timestamp":6739186305993,"id":289,"parentId":287,"tags":{},"startTime":1776346133340,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6327,"timestamp":6739186305941,"id":287,"parentId":264,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/search-params.js","layer":"ssr"},"startTime":1776346133340,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3493,"timestamp":6739186310139,"id":298,"parentId":297,"tags":{},"startTime":1776346133344,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3506,"timestamp":6739186310130,"id":297,"parentId":293,"tags":{},"startTime":1776346133344,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3908,"timestamp":6739186310016,"id":293,"parentId":262,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/is-next-router-error.js","layer":"ssr"},"startTime":1776346133344,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3783,"timestamp":6739186310153,"id":300,"parentId":299,"tags":{},"startTime":1776346133344,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3796,"timestamp":6739186310140,"id":299,"parentId":294,"tags":{},"startTime":1776346133344,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4278,"timestamp":6739186310042,"id":294,"parentId":276,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found.js","layer":"ssr"},"startTime":1776346133344,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4314,"timestamp":6739186310128,"id":296,"parentId":295,"tags":{},"startTime":1776346133344,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4337,"timestamp":6739186310107,"id":295,"parentId":292,"tags":{},"startTime":1776346133344,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5055,"timestamp":6739186309971,"id":292,"parentId":262,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/navigation.js","layer":"ssr"},"startTime":1776346133344,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5944,"timestamp":6739186312958,"id":311,"parentId":310,"tags":{},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5967,"timestamp":6739186312938,"id":310,"parentId":301,"tags":{},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6737,"timestamp":6739186312562,"id":301,"parentId":263,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-base-path.js","layer":"ssr"},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6348,"timestamp":6739186312969,"id":313,"parentId":312,"tags":{},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6358,"timestamp":6739186312960,"id":312,"parentId":302,"tags":{},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7020,"timestamp":6739186312670,"id":302,"parentId":263,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/remove-base-path.js","layer":"ssr"},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6778,"timestamp":6739186312978,"id":315,"parentId":314,"tags":{},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6801,"timestamp":6739186312970,"id":314,"parentId":303,"tags":{},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7261,"timestamp":6739186312752,"id":303,"parentId":263,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/has-base-path.js","layer":"ssr"},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":7046,"timestamp":6739186312986,"id":317,"parentId":316,"tags":{},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":7054,"timestamp":6739186312979,"id":316,"parentId":304,"tags":{},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8044,"timestamp":6739186312786,"id":304,"parentId":263,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/use-reducer-with-devtools.js","layer":"ssr"},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":7839,"timestamp":6739186313002,"id":321,"parentId":320,"tags":{},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":7847,"timestamp":6739186312994,"id":320,"parentId":306,"tags":{},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8193,"timestamp":6739186312827,"id":306,"parentId":263,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"ssr"},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":8022,"timestamp":6739186313009,"id":323,"parentId":322,"tags":{},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":8029,"timestamp":6739186313002,"id":322,"parentId":307,"tags":{},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8424,"timestamp":6739186312846,"id":307,"parentId":263,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-headers.js","layer":"ssr"},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":8288,"timestamp":6739186312993,"id":319,"parentId":318,"tags":{},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":8296,"timestamp":6739186312987,"id":318,"parentId":305,"tags":{},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8919,"timestamp":6739186312809,"id":305,"parentId":263,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect-boundary.js","layer":"ssr"},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":9459,"timestamp":6739186313017,"id":325,"parentId":324,"tags":{},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":9468,"timestamp":6739186313010,"id":324,"parentId":308,"tags":{},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":10079,"timestamp":6739186312866,"id":308,"parentId":265,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/match-segments.js","layer":"ssr"},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":10668,"timestamp":6739186313024,"id":327,"parentId":326,"tags":{},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":10677,"timestamp":6739186313017,"id":326,"parentId":309,"tags":{},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"}] -[{"name":"build-module-js","duration":11320,"timestamp":6739186312883,"id":309,"parentId":263,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-announcer.js","layer":"ssr"},"startTime":1776346133347,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":453,"timestamp":6739186325903,"id":338,"parentId":328,"tags":{},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":493,"timestamp":6739186325908,"id":339,"parentId":329,"tags":{},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":384,"timestamp":6739186326363,"id":356,"parentId":328,"tags":{},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":345,"timestamp":6739186326405,"id":357,"parentId":329,"tags":{},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2144,"timestamp":6739186325223,"id":328,"parentId":287,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1776346133359,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2181,"timestamp":6739186325352,"id":329,"parentId":287,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"ssr"},"startTime":1776346133359,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3511,"timestamp":6739186326184,"id":343,"parentId":342,"tags":{},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3539,"timestamp":6739186326173,"id":342,"parentId":331,"tags":{},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4484,"timestamp":6739186325475,"id":331,"parentId":263,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"ssr"},"startTime":1776346133359,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3805,"timestamp":6739186326170,"id":341,"parentId":340,"tags":{},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3833,"timestamp":6739186326144,"id":340,"parentId":330,"tags":{},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5029,"timestamp":6739186325441,"id":330,"parentId":263,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"ssr"},"startTime":1776346133359,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4303,"timestamp":6739186326194,"id":345,"parentId":344,"tags":{},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4312,"timestamp":6739186326186,"id":344,"parentId":332,"tags":{},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5471,"timestamp":6739186325500,"id":332,"parentId":263,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js","layer":"ssr"},"startTime":1776346133359,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4791,"timestamp":6739186326203,"id":347,"parentId":346,"tags":{},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4800,"timestamp":6739186326195,"id":346,"parentId":333,"tags":{},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6081,"timestamp":6739186325524,"id":333,"parentId":265,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":8037,"timestamp":6739186326236,"id":353,"parentId":352,"tags":{},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":8047,"timestamp":6739186326228,"id":352,"parentId":336,"tags":{},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8897,"timestamp":6739186325583,"id":336,"parentId":265,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"ssr"},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":9780,"timestamp":6739186326217,"id":349,"parentId":348,"tags":{},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":9796,"timestamp":6739186326204,"id":348,"parentId":334,"tags":{},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":10684,"timestamp":6739186325547,"id":334,"parentId":265,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"ssr"},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":10371,"timestamp":6739186326244,"id":355,"parentId":354,"tags":{},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":10380,"timestamp":6739186326237,"id":354,"parentId":337,"tags":{},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":11156,"timestamp":6739186325695,"id":337,"parentId":265,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"ssr"},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":10636,"timestamp":6739186326227,"id":351,"parentId":350,"tags":{},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":10646,"timestamp":6739186326219,"id":350,"parentId":335,"tags":{},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":11525,"timestamp":6739186325565,"id":335,"parentId":263,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"ssr"},"startTime":1776346133360,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5026,"timestamp":6739186332185,"id":361,"parentId":360,"tags":{},"startTime":1776346133366,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5048,"timestamp":6739186332165,"id":360,"parentId":358,"tags":{},"startTime":1776346133366,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6345,"timestamp":6739186332020,"id":358,"parentId":263,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/segment.js","layer":"ssr"},"startTime":1776346133366,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6199,"timestamp":6739186332196,"id":363,"parentId":362,"tags":{},"startTime":1776346133366,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6210,"timestamp":6739186332187,"id":362,"parentId":359,"tags":{},"startTime":1776346133366,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6478,"timestamp":6739186332069,"id":359,"parentId":276,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1776346133366,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":127,"timestamp":6739186340268,"id":379,"parentId":373,"tags":{},"startTime":1776346133374,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":26,"timestamp":6739186340402,"id":389,"parentId":373,"tags":{},"startTime":1776346133374,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":703,"timestamp":6739186340074,"id":373,"parentId":328,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/url.js","layer":"ssr"},"startTime":1776346133374,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2857,"timestamp":6739186338987,"id":368,"parentId":367,"tags":{},"startTime":1776346133373,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2881,"timestamp":6739186338966,"id":367,"parentId":364,"tags":{},"startTime":1776346133373,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3521,"timestamp":6739186338804,"id":364,"parentId":263,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"ssr"},"startTime":1776346133373,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4250,"timestamp":6739186338999,"id":370,"parentId":369,"tags":{},"startTime":1776346133373,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4262,"timestamp":6739186338989,"id":369,"parentId":365,"tags":{},"startTime":1776346133373,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4632,"timestamp":6739186338858,"id":365,"parentId":265,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"ssr"},"startTime":1776346133373,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3937,"timestamp":6739186340308,"id":382,"parentId":381,"tags":{},"startTime":1776346133374,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3957,"timestamp":6739186340290,"id":381,"parentId":374,"tags":{},"startTime":1776346133374,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4396,"timestamp":6739186340138,"id":374,"parentId":328,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/hooks-server-context.js","layer":"ssr"},"startTime":1776346133374,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4223,"timestamp":6739186340320,"id":384,"parentId":383,"tags":{},"startTime":1776346133374,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4234,"timestamp":6739186340310,"id":383,"parentId":375,"tags":{},"startTime":1776346133374,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4949,"timestamp":6739186340165,"id":375,"parentId":328,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"ssr"},"startTime":1776346133374,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4897,"timestamp":6739186340329,"id":386,"parentId":385,"tags":{},"startTime":1776346133374,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4909,"timestamp":6739186340321,"id":385,"parentId":377,"tags":{},"startTime":1776346133374,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5797,"timestamp":6739186340227,"id":377,"parentId":293,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect.js","layer":"ssr"},"startTime":1776346133374,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5701,"timestamp":6739186340337,"id":388,"parentId":387,"tags":{},"startTime":1776346133374,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5710,"timestamp":6739186340330,"id":387,"parentId":378,"tags":{},"startTime":1776346133374,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6086,"timestamp":6739186340246,"id":378,"parentId":292,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/navigation.react-server.js","layer":"ssr"},"startTime":1776346133374,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":7807,"timestamp":6739186339008,"id":372,"parentId":371,"tags":{},"startTime":1776346133373,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":7817,"timestamp":6739186339000,"id":371,"parentId":366,"tags":{},"startTime":1776346133373,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":10012,"timestamp":6739186338883,"id":366,"parentId":263,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/app/hot-reloader-client.js","layer":"ssr"},"startTime":1776346133373,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":8352,"timestamp":6739186344213,"id":392,"parentId":391,"tags":{},"startTime":1776346133378,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":8375,"timestamp":6739186344195,"id":391,"parentId":390,"tags":{},"startTime":1776346133378,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8913,"timestamp":6739186344111,"id":390,"parentId":292,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"ssr"},"startTime":1776346133378,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4049,"timestamp":6739186350239,"id":411,"parentId":410,"tags":{},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4069,"timestamp":6739186350221,"id":410,"parentId":396,"tags":{},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4976,"timestamp":6739186349580,"id":396,"parentId":303,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"ssr"},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4353,"timestamp":6739186350218,"id":409,"parentId":408,"tags":{},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4363,"timestamp":6739186350209,"id":408,"parentId":395,"tags":{},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5313,"timestamp":6739186349551,"id":395,"parentId":301,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"ssr"},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4671,"timestamp":6739186350207,"id":407,"parentId":406,"tags":{},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4694,"timestamp":6739186350185,"id":406,"parentId":393,"tags":{},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5847,"timestamp":6739186349456,"id":393,"parentId":301,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"ssr"},"startTime":1776346133383,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5072,"timestamp":6739186350249,"id":413,"parentId":412,"tags":{},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5081,"timestamp":6739186350240,"id":412,"parentId":397,"tags":{},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6352,"timestamp":6739186349660,"id":397,"parentId":304,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/action-queue.js","layer":"ssr"},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":8018,"timestamp":6739186350258,"id":415,"parentId":414,"tags":{},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":8029,"timestamp":6739186350250,"id":414,"parentId":398,"tags":{},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8780,"timestamp":6739186349728,"id":398,"parentId":333,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-call-server.js","layer":"ssr"},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":8231,"timestamp":6739186350286,"id":419,"parentId":418,"tags":{},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":8239,"timestamp":6739186350279,"id":418,"parentId":400,"tags":{},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":9068,"timestamp":6739186349779,"id":400,"parentId":333,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/hash.js","layer":"ssr"},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":8585,"timestamp":6739186350278,"id":417,"parentId":416,"tags":{},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":8605,"timestamp":6739186350259,"id":416,"parentId":399,"tags":{},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":9515,"timestamp":6739186349757,"id":399,"parentId":333,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/flight-data-helpers.js","layer":"ssr"},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":8992,"timestamp":6739186350301,"id":421,"parentId":420,"tags":{},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":9007,"timestamp":6739186350288,"id":420,"parentId":401,"tags":{},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":10156,"timestamp":6739186349814,"id":401,"parentId":332,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"ssr"},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":20224,"timestamp":6739186340271,"id":380,"parentId":376,"tags":{},"startTime":1776346133374,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":33,"timestamp":6739186360502,"id":430,"parentId":376,"tags":{},"startTime":1776346133394,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":20444,"timestamp":6739186340185,"id":376,"parentId":262,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react.js","layer":"ssr"},"startTime":1776346133374,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":10356,"timestamp":6739186350310,"id":423,"parentId":422,"tags":{},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":10365,"timestamp":6739186350302,"id":422,"parentId":402,"tags":{},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":11466,"timestamp":6739186349836,"id":402,"parentId":332,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"ssr"},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":10992,"timestamp":6739186350326,"id":427,"parentId":426,"tags":{},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":11000,"timestamp":6739186350319,"id":426,"parentId":404,"tags":{},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":11982,"timestamp":6739186349873,"id":404,"parentId":332,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"ssr"},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":11561,"timestamp":6739186350318,"id":425,"parentId":424,"tags":{},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":11569,"timestamp":6739186350311,"id":424,"parentId":403,"tags":{},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":12701,"timestamp":6739186349855,"id":403,"parentId":332,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"ssr"},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":16329,"timestamp":6739186349943,"id":405,"parentId":394,"tags":{},"startTime":1776346133384,"traceId":"fadcc7d0c47fde18"}] -[{"name":"next-swc-loader","duration":28,"timestamp":6739186366355,"id":437,"parentId":394,"tags":{},"startTime":1776346133400,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":17189,"timestamp":6739186349503,"id":394,"parentId":308,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/get-segment-param.js","layer":"ssr"},"startTime":1776346133383,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":31,"timestamp":6739186367776,"id":439,"parentId":438,"tags":{},"startTime":1776346133402,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":155,"timestamp":6739186367811,"id":440,"parentId":438,"tags":{},"startTime":1776346133402,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":425,"timestamp":6739186367713,"id":438,"parentId":376,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1776346133402,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":12546,"timestamp":6739186357286,"id":429,"parentId":428,"tags":{},"startTime":1776346133391,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":47,"timestamp":6739186369848,"id":459,"parentId":428,"tags":{},"startTime":1776346133404,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":12837,"timestamp":6739186357166,"id":428,"parentId":258,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js","layer":"ssr"},"startTime":1776346133391,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":6732,"timestamp":6739186363518,"id":433,"parentId":431,"tags":{},"startTime":1776346133397,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":29,"timestamp":6739186370255,"id":460,"parentId":431,"tags":{},"startTime":1776346133404,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6955,"timestamp":6739186363401,"id":431,"parentId":262,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-runtime.js","layer":"ssr"},"startTime":1776346133397,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1668,"timestamp":6739186369131,"id":448,"parentId":447,"tags":{},"startTime":1776346133403,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1707,"timestamp":6739186369094,"id":447,"parentId":441,"tags":{},"startTime":1776346133403,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2069,"timestamp":6739186368927,"id":441,"parentId":377,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1776346133403,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1802,"timestamp":6739186369205,"id":454,"parentId":453,"tags":{},"startTime":1776346133403,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1812,"timestamp":6739186369196,"id":453,"parentId":444,"tags":{},"startTime":1776346133403,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2130,"timestamp":6739186369012,"id":444,"parentId":393,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"ssr"},"startTime":1776346133403,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1963,"timestamp":6739186369194,"id":452,"parentId":451,"tags":{},"startTime":1776346133403,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1976,"timestamp":6739186369182,"id":451,"parentId":443,"tags":{},"startTime":1776346133403,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2797,"timestamp":6739186368993,"id":443,"parentId":366,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/app/ReactDevOverlay.js","layer":"ssr"},"startTime":1776346133403,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":8279,"timestamp":6739186363528,"id":434,"parentId":432,"tags":{},"startTime":1776346133398,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":124,"timestamp":6739186371816,"id":467,"parentId":432,"tags":{},"startTime":1776346133406,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8694,"timestamp":6739186363466,"id":432,"parentId":265,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-dom.js","layer":"ssr"},"startTime":1776346133397,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3393,"timestamp":6739186369180,"id":450,"parentId":449,"tags":{},"startTime":1776346133403,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3434,"timestamp":6739186369143,"id":449,"parentId":442,"tags":{},"startTime":1776346133403,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4226,"timestamp":6739186368969,"id":442,"parentId":366,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/shared.js","layer":"ssr"},"startTime":1776346133403,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6641,"timestamp":6739186369215,"id":456,"parentId":455,"tags":{},"startTime":1776346133403,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6654,"timestamp":6739186369206,"id":455,"parentId":445,"tags":{},"startTime":1776346133403,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7119,"timestamp":6739186369036,"id":445,"parentId":393,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"ssr"},"startTime":1776346133403,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6948,"timestamp":6739186369224,"id":458,"parentId":457,"tags":{},"startTime":1776346133403,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6958,"timestamp":6739186369216,"id":457,"parentId":446,"tags":{},"startTime":1776346133403,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7405,"timestamp":6739186369055,"id":446,"parentId":397,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"ssr"},"startTime":1776346133403,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5726,"timestamp":6739186370743,"id":466,"parentId":465,"tags":{},"startTime":1776346133405,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5737,"timestamp":6739186370733,"id":465,"parentId":462,"tags":{},"startTime":1776346133405,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6231,"timestamp":6739186370470,"id":462,"parentId":403,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"ssr"},"startTime":1776346133404,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5989,"timestamp":6739186370731,"id":464,"parentId":463,"tags":{},"startTime":1776346133405,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6010,"timestamp":6739186370711,"id":463,"parentId":461,"tags":{},"startTime":1776346133405,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6566,"timestamp":6739186370434,"id":461,"parentId":404,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"ssr"},"startTime":1776346133404,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":12300,"timestamp":6739186365579,"id":436,"parentId":435,"tags":{},"startTime":1776346133400,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":36,"timestamp":6739186377887,"id":475,"parentId":435,"tags":{},"startTime":1776346133412,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":12798,"timestamp":6739186365524,"id":435,"parentId":337,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":"ssr"},"startTime":1776346133400,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5032,"timestamp":6739186375034,"id":474,"parentId":473,"tags":{},"startTime":1776346133409,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5054,"timestamp":6739186375014,"id":473,"parentId":470,"tags":{},"startTime":1776346133409,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5692,"timestamp":6739186374569,"id":470,"parentId":390,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"ssr"},"startTime":1776346133409,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1018,"timestamp":6739186381283,"id":487,"parentId":486,"tags":{},"startTime":1776346133415,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1033,"timestamp":6739186381273,"id":486,"parentId":479,"tags":{},"startTime":1776346133415,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":1893,"timestamp":6739186381141,"id":479,"parentId":366,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parseStack.js","layer":"ssr"},"startTime":1776346133415,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1883,"timestamp":6739186381300,"id":491,"parentId":490,"tags":{},"startTime":1776346133415,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1892,"timestamp":6739186381292,"id":490,"parentId":481,"tags":{},"startTime":1776346133415,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2163,"timestamp":6739186381180,"id":481,"parentId":366,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/runtime-error-handler.js","layer":"ssr"},"startTime":1776346133415,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2065,"timestamp":6739186381291,"id":489,"parentId":488,"tags":{},"startTime":1776346133415,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2074,"timestamp":6739186381284,"id":488,"parentId":480,"tags":{},"startTime":1776346133415,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2588,"timestamp":6739186381162,"id":480,"parentId":366,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-error-handler.js","layer":"ssr"},"startTime":1776346133415,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":9651,"timestamp":6739186374690,"id":471,"parentId":468,"tags":{},"startTime":1776346133409,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":30,"timestamp":6739186384347,"id":502,"parentId":468,"tags":{},"startTime":1776346133418,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":10103,"timestamp":6739186374421,"id":468,"parentId":366,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":"ssr"},"startTime":1776346133408,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":11215,"timestamp":6739186374702,"id":472,"parentId":469,"tags":{},"startTime":1776346133409,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":31,"timestamp":6739186385923,"id":503,"parentId":469,"tags":{},"startTime":1776346133420,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":11630,"timestamp":6739186374519,"id":469,"parentId":366,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/dev/extract-modules-from-turbopack-message.js","layer":"ssr"},"startTime":1776346133408,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6791,"timestamp":6739186381272,"id":485,"parentId":484,"tags":{},"startTime":1776346133415,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6813,"timestamp":6739186381251,"id":484,"parentId":478,"tags":{},"startTime":1776346133415,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":9024,"timestamp":6739186381105,"id":478,"parentId":366,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/format-webpack-messages.js","layer":"ssr"},"startTime":1776346133415,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":8843,"timestamp":6739186381307,"id":493,"parentId":492,"tags":{},"startTime":1776346133415,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":8851,"timestamp":6739186381300,"id":492,"parentId":482,"tags":{},"startTime":1776346133415,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":9409,"timestamp":6739186381198,"id":482,"parentId":366,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-websocket.js","layer":"ssr"},"startTime":1776346133415,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":9306,"timestamp":6739186381315,"id":495,"parentId":494,"tags":{},"startTime":1776346133415,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":9314,"timestamp":6739186381308,"id":494,"parentId":483,"tags":{},"startTime":1776346133415,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":9808,"timestamp":6739186381215,"id":483,"parentId":366,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parse-component-stack.js","layer":"ssr"},"startTime":1776346133415,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":13161,"timestamp":6739186379116,"id":477,"parentId":476,"tags":{},"startTime":1776346133413,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":31,"timestamp":6739186392282,"id":504,"parentId":476,"tags":{},"startTime":1776346133426,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":13372,"timestamp":6739186379024,"id":476,"parentId":333,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client-edge.js","layer":"ssr"},"startTime":1776346133413,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3593,"timestamp":6739186395002,"id":518,"parentId":517,"tags":{},"startTime":1776346133429,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3630,"timestamp":6739186394973,"id":517,"parentId":506,"tags":{},"startTime":1776346133429,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5999,"timestamp":6739186394287,"id":506,"parentId":462,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/promise-queue.js","layer":"ssr"},"startTime":1776346133428,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5916,"timestamp":6739186395118,"id":524,"parentId":523,"tags":{},"startTime":1776346133429,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6001,"timestamp":6739186395109,"id":523,"parentId":509,"tags":{},"startTime":1776346133429,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7523,"timestamp":6739186394418,"id":509,"parentId":446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"ssr"},"startTime":1776346133428,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6883,"timestamp":6739186395086,"id":520,"parentId":519,"tags":{},"startTime":1776346133429,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6965,"timestamp":6739186395005,"id":519,"parentId":507,"tags":{},"startTime":1776346133429,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8156,"timestamp":6739186394346,"id":507,"parentId":461,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"ssr"},"startTime":1776346133428,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":7396,"timestamp":6739186395128,"id":526,"parentId":525,"tags":{},"startTime":1776346133429,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":7406,"timestamp":6739186395119,"id":525,"parentId":510,"tags":{},"startTime":1776346133429,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8991,"timestamp":6739186394437,"id":510,"parentId":446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"ssr"},"startTime":1776346133428,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":8417,"timestamp":6739186395108,"id":522,"parentId":521,"tags":{},"startTime":1776346133429,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":8440,"timestamp":6739186395090,"id":521,"parentId":508,"tags":{},"startTime":1776346133429,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":10951,"timestamp":6739186394398,"id":508,"parentId":446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"ssr"},"startTime":1776346133428,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":13274,"timestamp":6739186395136,"id":528,"parentId":527,"tags":{},"startTime":1776346133429,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":13285,"timestamp":6739186395129,"id":527,"parentId":511,"tags":{},"startTime":1776346133429,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":14996,"timestamp":6739186394455,"id":511,"parentId":446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"ssr"},"startTime":1776346133428,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":14309,"timestamp":6739186395161,"id":534,"parentId":533,"tags":{},"startTime":1776346133429,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":14318,"timestamp":6739186395154,"id":533,"parentId":514,"tags":{},"startTime":1776346133429,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":15459,"timestamp":6739186394511,"id":514,"parentId":435,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"ssr"},"startTime":1776346133428,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":28808,"timestamp":6739186381758,"id":499,"parentId":496,"tags":{},"startTime":1776346133416,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":58,"timestamp":6739186410586,"id":560,"parentId":496,"tags":{},"startTime":1776346133445,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":29266,"timestamp":6739186381557,"id":496,"parentId":277,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/app-router-context.js","layer":"ssr"},"startTime":1776346133416,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":29068,"timestamp":6739186381766,"id":501,"parentId":498,"tags":{},"startTime":1776346133416,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":100,"timestamp":6739186410841,"id":561,"parentId":498,"tags":{},"startTime":1776346133445,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":29311,"timestamp":6739186381714,"id":498,"parentId":292,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/server-inserted-html.js","layer":"ssr"},"startTime":1776346133416,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":29269,"timestamp":6739186381764,"id":500,"parentId":497,"tags":{},"startTime":1776346133416,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":120,"timestamp":6739186411038,"id":562,"parentId":497,"tags":{},"startTime":1776346133445,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":29556,"timestamp":6739186381670,"id":497,"parentId":263,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/hooks-client-context.js","layer":"ssr"},"startTime":1776346133416,"traceId":"fadcc7d0c47fde18"}] -[{"name":"next-swc-transform","duration":16555,"timestamp":6739186395145,"id":530,"parentId":529,"tags":{},"startTime":1776346133429,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":16566,"timestamp":6739186395137,"id":529,"parentId":512,"tags":{},"startTime":1776346133429,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":17699,"timestamp":6739186394477,"id":512,"parentId":446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/fast-refresh-reducer.js","layer":"ssr"},"startTime":1776346133428,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":17029,"timestamp":6739186395190,"id":536,"parentId":535,"tags":{},"startTime":1776346133429,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":17059,"timestamp":6739186395162,"id":535,"parentId":515,"tags":{},"startTime":1776346133429,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-ts","duration":18502,"timestamp":6739186394538,"id":515,"parentId":261,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/api.ts","layer":"ssr"},"startTime":1776346133429,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":15944,"timestamp":6739186397108,"id":547,"parentId":546,"tags":{},"startTime":1776346133431,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":15971,"timestamp":6739186397082,"id":546,"parentId":538,"tags":{},"startTime":1776346133431,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":16365,"timestamp":6739186396925,"id":538,"parentId":443,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/ShadowPortal.js","layer":"ssr"},"startTime":1776346133431,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":16185,"timestamp":6739186397120,"id":549,"parentId":548,"tags":{},"startTime":1776346133431,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":16195,"timestamp":6739186397110,"id":548,"parentId":539,"tags":{},"startTime":1776346133431,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":16776,"timestamp":6739186396957,"id":539,"parentId":443,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/BuildError.js","layer":"ssr"},"startTime":1776346133431,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":18630,"timestamp":6739186395153,"id":532,"parentId":531,"tags":{},"startTime":1776346133429,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":18638,"timestamp":6739186395145,"id":531,"parentId":513,"tags":{},"startTime":1776346133429,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":20183,"timestamp":6739186394495,"id":513,"parentId":446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"ssr"},"startTime":1776346133428,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":17546,"timestamp":6739186397146,"id":555,"parentId":554,"tags":{},"startTime":1776346133431,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":17555,"timestamp":6739186397137,"id":554,"parentId":542,"tags":{},"startTime":1776346133431,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":17918,"timestamp":6739186397016,"id":542,"parentId":443,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/Base.js","layer":"ssr"},"startTime":1776346133431,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":17790,"timestamp":6739186397154,"id":557,"parentId":556,"tags":{},"startTime":1776346133431,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":17799,"timestamp":6739186397147,"id":556,"parentId":543,"tags":{},"startTime":1776346133431,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":18138,"timestamp":6739186397033,"id":543,"parentId":443,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/ComponentStyles.js","layer":"ssr"},"startTime":1776346133431,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":18091,"timestamp":6739186397136,"id":553,"parentId":552,"tags":{},"startTime":1776346133431,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":18100,"timestamp":6739186397129,"id":552,"parentId":541,"tags":{},"startTime":1776346133431,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":18436,"timestamp":6739186396998,"id":541,"parentId":443,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/root-layout-missing-tags-error.js","layer":"ssr"},"startTime":1776346133431,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":18280,"timestamp":6739186397162,"id":559,"parentId":558,"tags":{},"startTime":1776346133431,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":18288,"timestamp":6739186397155,"id":558,"parentId":544,"tags":{},"startTime":1776346133431,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":18660,"timestamp":6739186397050,"id":544,"parentId":443,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/CssReset.js","layer":"ssr"},"startTime":1776346133431,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":18748,"timestamp":6739186397128,"id":551,"parentId":550,"tags":{},"startTime":1776346133431,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":18757,"timestamp":6739186397120,"id":550,"parentId":540,"tags":{},"startTime":1776346133431,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":19913,"timestamp":6739186396978,"id":540,"parentId":443,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/Errors.js","layer":"ssr"},"startTime":1776346133431,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":32816,"timestamp":6739186394654,"id":516,"parentId":505,"tags":{},"startTime":1776346133429,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":33,"timestamp":6739186427478,"id":569,"parentId":505,"tags":{},"startTime":1776346133461,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":33664,"timestamp":6739186394179,"id":505,"parentId":277,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"ssr"},"startTime":1776346133428,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3727,"timestamp":6739186426706,"id":566,"parentId":565,"tags":{},"startTime":1776346133461,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3760,"timestamp":6739186426678,"id":565,"parentId":563,"tags":{},"startTime":1776346133461,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4559,"timestamp":6739186426198,"id":563,"parentId":480,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/is-hydration-error.js","layer":"ssr"},"startTime":1776346133460,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4087,"timestamp":6739186426718,"id":568,"parentId":567,"tags":{},"startTime":1776346133461,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4099,"timestamp":6739186426708,"id":567,"parentId":564,"tags":{},"startTime":1776346133461,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4821,"timestamp":6739186426269,"id":564,"parentId":480,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js","layer":"ssr"},"startTime":1776346133460,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":34094,"timestamp":6739186397073,"id":545,"parentId":537,"tags":{},"startTime":1776346133431,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":26,"timestamp":6739186431172,"id":570,"parentId":537,"tags":{},"startTime":1776346133465,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":34487,"timestamp":6739186396840,"id":537,"parentId":258,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/api/link.js","layer":"ssr"},"startTime":1776346133431,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1564,"timestamp":6739186432635,"id":582,"parentId":581,"tags":{},"startTime":1776346133467,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1587,"timestamp":6739186432615,"id":581,"parentId":571,"tags":{},"startTime":1776346133467,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2167,"timestamp":6739186432310,"id":571,"parentId":482,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/get-socket-url.js","layer":"ssr"},"startTime":1776346133466,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1948,"timestamp":6739186432648,"id":584,"parentId":583,"tags":{},"startTime":1776346133467,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1961,"timestamp":6739186432637,"id":583,"parentId":572,"tags":{},"startTime":1776346133467,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2516,"timestamp":6739186432357,"id":572,"parentId":507,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js","layer":"ssr"},"startTime":1776346133466,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2223,"timestamp":6739186432665,"id":588,"parentId":587,"tags":{},"startTime":1776346133467,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2231,"timestamp":6739186432658,"id":587,"parentId":574,"tags":{},"startTime":1776346133467,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2714,"timestamp":6739186432402,"id":574,"parentId":509,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"ssr"},"startTime":1776346133466,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2473,"timestamp":6739186432657,"id":586,"parentId":585,"tags":{},"startTime":1776346133467,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2482,"timestamp":6739186432649,"id":585,"parentId":573,"tags":{},"startTime":1776346133467,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3088,"timestamp":6739186432382,"id":573,"parentId":509,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js","layer":"ssr"},"startTime":1776346133466,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3210,"timestamp":6739186432681,"id":592,"parentId":591,"tags":{},"startTime":1776346133467,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3219,"timestamp":6739186432674,"id":591,"parentId":576,"tags":{},"startTime":1776346133467,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3687,"timestamp":6739186432437,"id":576,"parentId":509,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"ssr"},"startTime":1776346133466,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3442,"timestamp":6739186432695,"id":596,"parentId":595,"tags":{},"startTime":1776346133467,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3449,"timestamp":6739186432689,"id":595,"parentId":578,"tags":{},"startTime":1776346133467,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3944,"timestamp":6739186432471,"id":578,"parentId":508,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js","layer":"ssr"},"startTime":1776346133466,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3754,"timestamp":6739186432673,"id":590,"parentId":589,"tags":{},"startTime":1776346133467,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3762,"timestamp":6739186432666,"id":589,"parentId":575,"tags":{},"startTime":1776346133467,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4300,"timestamp":6739186432420,"id":575,"parentId":509,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"ssr"},"startTime":1776346133466,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4698,"timestamp":6739186433841,"id":603,"parentId":602,"tags":{},"startTime":1776346133468,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4720,"timestamp":6739186433821,"id":602,"parentId":601,"tags":{},"startTime":1776346133468,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5007,"timestamp":6739186433763,"id":601,"parentId":539,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/noop-template.js","layer":"ssr"},"startTime":1776346133468,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6079,"timestamp":6739186432703,"id":598,"parentId":597,"tags":{},"startTime":1776346133467,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6086,"timestamp":6739186432696,"id":597,"parentId":579,"tags":{},"startTime":1776346133467,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6644,"timestamp":6739186432487,"id":579,"parentId":508,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"ssr"},"startTime":1776346133466,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6468,"timestamp":6739186432710,"id":600,"parentId":599,"tags":{},"startTime":1776346133467,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6476,"timestamp":6739186432703,"id":599,"parentId":580,"tags":{},"startTime":1776346133467,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7229,"timestamp":6739186432502,"id":580,"parentId":508,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js","layer":"ssr"},"startTime":1776346133466,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5879,"timestamp":6739186433995,"id":607,"parentId":606,"tags":{},"startTime":1776346133468,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5899,"timestamp":6739186433977,"id":606,"parentId":604,"tags":{},"startTime":1776346133468,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6211,"timestamp":6739186433896,"id":604,"parentId":540,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/error-source.js","layer":"ssr"},"startTime":1776346133468,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6113,"timestamp":6739186434007,"id":609,"parentId":608,"tags":{},"startTime":1776346133468,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6124,"timestamp":6739186433997,"id":608,"parentId":605,"tags":{},"startTime":1776346133468,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6389,"timestamp":6739186433941,"id":605,"parentId":540,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getErrorByType.js","layer":"ssr"},"startTime":1776346133468,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":9412,"timestamp":6739186432688,"id":594,"parentId":593,"tags":{},"startTime":1776346133467,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":9421,"timestamp":6739186432681,"id":593,"parentId":577,"tags":{},"startTime":1776346133467,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":11102,"timestamp":6739186432453,"id":577,"parentId":510,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"ssr"},"startTime":1776346133466,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3717,"timestamp":6739186441317,"id":616,"parentId":615,"tags":{},"startTime":1776346133475,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3741,"timestamp":6739186441296,"id":615,"parentId":610,"tags":{},"startTime":1776346133475,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4139,"timestamp":6739186441064,"id":610,"parentId":514,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"ssr"},"startTime":1776346133475,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4480,"timestamp":6739186441336,"id":618,"parentId":617,"tags":{},"startTime":1776346133475,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4499,"timestamp":6739186441318,"id":617,"parentId":611,"tags":{},"startTime":1776346133475,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4932,"timestamp":6739186441114,"id":611,"parentId":543,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/styles.js","layer":"ssr"},"startTime":1776346133475,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4959,"timestamp":6739186441349,"id":620,"parentId":619,"tags":{},"startTime":1776346133475,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4971,"timestamp":6739186441337,"id":619,"parentId":612,"tags":{},"startTime":1776346133475,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5351,"timestamp":6739186441139,"id":612,"parentId":543,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/styles.js","layer":"ssr"},"startTime":1776346133475,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5139,"timestamp":6739186441359,"id":622,"parentId":621,"tags":{},"startTime":1776346133475,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5148,"timestamp":6739186441350,"id":621,"parentId":613,"tags":{},"startTime":1776346133475,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5533,"timestamp":6739186441158,"id":613,"parentId":543,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/styles.js","layer":"ssr"},"startTime":1776346133475,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5330,"timestamp":6739186441369,"id":624,"parentId":623,"tags":{},"startTime":1776346133475,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5340,"timestamp":6739186441360,"id":623,"parentId":614,"tags":{},"startTime":1776346133475,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5666,"timestamp":6739186441177,"id":614,"parentId":543,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/styles.js","layer":"ssr"},"startTime":1776346133475,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3955,"timestamp":6739186445749,"id":628,"parentId":627,"tags":{},"startTime":1776346133480,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3986,"timestamp":6739186445730,"id":627,"parentId":625,"tags":{},"startTime":1776346133480,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4557,"timestamp":6739186445371,"id":625,"parentId":540,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CloseIcon.js","layer":"ssr"},"startTime":1776346133479,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5148,"timestamp":6739186445761,"id":630,"parentId":629,"tags":{},"startTime":1776346133480,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5161,"timestamp":6739186445751,"id":629,"parentId":626,"tags":{},"startTime":1776346133480,"traceId":"fadcc7d0c47fde18"}] -[{"name":"build-module-js","duration":6426,"timestamp":6739186445423,"id":626,"parentId":540,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/component-stack-pseudo-html.js","layer":"ssr"},"startTime":1776346133479,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5650,"timestamp":6739186448653,"id":635,"parentId":634,"tags":{},"startTime":1776346133483,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5681,"timestamp":6739186448624,"id":634,"parentId":631,"tags":{},"startTime":1776346133483,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7312,"timestamp":6739186448361,"id":631,"parentId":537,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/link.js","layer":"ssr"},"startTime":1776346133482,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3554,"timestamp":6739186452151,"id":638,"parentId":637,"tags":{},"startTime":1776346133486,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3576,"timestamp":6739186452130,"id":637,"parentId":636,"tags":{},"startTime":1776346133486,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3822,"timestamp":6739186452039,"id":636,"parentId":571,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":"ssr"},"startTime":1776346133486,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":10574,"timestamp":6739186448576,"id":633,"parentId":632,"tags":{},"startTime":1776346133483,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":27,"timestamp":6739186459157,"id":645,"parentId":632,"tags":{},"startTime":1776346133493,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":11148,"timestamp":6739186448438,"id":632,"parentId":563,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/is-error.js","layer":"ssr"},"startTime":1776346133482,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2827,"timestamp":6739186458510,"id":644,"parentId":643,"tags":{},"startTime":1776346133492,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2840,"timestamp":6739186458500,"id":643,"parentId":640,"tags":{},"startTime":1776346133492,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3284,"timestamp":6739186458455,"id":640,"parentId":366,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/strip-ansi/index.js","layer":"ssr"},"startTime":1776346133492,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4226,"timestamp":6739186458498,"id":642,"parentId":641,"tags":{},"startTime":1776346133492,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4247,"timestamp":6739186458479,"id":641,"parentId":639,"tags":{},"startTime":1776346133492,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4966,"timestamp":6739186458413,"id":639,"parentId":605,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stack-frame.js","layer":"ssr"},"startTime":1776346133492,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1455,"timestamp":6739186463712,"id":653,"parentId":652,"tags":{},"startTime":1776346133498,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1467,"timestamp":6739186463702,"id":652,"parentId":647,"tags":{},"startTime":1776346133498,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":1835,"timestamp":6739186463558,"id":647,"parentId":539,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/index.js","layer":"ssr"},"startTime":1776346133498,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1770,"timestamp":6739186463699,"id":651,"parentId":650,"tags":{},"startTime":1776346133498,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1798,"timestamp":6739186463672,"id":650,"parentId":646,"tags":{},"startTime":1776346133498,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2117,"timestamp":6739186463501,"id":646,"parentId":539,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/index.js","layer":"ssr"},"startTime":1776346133497,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2218,"timestamp":6739186463730,"id":657,"parentId":656,"tags":{},"startTime":1776346133498,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2226,"timestamp":6739186463723,"id":656,"parentId":649,"tags":{},"startTime":1776346133498,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2519,"timestamp":6739186463611,"id":649,"parentId":626,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CollapseIcon.js","layer":"ssr"},"startTime":1776346133498,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2890,"timestamp":6739186463722,"id":655,"parentId":654,"tags":{},"startTime":1776346133498,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2899,"timestamp":6739186463713,"id":654,"parentId":648,"tags":{},"startTime":1776346133498,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3487,"timestamp":6739186463583,"id":648,"parentId":543,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/index.js","layer":"ssr"},"startTime":1776346133498,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2096,"timestamp":6739186464991,"id":667,"parentId":666,"tags":{},"startTime":1776346133499,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2119,"timestamp":6739186464969,"id":666,"parentId":658,"tags":{},"startTime":1776346133499,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2489,"timestamp":6739186464762,"id":658,"parentId":540,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/index.js","layer":"ssr"},"startTime":1776346133499,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2247,"timestamp":6739186465012,"id":671,"parentId":670,"tags":{},"startTime":1776346133499,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2255,"timestamp":6739186465004,"id":670,"parentId":660,"tags":{},"startTime":1776346133499,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2619,"timestamp":6739186464829,"id":660,"parentId":631,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-locale.js","layer":"ssr"},"startTime":1776346133499,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2458,"timestamp":6739186465003,"id":669,"parentId":668,"tags":{},"startTime":1776346133499,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2469,"timestamp":6739186464993,"id":668,"parentId":659,"tags":{},"startTime":1776346133499,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3005,"timestamp":6739186464805,"id":659,"parentId":631,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/resolve-href.js","layer":"ssr"},"startTime":1776346133499,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4578,"timestamp":6739186465031,"id":675,"parentId":674,"tags":{},"startTime":1776346133499,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4588,"timestamp":6739186465024,"id":674,"parentId":662,"tags":{},"startTime":1776346133499,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4942,"timestamp":6739186464872,"id":662,"parentId":631,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/get-domain-locale.js","layer":"ssr"},"startTime":1776346133499,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4772,"timestamp":6739186465049,"id":679,"parentId":678,"tags":{},"startTime":1776346133499,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4780,"timestamp":6739186465042,"id":678,"parentId":664,"tags":{},"startTime":1776346133499,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5051,"timestamp":6739186464909,"id":664,"parentId":631,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"ssr"},"startTime":1776346133499,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5020,"timestamp":6739186465041,"id":677,"parentId":676,"tags":{},"startTime":1776346133499,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5029,"timestamp":6739186465033,"id":676,"parentId":663,"tags":{},"startTime":1776346133499,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5616,"timestamp":6739186464891,"id":663,"parentId":631,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils.js","layer":"ssr"},"startTime":1776346133499,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5501,"timestamp":6739186465023,"id":673,"parentId":672,"tags":{},"startTime":1776346133499,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5512,"timestamp":6739186465012,"id":672,"parentId":661,"tags":{},"startTime":1776346133499,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6007,"timestamp":6739186464850,"id":661,"parentId":631,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/use-intersection.js","layer":"ssr"},"startTime":1776346133499,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5811,"timestamp":6739186465057,"id":681,"parentId":680,"tags":{},"startTime":1776346133499,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5818,"timestamp":6739186465050,"id":680,"parentId":665,"tags":{},"startTime":1776346133499,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6257,"timestamp":6739186464927,"id":665,"parentId":631,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"ssr"},"startTime":1776346133499,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4750,"timestamp":6739186466473,"id":686,"parentId":685,"tags":{},"startTime":1776346133500,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4771,"timestamp":6739186466453,"id":685,"parentId":682,"tags":{},"startTime":1776346133500,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5129,"timestamp":6739186466258,"id":682,"parentId":539,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/index.js","layer":"ssr"},"startTime":1776346133500,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4909,"timestamp":6739186466485,"id":688,"parentId":687,"tags":{},"startTime":1776346133500,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4919,"timestamp":6739186466475,"id":687,"parentId":683,"tags":{},"startTime":1776346133500,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5209,"timestamp":6739186466303,"id":683,"parentId":539,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/index.js","layer":"ssr"},"startTime":1776346133500,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5024,"timestamp":6739186466494,"id":690,"parentId":689,"tags":{},"startTime":1776346133500,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5032,"timestamp":6739186466486,"id":689,"parentId":684,"tags":{},"startTime":1776346133500,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5302,"timestamp":6739186466327,"id":684,"parentId":543,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/index.js","layer":"ssr"},"startTime":1776346133500,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3073,"timestamp":6739186468690,"id":696,"parentId":695,"tags":{},"startTime":1776346133503,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3082,"timestamp":6739186468681,"id":695,"parentId":692,"tags":{},"startTime":1776346133503,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3589,"timestamp":6739186468273,"id":692,"parentId":632,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"ssr"},"startTime":1776346133502,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4629,"timestamp":6739186468680,"id":694,"parentId":693,"tags":{},"startTime":1776346133503,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4646,"timestamp":6739186468664,"id":693,"parentId":691,"tags":{},"startTime":1776346133503,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5379,"timestamp":6739186468237,"id":691,"parentId":541,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/hot-linked-text/index.js","layer":"ssr"},"startTime":1776346133502,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2041,"timestamp":6739186477992,"id":699,"parentId":698,"tags":{},"startTime":1776346133512,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2074,"timestamp":6739186477962,"id":698,"parentId":697,"tags":{},"startTime":1776346133512,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2375,"timestamp":6739186477857,"id":697,"parentId":482,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/dev/noop-turbopack-hmr.js","layer":"ssr"},"startTime":1776346133512,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1308,"timestamp":6739186479595,"id":715,"parentId":714,"tags":{},"startTime":1776346133514,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1316,"timestamp":6739186479588,"id":714,"parentId":703,"tags":{},"startTime":1776346133514,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":1892,"timestamp":6739186479413,"id":703,"parentId":659,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"ssr"},"startTime":1776346133513,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1818,"timestamp":6739186479575,"id":711,"parentId":710,"tags":{},"startTime":1776346133514,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1831,"timestamp":6739186479566,"id":710,"parentId":701,"tags":{},"startTime":1776346133514,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2675,"timestamp":6739186479368,"id":701,"parentId":646,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/Overlay.js","layer":"ssr"},"startTime":1776346133513,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4048,"timestamp":6739186479587,"id":713,"parentId":712,"tags":{},"startTime":1776346133514,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4058,"timestamp":6739186479580,"id":712,"parentId":702,"tags":{},"startTime":1776346133514,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4552,"timestamp":6739186479392,"id":702,"parentId":659,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"ssr"},"startTime":1776346133513,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4347,"timestamp":6739186479609,"id":719,"parentId":718,"tags":{},"startTime":1776346133514,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4354,"timestamp":6739186479603,"id":718,"parentId":705,"tags":{},"startTime":1776346133514,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4666,"timestamp":6739186479460,"id":705,"parentId":648,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/group-stack-frames-by-framework.js","layer":"ssr"},"startTime":1776346133513,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4535,"timestamp":6739186479602,"id":717,"parentId":716,"tags":{},"startTime":1776346133514,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4543,"timestamp":6739186479596,"id":716,"parentId":704,"tags":{},"startTime":1776346133514,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4952,"timestamp":6739186479442,"id":704,"parentId":659,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"ssr"},"startTime":1776346133513,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5103,"timestamp":6739186479565,"id":709,"parentId":708,"tags":{},"startTime":1776346133514,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5121,"timestamp":6739186479547,"id":708,"parentId":700,"tags":{},"startTime":1776346133514,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5745,"timestamp":6739186479329,"id":700,"parentId":647,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/Terminal.js","layer":"ssr"},"startTime":1776346133513,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5468,"timestamp":6739186479617,"id":721,"parentId":720,"tags":{},"startTime":1776346133514,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5475,"timestamp":6739186479610,"id":720,"parentId":706,"tags":{},"startTime":1776346133514,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5828,"timestamp":6739186479481,"id":706,"parentId":648,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/GroupedStackFrames.js","layer":"ssr"},"startTime":1776346133513,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4612,"timestamp":6739186480705,"id":735,"parentId":734,"tags":{},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4635,"timestamp":6739186480683,"id":734,"parentId":724,"tags":{},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5067,"timestamp":6739186480444,"id":724,"parentId":661,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/request-idle-callback.js","layer":"ssr"},"startTime":1776346133514,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5903,"timestamp":6739186479624,"id":723,"parentId":722,"tags":{},"startTime":1776346133514,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5910,"timestamp":6739186479618,"id":722,"parentId":707,"tags":{},"startTime":1776346133514,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6389,"timestamp":6739186479498,"id":707,"parentId":658,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/LeftRightDialogHeader.js","layer":"ssr"},"startTime":1776346133513,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":9508,"timestamp":6739186480726,"id":739,"parentId":738,"tags":{},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":9521,"timestamp":6739186480718,"id":738,"parentId":726,"tags":{},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":10225,"timestamp":6739186480520,"id":726,"parentId":682,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogContent.js","layer":"ssr"},"startTime":1776346133514,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":10027,"timestamp":6739186480735,"id":741,"parentId":740,"tags":{},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"}] -[{"name":"next-swc-loader","duration":10135,"timestamp":6739186480727,"id":740,"parentId":727,"tags":{},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":10491,"timestamp":6739186480540,"id":727,"parentId":682,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogBody.js","layer":"ssr"},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":10300,"timestamp":6739186480743,"id":743,"parentId":742,"tags":{},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":10308,"timestamp":6739186480736,"id":742,"parentId":728,"tags":{},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":10647,"timestamp":6739186480559,"id":728,"parentId":682,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/styles.js","layer":"ssr"},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":10507,"timestamp":6739186480717,"id":737,"parentId":736,"tags":{},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":10518,"timestamp":6739186480707,"id":736,"parentId":725,"tags":{},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":11006,"timestamp":6739186480495,"id":725,"parentId":682,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/Dialog.js","layer":"ssr"},"startTime":1776346133514,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":10756,"timestamp":6739186480751,"id":745,"parentId":744,"tags":{},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":10763,"timestamp":6739186480744,"id":744,"parentId":729,"tags":{},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":11051,"timestamp":6739186480582,"id":729,"parentId":683,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/styles.js","layer":"ssr"},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":10873,"timestamp":6739186480767,"id":749,"parentId":748,"tags":{},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":10880,"timestamp":6739186480760,"id":748,"parentId":731,"tags":{},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":11168,"timestamp":6739186480617,"id":731,"parentId":682,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogHeader.js","layer":"ssr"},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":11045,"timestamp":6739186480759,"id":747,"parentId":746,"tags":{},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":11053,"timestamp":6739186480752,"id":746,"parentId":730,"tags":{},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":11496,"timestamp":6739186480600,"id":730,"parentId":683,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/VersionStalenessInfo.js","layer":"ssr"},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":12445,"timestamp":6739186480775,"id":751,"parentId":750,"tags":{},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":12455,"timestamp":6739186480768,"id":750,"parentId":732,"tags":{},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":12813,"timestamp":6739186480634,"id":732,"parentId":684,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/styles.js","layer":"ssr"},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":12674,"timestamp":6739186480783,"id":753,"parentId":752,"tags":{},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":12682,"timestamp":6739186480775,"id":752,"parentId":733,"tags":{},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":12963,"timestamp":6739186480652,"id":733,"parentId":684,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/Toast.js","layer":"ssr"},"startTime":1776346133515,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":11171,"timestamp":6739186482454,"id":758,"parentId":757,"tags":{},"startTime":1776346133516,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":11191,"timestamp":6739186482435,"id":757,"parentId":755,"tags":{},"startTime":1776346133516,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":11532,"timestamp":6739186482332,"id":755,"parentId":691,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/magic-identifier.js","layer":"ssr"},"startTime":1776346133516,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":18778,"timestamp":6739186482403,"id":756,"parentId":754,"tags":{},"startTime":1776346133516,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":39,"timestamp":6739186501191,"id":765,"parentId":754,"tags":{},"startTime":1776346133535,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":19539,"timestamp":6739186482251,"id":754,"parentId":479,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","layer":"ssr"},"startTime":1776346133516,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":7884,"timestamp":6739186494582,"id":761,"parentId":759,"tags":{},"startTime":1776346133529,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":30,"timestamp":6739186502473,"id":789,"parentId":759,"tags":{},"startTime":1776346133536,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8347,"timestamp":6739186494321,"id":759,"parentId":506,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"ssr"},"startTime":1776346133528,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":8082,"timestamp":6739186494591,"id":762,"parentId":760,"tags":{},"startTime":1776346133529,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":33,"timestamp":6739186502677,"id":790,"parentId":760,"tags":{},"startTime":1776346133537,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8512,"timestamp":6739186494395,"id":760,"parentId":506,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"ssr"},"startTime":1776346133528,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1008,"timestamp":6739186502213,"id":780,"parentId":779,"tags":{},"startTime":1776346133536,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1018,"timestamp":6739186502205,"id":779,"parentId":769,"tags":{},"startTime":1776346133536,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":1431,"timestamp":6739186502040,"id":769,"parentId":704,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"ssr"},"startTime":1776346133536,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1408,"timestamp":6739186502204,"id":778,"parentId":777,"tags":{},"startTime":1776346133536,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1420,"timestamp":6739186502193,"id":777,"parentId":767,"tags":{},"startTime":1776346133536,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":1914,"timestamp":6739186501961,"id":767,"parentId":701,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/body-locker.js","layer":"ssr"},"startTime":1776346133536,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1957,"timestamp":6739186502239,"id":786,"parentId":785,"tags":{},"startTime":1776346133536,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1965,"timestamp":6739186502232,"id":785,"parentId":772,"tags":{},"startTime":1776346133536,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2340,"timestamp":6739186502107,"id":772,"parentId":700,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/EditorLink.js","layer":"ssr"},"startTime":1776346133536,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2744,"timestamp":6739186502222,"id":782,"parentId":781,"tags":{},"startTime":1776346133536,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2753,"timestamp":6739186502215,"id":781,"parentId":770,"tags":{},"startTime":1776346133536,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3598,"timestamp":6739186502060,"id":770,"parentId":704,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"ssr"},"startTime":1776346133536,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3447,"timestamp":6739186502230,"id":784,"parentId":783,"tags":{},"startTime":1776346133536,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3455,"timestamp":6739186502223,"id":783,"parentId":771,"tags":{},"startTime":1776346133536,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3953,"timestamp":6739186502079,"id":771,"parentId":706,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/FrameworkIcon.js","layer":"ssr"},"startTime":1776346133536,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5018,"timestamp":6739186502247,"id":788,"parentId":787,"tags":{},"startTime":1776346133536,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5027,"timestamp":6739186502239,"id":787,"parentId":773,"tags":{},"startTime":1776346133536,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5393,"timestamp":6739186502125,"id":773,"parentId":706,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/CallStackFrame.js","layer":"ssr"},"startTime":1776346133536,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":8702,"timestamp":6739186498840,"id":764,"parentId":763,"tags":{},"startTime":1776346133533,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":29,"timestamp":6739186507546,"id":791,"parentId":763,"tags":{},"startTime":1776346133542,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8911,"timestamp":6739186498781,"id":763,"parentId":539,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js","layer":"ssr"},"startTime":1776346133533,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":6615,"timestamp":6739186502150,"id":774,"parentId":768,"tags":{},"startTime":1776346133536,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":37,"timestamp":6739186508774,"id":801,"parentId":768,"tags":{},"startTime":1776346133543,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6931,"timestamp":6739186501989,"id":768,"parentId":631,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/router-context.js","layer":"ssr"},"startTime":1776346133536,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":80,"timestamp":6739186509062,"id":803,"parentId":802,"tags":{},"startTime":1776346133543,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":33,"timestamp":6739186509146,"id":804,"parentId":802,"tags":{},"startTime":1776346133543,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":625,"timestamp":6739186508990,"id":802,"parentId":770,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/constants.js","layer":"ssr"},"startTime":1776346133543,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1552,"timestamp":6739186508081,"id":798,"parentId":797,"tags":{},"startTime":1776346133542,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1562,"timestamp":6739186508071,"id":797,"parentId":793,"tags":{},"startTime":1776346133542,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":1961,"timestamp":6739186507912,"id":793,"parentId":648,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/index.js","layer":"ssr"},"startTime":1776346133542,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1815,"timestamp":6739186508070,"id":796,"parentId":795,"tags":{},"startTime":1776346133542,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1837,"timestamp":6739186508049,"id":795,"parentId":792,"tags":{},"startTime":1776346133542,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2164,"timestamp":6739186507863,"id":792,"parentId":659,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"ssr"},"startTime":1776346133542,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2473,"timestamp":6739186508105,"id":800,"parentId":799,"tags":{},"startTime":1776346133542,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2498,"timestamp":6739186508082,"id":799,"parentId":794,"tags":{},"startTime":1776346133542,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2934,"timestamp":6739186507935,"id":794,"parentId":725,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/hooks/use-on-click-outside.js","layer":"ssr"},"startTime":1776346133542,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":784,"timestamp":6739186511898,"id":810,"parentId":809,"tags":{},"startTime":1776346133546,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":796,"timestamp":6739186511888,"id":809,"parentId":806,"tags":{},"startTime":1776346133546,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":996,"timestamp":6739186511838,"id":806,"parentId":770,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"ssr"},"startTime":1776346133546,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1174,"timestamp":6739186511887,"id":808,"parentId":807,"tags":{},"startTime":1776346133546,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1199,"timestamp":6739186511863,"id":807,"parentId":805,"tags":{},"startTime":1776346133546,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":1502,"timestamp":6739186511789,"id":805,"parentId":772,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-open-in-editor.js","layer":"ssr"},"startTime":1776346133546,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":715,"timestamp":6739186512976,"id":817,"parentId":816,"tags":{},"startTime":1776346133547,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":727,"timestamp":6739186512967,"id":816,"parentId":812,"tags":{},"startTime":1776346133547,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":1039,"timestamp":6739186512895,"id":812,"parentId":792,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"ssr"},"startTime":1776346133547,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1342,"timestamp":6739186512985,"id":819,"parentId":818,"tags":{},"startTime":1776346133547,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1352,"timestamp":6739186512977,"id":818,"parentId":813,"tags":{},"startTime":1776346133547,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":1881,"timestamp":6739186512920,"id":813,"parentId":793,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/CodeFrame.js","layer":"ssr"},"startTime":1776346133547,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4122,"timestamp":6739186512965,"id":815,"parentId":814,"tags":{},"startTime":1776346133547,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4146,"timestamp":6739186512942,"id":814,"parentId":811,"tags":{},"startTime":1776346133547,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4725,"timestamp":6739186512849,"id":811,"parentId":792,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"ssr"},"startTime":1776346133547,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":15611,"timestamp":6739186502191,"id":776,"parentId":775,"tags":{},"startTime":1776346133536,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":15639,"timestamp":6739186502163,"id":775,"parentId":766,"tags":{},"startTime":1776346133536,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":23068,"timestamp":6739186501897,"id":766,"parentId":701,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/maintain--tab-focus.js","layer":"ssr"},"startTime":1776346133536,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":363,"timestamp":6739186525930,"id":821,"parentId":820,"tags":{},"startTime":1776346133560,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":36,"timestamp":6739186526300,"id":822,"parentId":820,"tags":{},"startTime":1776346133560,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":1860,"timestamp":6739186525854,"id":820,"parentId":700,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/anser/index.js","layer":"ssr"},"startTime":1776346133560,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":387,"timestamp":6739186528248,"id":824,"parentId":823,"tags":{},"startTime":1776346133562,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":28,"timestamp":6739186528639,"id":827,"parentId":823,"tags":{},"startTime":1776346133563,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":854,"timestamp":6739186528169,"id":823,"parentId":766,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/css.escape/css.escape.js","layer":"ssr"},"startTime":1776346133562,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":660,"timestamp":6739186528417,"id":826,"parentId":825,"tags":{},"startTime":1776346133562,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":60,"timestamp":6739186529083,"id":828,"parentId":825,"tags":{},"startTime":1776346133563,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3514,"timestamp":6739186528364,"id":825,"parentId":766,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/platform/platform.js","layer":"ssr"},"startTime":1776346133562,"traceId":"fadcc7d0c47fde18"},{"name":"make","duration":447816,"timestamp":6739186085186,"id":119,"parentId":118,"tags":{},"startTime":1776346133119,"traceId":"fadcc7d0c47fde18"},{"name":"chunk-graph","duration":2743,"timestamp":6739186538646,"id":830,"parentId":829,"tags":{},"startTime":1776346133573,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-modules","duration":4,"timestamp":6739186541406,"id":832,"parentId":829,"tags":{},"startTime":1776346133575,"traceId":"fadcc7d0c47fde18"}] -[{"name":"optimize-chunks","duration":2409,"timestamp":6739186541565,"id":833,"parentId":829,"tags":{},"startTime":1776346133576,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-tree","duration":5,"timestamp":6739186543989,"id":834,"parentId":829,"tags":{},"startTime":1776346133578,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-chunk-modules","duration":2,"timestamp":6739186544005,"id":835,"parentId":829,"tags":{},"startTime":1776346133578,"traceId":"fadcc7d0c47fde18"},{"name":"optimize","duration":3190,"timestamp":6739186541400,"id":831,"parentId":829,"tags":{},"startTime":1776346133575,"traceId":"fadcc7d0c47fde18"},{"name":"module-hash","duration":3851,"timestamp":6739186546371,"id":836,"parentId":829,"tags":{},"startTime":1776346133580,"traceId":"fadcc7d0c47fde18"},{"name":"code-generation","duration":9540,"timestamp":6739186550233,"id":837,"parentId":829,"tags":{},"startTime":1776346133584,"traceId":"fadcc7d0c47fde18"},{"name":"hash","duration":4446,"timestamp":6739186561660,"id":838,"parentId":829,"tags":{},"startTime":1776346133596,"traceId":"fadcc7d0c47fde18"},{"name":"code-generation-jobs","duration":213,"timestamp":6739186566105,"id":839,"parentId":829,"tags":{},"startTime":1776346133600,"traceId":"fadcc7d0c47fde18"},{"name":"module-assets","duration":131,"timestamp":6739186566260,"id":840,"parentId":829,"tags":{},"startTime":1776346133600,"traceId":"fadcc7d0c47fde18"},{"name":"create-chunk-assets","duration":40238,"timestamp":6739186566394,"id":841,"parentId":829,"tags":{},"startTime":1776346133600,"traceId":"fadcc7d0c47fde18"},{"name":"seal","duration":70634,"timestamp":6739186537936,"id":829,"parentId":118,"tags":{},"startTime":1776346133572,"traceId":"fadcc7d0c47fde18"},{"name":"webpack-compilation","duration":524620,"timestamp":6739186084909,"id":118,"parentId":116,"tags":{"name":"server"},"startTime":1776346133119,"traceId":"fadcc7d0c47fde18"},{"name":"emit","duration":7502,"timestamp":6739186609553,"id":842,"parentId":116,"tags":{},"startTime":1776346133644,"traceId":"fadcc7d0c47fde18"},{"name":"webpack-invalidated-server","duration":534021,"timestamp":6739186083824,"id":116,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776346133118,"traceId":"fadcc7d0c47fde18"},{"name":"build-module","duration":781,"timestamp":6739186631265,"id":851,"parentId":847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2F(public)%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1776346133665,"traceId":"fadcc7d0c47fde18"},{"name":"build-module","duration":63,"timestamp":6739186632081,"id":852,"parentId":848,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false!","layer":"app-pages-browser"},"startTime":1776346133666,"traceId":"fadcc7d0c47fde18"},{"name":"build-module","duration":712,"timestamp":6739186632154,"id":853,"parentId":849,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext-themes%2Fdist%2Findex.mjs%22%2C%22ids%22%3A%5B%22ThemeProvider%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fhooks%2Fuse-auth.tsx%22%2C%22ids%22%3A%5B%22AuthProvider%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1776346133666,"traceId":"fadcc7d0c47fde18"},{"name":"build-module","duration":1623,"timestamp":6739186632871,"id":854,"parentId":850,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%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%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%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":1776346133667,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":10518,"timestamp":6739186624084,"id":848,"parentId":844,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776346133658,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":3,"timestamp":6739186638005,"id":856,"parentId":855,"tags":{},"startTime":1776346133672,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4304,"timestamp":6739186638098,"id":858,"parentId":857,"tags":{},"startTime":1776346133672,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4393,"timestamp":6739186638013,"id":857,"parentId":855,"tags":{},"startTime":1776346133672,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-mjs","duration":5993,"timestamp":6739186637672,"id":855,"parentId":853,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next-themes/dist/index.mjs","layer":"app-pages-browser"},"startTime":1776346133672,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6203,"timestamp":6739186641992,"id":869,"parentId":868,"tags":{},"startTime":1776346133676,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6332,"timestamp":6739186641868,"id":868,"parentId":859,"tags":{},"startTime":1776346133676,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":10765,"timestamp":6739186638382,"id":859,"parentId":846,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-next-dev.js","layer":"app-pages-browser"},"startTime":1776346133672,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":7132,"timestamp":6739186642048,"id":871,"parentId":870,"tags":{},"startTime":1776346133676,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":7185,"timestamp":6739186641995,"id":870,"parentId":860,"tags":{},"startTime":1776346133676,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":9785,"timestamp":6739186640073,"id":860,"parentId":853,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-auth.tsx","layer":"app-pages-browser"},"startTime":1776346133674,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":7773,"timestamp":6739186642107,"id":877,"parentId":876,"tags":{},"startTime":1776346133676,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":7783,"timestamp":6739186642098,"id":876,"parentId":863,"tags":{},"startTime":1776346133676,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":9675,"timestamp":6739186640624,"id":863,"parentId":854,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1776346133675,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":8201,"timestamp":6739186642115,"id":879,"parentId":878,"tags":{},"startTime":1776346133676,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":8210,"timestamp":6739186642107,"id":878,"parentId":864,"tags":{},"startTime":1776346133676,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":10455,"timestamp":6739186640703,"id":864,"parentId":854,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1776346133675,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":9044,"timestamp":6739186642132,"id":883,"parentId":882,"tags":{},"startTime":1776346133676,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":9053,"timestamp":6739186642124,"id":882,"parentId":866,"tags":{},"startTime":1776346133676,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":9956,"timestamp":6739186641793,"id":866,"parentId":854,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-boundary.js","layer":"app-pages-browser"},"startTime":1776346133676,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":9789,"timestamp":6739186642085,"id":873,"parentId":872,"tags":{},"startTime":1776346133676,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":9826,"timestamp":6739186642050,"id":872,"parentId":861,"tags":{},"startTime":1776346133676,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":13371,"timestamp":6739186640391,"id":861,"parentId":851,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/(public)/page.tsx","layer":"app-pages-browser"},"startTime":1776346133674,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":12014,"timestamp":6739186642097,"id":875,"parentId":874,"tags":{},"startTime":1776346133676,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":12027,"timestamp":6739186642086,"id":874,"parentId":862,"tags":{},"startTime":1776346133676,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":15817,"timestamp":6739186640450,"id":862,"parentId":854,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1776346133674,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":14168,"timestamp":6739186642141,"id":885,"parentId":884,"tags":{},"startTime":1776346133676,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":14177,"timestamp":6739186642133,"id":884,"parentId":867,"tags":{},"startTime":1776346133676,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":14932,"timestamp":6739186641823,"id":867,"parentId":854,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1776346133676,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":20832,"timestamp":6739186642123,"id":881,"parentId":880,"tags":{},"startTime":1776346133676,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":20843,"timestamp":6739186642116,"id":880,"parentId":865,"tags":{},"startTime":1776346133676,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":24765,"timestamp":6739186640735,"id":865,"parentId":854,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1776346133675,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":613,"timestamp":6739186668619,"id":913,"parentId":911,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":25,"timestamp":6739186669239,"id":962,"parentId":911,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":982,"timestamp":6739186668531,"id":911,"parentId":861,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/api/link.js","layer":"app-pages-browser"},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1942,"timestamp":6739186668728,"id":919,"parentId":918,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1982,"timestamp":6739186668694,"id":918,"parentId":890,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3303,"timestamp":6739186668032,"id":890,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1776346133702,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2674,"timestamp":6739186668679,"id":915,"parentId":914,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2707,"timestamp":6739186668647,"id":914,"parentId":888,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3795,"timestamp":6739186667910,"id":888,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1776346133702,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3023,"timestamp":6739186668693,"id":917,"parentId":916,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3035,"timestamp":6739186668682,"id":916,"parentId":889,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4286,"timestamp":6739186667996,"id":889,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1776346133702,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3511,"timestamp":6739186668785,"id":921,"parentId":920,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3565,"timestamp":6739186668732,"id":920,"parentId":891,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4677,"timestamp":6739186668061,"id":891,"parentId":863,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/search-params.js","layer":"app-pages-browser"},"startTime":1776346133702,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6307,"timestamp":6739186668832,"id":929,"parentId":928,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6317,"timestamp":6739186668825,"id":928,"parentId":895,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7305,"timestamp":6739186668209,"id":895,"parentId":866,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1776346133702,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6712,"timestamp":6739186668813,"id":925,"parentId":924,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6723,"timestamp":6739186668803,"id":924,"parentId":893,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7780,"timestamp":6739186668144,"id":893,"parentId":864,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1776346133702,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":7112,"timestamp":6739186668824,"id":927,"parentId":926,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":7122,"timestamp":6739186668814,"id":926,"parentId":894,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":9097,"timestamp":6739186668186,"id":894,"parentId":864,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-async-storage.external.js","layer":"shared"},"startTime":1776346133702,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":8565,"timestamp":6739186668802,"id":923,"parentId":922,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":8582,"timestamp":6739186668789,"id":922,"parentId":892,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":10764,"timestamp":6739186668122,"id":892,"parentId":864,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1776346133702,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":10077,"timestamp":6739186668840,"id":931,"parentId":930,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":10085,"timestamp":6739186668833,"id":930,"parentId":896,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":11044,"timestamp":6739186668229,"id":896,"parentId":866,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1776346133702,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":10428,"timestamp":6739186668864,"id":937,"parentId":936,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":10436,"timestamp":6739186668857,"id":936,"parentId":899,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":11789,"timestamp":6739186668291,"id":899,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1776346133702,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":11246,"timestamp":6739186668848,"id":933,"parentId":932,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":11253,"timestamp":6739186668841,"id":932,"parentId":897,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":12082,"timestamp":6739186668249,"id":897,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1776346133702,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":11505,"timestamp":6739186668856,"id":935,"parentId":934,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":11515,"timestamp":6739186668849,"id":934,"parentId":898,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":12783,"timestamp":6739186668269,"id":898,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/use-reducer-with-devtools.js","layer":"app-pages-browser"},"startTime":1776346133702,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":12199,"timestamp":6739186668871,"id":939,"parentId":938,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":12207,"timestamp":6739186668864,"id":938,"parentId":900,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":13230,"timestamp":6739186668310,"id":900,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1776346133702,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":351,"timestamp":6739186684545,"id":987,"parentId":981,"tags":{},"startTime":1776346133719,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":386,"timestamp":6739186684549,"id":988,"parentId":982,"tags":{},"startTime":1776346133719,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1362,"timestamp":6739186684904,"id":997,"parentId":981,"tags":{},"startTime":1776346133719,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1333,"timestamp":6739186684937,"id":998,"parentId":982,"tags":{},"startTime":1776346133719,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2336,"timestamp":6739186684322,"id":981,"parentId":864,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1776346133718,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2692,"timestamp":6739186684398,"id":982,"parentId":866,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1776346133718,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":18241,"timestamp":6739186668880,"id":941,"parentId":940,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":18250,"timestamp":6739186668872,"id":940,"parentId":901,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":19170,"timestamp":6739186668344,"id":901,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1776346133702,"traceId":"fadcc7d0c47fde18"}] -[{"name":"next-swc-transform","duration":18749,"timestamp":6739186668921,"id":947,"parentId":946,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":18760,"timestamp":6739186668913,"id":946,"parentId":904,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":19583,"timestamp":6739186668400,"id":904,"parentId":866,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1776346133702,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":19110,"timestamp":6739186668902,"id":943,"parentId":942,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":19132,"timestamp":6739186668881,"id":942,"parentId":902,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":19970,"timestamp":6739186668364,"id":902,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1776346133702,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":19433,"timestamp":6739186668912,"id":945,"parentId":944,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":19442,"timestamp":6739186668903,"id":944,"parentId":903,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":20152,"timestamp":6739186668382,"id":903,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1776346133702,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":19613,"timestamp":6739186668930,"id":949,"parentId":948,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":19622,"timestamp":6739186668922,"id":948,"parentId":905,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":20697,"timestamp":6739186668418,"id":905,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1776346133702,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":20188,"timestamp":6739186668937,"id":951,"parentId":950,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":20196,"timestamp":6739186668931,"id":950,"parentId":906,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":21667,"timestamp":6739186668437,"id":906,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"app-pages-browser"},"startTime":1776346133702,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":21255,"timestamp":6739186668946,"id":953,"parentId":952,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":21269,"timestamp":6739186668938,"id":952,"parentId":907,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":22589,"timestamp":6739186668456,"id":907,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1776346133702,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":22105,"timestamp":6739186668953,"id":955,"parentId":954,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":22113,"timestamp":6739186668946,"id":954,"parentId":908,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":22836,"timestamp":6739186668479,"id":908,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1776346133702,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":22519,"timestamp":6739186668966,"id":957,"parentId":956,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":22531,"timestamp":6739186668954,"id":956,"parentId":909,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":23469,"timestamp":6739186668496,"id":909,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"app-pages-browser"},"startTime":1776346133702,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":18026,"timestamp":6739186673991,"id":970,"parentId":969,"tags":{},"startTime":1776346133708,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":18052,"timestamp":6739186673965,"id":969,"parentId":963,"tags":{},"startTime":1776346133708,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":18778,"timestamp":6739186673571,"id":963,"parentId":865,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1776346133708,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":23383,"timestamp":6739186669004,"id":961,"parentId":960,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":23413,"timestamp":6739186668975,"id":960,"parentId":912,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-ts","duration":24749,"timestamp":6739186668575,"id":912,"parentId":860,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/api.ts","layer":"app-pages-browser"},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":19321,"timestamp":6739186674014,"id":974,"parentId":973,"tags":{},"startTime":1776346133708,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":19332,"timestamp":6739186674005,"id":973,"parentId":965,"tags":{},"startTime":1776346133708,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":19919,"timestamp":6739186673760,"id":965,"parentId":865,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1776346133708,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":24736,"timestamp":6739186668974,"id":959,"parentId":958,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":24745,"timestamp":6739186668967,"id":958,"parentId":910,"tags":{},"startTime":1776346133703,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":26762,"timestamp":6739186668513,"id":910,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/app/hot-reloader-client.js","layer":"app-pages-browser"},"startTime":1776346133702,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":21307,"timestamp":6739186674004,"id":972,"parentId":971,"tags":{},"startTime":1776346133708,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":21320,"timestamp":6739186673993,"id":971,"parentId":964,"tags":{},"startTime":1776346133708,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":22570,"timestamp":6739186673628,"id":964,"parentId":865,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1776346133708,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":22191,"timestamp":6739186674023,"id":976,"parentId":975,"tags":{},"startTime":1776346133708,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":22202,"timestamp":6739186674015,"id":975,"parentId":966,"tags":{},"startTime":1776346133708,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":22658,"timestamp":6739186673804,"id":966,"parentId":865,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1776346133708,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":22444,"timestamp":6739186674031,"id":978,"parentId":977,"tags":{},"startTime":1776346133708,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":22453,"timestamp":6739186674024,"id":977,"parentId":967,"tags":{},"startTime":1776346133708,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":22939,"timestamp":6739186673840,"id":967,"parentId":865,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"app-pages-browser"},"startTime":1776346133708,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":22751,"timestamp":6739186674040,"id":980,"parentId":979,"tags":{},"startTime":1776346133708,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":22760,"timestamp":6739186674032,"id":979,"parentId":968,"tags":{},"startTime":1776346133708,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":23230,"timestamp":6739186673862,"id":968,"parentId":865,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"app-pages-browser"},"startTime":1776346133708,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":12306,"timestamp":6739186684794,"id":996,"parentId":995,"tags":{},"startTime":1776346133719,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":12314,"timestamp":6739186684786,"id":995,"parentId":986,"tags":{},"startTime":1776346133719,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":12849,"timestamp":6739186684513,"id":986,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/dev-root-not-found-boundary.js","layer":"app-pages-browser"},"startTime":1776346133718,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":12649,"timestamp":6739186684763,"id":990,"parentId":989,"tags":{},"startTime":1776346133719,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":12676,"timestamp":6739186684737,"id":989,"parentId":983,"tags":{},"startTime":1776346133719,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":13270,"timestamp":6739186684442,"id":983,"parentId":859,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1776346133718,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":12950,"timestamp":6739186684776,"id":992,"parentId":991,"tags":{},"startTime":1776346133719,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":12961,"timestamp":6739186684765,"id":991,"parentId":984,"tags":{},"startTime":1776346133719,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":13536,"timestamp":6739186684471,"id":984,"parentId":859,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1776346133718,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":269,"timestamp":6739186700927,"id":1005,"parentId":1001,"tags":{},"startTime":1776346133735,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":305,"timestamp":6739186700931,"id":1006,"parentId":1004,"tags":{},"startTime":1776346133735,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3572,"timestamp":6739186701202,"id":1015,"parentId":1001,"tags":{},"startTime":1776346133735,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3540,"timestamp":6739186701239,"id":1016,"parentId":1004,"tags":{},"startTime":1776346133735,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4765,"timestamp":6739186700782,"id":1001,"parentId":891,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"app-pages-browser"},"startTime":1776346133735,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4865,"timestamp":6739186700874,"id":1004,"parentId":891,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"app-pages-browser"},"startTime":1776346133735,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":21003,"timestamp":6739186684785,"id":994,"parentId":993,"tags":{},"startTime":1776346133719,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":21012,"timestamp":6739186684777,"id":993,"parentId":985,"tags":{},"startTime":1776346133719,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":22075,"timestamp":6739186684493,"id":985,"parentId":859,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1776346133718,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":40306,"timestamp":6739186666440,"id":887,"parentId":886,"tags":{},"startTime":1776346133700,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":29,"timestamp":6739186706751,"id":1017,"parentId":886,"tags":{},"startTime":1776346133741,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":40606,"timestamp":6739186666305,"id":886,"parentId":845,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js","layer":"app-pages-browser"},"startTime":1776346133700,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5839,"timestamp":6739186701098,"id":1012,"parentId":1011,"tags":{},"startTime":1776346133735,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5849,"timestamp":6739186701089,"id":1011,"parentId":1002,"tags":{},"startTime":1776346133735,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6290,"timestamp":6739186700827,"id":1002,"parentId":890,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1776346133735,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6037,"timestamp":6739186701108,"id":1014,"parentId":1013,"tags":{},"startTime":1776346133735,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6047,"timestamp":6739186701099,"id":1013,"parentId":1003,"tags":{},"startTime":1776346133735,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6456,"timestamp":6739186700851,"id":1003,"parentId":888,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1776346133735,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6226,"timestamp":6739186701088,"id":1010,"parentId":1009,"tags":{},"startTime":1776346133735,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6237,"timestamp":6739186701078,"id":1009,"parentId":1000,"tags":{},"startTime":1776346133735,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6847,"timestamp":6739186700755,"id":1000,"parentId":888,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1776346133735,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6596,"timestamp":6739186701075,"id":1008,"parentId":1007,"tags":{},"startTime":1776346133735,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6626,"timestamp":6739186701046,"id":1007,"parentId":999,"tags":{},"startTime":1776346133735,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8128,"timestamp":6739186700675,"id":999,"parentId":911,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/link.js","layer":"app-pages-browser"},"startTime":1776346133735,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5117,"timestamp":6739186710287,"id":1030,"parentId":1029,"tags":{},"startTime":1776346133744,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5127,"timestamp":6739186710279,"id":1029,"parentId":1021,"tags":{},"startTime":1776346133744,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5790,"timestamp":6739186710028,"id":1021,"parentId":892,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"app-pages-browser"},"startTime":1776346133744,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5593,"timestamp":6739186710269,"id":1026,"parentId":1025,"tags":{},"startTime":1776346133744,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5615,"timestamp":6739186710250,"id":1025,"parentId":1019,"tags":{},"startTime":1776346133744,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6366,"timestamp":6739186709982,"id":1019,"parentId":892,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1776346133744,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6241,"timestamp":6739186710279,"id":1028,"parentId":1027,"tags":{},"startTime":1776346133744,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6250,"timestamp":6739186710270,"id":1027,"parentId":1020,"tags":{},"startTime":1776346133744,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6762,"timestamp":6739186710007,"id":1020,"parentId":892,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1776346133744,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6563,"timestamp":6739186710248,"id":1024,"parentId":1023,"tags":{},"startTime":1776346133744,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6587,"timestamp":6739186710225,"id":1023,"parentId":1018,"tags":{},"startTime":1776346133744,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7335,"timestamp":6739186709934,"id":1018,"parentId":893,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1776346133744,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6994,"timestamp":6739186710294,"id":1032,"parentId":1031,"tags":{},"startTime":1776346133744,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":7002,"timestamp":6739186710287,"id":1031,"parentId":1022,"tags":{},"startTime":1776346133744,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7660,"timestamp":6739186710048,"id":1022,"parentId":898,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/action-queue.js","layer":"app-pages-browser"},"startTime":1776346133744,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":437,"timestamp":6739186718917,"id":1053,"parentId":1035,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":466,"timestamp":6739186718920,"id":1054,"parentId":1037,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":487,"timestamp":6739186718925,"id":1055,"parentId":1038,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":510,"timestamp":6739186718927,"id":1056,"parentId":1044,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1204,"timestamp":6739186719359,"id":1089,"parentId":1035,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"}] -[{"name":"next-swc-loader","duration":1249,"timestamp":6739186719388,"id":1090,"parentId":1037,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1224,"timestamp":6739186719413,"id":1091,"parentId":1038,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1200,"timestamp":6739186719438,"id":1092,"parentId":1044,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2390,"timestamp":6739186718467,"id":1035,"parentId":963,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/get-segment-param.js","layer":"app-pages-browser"},"startTime":1776346133752,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2446,"timestamp":6739186718529,"id":1037,"parentId":910,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":"app-pages-browser"},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2593,"timestamp":6739186718573,"id":1038,"parentId":910,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/dev/extract-modules-from-turbopack-message.js","layer":"app-pages-browser"},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2716,"timestamp":6739186718711,"id":1044,"parentId":968,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":"app-pages-browser"},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2807,"timestamp":6739186719100,"id":1062,"parentId":1061,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2817,"timestamp":6739186719092,"id":1061,"parentId":1036,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3706,"timestamp":6739186718508,"id":1036,"parentId":964,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1776346133752,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3134,"timestamp":6739186719091,"id":1060,"parentId":1059,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3144,"timestamp":6739186719082,"id":1059,"parentId":1034,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4156,"timestamp":6739186718440,"id":1034,"parentId":964,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1776346133752,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3525,"timestamp":6739186719080,"id":1058,"parentId":1057,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3547,"timestamp":6739186719058,"id":1057,"parentId":1033,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4474,"timestamp":6739186718362,"id":1033,"parentId":964,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1776346133752,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3746,"timestamp":6739186719108,"id":1064,"parentId":1063,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3754,"timestamp":6739186719101,"id":1063,"parentId":1039,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4666,"timestamp":6739186718611,"id":1039,"parentId":907,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"app-pages-browser"},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4173,"timestamp":6739186719116,"id":1066,"parentId":1065,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4180,"timestamp":6739186719109,"id":1065,"parentId":1040,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5022,"timestamp":6739186718637,"id":1040,"parentId":907,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4551,"timestamp":6739186719123,"id":1068,"parentId":1067,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4558,"timestamp":6739186719117,"id":1067,"parentId":1041,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5589,"timestamp":6739186718657,"id":1041,"parentId":907,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"app-pages-browser"},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":387,"timestamp":6739186725388,"id":1109,"parentId":1097,"tags":{},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":818,"timestamp":6739186725778,"id":1140,"parentId":1097,"tags":{},"startTime":1776346133760,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":1865,"timestamp":6739186724926,"id":1097,"parentId":1001,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/url.js","layer":"app-pages-browser"},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":7686,"timestamp":6739186719131,"id":1070,"parentId":1069,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":7694,"timestamp":6739186719124,"id":1069,"parentId":1042,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8631,"timestamp":6739186718675,"id":1042,"parentId":907,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"app-pages-browser"},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":8182,"timestamp":6739186719139,"id":1072,"parentId":1071,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":8191,"timestamp":6739186719132,"id":1071,"parentId":1043,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":10470,"timestamp":6739186718694,"id":1043,"parentId":910,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/shared.js","layer":"app-pages-browser"},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":10036,"timestamp":6739186719161,"id":1078,"parentId":1077,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":10044,"timestamp":6739186719155,"id":1077,"parentId":1047,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":11014,"timestamp":6739186718784,"id":1047,"parentId":910,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parseStack.js","layer":"app-pages-browser"},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":10633,"timestamp":6739186719176,"id":1082,"parentId":1081,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":10641,"timestamp":6739186719169,"id":1081,"parentId":1049,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":11220,"timestamp":6739186718819,"id":1049,"parentId":910,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/runtime-error-handler.js","layer":"app-pages-browser"},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":10911,"timestamp":6739186719147,"id":1074,"parentId":1073,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":10919,"timestamp":6739186719140,"id":1073,"parentId":1045,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":11761,"timestamp":6739186718749,"id":1045,"parentId":910,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/app/ReactDevOverlay.js","layer":"app-pages-browser"},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":11353,"timestamp":6739186719169,"id":1080,"parentId":1079,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":11360,"timestamp":6739186719162,"id":1079,"parentId":1048,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":12085,"timestamp":6739186718802,"id":1048,"parentId":910,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-error-handler.js","layer":"app-pages-browser"},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":11748,"timestamp":6739186719154,"id":1076,"parentId":1075,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":11756,"timestamp":6739186719148,"id":1075,"parentId":1046,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":12922,"timestamp":6739186718767,"id":1046,"parentId":910,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/format-webpack-messages.js","layer":"app-pages-browser"},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":12982,"timestamp":6739186719200,"id":1088,"parentId":1087,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":12992,"timestamp":6739186719192,"id":1087,"parentId":1052,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":13581,"timestamp":6739186718869,"id":1052,"parentId":910,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/strip-ansi/index.js","layer":"app-pages-browser"},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":13271,"timestamp":6739186719191,"id":1086,"parentId":1085,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":13278,"timestamp":6739186719184,"id":1085,"parentId":1051,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":14040,"timestamp":6739186718852,"id":1051,"parentId":910,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parse-component-stack.js","layer":"app-pages-browser"},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":13721,"timestamp":6739186719184,"id":1084,"parentId":1083,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":13728,"timestamp":6739186719177,"id":1083,"parentId":1050,"tags":{},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":14490,"timestamp":6739186718835,"id":1050,"parentId":910,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-websocket.js","layer":"app-pages-browser"},"startTime":1776346133753,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":7844,"timestamp":6739186725490,"id":1113,"parentId":1112,"tags":{},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":7854,"timestamp":6739186725481,"id":1112,"parentId":1094,"tags":{},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8762,"timestamp":6739186724858,"id":1094,"parentId":999,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-locale.js","layer":"app-pages-browser"},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":8153,"timestamp":6739186725479,"id":1111,"parentId":1110,"tags":{},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":8174,"timestamp":6739186725460,"id":1110,"parentId":1093,"tags":{},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":9195,"timestamp":6739186724817,"id":1093,"parentId":999,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/resolve-href.js","layer":"app-pages-browser"},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":8512,"timestamp":6739186725509,"id":1117,"parentId":1116,"tags":{},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":8520,"timestamp":6739186725501,"id":1116,"parentId":1096,"tags":{},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":9394,"timestamp":6739186724907,"id":1096,"parentId":999,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/get-domain-locale.js","layer":"app-pages-browser"},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":13503,"timestamp":6739186725500,"id":1115,"parentId":1114,"tags":{},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":13515,"timestamp":6739186725491,"id":1114,"parentId":1095,"tags":{},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":14804,"timestamp":6739186724882,"id":1095,"parentId":999,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/use-intersection.js","layer":"app-pages-browser"},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":14172,"timestamp":6739186725532,"id":1123,"parentId":1122,"tags":{},"startTime":1776346133760,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":14180,"timestamp":6739186725526,"id":1122,"parentId":1100,"tags":{},"startTime":1776346133760,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":15077,"timestamp":6739186724998,"id":1100,"parentId":1001,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/hooks-server-context.js","layer":"app-pages-browser"},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":14576,"timestamp":6739186725517,"id":1119,"parentId":1118,"tags":{},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":14584,"timestamp":6739186725510,"id":1118,"parentId":1098,"tags":{},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":15712,"timestamp":6739186724962,"id":1098,"parentId":999,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils.js","layer":"app-pages-browser"},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":15135,"timestamp":6739186725555,"id":1129,"parentId":1128,"tags":{},"startTime":1776346133760,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":15143,"timestamp":6739186725548,"id":1128,"parentId":1103,"tags":{},"startTime":1776346133760,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":15855,"timestamp":6739186725047,"id":1103,"parentId":1000,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"app-pages-browser"},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":15370,"timestamp":6739186725540,"id":1125,"parentId":1124,"tags":{},"startTime":1776346133760,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":15378,"timestamp":6739186725533,"id":1124,"parentId":1101,"tags":{},"startTime":1776346133760,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":16157,"timestamp":6739186725014,"id":1101,"parentId":1001,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"app-pages-browser"},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":15631,"timestamp":6739186725547,"id":1127,"parentId":1126,"tags":{},"startTime":1776346133760,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":15639,"timestamp":6739186725541,"id":1126,"parentId":1102,"tags":{},"startTime":1776346133760,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":16308,"timestamp":6739186725031,"id":1102,"parentId":1000,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":16691,"timestamp":6739186725525,"id":1121,"parentId":1120,"tags":{},"startTime":1776346133760,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":16700,"timestamp":6739186725518,"id":1120,"parentId":1099,"tags":{},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":17526,"timestamp":6739186724980,"id":1099,"parentId":999,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":16921,"timestamp":6739186725597,"id":1137,"parentId":1136,"tags":{},"startTime":1776346133760,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":16929,"timestamp":6739186725590,"id":1136,"parentId":1107,"tags":{},"startTime":1776346133760,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":17742,"timestamp":6739186725132,"id":1107,"parentId":985,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/get-socket-url.js","layer":"app-pages-browser"},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":17314,"timestamp":6739186725574,"id":1131,"parentId":1130,"tags":{},"startTime":1776346133760,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":17333,"timestamp":6739186725555,"id":1130,"parentId":1104,"tags":{},"startTime":1776346133760,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":18034,"timestamp":6739186725064,"id":1104,"parentId":999,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"app-pages-browser"},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":17528,"timestamp":6739186725582,"id":1133,"parentId":1132,"tags":{},"startTime":1776346133760,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":17536,"timestamp":6739186725575,"id":1132,"parentId":1105,"tags":{},"startTime":1776346133760,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":18380,"timestamp":6739186725080,"id":1105,"parentId":999,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"app-pages-browser"},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":17880,"timestamp":6739186725590,"id":1135,"parentId":1134,"tags":{},"startTime":1776346133760,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":17887,"timestamp":6739186725583,"id":1134,"parentId":1106,"tags":{},"startTime":1776346133760,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":18660,"timestamp":6739186725111,"id":1106,"parentId":985,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js","layer":"app-pages-browser"},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":18161,"timestamp":6739186725615,"id":1139,"parentId":1138,"tags":{},"startTime":1776346133760,"traceId":"fadcc7d0c47fde18"}] -[{"name":"next-swc-loader","duration":18264,"timestamp":6739186725598,"id":1138,"parentId":1108,"tags":{},"startTime":1776346133760,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":18917,"timestamp":6739186725150,"id":1108,"parentId":894,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-async-storage-instance.js","layer":"shared"},"startTime":1776346133759,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":8459,"timestamp":6739186735880,"id":1153,"parentId":1152,"tags":{},"startTime":1776346133770,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":8467,"timestamp":6739186735872,"id":1152,"parentId":1143,"tags":{},"startTime":1776346133770,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8898,"timestamp":6739186735638,"id":1143,"parentId":1018,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1776346133770,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":8670,"timestamp":6739186735871,"id":1151,"parentId":1150,"tags":{},"startTime":1776346133770,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":8680,"timestamp":6739186735862,"id":1150,"parentId":1142,"tags":{},"startTime":1776346133770,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":9103,"timestamp":6739186735613,"id":1142,"parentId":1018,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/action-async-storage.external.js","layer":"shared"},"startTime":1776346133770,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":8835,"timestamp":6739186735887,"id":1155,"parentId":1154,"tags":{},"startTime":1776346133770,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":8842,"timestamp":6739186735880,"id":1154,"parentId":1144,"tags":{},"startTime":1776346133770,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":9278,"timestamp":6739186735659,"id":1144,"parentId":1021,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1776346133770,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":9051,"timestamp":6739186735894,"id":1157,"parentId":1156,"tags":{},"startTime":1776346133770,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":9068,"timestamp":6739186735888,"id":1156,"parentId":1145,"tags":{},"startTime":1776346133770,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":9546,"timestamp":6739186735678,"id":1145,"parentId":1022,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1776346133770,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":9370,"timestamp":6739186735861,"id":1149,"parentId":1148,"tags":{},"startTime":1776346133770,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":9391,"timestamp":6739186735840,"id":1148,"parentId":1141,"tags":{},"startTime":1776346133770,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":9906,"timestamp":6739186735564,"id":1141,"parentId":1018,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/request-async-storage.external.js","layer":"shared"},"startTime":1776346133770,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2442,"timestamp":6739186748689,"id":1165,"parentId":1164,"tags":{},"startTime":1776346133783,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2472,"timestamp":6739186748668,"id":1164,"parentId":1158,"tags":{},"startTime":1776346133783,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4909,"timestamp":6739186746637,"id":1158,"parentId":1044,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1776346133781,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2854,"timestamp":6739186748702,"id":1167,"parentId":1166,"tags":{},"startTime":1776346133783,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2866,"timestamp":6739186748691,"id":1166,"parentId":1159,"tags":{},"startTime":1776346133783,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5189,"timestamp":6739186746681,"id":1159,"parentId":1041,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"app-pages-browser"},"startTime":1776346133781,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3224,"timestamp":6739186748711,"id":1169,"parentId":1168,"tags":{},"startTime":1776346133783,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3233,"timestamp":6739186748703,"id":1168,"parentId":1161,"tags":{},"startTime":1776346133783,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3702,"timestamp":6739186748476,"id":1161,"parentId":985,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1776346133782,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3458,"timestamp":6739186748727,"id":1173,"parentId":1172,"tags":{},"startTime":1776346133783,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3465,"timestamp":6739186748720,"id":1172,"parentId":1163,"tags":{},"startTime":1776346133783,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3823,"timestamp":6739186748535,"id":1163,"parentId":985,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1776346133783,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3662,"timestamp":6739186748719,"id":1171,"parentId":1170,"tags":{},"startTime":1776346133783,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3670,"timestamp":6739186748712,"id":1170,"parentId":1162,"tags":{},"startTime":1776346133783,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4218,"timestamp":6739186748512,"id":1162,"parentId":985,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-link-gc.js","layer":"app-pages-browser"},"startTime":1776346133782,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":397,"timestamp":6739186753932,"id":1189,"parentId":1188,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1009,"timestamp":6739186754336,"id":1218,"parentId":1188,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":1948,"timestamp":6739186753884,"id":1188,"parentId":1047,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","layer":"app-pages-browser"},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2042,"timestamp":6739186754091,"id":1197,"parentId":1196,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2051,"timestamp":6739186754084,"id":1196,"parentId":1177,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2758,"timestamp":6739186753656,"id":1177,"parentId":1093,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"app-pages-browser"},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2361,"timestamp":6739186754074,"id":1193,"parentId":1192,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2373,"timestamp":6739186754063,"id":1192,"parentId":1175,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3114,"timestamp":6739186753605,"id":1175,"parentId":1048,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/is-hydration-error.js","layer":"app-pages-browser"},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2669,"timestamp":6739186754061,"id":1191,"parentId":1190,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2696,"timestamp":6739186754035,"id":1190,"parentId":1174,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3507,"timestamp":6739186753535,"id":1174,"parentId":1042,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"app-pages-browser"},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2971,"timestamp":6739186754083,"id":1195,"parentId":1194,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2979,"timestamp":6739186754075,"id":1194,"parentId":1176,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3749,"timestamp":6739186753633,"id":1176,"parentId":1093,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"app-pages-browser"},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3286,"timestamp":6739186754106,"id":1201,"parentId":1200,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3293,"timestamp":6739186754099,"id":1200,"parentId":1179,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3954,"timestamp":6739186753696,"id":1179,"parentId":1045,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/ShadowPortal.js","layer":"app-pages-browser"},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3560,"timestamp":6739186754098,"id":1199,"parentId":1198,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3567,"timestamp":6739186754092,"id":1198,"parentId":1178,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4281,"timestamp":6739186753676,"id":1178,"parentId":1093,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"app-pages-browser"},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3856,"timestamp":6739186754114,"id":1203,"parentId":1202,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3863,"timestamp":6739186754107,"id":1202,"parentId":1180,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4580,"timestamp":6739186753728,"id":1180,"parentId":1045,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/BuildError.js","layer":"app-pages-browser"},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":8857,"timestamp":6739186754135,"id":1209,"parentId":1208,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":8866,"timestamp":6739186754129,"id":1208,"parentId":1183,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":9602,"timestamp":6739186753792,"id":1183,"parentId":1045,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/ComponentStyles.js","layer":"app-pages-browser"},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":9278,"timestamp":6739186754128,"id":1207,"parentId":1206,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":9285,"timestamp":6739186754122,"id":1206,"parentId":1182,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":9894,"timestamp":6739186753772,"id":1182,"parentId":1045,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/Base.js","layer":"app-pages-browser"},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":9516,"timestamp":6739186754157,"id":1215,"parentId":1214,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":9523,"timestamp":6739186754151,"id":1214,"parentId":1186,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":10008,"timestamp":6739186753849,"id":1186,"parentId":1093,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"app-pages-browser"},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":9722,"timestamp":6739186754143,"id":1211,"parentId":1210,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":9729,"timestamp":6739186754136,"id":1210,"parentId":1184,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":10332,"timestamp":6739186753810,"id":1184,"parentId":1045,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/CssReset.js","layer":"app-pages-browser"},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":28634,"timestamp":6739186735741,"id":1147,"parentId":1146,"tags":{},"startTime":1776346133770,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":29,"timestamp":6739186764380,"id":1247,"parentId":1146,"tags":{},"startTime":1776346133798,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":28826,"timestamp":6739186735696,"id":1146,"parentId":983,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/deployment-id.js","layer":"app-pages-browser"},"startTime":1776346133770,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":10572,"timestamp":6739186754150,"id":1213,"parentId":1212,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":10579,"timestamp":6739186754144,"id":1212,"parentId":1185,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":11375,"timestamp":6739186753831,"id":1185,"parentId":1045,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/root-layout-missing-tags-error.js","layer":"app-pages-browser"},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":11060,"timestamp":6739186754164,"id":1217,"parentId":1216,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":11067,"timestamp":6739186754158,"id":1216,"parentId":1187,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":11590,"timestamp":6739186753866,"id":1187,"parentId":1050,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/dev/noop-turbopack-hmr.js","layer":"app-pages-browser"},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":11373,"timestamp":6739186754121,"id":1205,"parentId":1204,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":11380,"timestamp":6739186754114,"id":1204,"parentId":1181,"tags":{},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":12559,"timestamp":6739186753750,"id":1181,"parentId":1045,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/Errors.js","layer":"app-pages-browser"},"startTime":1776346133788,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6026,"timestamp":6739186760302,"id":1234,"parentId":1233,"tags":{},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6039,"timestamp":6739186760290,"id":1233,"parentId":1220,"tags":{},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6656,"timestamp":6739186759878,"id":1220,"parentId":1107,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":"app-pages-browser"},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6231,"timestamp":6739186760320,"id":1238,"parentId":1237,"tags":{},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6239,"timestamp":6739186760313,"id":1237,"parentId":1222,"tags":{},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6949,"timestamp":6739186759929,"id":1222,"parentId":1145,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6598,"timestamp":6739186760288,"id":1232,"parentId":1231,"tags":{},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6624,"timestamp":6739186760262,"id":1231,"parentId":1219,"tags":{},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7323,"timestamp":6739186759814,"id":1219,"parentId":1095,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/request-idle-callback.js","layer":"app-pages-browser"},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6817,"timestamp":6739186760329,"id":1240,"parentId":1239,"tags":{},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6826,"timestamp":6739186760321,"id":1239,"parentId":1223,"tags":{},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7493,"timestamp":6739186759949,"id":1223,"parentId":1145,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":7124,"timestamp":6739186760337,"id":1242,"parentId":1241,"tags":{},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":7132,"timestamp":6739186760330,"id":1241,"parentId":1224,"tags":{},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7862,"timestamp":6739186759969,"id":1224,"parentId":1145,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":7496,"timestamp":6739186760345,"id":1244,"parentId":1243,"tags":{},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":7504,"timestamp":6739186760338,"id":1243,"parentId":1225,"tags":{},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8174,"timestamp":6739186759992,"id":1225,"parentId":1145,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/fast-refresh-reducer.js","layer":"app-pages-browser"},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":7874,"timestamp":6739186760312,"id":1236,"parentId":1235,"tags":{},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":7884,"timestamp":6739186760303,"id":1235,"parentId":1221,"tags":{},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":9118,"timestamp":6739186759906,"id":1221,"parentId":1145,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"}] -[{"name":"next-swc-transform","duration":13740,"timestamp":6739186760353,"id":1246,"parentId":1245,"tags":{},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":13749,"timestamp":6739186760346,"id":1245,"parentId":1226,"tags":{},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":14768,"timestamp":6739186760013,"id":1226,"parentId":1145,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"app-pages-browser"},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":323,"timestamp":6739186782583,"id":1251,"parentId":1250,"tags":{},"startTime":1776346133817,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":424,"timestamp":6739186794847,"id":1263,"parentId":1252,"tags":{},"startTime":1776346133829,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":481,"timestamp":6739186794853,"id":1264,"parentId":1261,"tags":{},"startTime":1776346133829,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1164,"timestamp":6739186795302,"id":1285,"parentId":1252,"tags":{},"startTime":1776346133829,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1130,"timestamp":6739186795337,"id":1286,"parentId":1261,"tags":{},"startTime":1776346133829,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":14262,"timestamp":6739186782593,"id":1252,"parentId":1175,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1776346133817,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":14351,"timestamp":6739186782867,"id":1261,"parentId":1180,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js","layer":"app-pages-browser"},"startTime":1776346133817,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":37451,"timestamp":6739186760144,"id":1230,"parentId":1228,"tags":{},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":35,"timestamp":6739186797602,"id":1287,"parentId":1228,"tags":{},"startTime":1776346133832,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":38981,"timestamp":6739186760077,"id":1228,"parentId":886,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/helpers.js","layer":"app-pages-browser"},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":38944,"timestamp":6739186760130,"id":1229,"parentId":1227,"tags":{},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":33,"timestamp":6739186799080,"id":1288,"parentId":1227,"tags":{},"startTime":1776346133833,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":39394,"timestamp":6739186760036,"id":1227,"parentId":985,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1776346133794,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4456,"timestamp":6739186795050,"id":1268,"parentId":1267,"tags":{},"startTime":1776346133829,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4469,"timestamp":6739186795039,"id":1267,"parentId":1249,"tags":{},"startTime":1776346133829,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":19996,"timestamp":6739186779761,"id":1249,"parentId":1158,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1776346133814,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4695,"timestamp":6739186795074,"id":1272,"parentId":1271,"tags":{},"startTime":1776346133829,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4705,"timestamp":6739186795065,"id":1271,"parentId":1254,"tags":{},"startTime":1776346133829,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":17316,"timestamp":6739186782708,"id":1254,"parentId":1178,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"app-pages-browser"},"startTime":1776346133817,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5009,"timestamp":6739186795035,"id":1266,"parentId":1265,"tags":{},"startTime":1776346133829,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5046,"timestamp":6739186794999,"id":1265,"parentId":1248,"tags":{},"startTime":1776346133829,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":20836,"timestamp":6739186779680,"id":1248,"parentId":1159,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/promise-queue.js","layer":"app-pages-browser"},"startTime":1776346133814,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5466,"timestamp":6739186795064,"id":1270,"parentId":1269,"tags":{},"startTime":1776346133829,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5479,"timestamp":6739186795052,"id":1269,"parentId":1253,"tags":{},"startTime":1776346133829,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":18217,"timestamp":6739186782675,"id":1253,"parentId":1174,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"app-pages-browser"},"startTime":1776346133817,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5808,"timestamp":6739186795093,"id":1276,"parentId":1275,"tags":{},"startTime":1776346133829,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5817,"timestamp":6739186795085,"id":1275,"parentId":1256,"tags":{},"startTime":1776346133829,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":18382,"timestamp":6739186782762,"id":1256,"parentId":1180,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/noop-template.js","layer":"app-pages-browser"},"startTime":1776346133817,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6042,"timestamp":6739186795110,"id":1280,"parentId":1279,"tags":{},"startTime":1776346133829,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6050,"timestamp":6739186795103,"id":1279,"parentId":1258,"tags":{},"startTime":1776346133829,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":18540,"timestamp":6739186782808,"id":1258,"parentId":1180,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/index.js","layer":"app-pages-browser"},"startTime":1776346133817,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6254,"timestamp":6739186795102,"id":1278,"parentId":1277,"tags":{},"startTime":1776346133829,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6263,"timestamp":6739186795094,"id":1277,"parentId":1257,"tags":{},"startTime":1776346133829,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":18788,"timestamp":6739186782788,"id":1257,"parentId":1180,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/index.js","layer":"app-pages-browser"},"startTime":1776346133817,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6463,"timestamp":6739186795119,"id":1282,"parentId":1281,"tags":{},"startTime":1776346133829,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6471,"timestamp":6739186795111,"id":1281,"parentId":1259,"tags":{},"startTime":1776346133829,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":18939,"timestamp":6739186782827,"id":1259,"parentId":1180,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/index.js","layer":"app-pages-browser"},"startTime":1776346133817,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6644,"timestamp":6739186795128,"id":1284,"parentId":1283,"tags":{},"startTime":1776346133829,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6652,"timestamp":6739186795120,"id":1283,"parentId":1260,"tags":{},"startTime":1776346133829,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":19114,"timestamp":6739186782849,"id":1260,"parentId":1180,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/index.js","layer":"app-pages-browser"},"startTime":1776346133817,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":10431,"timestamp":6739186795083,"id":1274,"parentId":1273,"tags":{},"startTime":1776346133829,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":10441,"timestamp":6739186795075,"id":1273,"parentId":1255,"tags":{},"startTime":1776346133829,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":23447,"timestamp":6739186782738,"id":1255,"parentId":1178,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"app-pages-browser"},"startTime":1776346133817,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3022,"timestamp":6739186803276,"id":1311,"parentId":1310,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3034,"timestamp":6739186803266,"id":1310,"parentId":1290,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3814,"timestamp":6739186802745,"id":1290,"parentId":1142,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/action-async-storage-instance.js","layer":"shared"},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3283,"timestamp":6739186803284,"id":1313,"parentId":1312,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3291,"timestamp":6739186803277,"id":1312,"parentId":1291,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4020,"timestamp":6739186802775,"id":1291,"parentId":1141,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/request-async-storage-instance.js","layer":"shared"},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3540,"timestamp":6739186803264,"id":1309,"parentId":1308,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3567,"timestamp":6739186803238,"id":1308,"parentId":1289,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4339,"timestamp":6739186802686,"id":1289,"parentId":1108,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/async-local-storage.js","layer":"shared"},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3730,"timestamp":6739186803302,"id":1317,"parentId":1316,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3738,"timestamp":6739186803295,"id":1316,"parentId":1293,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4386,"timestamp":6739186802818,"id":1293,"parentId":1186,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"app-pages-browser"},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3891,"timestamp":6739186803319,"id":1321,"parentId":1320,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3899,"timestamp":6739186803312,"id":1320,"parentId":1295,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4548,"timestamp":6739186802873,"id":1295,"parentId":1183,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/styles.js","layer":"app-pages-browser"},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4116,"timestamp":6739186803311,"id":1319,"parentId":1318,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4125,"timestamp":6739186803303,"id":1318,"parentId":1294,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4774,"timestamp":6739186802851,"id":1294,"parentId":1183,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/styles.js","layer":"app-pages-browser"},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4343,"timestamp":6739186803294,"id":1315,"parentId":1314,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4352,"timestamp":6739186803285,"id":1314,"parentId":1292,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5310,"timestamp":6739186802797,"id":1292,"parentId":1186,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"app-pages-browser"},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4786,"timestamp":6739186803327,"id":1323,"parentId":1322,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4793,"timestamp":6739186803320,"id":1322,"parentId":1296,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5407,"timestamp":6739186802894,"id":1296,"parentId":1183,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/styles.js","layer":"app-pages-browser"},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4965,"timestamp":6739186803343,"id":1327,"parentId":1326,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4972,"timestamp":6739186803336,"id":1326,"parentId":1298,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5596,"timestamp":6739186802936,"id":1298,"parentId":1183,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/index.js","layer":"app-pages-browser"},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":9501,"timestamp":6739186803335,"id":1325,"parentId":1324,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":9510,"timestamp":6739186803328,"id":1324,"parentId":1297,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":10270,"timestamp":6739186802913,"id":1297,"parentId":1183,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/styles.js","layer":"app-pages-browser"},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":9838,"timestamp":6739186803365,"id":1333,"parentId":1332,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":9846,"timestamp":6739186803358,"id":1332,"parentId":1301,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":10579,"timestamp":6739186803012,"id":1301,"parentId":1181,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/index.js","layer":"app-pages-browser"},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":10229,"timestamp":6739186803373,"id":1335,"parentId":1334,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":10236,"timestamp":6739186803366,"id":1334,"parentId":1302,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":10858,"timestamp":6739186803036,"id":1302,"parentId":1181,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/error-source.js","layer":"app-pages-browser"},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":10553,"timestamp":6739186803358,"id":1331,"parentId":1330,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":10561,"timestamp":6739186803351,"id":1330,"parentId":1300,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":11332,"timestamp":6739186802990,"id":1300,"parentId":1185,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/hot-linked-text/index.js","layer":"app-pages-browser"},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":10989,"timestamp":6739186803350,"id":1329,"parentId":1328,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":10997,"timestamp":6739186803344,"id":1328,"parentId":1299,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":11962,"timestamp":6739186802962,"id":1299,"parentId":1183,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/index.js","layer":"app-pages-browser"},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":11552,"timestamp":6739186803387,"id":1339,"parentId":1338,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":11560,"timestamp":6739186803381,"id":1338,"parentId":1304,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":12115,"timestamp":6739186803078,"id":1304,"parentId":1222,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"app-pages-browser"},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":11825,"timestamp":6739186803380,"id":1337,"parentId":1336,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":11832,"timestamp":6739186803373,"id":1336,"parentId":1303,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":12477,"timestamp":6739186803056,"id":1303,"parentId":1222,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js","layer":"app-pages-browser"},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":17223,"timestamp":6739186803403,"id":1343,"parentId":1342,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":17232,"timestamp":6739186803396,"id":1342,"parentId":1306,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":17752,"timestamp":6739186803122,"id":1306,"parentId":1222,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"app-pages-browser"},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":17505,"timestamp":6739186803395,"id":1341,"parentId":1340,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":17512,"timestamp":6739186803388,"id":1340,"parentId":1305,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":18103,"timestamp":6739186803096,"id":1305,"parentId":1222,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"app-pages-browser"},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":17838,"timestamp":6739186803410,"id":1345,"parentId":1344,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"}] -[{"name":"next-swc-loader","duration":17927,"timestamp":6739186803403,"id":1344,"parentId":1307,"tags":{},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":20106,"timestamp":6739186803140,"id":1307,"parentId":1223,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1776346133837,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":778,"timestamp":6739186824792,"id":1365,"parentId":1363,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":807,"timestamp":6739186824796,"id":1366,"parentId":1364,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3205,"timestamp":6739186825576,"id":1401,"parentId":1363,"tags":{},"startTime":1776346133860,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3180,"timestamp":6739186825605,"id":1402,"parentId":1364,"tags":{},"startTime":1776346133860,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4332,"timestamp":6739186824640,"id":1363,"parentId":1248,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"app-pages-browser"},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4373,"timestamp":6739186824677,"id":1364,"parentId":1248,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"app-pages-browser"},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4061,"timestamp":6739186825258,"id":1368,"parentId":1367,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4092,"timestamp":6739186825227,"id":1367,"parentId":1346,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5402,"timestamp":6739186824239,"id":1346,"parentId":1181,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getErrorByType.js","layer":"app-pages-browser"},"startTime":1776346133858,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4383,"timestamp":6739186825270,"id":1370,"parentId":1369,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4393,"timestamp":6739186825260,"id":1369,"parentId":1347,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5586,"timestamp":6739186824314,"id":1347,"parentId":1181,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CloseIcon.js","layer":"app-pages-browser"},"startTime":1776346133858,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4625,"timestamp":6739186825286,"id":1374,"parentId":1373,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4632,"timestamp":6739186825280,"id":1373,"parentId":1349,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5821,"timestamp":6739186824363,"id":1349,"parentId":1221,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js","layer":"app-pages-browser"},"startTime":1776346133858,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4905,"timestamp":6739186825294,"id":1376,"parentId":1375,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4913,"timestamp":6739186825287,"id":1375,"parentId":1350,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6073,"timestamp":6739186824397,"id":1350,"parentId":1221,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"app-pages-browser"},"startTime":1776346133858,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5173,"timestamp":6739186825305,"id":1378,"parentId":1377,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5183,"timestamp":6739186825294,"id":1377,"parentId":1351,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6312,"timestamp":6739186824416,"id":1351,"parentId":1221,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js","layer":"app-pages-browser"},"startTime":1776346133858,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5465,"timestamp":6739186825279,"id":1372,"parentId":1371,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5473,"timestamp":6739186825271,"id":1371,"parentId":1348,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6877,"timestamp":6739186824341,"id":1348,"parentId":1181,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/component-stack-pseudo-html.js","layer":"app-pages-browser"},"startTime":1776346133858,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":5917,"timestamp":6739186825312,"id":1380,"parentId":1379,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":5924,"timestamp":6739186825305,"id":1379,"parentId":1352,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7005,"timestamp":6739186824437,"id":1352,"parentId":1252,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1776346133858,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6132,"timestamp":6739186825322,"id":1382,"parentId":1381,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6142,"timestamp":6739186825313,"id":1381,"parentId":1353,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7204,"timestamp":6739186824457,"id":1353,"parentId":1253,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js","layer":"app-pages-browser"},"startTime":1776346133858,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6337,"timestamp":6739186825339,"id":1386,"parentId":1385,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6344,"timestamp":6739186825333,"id":1385,"parentId":1355,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7486,"timestamp":6739186824499,"id":1355,"parentId":1257,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/Dialog.js","layer":"app-pages-browser"},"startTime":1776346133858,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6644,"timestamp":6739186825347,"id":1388,"parentId":1387,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6651,"timestamp":6739186825341,"id":1387,"parentId":1356,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7654,"timestamp":6739186824520,"id":1356,"parentId":1257,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogBody.js","layer":"app-pages-browser"},"startTime":1776346133858,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6851,"timestamp":6739186825332,"id":1384,"parentId":1383,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6860,"timestamp":6739186825323,"id":1383,"parentId":1354,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7935,"timestamp":6739186824480,"id":1354,"parentId":1258,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/Overlay.js","layer":"app-pages-browser"},"startTime":1776346133858,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":7060,"timestamp":6739186825361,"id":1392,"parentId":1391,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":7067,"timestamp":6739186825355,"id":1391,"parentId":1358,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8048,"timestamp":6739186824552,"id":1358,"parentId":1257,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogHeader.js","layer":"app-pages-browser"},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":187,"timestamp":6739186834692,"id":1413,"parentId":1403,"tags":{},"startTime":1776346133869,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3720,"timestamp":6739186834886,"id":1420,"parentId":1403,"tags":{},"startTime":1776346133869,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4930,"timestamp":6739186834213,"id":1403,"parentId":1255,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/constants.js","layer":"app-pages-browser"},"startTime":1776346133868,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":13788,"timestamp":6739186825383,"id":1398,"parentId":1397,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":13796,"timestamp":6739186825377,"id":1397,"parentId":1361,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":14897,"timestamp":6739186824603,"id":1361,"parentId":1260,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/styles.js","layer":"app-pages-browser"},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":14159,"timestamp":6739186825354,"id":1390,"parentId":1389,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":14166,"timestamp":6739186825348,"id":1389,"parentId":1357,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":15261,"timestamp":6739186824536,"id":1357,"parentId":1257,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogContent.js","layer":"app-pages-browser"},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":14689,"timestamp":6739186825368,"id":1394,"parentId":1393,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":14696,"timestamp":6739186825362,"id":1393,"parentId":1359,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":15713,"timestamp":6739186824568,"id":1359,"parentId":1257,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/styles.js","layer":"app-pages-browser"},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":14901,"timestamp":6739186825390,"id":1400,"parentId":1399,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":14908,"timestamp":6739186825384,"id":1399,"parentId":1362,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":16034,"timestamp":6739186824623,"id":1362,"parentId":1260,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/VersionStalenessInfo.js","layer":"app-pages-browser"},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":15295,"timestamp":6739186825376,"id":1396,"parentId":1395,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":15302,"timestamp":6739186825369,"id":1395,"parentId":1360,"tags":{},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":16482,"timestamp":6739186824586,"id":1360,"parentId":1259,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/Terminal.js","layer":"app-pages-browser"},"startTime":1776346133859,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6302,"timestamp":6739186834786,"id":1415,"parentId":1414,"tags":{},"startTime":1776346133869,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6324,"timestamp":6739186834764,"id":1414,"parentId":1404,"tags":{},"startTime":1776346133869,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":6973,"timestamp":6739186834278,"id":1404,"parentId":1255,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"app-pages-browser"},"startTime":1776346133868,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6459,"timestamp":6739186834797,"id":1417,"parentId":1416,"tags":{},"startTime":1776346133869,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6469,"timestamp":6739186834788,"id":1416,"parentId":1405,"tags":{},"startTime":1776346133869,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7210,"timestamp":6739186834305,"id":1405,"parentId":1298,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/styles.js","layer":"app-pages-browser"},"startTime":1776346133868,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6717,"timestamp":6739186834806,"id":1419,"parentId":1418,"tags":{},"startTime":1776346133869,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6724,"timestamp":6739186834798,"id":1418,"parentId":1406,"tags":{},"startTime":1776346133869,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7568,"timestamp":6739186834329,"id":1406,"parentId":1298,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/Toast.js","layer":"app-pages-browser"},"startTime":1776346133868,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":270435,"timestamp":6739186843225,"id":1429,"parentId":1428,"tags":{},"startTime":1776346133877,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":270455,"timestamp":6739186843215,"id":1428,"parentId":1422,"tags":{},"startTime":1776346133877,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":271390,"timestamp":6739186843007,"id":1422,"parentId":1299,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/group-stack-frames-by-framework.js","layer":"app-pages-browser"},"startTime":1776346133877,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":271182,"timestamp":6739186843244,"id":1433,"parentId":1432,"tags":{},"startTime":1776346133877,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":271190,"timestamp":6739186843237,"id":1432,"parentId":1424,"tags":{},"startTime":1776346133877,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":271897,"timestamp":6739186843055,"id":1424,"parentId":1299,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/GroupedStackFrames.js","layer":"app-pages-browser"},"startTime":1776346133877,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":271754,"timestamp":6739186843214,"id":1427,"parentId":1426,"tags":{},"startTime":1776346133877,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":271776,"timestamp":6739186843192,"id":1426,"parentId":1421,"tags":{},"startTime":1776346133877,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":272474,"timestamp":6739186842941,"id":1421,"parentId":1300,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/magic-identifier.js","layer":"app-pages-browser"},"startTime":1776346133877,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":272174,"timestamp":6739186843251,"id":1435,"parentId":1434,"tags":{},"startTime":1776346133877,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":272182,"timestamp":6739186843244,"id":1434,"parentId":1425,"tags":{},"startTime":1776346133877,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":272553,"timestamp":6739186843087,"id":1425,"parentId":1299,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/index.js","layer":"app-pages-browser"},"startTime":1776346133877,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":272423,"timestamp":6739186843236,"id":1431,"parentId":1430,"tags":{},"startTime":1776346133877,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":272434,"timestamp":6739186843226,"id":1430,"parentId":1423,"tags":{},"startTime":1776346133877,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":274197,"timestamp":6739186843034,"id":1423,"parentId":1301,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/LeftRightDialogHeader.js","layer":"app-pages-browser"},"startTime":1776346133877,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3481,"timestamp":6739187118528,"id":1447,"parentId":1446,"tags":{},"startTime":1776346134153,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3493,"timestamp":6739187118521,"id":1446,"parentId":1439,"tags":{},"startTime":1776346134153,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4201,"timestamp":6739187118337,"id":1439,"parentId":1355,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/hooks/use-on-click-outside.js","layer":"app-pages-browser"},"startTime":1776346134152,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4032,"timestamp":6739187118520,"id":1445,"parentId":1444,"tags":{},"startTime":1776346134153,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4043,"timestamp":6739187118509,"id":1444,"parentId":1438,"tags":{},"startTime":1776346134152,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":4542,"timestamp":6739187118306,"id":1438,"parentId":1348,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CollapseIcon.js","layer":"app-pages-browser"},"startTime":1776346134152,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":135,"timestamp":6739187123368,"id":1454,"parentId":1453,"tags":{},"startTime":1776346134157,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":654,"timestamp":6739187123510,"id":1457,"parentId":1453,"tags":{},"startTime":1776346134157,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2107,"timestamp":6739187123311,"id":1453,"parentId":1360,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/anser/index.js","layer":"app-pages-browser"},"startTime":1776346134157,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":7153,"timestamp":6739187118507,"id":1443,"parentId":1442,"tags":{},"startTime":1776346134152,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":7190,"timestamp":6739187118472,"id":1442,"parentId":1437,"tags":{},"startTime":1776346134152,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8356,"timestamp":6739187118202,"id":1437,"parentId":1346,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stack-frame.js","layer":"app-pages-browser"},"startTime":1776346134152,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":8027,"timestamp":6739187118544,"id":1451,"parentId":1450,"tags":{},"startTime":1776346134153,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":8034,"timestamp":6739187118537,"id":1450,"parentId":1441,"tags":{},"startTime":1776346134153,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":8511,"timestamp":6739187118385,"id":1441,"parentId":1354,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/body-locker.js","layer":"app-pages-browser"},"startTime":1776346134152,"traceId":"fadcc7d0c47fde18"}] -[{"name":"read-resource","duration":292485,"timestamp":6739186834669,"id":1412,"parentId":1411,"tags":{},"startTime":1776346133869,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":292598,"timestamp":6739186834661,"id":1411,"parentId":864,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1776346133869,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":292614,"timestamp":6739186834655,"id":1410,"parentId":1409,"tags":{},"startTime":1776346133869,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":292675,"timestamp":6739186834641,"id":1409,"parentId":863,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1776346133869,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":292702,"timestamp":6739186834623,"id":1408,"parentId":1407,"tags":{},"startTime":1776346133869,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":293025,"timestamp":6739186834349,"id":1407,"parentId":860,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/jsx-dev-runtime.js","layer":"app-pages-browser"},"startTime":1776346133868,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4278,"timestamp":6739187123474,"id":1456,"parentId":1455,"tags":{},"startTime":1776346134157,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4313,"timestamp":6739187123441,"id":1455,"parentId":1452,"tags":{},"startTime":1776346134157,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":5135,"timestamp":6739187123238,"id":1452,"parentId":1360,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/EditorLink.js","layer":"app-pages-browser"},"startTime":1776346134157,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1660,"timestamp":6739187129968,"id":1470,"parentId":1469,"tags":{},"startTime":1776346134164,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1674,"timestamp":6739187129958,"id":1469,"parentId":1459,"tags":{},"startTime":1776346134164,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":2836,"timestamp":6739187129650,"id":1459,"parentId":1424,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/CallStackFrame.js","layer":"app-pages-browser"},"startTime":1776346134164,"traceId":"fadcc7d0c47fde18"},{"name":"postcss-process","duration":245886,"timestamp":6739187031384,"id":1436,"parentId":1262,"tags":{},"startTime":1776346134065,"traceId":"fadcc7d0c47fde18"},{"name":"postcss-loader","duration":495648,"timestamp":6739186783002,"id":1262,"parentId":1250,"tags":{},"startTime":1776346133817,"traceId":"fadcc7d0c47fde18"},{"name":"css-loader","duration":28964,"timestamp":6739187278777,"id":1478,"parentId":1250,"tags":{"astUsed":"true"},"startTime":1776346134313,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":178966,"timestamp":6739187129955,"id":1468,"parentId":1467,"tags":{},"startTime":1776346134164,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":178997,"timestamp":6739187129927,"id":1467,"parentId":1458,"tags":{},"startTime":1776346134164,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":180068,"timestamp":6739187129582,"id":1458,"parentId":1424,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/FrameworkIcon.js","layer":"app-pages-browser"},"startTime":1776346134164,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":179731,"timestamp":6739187129977,"id":1472,"parentId":1471,"tags":{},"startTime":1776346134164,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":179741,"timestamp":6739187129970,"id":1471,"parentId":1460,"tags":{},"startTime":1776346134164,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":180691,"timestamp":6739187129680,"id":1460,"parentId":1425,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/CodeFrame.js","layer":"app-pages-browser"},"startTime":1776346134164,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":179022,"timestamp":6739187131364,"id":1477,"parentId":1476,"tags":{},"startTime":1776346134165,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":179044,"timestamp":6739187131343,"id":1476,"parentId":1475,"tags":{},"startTime":1776346134165,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":179405,"timestamp":6739187131291,"id":1475,"parentId":1452,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-open-in-editor.js","layer":"app-pages-browser"},"startTime":1776346134165,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":195706,"timestamp":6739187118536,"id":1449,"parentId":1448,"tags":{},"startTime":1776346134153,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":195716,"timestamp":6739187118529,"id":1448,"parentId":1440,"tags":{},"startTime":1776346134153,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":202850,"timestamp":6739187118363,"id":1440,"parentId":1354,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/maintain--tab-focus.js","layer":"app-pages-browser"},"startTime":1776346134152,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":192892,"timestamp":6739187129740,"id":1464,"parentId":1463,"tags":{},"startTime":1776346134164,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":193073,"timestamp":6739187129732,"id":1463,"parentId":865,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1776346134164,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":193059,"timestamp":6739187129752,"id":1466,"parentId":1465,"tags":{},"startTime":1776346134164,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":193157,"timestamp":6739187129745,"id":1465,"parentId":985,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1776346134164,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":193189,"timestamp":6739187129717,"id":1462,"parentId":1461,"tags":{},"startTime":1776346134164,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":193233,"timestamp":6739187129704,"id":1461,"parentId":964,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-server-dom-webpack/client.js","layer":"app-pages-browser"},"startTime":1776346134164,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":193150,"timestamp":6739187131197,"id":1474,"parentId":1473,"tags":{},"startTime":1776346134165,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":30,"timestamp":6739187324355,"id":1479,"parentId":1473,"tags":{},"startTime":1776346134358,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":193386,"timestamp":6739187131077,"id":1473,"parentId":886,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-refresh/runtime.js","layer":"app-pages-browser"},"startTime":1776346134165,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":31,"timestamp":6739187324881,"id":1482,"parentId":1480,"tags":{},"startTime":1776346134359,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":83,"timestamp":6739187324884,"id":1483,"parentId":1481,"tags":{},"startTime":1776346134359,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":124,"timestamp":6739187324915,"id":1484,"parentId":1480,"tags":{},"startTime":1776346134359,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":71,"timestamp":6739187324969,"id":1485,"parentId":1481,"tags":{},"startTime":1776346134359,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3673,"timestamp":6739187324747,"id":1480,"parentId":1440,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/platform/platform.js","layer":"app-pages-browser"},"startTime":1776346134359,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3941,"timestamp":6739187324825,"id":1481,"parentId":1440,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/css.escape/css.escape.js","layer":"app-pages-browser"},"startTime":1776346134359,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":1337,"timestamp":6739187329000,"id":1491,"parentId":1490,"tags":{},"startTime":1776346134363,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":3515,"timestamp":6739187328991,"id":1490,"parentId":1407,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/cjs/react-jsx-dev-runtime.development.js","layer":"app-pages-browser"},"startTime":1776346134363,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":3552,"timestamp":6739187328965,"id":1487,"parentId":1486,"tags":{},"startTime":1776346134363,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":7673,"timestamp":6739187328939,"id":1486,"parentId":1411,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/cjs/react.development.js","layer":"app-pages-browser"},"startTime":1776346134363,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":8274,"timestamp":6739187328985,"id":1489,"parentId":1488,"tags":{},"startTime":1776346134363,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":10043,"timestamp":6739187328975,"id":1488,"parentId":1409,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.development.js","layer":"app-pages-browser"},"startTime":1776346134363,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":9355,"timestamp":6739187329672,"id":1493,"parentId":1492,"tags":{},"startTime":1776346134364,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":9498,"timestamp":6739187329640,"id":1492,"parentId":1461,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1776346134364,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":716632,"timestamp":6739186623632,"id":847,"parentId":844,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2F(public)%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776346133658,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-css","duration":560920,"timestamp":6739186779788,"id":1250,"parentId":1160,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css.webpack[javascript/auto]!=!/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css","layer":null},"startTime":1776346133814,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":10909,"timestamp":6739187330054,"id":1495,"parentId":1494,"tags":{},"startTime":1776346134364,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":85448,"timestamp":6739187330034,"id":1494,"parentId":1463,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-dom/cjs/react-dom.development.js","layer":"app-pages-browser"},"startTime":1776346134364,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":86242,"timestamp":6739187330275,"id":1497,"parentId":1496,"tags":{},"startTime":1776346134364,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":44,"timestamp":6739187416530,"id":1498,"parentId":1496,"tags":{},"startTime":1776346134451,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":87299,"timestamp":6739187330216,"id":1496,"parentId":1473,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.development.js","layer":"app-pages-browser"},"startTime":1776346134364,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":793997,"timestamp":6739186623564,"id":845,"parentId":844,"tags":{"request":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1776346133658,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":444,"timestamp":6739187418152,"id":1502,"parentId":1501,"tags":{},"startTime":1776346134452,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":915,"timestamp":6739187417937,"id":1501,"parentId":1250,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js","layer":null},"startTime":1776346134452,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-css","duration":677480,"timestamp":6739186746703,"id":1160,"parentId":853,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css","layer":"app-pages-browser"},"startTime":1776346133781,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":6777,"timestamp":6739187417675,"id":1500,"parentId":1499,"tags":{},"startTime":1776346134452,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":9307,"timestamp":6739187417633,"id":1499,"parentId":1492,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js","layer":"app-pages-browser"},"startTime":1776346134452,"traceId":"fadcc7d0c47fde18"},{"name":"build-module","duration":56,"timestamp":6739187427743,"id":1503,"parentId":1160,"tags":{},"startTime":1776346134462,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":803727,"timestamp":6739186624099,"id":849,"parentId":844,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext-themes%2Fdist%2Findex.mjs%22%2C%22ids%22%3A%5B%22ThemeProvider%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fhooks%2Fuse-auth.tsx%22%2C%22ids%22%3A%5B%22AuthProvider%22%5D%7D&server=false!"},"startTime":1776346133658,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":306,"timestamp":6739187428699,"id":1505,"parentId":1504,"tags":{},"startTime":1776346134463,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":32,"timestamp":6739187429016,"id":1506,"parentId":1504,"tags":{},"startTime":1776346134463,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":655,"timestamp":6739187428568,"id":1504,"parentId":1494,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1776346134463,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":268,"timestamp":6739187430187,"id":1508,"parentId":1507,"tags":{},"startTime":1776346134464,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":43,"timestamp":6739187430460,"id":1509,"parentId":1507,"tags":{},"startTime":1776346134464,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":1334,"timestamp":6739187430116,"id":1507,"parentId":1504,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/scheduler/cjs/scheduler.development.js","layer":"app-pages-browser"},"startTime":1776346134464,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":807417,"timestamp":6739186624111,"id":850,"parentId":844,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%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%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776346133658,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":807917,"timestamp":6739186623615,"id":846,"parentId":844,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1776346133658,"traceId":"fadcc7d0c47fde18"},{"name":"make","duration":811591,"timestamp":6739186619976,"id":844,"parentId":843,"tags":{},"startTime":1776346133654,"traceId":"fadcc7d0c47fde18"},{"name":"chunk-graph","duration":1879,"timestamp":6739187434344,"id":1511,"parentId":1510,"tags":{},"startTime":1776346134468,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-modules","duration":3,"timestamp":6739187436237,"id":1513,"parentId":1510,"tags":{},"startTime":1776346134470,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-chunks","duration":44,"timestamp":6739187436250,"id":1514,"parentId":1510,"tags":{},"startTime":1776346134470,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-tree","duration":3,"timestamp":6739187436303,"id":1515,"parentId":1510,"tags":{},"startTime":1776346134470,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-chunk-modules","duration":2,"timestamp":6739187436315,"id":1516,"parentId":1510,"tags":{},"startTime":1776346134470,"traceId":"fadcc7d0c47fde18"},{"name":"optimize","duration":710,"timestamp":6739187436231,"id":1512,"parentId":1510,"tags":{},"startTime":1776346134470,"traceId":"fadcc7d0c47fde18"},{"name":"module-hash","duration":2952,"timestamp":6739187438118,"id":1517,"parentId":1510,"tags":{},"startTime":1776346134472,"traceId":"fadcc7d0c47fde18"},{"name":"code-generation","duration":6636,"timestamp":6739187441084,"id":1518,"parentId":1510,"tags":{},"startTime":1776346134475,"traceId":"fadcc7d0c47fde18"},{"name":"hash","duration":7039,"timestamp":6739187449164,"id":1519,"parentId":1510,"tags":{},"startTime":1776346134483,"traceId":"fadcc7d0c47fde18"},{"name":"code-generation-jobs","duration":313,"timestamp":6739187456202,"id":1520,"parentId":1510,"tags":{},"startTime":1776346134490,"traceId":"fadcc7d0c47fde18"},{"name":"module-assets","duration":43,"timestamp":6739187456502,"id":1521,"parentId":1510,"tags":{},"startTime":1776346134490,"traceId":"fadcc7d0c47fde18"},{"name":"create-chunk-assets","duration":73409,"timestamp":6739187456548,"id":1522,"parentId":1510,"tags":{},"startTime":1776346134491,"traceId":"fadcc7d0c47fde18"},{"name":"NextJsBuildManifest-generateClientManifest","duration":62,"timestamp":6739187530687,"id":1524,"parentId":843,"tags":{},"startTime":1776346134565,"traceId":"fadcc7d0c47fde18"},{"name":"NextJsBuildManifest-createassets","duration":271,"timestamp":6739187530483,"id":1523,"parentId":843,"tags":{},"startTime":1776346134564,"traceId":"fadcc7d0c47fde18"},{"name":"seal","duration":98566,"timestamp":6739187433737,"id":1510,"parentId":843,"tags":{},"startTime":1776346134468,"traceId":"fadcc7d0c47fde18"},{"name":"webpack-compilation","duration":912954,"timestamp":6739186619387,"id":843,"parentId":253,"tags":{"name":"client"},"startTime":1776346133653,"traceId":"fadcc7d0c47fde18"},{"name":"emit","duration":16500,"timestamp":6739187532356,"id":1525,"parentId":253,"tags":{},"startTime":1776346134566,"traceId":"fadcc7d0c47fde18"},{"name":"compile-path","duration":1465659,"timestamp":6739186083868,"id":117,"tags":{"trigger":"/","isTurbopack":false},"startTime":1776346133118,"traceId":"fadcc7d0c47fde18"},{"name":"webpack-invalidated-client","duration":1284666,"timestamp":6739186265116,"id":253,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776346133299,"traceId":"fadcc7d0c47fde18"}] -[{"name":"handle-request","duration":1580983,"timestamp":6739186063377,"id":115,"tags":{"url":"/","isTurbopack":false},"startTime":1776346133097,"traceId":"fadcc7d0c47fde18"},{"name":"memory-usage","duration":0,"timestamp":6739187644393,"id":1526,"parentId":115,"tags":{"url":"/","memory.rss":"506675200","memory.heapUsed":"180449920","memory.heapTotal":"270876672"},"startTime":1776346134678,"traceId":"fadcc7d0c47fde18"},{"name":"client-success","duration":120,"timestamp":6739188540435,"id":1527,"parentId":3,"tags":{},"startTime":1776346135575,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":19064,"timestamp":6739267675762,"id":1534,"parentId":1532,"tags":{"request":"next-app-loader?name=app%2F(public)%2Fpage&page=%2F(public)%2Fpage&appPaths=%2F(public)%2Fpage&pagePath=private-next-app-dir%2F(public)%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=standalone&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1776346214710,"traceId":"fadcc7d0c47fde18"},{"name":"build-module","duration":20049,"timestamp":6739267689273,"id":1535,"parentId":1533,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2F(public)%2Flogin%2Fpage&page=%2F(public)%2Flogin%2Fpage&appPaths=%2F(public)%2Flogin%2Fpage&pagePath=private-next-app-dir%2F(public)%2Flogin%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=standalone&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1776346214723,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2260,"timestamp":6739267712627,"id":1538,"parentId":1537,"tags":{},"startTime":1776346214747,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2409,"timestamp":6739267712483,"id":1537,"parentId":1536,"tags":{},"startTime":1776346214747,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":3191,"timestamp":6739267712197,"id":1536,"parentId":1535,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/(public)/login/page.tsx","layer":"rsc"},"startTime":1776346214746,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":41452,"timestamp":6739267675578,"id":1533,"parentId":1532,"tags":{"request":"next-app-loader?name=app%2F(public)%2Flogin%2Fpage&page=%2F(public)%2Flogin%2Fpage&appPaths=%2F(public)%2Flogin%2Fpage&pagePath=private-next-app-dir%2F(public)%2Flogin%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=standalone&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1776346214710,"traceId":"fadcc7d0c47fde18"},{"name":"build-module","duration":562,"timestamp":6739267724696,"id":1548,"parentId":1531,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2F(public)%2Flogin%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1776346214759,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2442,"timestamp":6739267728615,"id":1551,"parentId":1550,"tags":{},"startTime":1776346214763,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2527,"timestamp":6739267728536,"id":1550,"parentId":1549,"tags":{},"startTime":1776346214763,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":5985,"timestamp":6739267728240,"id":1549,"parentId":1548,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/(public)/login/page.tsx","layer":"ssr"},"startTime":1776346214762,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":823,"timestamp":6739267738034,"id":1553,"parentId":1552,"tags":{},"startTime":1776346214772,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":40,"timestamp":6739267738873,"id":1554,"parentId":1552,"tags":{},"startTime":1776346214773,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":1239,"timestamp":6739267737912,"id":1552,"parentId":1549,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/api/navigation.js","layer":"ssr"},"startTime":1776346214772,"traceId":"fadcc7d0c47fde18"},{"name":"make","duration":67972,"timestamp":6739267672327,"id":1532,"parentId":1531,"tags":{},"startTime":1776346214706,"traceId":"fadcc7d0c47fde18"},{"name":"chunk-graph","duration":1285,"timestamp":6739267742375,"id":1556,"parentId":1555,"tags":{},"startTime":1776346214776,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-modules","duration":3,"timestamp":6739267743673,"id":1558,"parentId":1555,"tags":{},"startTime":1776346214778,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-chunks","duration":1222,"timestamp":6739267743741,"id":1559,"parentId":1555,"tags":{},"startTime":1776346214778,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-tree","duration":4,"timestamp":6739267744974,"id":1560,"parentId":1555,"tags":{},"startTime":1776346214779,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-chunk-modules","duration":4,"timestamp":6739267744986,"id":1561,"parentId":1555,"tags":{},"startTime":1776346214779,"traceId":"fadcc7d0c47fde18"},{"name":"optimize","duration":2063,"timestamp":6739267743668,"id":1557,"parentId":1555,"tags":{},"startTime":1776346214778,"traceId":"fadcc7d0c47fde18"},{"name":"module-hash","duration":390,"timestamp":6739267747222,"id":1562,"parentId":1555,"tags":{},"startTime":1776346214781,"traceId":"fadcc7d0c47fde18"},{"name":"code-generation","duration":1513,"timestamp":6739267747618,"id":1563,"parentId":1555,"tags":{},"startTime":1776346214782,"traceId":"fadcc7d0c47fde18"},{"name":"hash","duration":993,"timestamp":6739267749987,"id":1564,"parentId":1555,"tags":{},"startTime":1776346214784,"traceId":"fadcc7d0c47fde18"},{"name":"code-generation-jobs","duration":64,"timestamp":6739267750979,"id":1565,"parentId":1555,"tags":{},"startTime":1776346214785,"traceId":"fadcc7d0c47fde18"},{"name":"module-assets","duration":27,"timestamp":6739267751039,"id":1566,"parentId":1555,"tags":{},"startTime":1776346214785,"traceId":"fadcc7d0c47fde18"},{"name":"create-chunk-assets","duration":3318,"timestamp":6739267751068,"id":1567,"parentId":1555,"tags":{},"startTime":1776346214785,"traceId":"fadcc7d0c47fde18"},{"name":"seal","duration":14113,"timestamp":6739267741860,"id":1555,"parentId":1531,"tags":{},"startTime":1776346214776,"traceId":"fadcc7d0c47fde18"},{"name":"webpack-compilation","duration":86566,"timestamp":6739267670380,"id":1531,"parentId":1529,"tags":{"name":"server"},"startTime":1776346214704,"traceId":"fadcc7d0c47fde18"},{"name":"emit","duration":3988,"timestamp":6739267756964,"id":1568,"parentId":1529,"tags":{},"startTime":1776346214791,"traceId":"fadcc7d0c47fde18"},{"name":"webpack-invalidated-server","duration":97095,"timestamp":6739267664445,"id":1529,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776346214698,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":3173,"timestamp":6739267773626,"id":1574,"parentId":1570,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776346214808,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":7734,"timestamp":6739267773581,"id":1571,"parentId":1570,"tags":{"request":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1776346214808,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":44481,"timestamp":6739267773630,"id":1576,"parentId":1570,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%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%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776346214808,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":45008,"timestamp":6739267773612,"id":1572,"parentId":1570,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1776346214808,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":45009,"timestamp":6739267773621,"id":1573,"parentId":1570,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2F(public)%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776346214808,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":35403,"timestamp":6739267783263,"id":1580,"parentId":1579,"tags":{},"startTime":1776346214817,"traceId":"fadcc7d0c47fde18"},{"name":"postcss-process","duration":50530,"timestamp":6739267818743,"id":1582,"parentId":1581,"tags":{},"startTime":1776346214853,"traceId":"fadcc7d0c47fde18"},{"name":"postcss-loader","duration":53170,"timestamp":6739267818699,"id":1581,"parentId":1579,"tags":{},"startTime":1776346214853,"traceId":"fadcc7d0c47fde18"},{"name":"css-loader","duration":11421,"timestamp":6739267871895,"id":1583,"parentId":1579,"tags":{"astUsed":"true"},"startTime":1776346214906,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-css","duration":102265,"timestamp":6739267783171,"id":1579,"parentId":1578,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css.webpack[javascript/auto]!=!/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css","layer":null},"startTime":1776346214817,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-css","duration":114517,"timestamp":6739267777360,"id":1578,"parentId":1569,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css","layer":"app-pages-browser"},"startTime":1776346214811,"traceId":"fadcc7d0c47fde18"},{"name":"build-module","duration":31,"timestamp":6739267892362,"id":1584,"parentId":1578,"tags":{},"startTime":1776346214926,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":118958,"timestamp":6739267773628,"id":1575,"parentId":1570,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext-themes%2Fdist%2Findex.mjs%22%2C%22ids%22%3A%5B%22ThemeProvider%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fhooks%2Fuse-auth.tsx%22%2C%22ids%22%3A%5B%22AuthProvider%22%5D%7D&server=false!"},"startTime":1776346214808,"traceId":"fadcc7d0c47fde18"},{"name":"build-module","duration":488,"timestamp":6739267896712,"id":1585,"parentId":1577,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2F(public)%2Flogin%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1776346214931,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2292,"timestamp":6739267898088,"id":1588,"parentId":1587,"tags":{},"startTime":1776346214932,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2371,"timestamp":6739267898011,"id":1587,"parentId":1586,"tags":{},"startTime":1776346214932,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":5368,"timestamp":6739267897907,"id":1586,"parentId":1585,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/(public)/login/page.tsx","layer":"app-pages-browser"},"startTime":1776346214932,"traceId":"fadcc7d0c47fde18"},{"name":"read-resource","duration":3,"timestamp":6739267904850,"id":1590,"parentId":1589,"tags":{},"startTime":1776346214939,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":33,"timestamp":6739267904862,"id":1591,"parentId":1589,"tags":{},"startTime":1776346214939,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-js","duration":335,"timestamp":6739267904759,"id":1589,"parentId":1586,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/api/navigation.js","layer":"app-pages-browser"},"startTime":1776346214939,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":133216,"timestamp":6739267773632,"id":1577,"parentId":1570,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2F(public)%2Flogin%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776346214808,"traceId":"fadcc7d0c47fde18"},{"name":"make","duration":137478,"timestamp":6739267769389,"id":1570,"parentId":1569,"tags":{},"startTime":1776346214803,"traceId":"fadcc7d0c47fde18"},{"name":"chunk-graph","duration":922,"timestamp":6739267908529,"id":1593,"parentId":1592,"tags":{},"startTime":1776346214943,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-modules","duration":9,"timestamp":6739267909467,"id":1595,"parentId":1592,"tags":{},"startTime":1776346214944,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-chunks","duration":31,"timestamp":6739267909485,"id":1596,"parentId":1592,"tags":{},"startTime":1776346214944,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-tree","duration":5,"timestamp":6739267909529,"id":1597,"parentId":1592,"tags":{},"startTime":1776346214944,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-chunk-modules","duration":4,"timestamp":6739267909543,"id":1598,"parentId":1592,"tags":{},"startTime":1776346214944,"traceId":"fadcc7d0c47fde18"},{"name":"optimize","duration":662,"timestamp":6739267909460,"id":1594,"parentId":1592,"tags":{},"startTime":1776346214943,"traceId":"fadcc7d0c47fde18"},{"name":"module-hash","duration":247,"timestamp":6739267910685,"id":1599,"parentId":1592,"tags":{},"startTime":1776346214945,"traceId":"fadcc7d0c47fde18"},{"name":"code-generation","duration":1124,"timestamp":6739267910940,"id":1600,"parentId":1592,"tags":{},"startTime":1776346214945,"traceId":"fadcc7d0c47fde18"},{"name":"hash","duration":2200,"timestamp":6739267912784,"id":1601,"parentId":1592,"tags":{},"startTime":1776346214947,"traceId":"fadcc7d0c47fde18"},{"name":"code-generation-jobs","duration":98,"timestamp":6739267914982,"id":1602,"parentId":1592,"tags":{},"startTime":1776346214949,"traceId":"fadcc7d0c47fde18"},{"name":"module-assets","duration":40,"timestamp":6739267915072,"id":1603,"parentId":1592,"tags":{},"startTime":1776346214949,"traceId":"fadcc7d0c47fde18"},{"name":"create-chunk-assets","duration":2269,"timestamp":6739267915115,"id":1604,"parentId":1592,"tags":{},"startTime":1776346214949,"traceId":"fadcc7d0c47fde18"},{"name":"NextJsBuildManifest-generateClientManifest","duration":69,"timestamp":6739267918559,"id":1606,"parentId":1569,"tags":{},"startTime":1776346214953,"traceId":"fadcc7d0c47fde18"},{"name":"NextJsBuildManifest-createassets","duration":169,"timestamp":6739267918462,"id":1605,"parentId":1569,"tags":{},"startTime":1776346214953,"traceId":"fadcc7d0c47fde18"},{"name":"seal","duration":11934,"timestamp":6739267907877,"id":1592,"parentId":1569,"tags":{},"startTime":1776346214942,"traceId":"fadcc7d0c47fde18"},{"name":"webpack-compilation","duration":150847,"timestamp":6739267769008,"id":1569,"parentId":1547,"tags":{"name":"client"},"startTime":1776346214803,"traceId":"fadcc7d0c47fde18"},{"name":"emit","duration":4128,"timestamp":6739267919876,"id":1607,"parentId":1547,"tags":{},"startTime":1776346214954,"traceId":"fadcc7d0c47fde18"},{"name":"compile-path","duration":260096,"timestamp":6739267664497,"id":1530,"tags":{"trigger":"/login","isTurbopack":false},"startTime":1776346214699,"traceId":"fadcc7d0c47fde18"},{"name":"webpack-invalidated-client","duration":206400,"timestamp":6739267718485,"id":1547,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776346214753,"traceId":"fadcc7d0c47fde18"}] -[{"name":"client-success","duration":4,"timestamp":6739267926393,"id":1608,"parentId":3,"tags":{},"startTime":1776346214960,"traceId":"fadcc7d0c47fde18"},{"name":"handle-request","duration":312158,"timestamp":6739267654010,"id":1528,"tags":{"url":"/login?_rsc=gdhdt","isTurbopack":false},"startTime":1776346214688,"traceId":"fadcc7d0c47fde18"},{"name":"memory-usage","duration":1,"timestamp":6739267966209,"id":1609,"parentId":1528,"tags":{"url":"/login?_rsc=gdhdt","memory.rss":"290750464","memory.heapUsed":"193814480","memory.heapTotal":"227885056"},"startTime":1776346215000,"traceId":"fadcc7d0c47fde18"},{"name":"client-hmr-latency","duration":250000,"timestamp":6739267719337,"id":1610,"parentId":3,"tags":{"updatedModules":["[project]/src/app/globals.css"],"page":"/","isPageHidden":false},"startTime":1776346215008,"traceId":"fadcc7d0c47fde18"},{"name":"handle-request","duration":56003,"timestamp":6739267975056,"id":1611,"tags":{"url":"/login?_rsc=1f2yp","isTurbopack":false},"startTime":1776346215009,"traceId":"fadcc7d0c47fde18"},{"name":"memory-usage","duration":3,"timestamp":6739268031100,"id":1612,"parentId":1611,"tags":{"url":"/login?_rsc=1f2yp","memory.rss":"291192832","memory.heapUsed":"195438592","memory.heapTotal":"227885056"},"startTime":1776346215065,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":6084,"timestamp":6739274734683,"id":1619,"parentId":1617,"tags":{"request":"next-app-loader?name=app%2F(public)%2Flogin%2Fpage&page=%2F(public)%2Flogin%2Fpage&appPaths=%2F(public)%2Flogin%2Fpage&pagePath=private-next-app-dir%2F(public)%2Flogin%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=standalone&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1776346221769,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":9781,"timestamp":6739274734589,"id":1618,"parentId":1617,"tags":{"request":"next-app-loader?name=app%2F(public)%2Fpage&page=%2F(public)%2Fpage&appPaths=%2F(public)%2Fpage&pagePath=private-next-app-dir%2F(public)%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=standalone&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1776346221769,"traceId":"fadcc7d0c47fde18"},{"name":"build-module","duration":13871,"timestamp":6739274739838,"id":1621,"parentId":1620,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2F(auth)%2Fdashboard%2Fpage&page=%2F(auth)%2Fdashboard%2Fpage&appPaths=%2F(auth)%2Fdashboard%2Fpage&pagePath=private-next-app-dir%2F(auth)%2Fdashboard%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=standalone&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1776346221774,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":992,"timestamp":6739274756521,"id":1627,"parentId":1626,"tags":{},"startTime":1776346221791,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1054,"timestamp":6739274756464,"id":1626,"parentId":1625,"tags":{},"startTime":1776346221791,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":1524,"timestamp":6739274756352,"id":1625,"parentId":1621,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/(auth)/dashboard/page.tsx","layer":"rsc"},"startTime":1776346221790,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1792,"timestamp":6739274756278,"id":1624,"parentId":1623,"tags":{},"startTime":1776346221790,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1869,"timestamp":6739274756202,"id":1623,"parentId":1622,"tags":{},"startTime":1776346221790,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":2909,"timestamp":6739274756062,"id":1622,"parentId":1621,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/(auth)/layout.tsx","layer":"rsc"},"startTime":1776346221790,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1137,"timestamp":6739274766316,"id":1636,"parentId":1635,"tags":{},"startTime":1776346221800,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1170,"timestamp":6739274766288,"id":1635,"parentId":1630,"tags":{},"startTime":1776346221800,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":1792,"timestamp":6739274766152,"id":1630,"parentId":1622,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/user-menu.tsx","layer":"rsc"},"startTime":1776346221800,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1705,"timestamp":6739274766254,"id":1632,"parentId":1631,"tags":{},"startTime":1776346221800,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1755,"timestamp":6739274766204,"id":1631,"parentId":1628,"tags":{},"startTime":1776346221800,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":2146,"timestamp":6739274765984,"id":1628,"parentId":1622,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/auth-guard.tsx","layer":"rsc"},"startTime":1776346221800,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1852,"timestamp":6739274766286,"id":1634,"parentId":1633,"tags":{},"startTime":1776346221800,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1883,"timestamp":6739274766257,"id":1633,"parentId":1629,"tags":{},"startTime":1776346221800,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":2276,"timestamp":6739274766097,"id":1629,"parentId":1622,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/nav.tsx","layer":"rsc"},"startTime":1776346221800,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":34277,"timestamp":6739274734687,"id":1620,"parentId":1617,"tags":{"request":"next-app-loader?name=app%2F(auth)%2Fdashboard%2Fpage&page=%2F(auth)%2Fdashboard%2Fpage&appPaths=%2F(auth)%2Fdashboard%2Fpage&pagePath=private-next-app-dir%2F(auth)%2Fdashboard%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=standalone&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1776346221769,"traceId":"fadcc7d0c47fde18"},{"name":"build-module","duration":430,"timestamp":6739274775371,"id":1650,"parentId":1616,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2F(auth)%2Fdashboard%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1776346221809,"traceId":"fadcc7d0c47fde18"},{"name":"build-module","duration":795,"timestamp":6739274775810,"id":1651,"parentId":1616,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fcomponents%2Fauth-guard.tsx%22%2C%22ids%22%3A%5B%22AuthGuard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fcomponents%2Fnav.tsx%22%2C%22ids%22%3A%5B%22SidebarNav%22%2C%22MobileBottomNav%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fcomponents%2Fuser-menu.tsx%22%2C%22ids%22%3A%5B%22UserMenu%22%5D%7D&server=true!","layer":"ssr"},"startTime":1776346221810,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":970,"timestamp":6739274780348,"id":1659,"parentId":1658,"tags":{},"startTime":1776346221814,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1016,"timestamp":6739274780308,"id":1658,"parentId":1655,"tags":{},"startTime":1776346221814,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":2070,"timestamp":6739274780143,"id":1655,"parentId":1651,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/auth-guard.tsx","layer":"ssr"},"startTime":1776346221814,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2112,"timestamp":6739274780436,"id":1663,"parentId":1662,"tags":{},"startTime":1776346221814,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2162,"timestamp":6739274780388,"id":1662,"parentId":1657,"tags":{},"startTime":1776346221814,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":3068,"timestamp":6739274780264,"id":1657,"parentId":1651,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/user-menu.tsx","layer":"ssr"},"startTime":1776346221814,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4786,"timestamp":6739274778658,"id":1654,"parentId":1653,"tags":{},"startTime":1776346221813,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4845,"timestamp":6739274778601,"id":1653,"parentId":1652,"tags":{},"startTime":1776346221813,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":9795,"timestamp":6739274778470,"id":1652,"parentId":1650,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/(auth)/dashboard/page.tsx","layer":"ssr"},"startTime":1776346221813,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":7935,"timestamp":6739274780385,"id":1661,"parentId":1660,"tags":{},"startTime":1776346221814,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":7971,"timestamp":6739274780351,"id":1660,"parentId":1656,"tags":{},"startTime":1776346221814,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":10097,"timestamp":6739274780218,"id":1656,"parentId":1651,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/nav.tsx","layer":"ssr"},"startTime":1776346221814,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1738,"timestamp":6739274808071,"id":1672,"parentId":1671,"tags":{},"startTime":1776346221842,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1774,"timestamp":6739274808039,"id":1671,"parentId":1665,"tags":{},"startTime":1776346221842,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":2712,"timestamp":6739274807796,"id":1665,"parentId":1657,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/theme-toggle.tsx","layer":"ssr"},"startTime":1776346221842,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2896,"timestamp":6739274808036,"id":1670,"parentId":1669,"tags":{},"startTime":1776346221842,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2954,"timestamp":6739274807979,"id":1669,"parentId":1664,"tags":{},"startTime":1776346221842,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":4183,"timestamp":6739274807679,"id":1664,"parentId":1657,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/change-password-dialog.tsx","layer":"ssr"},"startTime":1776346221842,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3936,"timestamp":6739274808106,"id":1674,"parentId":1673,"tags":{},"startTime":1776346221842,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3966,"timestamp":6739274808078,"id":1673,"parentId":1666,"tags":{},"startTime":1776346221842,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":6091,"timestamp":6739274807846,"id":1666,"parentId":1652,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/market-temp.tsx","layer":"ssr"},"startTime":1776346221842,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":7159,"timestamp":6739274808172,"id":1678,"parentId":1677,"tags":{},"startTime":1776346221842,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":7192,"timestamp":6739274808141,"id":1677,"parentId":1668,"tags":{},"startTime":1776346221842,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":8608,"timestamp":6739274807930,"id":1668,"parentId":1652,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/sector-heatmap.tsx","layer":"ssr"},"startTime":1776346221842,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":8502,"timestamp":6739274808138,"id":1676,"parentId":1675,"tags":{},"startTime":1776346221842,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":8533,"timestamp":6739274808108,"id":1675,"parentId":1667,"tags":{},"startTime":1776346221842,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":11329,"timestamp":6739274807890,"id":1667,"parentId":1652,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/stock-card.tsx","layer":"ssr"},"startTime":1776346221842,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1762,"timestamp":6739274822433,"id":1681,"parentId":1680,"tags":{},"startTime":1776346221856,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1818,"timestamp":6739274822379,"id":1680,"parentId":1679,"tags":{},"startTime":1776346221856,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-ts","duration":2702,"timestamp":6739274822276,"id":1679,"parentId":1652,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-websocket.ts","layer":"ssr"},"startTime":1776346221856,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1821,"timestamp":6739274823322,"id":1684,"parentId":1683,"tags":{},"startTime":1776346221857,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1864,"timestamp":6739274823281,"id":1683,"parentId":1682,"tags":{},"startTime":1776346221857,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-ts","duration":2601,"timestamp":6739274823202,"id":1682,"parentId":1652,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/markdown.ts","layer":"ssr"},"startTime":1776346221857,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1077,"timestamp":6739274827195,"id":1687,"parentId":1686,"tags":{},"startTime":1776346221861,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1120,"timestamp":6739274827154,"id":1686,"parentId":1685,"tags":{},"startTime":1776346221861,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-ts","duration":1618,"timestamp":6739274827062,"id":1685,"parentId":1666,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/utils.ts","layer":"ssr"},"startTime":1776346221861,"traceId":"fadcc7d0c47fde18"},{"name":"make","duration":95638,"timestamp":6739274733343,"id":1617,"parentId":1616,"tags":{},"startTime":1776346221767,"traceId":"fadcc7d0c47fde18"},{"name":"chunk-graph","duration":1224,"timestamp":6739274830780,"id":1689,"parentId":1688,"tags":{},"startTime":1776346221865,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-modules","duration":3,"timestamp":6739274832032,"id":1691,"parentId":1688,"tags":{},"startTime":1776346221866,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-chunks","duration":1403,"timestamp":6739274832047,"id":1692,"parentId":1688,"tags":{},"startTime":1776346221866,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-tree","duration":5,"timestamp":6739274833465,"id":1693,"parentId":1688,"tags":{},"startTime":1776346221868,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-chunk-modules","duration":3,"timestamp":6739274833487,"id":1694,"parentId":1688,"tags":{},"startTime":1776346221868,"traceId":"fadcc7d0c47fde18"},{"name":"optimize","duration":2202,"timestamp":6739274832028,"id":1690,"parentId":1688,"tags":{},"startTime":1776346221866,"traceId":"fadcc7d0c47fde18"},{"name":"module-hash","duration":457,"timestamp":6739274834787,"id":1695,"parentId":1688,"tags":{},"startTime":1776346221869,"traceId":"fadcc7d0c47fde18"},{"name":"code-generation","duration":3398,"timestamp":6739274835251,"id":1696,"parentId":1688,"tags":{},"startTime":1776346221869,"traceId":"fadcc7d0c47fde18"},{"name":"hash","duration":803,"timestamp":6739274839359,"id":1697,"parentId":1688,"tags":{},"startTime":1776346221873,"traceId":"fadcc7d0c47fde18"},{"name":"code-generation-jobs","duration":51,"timestamp":6739274840162,"id":1698,"parentId":1688,"tags":{},"startTime":1776346221874,"traceId":"fadcc7d0c47fde18"},{"name":"module-assets","duration":38,"timestamp":6739274840204,"id":1699,"parentId":1688,"tags":{},"startTime":1776346221874,"traceId":"fadcc7d0c47fde18"},{"name":"create-chunk-assets","duration":6233,"timestamp":6739274840245,"id":1700,"parentId":1688,"tags":{},"startTime":1776346221874,"traceId":"fadcc7d0c47fde18"},{"name":"seal","duration":17329,"timestamp":6739274830191,"id":1688,"parentId":1616,"tags":{},"startTime":1776346221864,"traceId":"fadcc7d0c47fde18"},{"name":"webpack-compilation","duration":115806,"timestamp":6739274732780,"id":1616,"parentId":1614,"tags":{"name":"server"},"startTime":1776346221767,"traceId":"fadcc7d0c47fde18"},{"name":"emit","duration":2943,"timestamp":6739274848600,"id":1701,"parentId":1614,"tags":{},"startTime":1776346221883,"traceId":"fadcc7d0c47fde18"},{"name":"webpack-invalidated-server","duration":121525,"timestamp":6739274730287,"id":1614,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776346221764,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":2103,"timestamp":6739274856537,"id":1707,"parentId":1703,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776346221891,"traceId":"fadcc7d0c47fde18"},{"name":"build-module","duration":557,"timestamp":6739274858962,"id":1713,"parentId":1711,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2F(auth)%2Fdashboard%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1776346221893,"traceId":"fadcc7d0c47fde18"},{"name":"build-module","duration":734,"timestamp":6739274859527,"id":1714,"parentId":1712,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fcomponents%2Fauth-guard.tsx%22%2C%22ids%22%3A%5B%22AuthGuard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fcomponents%2Fnav.tsx%22%2C%22ids%22%3A%5B%22SidebarNav%22%2C%22MobileBottomNav%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fcomponents%2Fuser-menu.tsx%22%2C%22ids%22%3A%5B%22UserMenu%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1776346221894,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":6500,"timestamp":6739274856504,"id":1704,"parentId":1703,"tags":{"request":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1776346221891,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":6825,"timestamp":6739274856544,"id":1710,"parentId":1703,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2F(public)%2Flogin%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776346221891,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":7730,"timestamp":6739274856540,"id":1708,"parentId":1703,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext-themes%2Fdist%2Findex.mjs%22%2C%22ids%22%3A%5B%22ThemeProvider%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fhooks%2Fuse-auth.tsx%22%2C%22ids%22%3A%5B%22AuthProvider%22%5D%7D&server=false!"},"startTime":1776346221891,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":9710,"timestamp":6739274856542,"id":1709,"parentId":1703,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%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%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776346221891,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":10056,"timestamp":6739274856531,"id":1705,"parentId":1703,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1776346221891,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":10058,"timestamp":6739274856535,"id":1706,"parentId":1703,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2F(public)%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776346221891,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":1360,"timestamp":6739274865344,"id":1723,"parentId":1722,"tags":{},"startTime":1776346221899,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":1390,"timestamp":6739274865317,"id":1722,"parentId":1717,"tags":{},"startTime":1776346221899,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":2807,"timestamp":6739274865110,"id":1717,"parentId":1714,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/user-menu.tsx","layer":"app-pages-browser"},"startTime":1776346221899,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":2661,"timestamp":6739274865282,"id":1719,"parentId":1718,"tags":{},"startTime":1776346221899,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2712,"timestamp":6739274865232,"id":1718,"parentId":1715,"tags":{},"startTime":1776346221899,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":3770,"timestamp":6739274864929,"id":1715,"parentId":1714,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/auth-guard.tsx","layer":"app-pages-browser"},"startTime":1776346221899,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4688,"timestamp":6739274865315,"id":1721,"parentId":1720,"tags":{},"startTime":1776346221899,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4718,"timestamp":6739274865286,"id":1720,"parentId":1716,"tags":{},"startTime":1776346221899,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":6922,"timestamp":6739274865019,"id":1716,"parentId":1714,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/nav.tsx","layer":"app-pages-browser"},"startTime":1776346221899,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6178,"timestamp":6739274865861,"id":1726,"parentId":1725,"tags":{},"startTime":1776346221900,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6226,"timestamp":6739274865815,"id":1725,"parentId":1724,"tags":{},"startTime":1776346221900,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":8563,"timestamp":6739274865689,"id":1724,"parentId":1713,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/(auth)/dashboard/page.tsx","layer":"app-pages-browser"},"startTime":1776346221900,"traceId":"fadcc7d0c47fde18"}] -[{"name":"next-swc-transform","duration":2067,"timestamp":6739274880323,"id":1729,"parentId":1728,"tags":{},"startTime":1776346221914,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":2134,"timestamp":6739274880260,"id":1728,"parentId":1727,"tags":{},"startTime":1776346221914,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":3666,"timestamp":6739274880115,"id":1727,"parentId":1717,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/change-password-dialog.tsx","layer":"app-pages-browser"},"startTime":1776346221914,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3603,"timestamp":6739274881179,"id":1734,"parentId":1733,"tags":{},"startTime":1776346221915,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3663,"timestamp":6739274881123,"id":1733,"parentId":1730,"tags":{},"startTime":1776346221915,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":5111,"timestamp":6739274880804,"id":1730,"parentId":1717,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/theme-toggle.tsx","layer":"app-pages-browser"},"startTime":1776346221915,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":4767,"timestamp":6739274881226,"id":1736,"parentId":1735,"tags":{},"startTime":1776346221915,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":4811,"timestamp":6739274881183,"id":1735,"parentId":1731,"tags":{},"startTime":1776346221915,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":7320,"timestamp":6739274880889,"id":1731,"parentId":1724,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/market-temp.tsx","layer":"app-pages-browser"},"startTime":1776346221915,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":6405,"timestamp":6739274881854,"id":1741,"parentId":1740,"tags":{},"startTime":1776346221916,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":6450,"timestamp":6739274881810,"id":1740,"parentId":1739,"tags":{},"startTime":1776346221916,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":7852,"timestamp":6739274881716,"id":1739,"parentId":1724,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/sector-heatmap.tsx","layer":"app-pages-browser"},"startTime":1776346221916,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":7548,"timestamp":6739274882152,"id":1747,"parentId":1746,"tags":{},"startTime":1776346221916,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":7629,"timestamp":6739274882072,"id":1746,"parentId":1743,"tags":{},"startTime":1776346221916,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-ts","duration":8518,"timestamp":6739274881960,"id":1743,"parentId":1724,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/markdown.ts","layer":"app-pages-browser"},"startTime":1776346221916,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":9299,"timestamp":6739274881279,"id":1738,"parentId":1737,"tags":{},"startTime":1776346221915,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":9350,"timestamp":6739274881229,"id":1737,"parentId":1732,"tags":{},"startTime":1776346221915,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-tsx","duration":12475,"timestamp":6739274881011,"id":1732,"parentId":1724,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/stock-card.tsx","layer":"app-pages-browser"},"startTime":1776346221915,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":14914,"timestamp":6739274882069,"id":1745,"parentId":1744,"tags":{},"startTime":1776346221916,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":14957,"timestamp":6739274882029,"id":1744,"parentId":1742,"tags":{},"startTime":1776346221916,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-ts","duration":16096,"timestamp":6739274881886,"id":1742,"parentId":1724,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-websocket.ts","layer":"app-pages-browser"},"startTime":1776346221916,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-transform","duration":3029,"timestamp":6739274899260,"id":1750,"parentId":1749,"tags":{},"startTime":1776346221933,"traceId":"fadcc7d0c47fde18"},{"name":"next-swc-loader","duration":3117,"timestamp":6739274899178,"id":1749,"parentId":1748,"tags":{},"startTime":1776346221933,"traceId":"fadcc7d0c47fde18"},{"name":"build-module-ts","duration":4285,"timestamp":6739274899072,"id":1748,"parentId":1731,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/utils.ts","layer":"app-pages-browser"},"startTime":1776346221933,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":47706,"timestamp":6739274856548,"id":1712,"parentId":1703,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fcomponents%2Fauth-guard.tsx%22%2C%22ids%22%3A%5B%22AuthGuard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fcomponents%2Fnav.tsx%22%2C%22ids%22%3A%5B%22SidebarNav%22%2C%22MobileBottomNav%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fcomponents%2Fuser-menu.tsx%22%2C%22ids%22%3A%5B%22UserMenu%22%5D%7D&server=false!"},"startTime":1776346221891,"traceId":"fadcc7d0c47fde18"},{"name":"add-entry","duration":47737,"timestamp":6739274856546,"id":1711,"parentId":1703,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2F(auth)%2Fdashboard%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776346221891,"traceId":"fadcc7d0c47fde18"},{"name":"make","duration":51399,"timestamp":6739274852909,"id":1703,"parentId":1702,"tags":{},"startTime":1776346221887,"traceId":"fadcc7d0c47fde18"},{"name":"chunk-graph","duration":914,"timestamp":6739274906193,"id":1752,"parentId":1751,"tags":{},"startTime":1776346221940,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-modules","duration":4,"timestamp":6739274907122,"id":1754,"parentId":1751,"tags":{},"startTime":1776346221941,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-chunks","duration":24,"timestamp":6739274907135,"id":1755,"parentId":1751,"tags":{},"startTime":1776346221941,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-tree","duration":4,"timestamp":6739274907168,"id":1756,"parentId":1751,"tags":{},"startTime":1776346221941,"traceId":"fadcc7d0c47fde18"},{"name":"optimize-chunk-modules","duration":3,"timestamp":6739274907181,"id":1757,"parentId":1751,"tags":{},"startTime":1776346221941,"traceId":"fadcc7d0c47fde18"},{"name":"optimize","duration":444,"timestamp":6739274907116,"id":1753,"parentId":1751,"tags":{},"startTime":1776346221941,"traceId":"fadcc7d0c47fde18"},{"name":"module-hash","duration":515,"timestamp":6739274908170,"id":1758,"parentId":1751,"tags":{},"startTime":1776346221942,"traceId":"fadcc7d0c47fde18"},{"name":"code-generation","duration":3414,"timestamp":6739274908723,"id":1759,"parentId":1751,"tags":{},"startTime":1776346221943,"traceId":"fadcc7d0c47fde18"},{"name":"hash","duration":2429,"timestamp":6739274913316,"id":1760,"parentId":1751,"tags":{},"startTime":1776346221947,"traceId":"fadcc7d0c47fde18"},{"name":"code-generation-jobs","duration":94,"timestamp":6739274915744,"id":1761,"parentId":1751,"tags":{},"startTime":1776346221950,"traceId":"fadcc7d0c47fde18"},{"name":"module-assets","duration":31,"timestamp":6739274915830,"id":1762,"parentId":1751,"tags":{},"startTime":1776346221950,"traceId":"fadcc7d0c47fde18"},{"name":"create-chunk-assets","duration":9030,"timestamp":6739274915864,"id":1763,"parentId":1751,"tags":{},"startTime":1776346221950,"traceId":"fadcc7d0c47fde18"},{"name":"NextJsBuildManifest-generateClientManifest","duration":54,"timestamp":6739274925333,"id":1765,"parentId":1702,"tags":{},"startTime":1776346221959,"traceId":"fadcc7d0c47fde18"},{"name":"NextJsBuildManifest-createassets","duration":105,"timestamp":6739274925285,"id":1764,"parentId":1702,"tags":{},"startTime":1776346221959,"traceId":"fadcc7d0c47fde18"},{"name":"seal","duration":20922,"timestamp":6739274905509,"id":1751,"parentId":1702,"tags":{},"startTime":1776346221940,"traceId":"fadcc7d0c47fde18"},{"name":"webpack-compilation","duration":73840,"timestamp":6739274852613,"id":1702,"parentId":1649,"tags":{"name":"client"},"startTime":1776346221887,"traceId":"fadcc7d0c47fde18"},{"name":"emit","duration":12158,"timestamp":6739274926468,"id":1766,"parentId":1649,"tags":{},"startTime":1776346221961,"traceId":"fadcc7d0c47fde18"},{"name":"compile-path","duration":208613,"timestamp":6739274730459,"id":1615,"tags":{"trigger":"/dashboard","isTurbopack":false},"startTime":1776346221765,"traceId":"fadcc7d0c47fde18"},{"name":"webpack-invalidated-client","duration":169561,"timestamp":6739274770044,"id":1649,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776346221804,"traceId":"fadcc7d0c47fde18"}] +[{"name":"hot-reloader","duration":24,"timestamp":6741452849894,"id":3,"tags":{"version":"14.2.35","isTurbopack":false},"startTime":1776348399886,"traceId":"bd498e2bd237b710"},{"name":"start","duration":0,"timestamp":6741452850343,"id":4,"parentId":3,"tags":{},"startTime":1776348399886,"traceId":"bd498e2bd237b710"},{"name":"get-version-info","duration":425045,"timestamp":6741452850433,"id":5,"parentId":4,"tags":{},"startTime":1776348399886,"traceId":"bd498e2bd237b710"},{"name":"clean","duration":139123,"timestamp":6741453275523,"id":6,"parentId":4,"tags":{},"startTime":1776348400311,"traceId":"bd498e2bd237b710"},{"name":"create-pages-mapping","duration":100,"timestamp":6741453415249,"id":8,"parentId":7,"tags":{},"startTime":1776348400451,"traceId":"bd498e2bd237b710"},{"name":"create-entrypoints","duration":211350,"timestamp":6741453415360,"id":9,"parentId":7,"tags":{},"startTime":1776348400451,"traceId":"bd498e2bd237b710"},{"name":"generate-webpack-config","duration":58008,"timestamp":6741453626737,"id":10,"parentId":7,"tags":{},"startTime":1776348400662,"traceId":"bd498e2bd237b710"},{"name":"get-webpack-config","duration":269548,"timestamp":6741453415207,"id":7,"parentId":4,"tags":{},"startTime":1776348400451,"traceId":"bd498e2bd237b710"},{"name":"make","duration":496,"timestamp":6741453720841,"id":12,"parentId":11,"tags":{},"startTime":1776348400756,"traceId":"bd498e2bd237b710"},{"name":"chunk-graph","duration":323,"timestamp":6741453722580,"id":14,"parentId":13,"tags":{},"startTime":1776348400758,"traceId":"bd498e2bd237b710"},{"name":"optimize-modules","duration":9,"timestamp":6741453722956,"id":16,"parentId":13,"tags":{},"startTime":1776348400759,"traceId":"bd498e2bd237b710"},{"name":"optimize-chunks","duration":56,"timestamp":6741453723045,"id":17,"parentId":13,"tags":{},"startTime":1776348400759,"traceId":"bd498e2bd237b710"},{"name":"optimize-tree","duration":9,"timestamp":6741453723128,"id":18,"parentId":13,"tags":{},"startTime":1776348400759,"traceId":"bd498e2bd237b710"},{"name":"optimize-chunk-modules","duration":10,"timestamp":6741453723221,"id":19,"parentId":13,"tags":{},"startTime":1776348400759,"traceId":"bd498e2bd237b710"},{"name":"optimize","duration":334,"timestamp":6741453722936,"id":15,"parentId":13,"tags":{},"startTime":1776348400759,"traceId":"bd498e2bd237b710"},{"name":"module-hash","duration":45,"timestamp":6741453723546,"id":20,"parentId":13,"tags":{},"startTime":1776348400759,"traceId":"bd498e2bd237b710"},{"name":"code-generation","duration":101,"timestamp":6741453723601,"id":21,"parentId":13,"tags":{},"startTime":1776348400759,"traceId":"bd498e2bd237b710"},{"name":"hash","duration":211,"timestamp":6741453723817,"id":22,"parentId":13,"tags":{},"startTime":1776348400759,"traceId":"bd498e2bd237b710"},{"name":"code-generation-jobs","duration":27,"timestamp":6741453724027,"id":23,"parentId":13,"tags":{},"startTime":1776348400760,"traceId":"bd498e2bd237b710"},{"name":"module-assets","duration":33,"timestamp":6741453724043,"id":24,"parentId":13,"tags":{},"startTime":1776348400760,"traceId":"bd498e2bd237b710"},{"name":"create-chunk-assets","duration":122,"timestamp":6741453724080,"id":25,"parentId":13,"tags":{},"startTime":1776348400760,"traceId":"bd498e2bd237b710"},{"name":"NextJsBuildManifest-generateClientManifest","duration":653,"timestamp":6741453753737,"id":27,"parentId":11,"tags":{},"startTime":1776348400789,"traceId":"bd498e2bd237b710"},{"name":"NextJsBuildManifest-createassets","duration":895,"timestamp":6741453753505,"id":26,"parentId":11,"tags":{},"startTime":1776348400789,"traceId":"bd498e2bd237b710"},{"name":"seal","duration":32437,"timestamp":6741453722483,"id":13,"parentId":11,"tags":{},"startTime":1776348400758,"traceId":"bd498e2bd237b710"},{"name":"webpack-compilation","duration":35716,"timestamp":6741453719323,"id":11,"parentId":3,"tags":{"name":"client"},"startTime":1776348400755,"traceId":"bd498e2bd237b710"},{"name":"emit","duration":2804,"timestamp":6741453755229,"id":28,"parentId":3,"tags":{},"startTime":1776348400791,"traceId":"bd498e2bd237b710"},{"name":"make","duration":765,"timestamp":6741453762591,"id":30,"parentId":29,"tags":{},"startTime":1776348400798,"traceId":"bd498e2bd237b710"},{"name":"chunk-graph","duration":14,"timestamp":6741453763569,"id":32,"parentId":31,"tags":{},"startTime":1776348400799,"traceId":"bd498e2bd237b710"},{"name":"optimize-modules","duration":2,"timestamp":6741453763594,"id":34,"parentId":31,"tags":{},"startTime":1776348400799,"traceId":"bd498e2bd237b710"},{"name":"optimize-chunks","duration":28,"timestamp":6741453763625,"id":35,"parentId":31,"tags":{},"startTime":1776348400799,"traceId":"bd498e2bd237b710"},{"name":"optimize-tree","duration":4,"timestamp":6741453763671,"id":36,"parentId":31,"tags":{},"startTime":1776348400799,"traceId":"bd498e2bd237b710"},{"name":"optimize-chunk-modules","duration":23,"timestamp":6741453763698,"id":37,"parentId":31,"tags":{},"startTime":1776348400799,"traceId":"bd498e2bd237b710"},{"name":"optimize","duration":161,"timestamp":6741453763590,"id":33,"parentId":31,"tags":{},"startTime":1776348400799,"traceId":"bd498e2bd237b710"},{"name":"module-hash","duration":4,"timestamp":6741453763814,"id":38,"parentId":31,"tags":{},"startTime":1776348400799,"traceId":"bd498e2bd237b710"},{"name":"code-generation","duration":3,"timestamp":6741453763823,"id":39,"parentId":31,"tags":{},"startTime":1776348400799,"traceId":"bd498e2bd237b710"},{"name":"hash","duration":51,"timestamp":6741453763845,"id":40,"parentId":31,"tags":{},"startTime":1776348400799,"traceId":"bd498e2bd237b710"},{"name":"code-generation-jobs","duration":23,"timestamp":6741453763896,"id":41,"parentId":31,"tags":{},"startTime":1776348400800,"traceId":"bd498e2bd237b710"},{"name":"module-assets","duration":6,"timestamp":6741453763915,"id":42,"parentId":31,"tags":{},"startTime":1776348400800,"traceId":"bd498e2bd237b710"},{"name":"create-chunk-assets","duration":7,"timestamp":6741453763924,"id":43,"parentId":31,"tags":{},"startTime":1776348400800,"traceId":"bd498e2bd237b710"},{"name":"seal","duration":835,"timestamp":6741453763518,"id":31,"parentId":29,"tags":{},"startTime":1776348400799,"traceId":"bd498e2bd237b710"},{"name":"webpack-compilation","duration":2515,"timestamp":6741453761905,"id":29,"parentId":3,"tags":{"name":"server"},"startTime":1776348400798,"traceId":"bd498e2bd237b710"},{"name":"emit","duration":2845,"timestamp":6741453764452,"id":44,"parentId":3,"tags":{},"startTime":1776348400800,"traceId":"bd498e2bd237b710"},{"name":"make","duration":75,"timestamp":6741453769525,"id":46,"parentId":45,"tags":{},"startTime":1776348400805,"traceId":"bd498e2bd237b710"},{"name":"chunk-graph","duration":11,"timestamp":6741453769840,"id":48,"parentId":47,"tags":{},"startTime":1776348400805,"traceId":"bd498e2bd237b710"},{"name":"optimize-modules","duration":2,"timestamp":6741453769859,"id":50,"parentId":47,"tags":{},"startTime":1776348400805,"traceId":"bd498e2bd237b710"},{"name":"optimize-chunks","duration":4,"timestamp":6741453769884,"id":51,"parentId":47,"tags":{},"startTime":1776348400806,"traceId":"bd498e2bd237b710"},{"name":"optimize-tree","duration":2,"timestamp":6741453769893,"id":52,"parentId":47,"tags":{},"startTime":1776348400806,"traceId":"bd498e2bd237b710"},{"name":"optimize-chunk-modules","duration":2,"timestamp":6741453769905,"id":53,"parentId":47,"tags":{},"startTime":1776348400806,"traceId":"bd498e2bd237b710"},{"name":"optimize","duration":59,"timestamp":6741453769856,"id":49,"parentId":47,"tags":{},"startTime":1776348400805,"traceId":"bd498e2bd237b710"},{"name":"module-hash","duration":7,"timestamp":6741453769957,"id":54,"parentId":47,"tags":{},"startTime":1776348400806,"traceId":"bd498e2bd237b710"},{"name":"code-generation","duration":3,"timestamp":6741453769968,"id":55,"parentId":47,"tags":{},"startTime":1776348400806,"traceId":"bd498e2bd237b710"},{"name":"hash","duration":36,"timestamp":6741453769992,"id":56,"parentId":47,"tags":{},"startTime":1776348400806,"traceId":"bd498e2bd237b710"},{"name":"code-generation-jobs","duration":8,"timestamp":6741453770028,"id":57,"parentId":47,"tags":{},"startTime":1776348400806,"traceId":"bd498e2bd237b710"},{"name":"module-assets","duration":4,"timestamp":6741453770034,"id":58,"parentId":47,"tags":{},"startTime":1776348400806,"traceId":"bd498e2bd237b710"},{"name":"create-chunk-assets","duration":6,"timestamp":6741453770040,"id":59,"parentId":47,"tags":{},"startTime":1776348400806,"traceId":"bd498e2bd237b710"},{"name":"seal","duration":475,"timestamp":6741453769825,"id":47,"parentId":45,"tags":{},"startTime":1776348400805,"traceId":"bd498e2bd237b710"},{"name":"webpack-compilation","duration":1548,"timestamp":6741453768774,"id":45,"parentId":3,"tags":{"name":"edge-server"},"startTime":1776348400804,"traceId":"bd498e2bd237b710"},{"name":"emit","duration":495,"timestamp":6741453770339,"id":60,"parentId":3,"tags":{},"startTime":1776348400806,"traceId":"bd498e2bd237b710"}] +[{"name":"make","duration":138,"timestamp":6741453984724,"id":65,"parentId":64,"tags":{},"startTime":1776348401020,"traceId":"bd498e2bd237b710"},{"name":"chunk-graph","duration":13,"timestamp":6741453984939,"id":67,"parentId":66,"tags":{},"startTime":1776348401021,"traceId":"bd498e2bd237b710"},{"name":"optimize-modules","duration":2,"timestamp":6741453984960,"id":69,"parentId":66,"tags":{},"startTime":1776348401021,"traceId":"bd498e2bd237b710"},{"name":"optimize-chunks","duration":4,"timestamp":6741453984970,"id":70,"parentId":66,"tags":{},"startTime":1776348401021,"traceId":"bd498e2bd237b710"},{"name":"optimize-tree","duration":2,"timestamp":6741453984979,"id":71,"parentId":66,"tags":{},"startTime":1776348401021,"traceId":"bd498e2bd237b710"},{"name":"optimize-chunk-modules","duration":2,"timestamp":6741453984990,"id":72,"parentId":66,"tags":{},"startTime":1776348401021,"traceId":"bd498e2bd237b710"},{"name":"optimize","duration":45,"timestamp":6741453984957,"id":68,"parentId":66,"tags":{},"startTime":1776348401021,"traceId":"bd498e2bd237b710"},{"name":"module-hash","duration":4,"timestamp":6741453985047,"id":73,"parentId":66,"tags":{},"startTime":1776348401021,"traceId":"bd498e2bd237b710"},{"name":"code-generation","duration":3,"timestamp":6741453985054,"id":74,"parentId":66,"tags":{},"startTime":1776348401021,"traceId":"bd498e2bd237b710"},{"name":"hash","duration":23,"timestamp":6741453985072,"id":75,"parentId":66,"tags":{},"startTime":1776348401021,"traceId":"bd498e2bd237b710"},{"name":"code-generation-jobs","duration":7,"timestamp":6741453985095,"id":76,"parentId":66,"tags":{},"startTime":1776348401021,"traceId":"bd498e2bd237b710"},{"name":"module-assets","duration":3,"timestamp":6741453985100,"id":77,"parentId":66,"tags":{},"startTime":1776348401021,"traceId":"bd498e2bd237b710"},{"name":"create-chunk-assets","duration":7,"timestamp":6741453985106,"id":78,"parentId":66,"tags":{},"startTime":1776348401021,"traceId":"bd498e2bd237b710"},{"name":"NextJsBuildManifest-generateClientManifest","duration":180,"timestamp":6741453985293,"id":80,"parentId":64,"tags":{},"startTime":1776348401021,"traceId":"bd498e2bd237b710"},{"name":"NextJsBuildManifest-createassets","duration":201,"timestamp":6741453985274,"id":79,"parentId":64,"tags":{},"startTime":1776348401021,"traceId":"bd498e2bd237b710"},{"name":"seal","duration":615,"timestamp":6741453984926,"id":66,"parentId":64,"tags":{},"startTime":1776348401021,"traceId":"bd498e2bd237b710"},{"name":"webpack-compilation","duration":1162,"timestamp":6741453984391,"id":64,"parentId":61,"tags":{"name":"client"},"startTime":1776348401020,"traceId":"bd498e2bd237b710"},{"name":"setup-dev-bundler","duration":1262311,"timestamp":6741452745091,"id":2,"parentId":1,"tags":{},"startTime":1776348399781,"traceId":"bd498e2bd237b710"},{"name":"emit","duration":22666,"timestamp":6741453985562,"id":81,"parentId":61,"tags":{},"startTime":1776348401021,"traceId":"bd498e2bd237b710"},{"name":"webpack-invalidated-client","duration":26603,"timestamp":6741453982183,"id":61,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776348401018,"traceId":"bd498e2bd237b710"},{"name":"make","duration":224,"timestamp":6741454009884,"id":83,"parentId":82,"tags":{},"startTime":1776348401046,"traceId":"bd498e2bd237b710"},{"name":"chunk-graph","duration":23,"timestamp":6741454010185,"id":85,"parentId":84,"tags":{},"startTime":1776348401046,"traceId":"bd498e2bd237b710"},{"name":"optimize-modules","duration":2,"timestamp":6741454010215,"id":87,"parentId":84,"tags":{},"startTime":1776348401046,"traceId":"bd498e2bd237b710"},{"name":"optimize-chunks","duration":89,"timestamp":6741454010249,"id":88,"parentId":84,"tags":{},"startTime":1776348401046,"traceId":"bd498e2bd237b710"},{"name":"optimize-tree","duration":2,"timestamp":6741454010344,"id":89,"parentId":84,"tags":{},"startTime":1776348401046,"traceId":"bd498e2bd237b710"},{"name":"optimize-chunk-modules","duration":4,"timestamp":6741454010356,"id":90,"parentId":84,"tags":{},"startTime":1776348401046,"traceId":"bd498e2bd237b710"},{"name":"optimize","duration":157,"timestamp":6741454010212,"id":86,"parentId":84,"tags":{},"startTime":1776348401046,"traceId":"bd498e2bd237b710"},{"name":"module-hash","duration":4,"timestamp":6741454010517,"id":91,"parentId":84,"tags":{},"startTime":1776348401046,"traceId":"bd498e2bd237b710"},{"name":"code-generation","duration":8,"timestamp":6741454010526,"id":92,"parentId":84,"tags":{},"startTime":1776348401046,"traceId":"bd498e2bd237b710"},{"name":"hash","duration":27,"timestamp":6741454010549,"id":93,"parentId":84,"tags":{},"startTime":1776348401046,"traceId":"bd498e2bd237b710"},{"name":"code-generation-jobs","duration":11,"timestamp":6741454010576,"id":94,"parentId":84,"tags":{},"startTime":1776348401046,"traceId":"bd498e2bd237b710"},{"name":"module-assets","duration":4,"timestamp":6741454010585,"id":95,"parentId":84,"tags":{},"startTime":1776348401046,"traceId":"bd498e2bd237b710"},{"name":"create-chunk-assets","duration":7,"timestamp":6741454010591,"id":96,"parentId":84,"tags":{},"startTime":1776348401046,"traceId":"bd498e2bd237b710"},{"name":"seal","duration":586,"timestamp":6741454010169,"id":84,"parentId":82,"tags":{},"startTime":1776348401046,"traceId":"bd498e2bd237b710"},{"name":"webpack-compilation","duration":1264,"timestamp":6741454009514,"id":82,"parentId":62,"tags":{"name":"server"},"startTime":1776348401045,"traceId":"bd498e2bd237b710"},{"name":"run-instrumentation-hook","duration":21,"timestamp":6741454027803,"id":98,"parentId":1,"tags":{},"startTime":1776348401063,"traceId":"bd498e2bd237b710"},{"name":"emit","duration":24831,"timestamp":6741454010789,"id":97,"parentId":62,"tags":{},"startTime":1776348401046,"traceId":"bd498e2bd237b710"},{"name":"webpack-invalidated-server","duration":53645,"timestamp":6741453982274,"id":62,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776348401018,"traceId":"bd498e2bd237b710"},{"name":"make","duration":70,"timestamp":6741454037072,"id":100,"parentId":99,"tags":{},"startTime":1776348401073,"traceId":"bd498e2bd237b710"},{"name":"chunk-graph","duration":12,"timestamp":6741454037283,"id":102,"parentId":101,"tags":{},"startTime":1776348401073,"traceId":"bd498e2bd237b710"},{"name":"optimize-modules","duration":48,"timestamp":6741454037303,"id":104,"parentId":101,"tags":{},"startTime":1776348401073,"traceId":"bd498e2bd237b710"},{"name":"optimize-chunks","duration":5,"timestamp":6741454037360,"id":105,"parentId":101,"tags":{},"startTime":1776348401073,"traceId":"bd498e2bd237b710"},{"name":"optimize-tree","duration":2,"timestamp":6741454037372,"id":106,"parentId":101,"tags":{},"startTime":1776348401073,"traceId":"bd498e2bd237b710"},{"name":"optimize-chunk-modules","duration":2,"timestamp":6741454037382,"id":107,"parentId":101,"tags":{},"startTime":1776348401073,"traceId":"bd498e2bd237b710"},{"name":"optimize","duration":94,"timestamp":6741454037300,"id":103,"parentId":101,"tags":{},"startTime":1776348401073,"traceId":"bd498e2bd237b710"},{"name":"module-hash","duration":4,"timestamp":6741454037439,"id":108,"parentId":101,"tags":{},"startTime":1776348401073,"traceId":"bd498e2bd237b710"},{"name":"code-generation","duration":3,"timestamp":6741454037447,"id":109,"parentId":101,"tags":{},"startTime":1776348401073,"traceId":"bd498e2bd237b710"},{"name":"hash","duration":23,"timestamp":6741454037463,"id":110,"parentId":101,"tags":{},"startTime":1776348401073,"traceId":"bd498e2bd237b710"},{"name":"code-generation-jobs","duration":7,"timestamp":6741454037487,"id":111,"parentId":101,"tags":{},"startTime":1776348401073,"traceId":"bd498e2bd237b710"},{"name":"module-assets","duration":3,"timestamp":6741454037492,"id":112,"parentId":101,"tags":{},"startTime":1776348401073,"traceId":"bd498e2bd237b710"},{"name":"create-chunk-assets","duration":7,"timestamp":6741454037498,"id":113,"parentId":101,"tags":{},"startTime":1776348401073,"traceId":"bd498e2bd237b710"},{"name":"seal","duration":401,"timestamp":6741454037268,"id":101,"parentId":99,"tags":{},"startTime":1776348401073,"traceId":"bd498e2bd237b710"},{"name":"webpack-compilation","duration":971,"timestamp":6741454036711,"id":99,"parentId":63,"tags":{"name":"edge-server"},"startTime":1776348401072,"traceId":"bd498e2bd237b710"},{"name":"start-dev-server","duration":1522173,"timestamp":6741452517115,"id":1,"tags":{"cpus":"10","platform":"darwin","memory.freeMem":"79659008","memory.totalMem":"17179869184","memory.heapSizeLimit":"8640266240","isTurbopack":false,"memory.rss":"240304128","memory.heapTotal":"105955328","memory.heapUsed":"75191488"},"startTime":1776348399553,"traceId":"bd498e2bd237b710"},{"name":"emit","duration":3817,"timestamp":6741454037691,"id":114,"parentId":63,"tags":{},"startTime":1776348401073,"traceId":"bd498e2bd237b710"},{"name":"webpack-invalidated-edge-server","duration":60043,"timestamp":6741453982289,"id":63,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776348401018,"traceId":"bd498e2bd237b710"}] +[{"name":"build-module","duration":36252,"timestamp":6741460116346,"id":121,"parentId":120,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2F(public)%2Fpage&page=%2F(public)%2Fpage&appPaths=%2F(public)%2Fpage&pagePath=private-next-app-dir%2F(public)%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=standalone&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1776348407152,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3061,"timestamp":6741460167637,"id":128,"parentId":127,"tags":{},"startTime":1776348407203,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3171,"timestamp":6741460167538,"id":127,"parentId":123,"tags":{},"startTime":1776348407203,"traceId":"bd498e2bd237b710"},{"name":"build-module-tsx","duration":5359,"timestamp":6741460166659,"id":123,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/(public)/page.tsx","layer":"rsc"},"startTime":1776348407202,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":5041,"timestamp":6741460167692,"id":130,"parentId":129,"tags":{},"startTime":1776348407203,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":5097,"timestamp":6741460167639,"id":129,"parentId":124,"tags":{},"startTime":1776348407203,"traceId":"bd498e2bd237b710"},{"name":"build-module-tsx","duration":6866,"timestamp":6741460166809,"id":124,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/(public)/layout.tsx","layer":"rsc"},"startTime":1776348407202,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6202,"timestamp":6741460167518,"id":126,"parentId":125,"tags":{},"startTime":1776348407203,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6586,"timestamp":6741460167135,"id":125,"parentId":122,"tags":{},"startTime":1776348407203,"traceId":"bd498e2bd237b710"},{"name":"build-module-tsx","duration":10140,"timestamp":6741460165413,"id":122,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/layout.tsx","layer":"rsc"},"startTime":1776348407201,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6544,"timestamp":6741460169031,"id":140,"parentId":139,"tags":{},"startTime":1776348407205,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6591,"timestamp":6741460168985,"id":139,"parentId":134,"tags":{},"startTime":1776348407205,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8118,"timestamp":6741460168567,"id":134,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/error-boundary.js","layer":"rsc"},"startTime":1776348407204,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7639,"timestamp":6741460169066,"id":142,"parentId":141,"tags":{},"startTime":1776348407205,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7673,"timestamp":6741460169033,"id":141,"parentId":135,"tags":{},"startTime":1776348407205,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10227,"timestamp":6741460168620,"id":135,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-error.js","layer":"rsc"},"startTime":1776348407204,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":11870,"timestamp":6741460168981,"id":138,"parentId":133,"tags":{},"startTime":1776348407205,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":78,"timestamp":6741460180885,"id":143,"parentId":133,"tags":{},"startTime":1776348407217,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":13689,"timestamp":6741460168453,"id":133,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1776348407204,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":13190,"timestamp":6741460168963,"id":136,"parentId":131,"tags":{},"startTime":1776348407205,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":49,"timestamp":6741460182163,"id":144,"parentId":131,"tags":{},"startTime":1776348407218,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":14817,"timestamp":6741460167953,"id":131,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-kind.js","layer":"rsc"},"startTime":1776348407204,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":13810,"timestamp":6741460168977,"id":137,"parentId":132,"tags":{},"startTime":1776348407205,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":43,"timestamp":6741460182796,"id":145,"parentId":132,"tags":{},"startTime":1776348407218,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":17315,"timestamp":6741460168365,"id":132,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/entry-base.js","layer":"rsc"},"startTime":1776348407204,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":271,"timestamp":6741460188728,"id":146,"parentId":133,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.dev.js","layer":null},"startTime":1776348407224,"traceId":"bd498e2bd237b710"},{"name":"build-module-external","duration":19,"timestamp":6741460192963,"id":152,"parentId":132,"tags":{"name":"../../client/components/static-generation-async-storage.external","layer":null},"startTime":1776348407229,"traceId":"bd498e2bd237b710"},{"name":"build-module-external","duration":6,"timestamp":6741460192997,"id":153,"parentId":132,"tags":{"name":"../../client/components/request-async-storage.external","layer":null},"startTime":1776348407229,"traceId":"bd498e2bd237b710"},{"name":"build-module-external","duration":4,"timestamp":6741460193006,"id":154,"parentId":132,"tags":{"name":"../../client/components/action-async-storage.external","layer":null},"startTime":1776348407229,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2782,"timestamp":6741460193429,"id":164,"parentId":163,"tags":{},"startTime":1776348407229,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2814,"timestamp":6741460193401,"id":163,"parentId":151,"tags":{},"startTime":1776348407229,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3769,"timestamp":6741460192929,"id":151,"parentId":132,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1776348407229,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3085,"timestamp":6741460193635,"id":166,"parentId":165,"tags":{},"startTime":1776348407229,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3211,"timestamp":6741460193511,"id":165,"parentId":155,"tags":{},"startTime":1776348407229,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4013,"timestamp":6741460193013,"id":155,"parentId":132,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/client-page.js","layer":"rsc"},"startTime":1776348407229,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3676,"timestamp":6741460193366,"id":160,"parentId":159,"tags":{},"startTime":1776348407229,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3730,"timestamp":6741460193314,"id":159,"parentId":149,"tags":{},"startTime":1776348407229,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4427,"timestamp":6741460192788,"id":149,"parentId":132,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router.js","layer":"rsc"},"startTime":1776348407228,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3827,"timestamp":6741460193399,"id":162,"parentId":161,"tags":{},"startTime":1776348407229,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3857,"timestamp":6741460193370,"id":161,"parentId":150,"tags":{},"startTime":1776348407229,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4605,"timestamp":6741460192884,"id":150,"parentId":132,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/layout-router.js","layer":"rsc"},"startTime":1776348407229,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4046,"timestamp":6741460193679,"id":168,"parentId":167,"tags":{},"startTime":1776348407229,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":4091,"timestamp":6741460193638,"id":167,"parentId":156,"tags":{},"startTime":1776348407229,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":5816,"timestamp":6741460193146,"id":156,"parentId":132,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/search-params.js","layer":"rsc"},"startTime":1776348407229,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7050,"timestamp":6741460193703,"id":170,"parentId":169,"tags":{},"startTime":1776348407229,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7074,"timestamp":6741460193682,"id":169,"parentId":157,"tags":{},"startTime":1776348407229,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8738,"timestamp":6741460193198,"id":157,"parentId":132,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1776348407229,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8236,"timestamp":6741460193715,"id":172,"parentId":171,"tags":{},"startTime":1776348407229,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8248,"timestamp":6741460193705,"id":171,"parentId":158,"tags":{},"startTime":1776348407229,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8873,"timestamp":6741460193236,"id":158,"parentId":132,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-boundary.js","layer":"rsc"},"startTime":1776348407229,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":10379,"timestamp":6741460192768,"id":148,"parentId":147,"tags":{},"startTime":1776348407228,"traceId":"bd498e2bd237b710"},{"name":"build-module-css","duration":11505,"timestamp":6741460191904,"id":147,"parentId":122,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css","layer":"rsc"},"startTime":1776348407228,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":4506,"timestamp":6741460200230,"id":178,"parentId":174,"tags":{},"startTime":1776348407236,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":37,"timestamp":6741460204744,"id":181,"parentId":174,"tags":{},"startTime":1776348407240,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":5317,"timestamp":6741460199980,"id":174,"parentId":132,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1776348407236,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":5068,"timestamp":6741460200236,"id":179,"parentId":175,"tags":{},"startTime":1776348407236,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":36,"timestamp":6741460205309,"id":182,"parentId":175,"tags":{},"startTime":1776348407241,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":5455,"timestamp":6741460200045,"id":175,"parentId":132,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1776348407236,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":5286,"timestamp":6741460200240,"id":180,"parentId":176,"tags":{},"startTime":1776348407236,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":29,"timestamp":6741460205530,"id":183,"parentId":176,"tags":{},"startTime":1776348407241,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6300,"timestamp":6741460200100,"id":176,"parentId":132,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1776348407236,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":6188,"timestamp":6741460200217,"id":177,"parentId":173,"tags":{},"startTime":1776348407236,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":48,"timestamp":6741460206410,"id":184,"parentId":173,"tags":{},"startTime":1776348407242,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":15384,"timestamp":6741460199866,"id":173,"parentId":132,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1776348407235,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":3844,"timestamp":6741460215679,"id":186,"parentId":185,"tags":{},"startTime":1776348407251,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":40,"timestamp":6741460219535,"id":189,"parentId":185,"tags":{},"startTime":1776348407255,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":5377,"timestamp":6741460215579,"id":185,"parentId":156,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"rsc"},"startTime":1776348407251,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":6660,"timestamp":6741460218833,"id":188,"parentId":187,"tags":{},"startTime":1776348407254,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":33,"timestamp":6741460225504,"id":204,"parentId":187,"tags":{},"startTime":1776348407261,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7101,"timestamp":6741460218742,"id":187,"parentId":134,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js","layer":"rsc"},"startTime":1776348407254,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":5702,"timestamp":6741460221315,"id":193,"parentId":191,"tags":{},"startTime":1776348407257,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":32,"timestamp":6741460227025,"id":205,"parentId":191,"tags":{},"startTime":1776348407263,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6184,"timestamp":6741460221220,"id":191,"parentId":173,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/clone-response.js","layer":"rsc"},"startTime":1776348407257,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":6111,"timestamp":6741460221299,"id":192,"parentId":190,"tags":{},"startTime":1776348407257,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":33,"timestamp":6741460227416,"id":206,"parentId":190,"tags":{},"startTime":1776348407263,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7243,"timestamp":6741460221119,"id":190,"parentId":173,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/dedupe-fetch.js","layer":"rsc"},"startTime":1776348407257,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":1639,"timestamp":6741460228843,"id":215,"parentId":214,"tags":{},"startTime":1776348407264,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1674,"timestamp":6741460228811,"id":214,"parentId":210,"tags":{},"startTime":1776348407264,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2414,"timestamp":6741460228637,"id":210,"parentId":185,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1776348407264,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":6530,"timestamp":6741460224602,"id":202,"parentId":197,"tags":{},"startTime":1776348407260,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":37,"timestamp":6741460231138,"id":218,"parentId":197,"tags":{},"startTime":1776348407267,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7710,"timestamp":6741460224422,"id":197,"parentId":173,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/constants.js","layer":"rsc"},"startTime":1776348407260,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":7577,"timestamp":6741460224574,"id":199,"parentId":194,"tags":{},"startTime":1776348407260,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":45,"timestamp":6741460232160,"id":219,"parentId":194,"tags":{},"startTime":1776348407268,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8303,"timestamp":6741460224241,"id":194,"parentId":156,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"rsc"},"startTime":1776348407260,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":7962,"timestamp":6741460224588,"id":200,"parentId":195,"tags":{},"startTime":1776348407260,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":33,"timestamp":6741460232555,"id":220,"parentId":195,"tags":{},"startTime":1776348407268,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":9180,"timestamp":6741460224323,"id":195,"parentId":173,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/trace/constants.js","layer":"rsc"},"startTime":1776348407260,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":8964,"timestamp":6741460224607,"id":203,"parentId":198,"tags":{},"startTime":1776348407260,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":67,"timestamp":6741460233576,"id":221,"parentId":198,"tags":{},"startTime":1776348407269,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":9927,"timestamp":6741460224468,"id":198,"parentId":173,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/output/log.js","layer":"rsc"},"startTime":1776348407260,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":10052,"timestamp":6741460224596,"id":201,"parentId":196,"tags":{},"startTime":1776348407260,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":42,"timestamp":6741460234659,"id":222,"parentId":196,"tags":{},"startTime":1776348407270,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":12637,"timestamp":6741460224376,"id":196,"parentId":173,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/trace/tracer.js","layer":"rsc"},"startTime":1776348407260,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":9342,"timestamp":6741460228677,"id":211,"parentId":207,"tags":{},"startTime":1776348407264,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":32,"timestamp":6741460238025,"id":227,"parentId":207,"tags":{},"startTime":1776348407274,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":9730,"timestamp":6741460228444,"id":207,"parentId":132,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server-edge.js","layer":"rsc"},"startTime":1776348407264,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":9488,"timestamp":6741460228690,"id":213,"parentId":209,"tags":{},"startTime":1776348407264,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":25,"timestamp":6741460238183,"id":228,"parentId":209,"tags":{},"startTime":1776348407274,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10193,"timestamp":6741460228587,"id":209,"parentId":185,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/url.js","layer":"rsc"},"startTime":1776348407264,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":10100,"timestamp":6741460228685,"id":212,"parentId":208,"tags":{},"startTime":1776348407264,"traceId":"bd498e2bd237b710"}] +[{"name":"next-swc-loader","duration":32,"timestamp":6741460238885,"id":229,"parentId":208,"tags":{},"startTime":1776348407275,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10526,"timestamp":6741460228529,"id":208,"parentId":135,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-runtime.js","layer":"rsc"},"startTime":1776348407264,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":10485,"timestamp":6741460229647,"id":217,"parentId":216,"tags":{},"startTime":1776348407265,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":34,"timestamp":6741460240140,"id":230,"parentId":216,"tags":{},"startTime":1776348407276,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10760,"timestamp":6741460229544,"id":216,"parentId":135,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react.js","layer":"rsc"},"startTime":1776348407265,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":3702,"timestamp":6741460237571,"id":226,"parentId":224,"tags":{},"startTime":1776348407273,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":34,"timestamp":6741460241281,"id":234,"parentId":224,"tags":{},"startTime":1776348407277,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3950,"timestamp":6741460237473,"id":224,"parentId":122,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js","layer":"rsc"},"startTime":1776348407273,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":3904,"timestamp":6741460237560,"id":225,"parentId":223,"tags":{},"startTime":1776348407273,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":1757,"timestamp":6741460240659,"id":233,"parentId":232,"tags":{},"startTime":1776348407276,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1808,"timestamp":6741460240611,"id":232,"parentId":231,"tags":{},"startTime":1776348407276,"traceId":"bd498e2bd237b710"},{"name":"build-module-tsx","duration":2389,"timestamp":6741460240438,"id":231,"parentId":122,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-auth.tsx","layer":"rsc"},"startTime":1776348407276,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2636,"timestamp":6741460241526,"id":236,"parentId":235,"tags":{},"startTime":1776348407277,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2699,"timestamp":6741460241467,"id":235,"parentId":223,"tags":{},"startTime":1776348407277,"traceId":"bd498e2bd237b710"},{"name":"build-module-mjs","duration":7549,"timestamp":6741460237181,"id":223,"parentId":122,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next-themes/dist/index.mjs","layer":"rsc"},"startTime":1776348407273,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":3386,"timestamp":6741460242094,"id":238,"parentId":237,"tags":{},"startTime":1776348407278,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":31,"timestamp":6741460245486,"id":239,"parentId":237,"tags":{},"startTime":1776348407281,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4722,"timestamp":6741460241918,"id":237,"parentId":198,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/picocolors.js","layer":"rsc"},"startTime":1776348407278,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":711,"timestamp":6741460247288,"id":241,"parentId":240,"tags":{},"startTime":1776348407283,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":26,"timestamp":6741460248004,"id":246,"parentId":240,"tags":{},"startTime":1776348407284,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":922,"timestamp":6741460247212,"id":240,"parentId":174,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-dom.js","layer":"rsc"},"startTime":1776348407283,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":646,"timestamp":6741460247655,"id":243,"parentId":242,"tags":{},"startTime":1776348407283,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":24,"timestamp":6741460248305,"id":247,"parentId":242,"tags":{},"startTime":1776348407284,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":908,"timestamp":6741460247601,"id":242,"parentId":135,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"rsc"},"startTime":1776348407283,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":629,"timestamp":6741460247957,"id":245,"parentId":244,"tags":{},"startTime":1776348407284,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":39,"timestamp":6741460248589,"id":248,"parentId":244,"tags":{},"startTime":1776348407284,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8460,"timestamp":6741460247902,"id":244,"parentId":196,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1776348407284,"traceId":"bd498e2bd237b710"},{"name":"add-entry","duration":155636,"timestamp":6741460101419,"id":120,"parentId":119,"tags":{"request":"next-app-loader?name=app%2F(public)%2Fpage&page=%2F(public)%2Fpage&appPaths=%2F(public)%2Fpage&pagePath=private-next-app-dir%2F(public)%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=standalone&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1776348407137,"traceId":"bd498e2bd237b710"},{"name":"build-module","duration":1779,"timestamp":6741460280685,"id":254,"parentId":118,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2F(public)%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1776348407316,"traceId":"bd498e2bd237b710"},{"name":"build-module","duration":191,"timestamp":6741460282490,"id":255,"parentId":118,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=true!","layer":"ssr"},"startTime":1776348407318,"traceId":"bd498e2bd237b710"},{"name":"build-module","duration":1091,"timestamp":6741460282694,"id":256,"parentId":118,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext-themes%2Fdist%2Findex.mjs%22%2C%22ids%22%3A%5B%22ThemeProvider%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fhooks%2Fuse-auth.tsx%22%2C%22ids%22%3A%5B%22AuthProvider%22%5D%7D&server=true!","layer":"ssr"},"startTime":1776348407318,"traceId":"bd498e2bd237b710"},{"name":"build-module","duration":2121,"timestamp":6741460283801,"id":257,"parentId":118,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%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%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1776348407319,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":12,"timestamp":6741460294765,"id":283,"parentId":282,"tags":{},"startTime":1776348407330,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":5337,"timestamp":6741460289972,"id":260,"parentId":259,"tags":{},"startTime":1776348407326,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":5469,"timestamp":6741460289846,"id":259,"parentId":258,"tags":{},"startTime":1776348407325,"traceId":"bd498e2bd237b710"},{"name":"build-module-tsx","duration":10672,"timestamp":6741460288875,"id":258,"parentId":254,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/(public)/page.tsx","layer":"ssr"},"startTime":1776348407324,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6522,"timestamp":6741460293068,"id":269,"parentId":268,"tags":{},"startTime":1776348407329,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6584,"timestamp":6741460293007,"id":268,"parentId":261,"tags":{},"startTime":1776348407329,"traceId":"bd498e2bd237b710"},{"name":"build-module-tsx","duration":8198,"timestamp":6741460292257,"id":261,"parentId":256,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-auth.tsx","layer":"ssr"},"startTime":1776348407328,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7356,"timestamp":6741460293115,"id":273,"parentId":272,"tags":{},"startTime":1776348407329,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7374,"timestamp":6741460293098,"id":272,"parentId":263,"tags":{},"startTime":1776348407329,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8064,"timestamp":6741460292852,"id":263,"parentId":257,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/client-page.js","layer":"ssr"},"startTime":1776348407328,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7858,"timestamp":6741460293096,"id":271,"parentId":270,"tags":{},"startTime":1776348407329,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7885,"timestamp":6741460293071,"id":270,"parentId":262,"tags":{},"startTime":1776348407329,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10039,"timestamp":6741460292415,"id":262,"parentId":257,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/error-boundary.js","layer":"ssr"},"startTime":1776348407328,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9322,"timestamp":6741460293148,"id":279,"parentId":278,"tags":{},"startTime":1776348407329,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9332,"timestamp":6741460293139,"id":278,"parentId":266,"tags":{},"startTime":1776348407329,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":9910,"timestamp":6741460292958,"id":266,"parentId":257,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/render-from-template-context.js","layer":"ssr"},"startTime":1776348407329,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":17846,"timestamp":6741460293162,"id":281,"parentId":280,"tags":{},"startTime":1776348407329,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":17863,"timestamp":6741460293149,"id":280,"parentId":267,"tags":{},"startTime":1776348407329,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":18910,"timestamp":6741460292980,"id":267,"parentId":257,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-boundary.js","layer":"ssr"},"startTime":1776348407329,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":16879,"timestamp":6741460295072,"id":285,"parentId":284,"tags":{},"startTime":1776348407331,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":17154,"timestamp":6741460294798,"id":284,"parentId":282,"tags":{},"startTime":1776348407330,"traceId":"bd498e2bd237b710"},{"name":"build-module-mjs","duration":20210,"timestamp":6741460293574,"id":282,"parentId":256,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next-themes/dist/index.mjs","layer":"ssr"},"startTime":1776348407329,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":20694,"timestamp":6741460293137,"id":277,"parentId":276,"tags":{},"startTime":1776348407329,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":20705,"timestamp":6741460293128,"id":276,"parentId":265,"tags":{},"startTime":1776348407329,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":22912,"timestamp":6741460292932,"id":265,"parentId":257,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/layout-router.js","layer":"ssr"},"startTime":1776348407329,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":22761,"timestamp":6741460293126,"id":275,"parentId":274,"tags":{},"startTime":1776348407329,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":22772,"timestamp":6741460293116,"id":274,"parentId":264,"tags":{},"startTime":1776348407329,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":25228,"timestamp":6741460292896,"id":264,"parentId":257,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router.js","layer":"ssr"},"startTime":1776348407329,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":69,"timestamp":6741460321926,"id":288,"parentId":286,"tags":{},"startTime":1776348407358,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":33,"timestamp":6741460322003,"id":291,"parentId":286,"tags":{},"startTime":1776348407358,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":464,"timestamp":6741460321788,"id":286,"parentId":262,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"ssr"},"startTime":1776348407357,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":5915,"timestamp":6741460321952,"id":290,"parentId":289,"tags":{},"startTime":1776348407358,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":5944,"timestamp":6741460321928,"id":289,"parentId":287,"tags":{},"startTime":1776348407358,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6457,"timestamp":6741460321884,"id":287,"parentId":263,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/search-params.js","layer":"ssr"},"startTime":1776348407358,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3509,"timestamp":6741460326101,"id":297,"parentId":296,"tags":{},"startTime":1776348407362,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3526,"timestamp":6741460326087,"id":296,"parentId":293,"tags":{},"startTime":1776348407362,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3939,"timestamp":6741460325961,"id":293,"parentId":262,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/is-next-router-error.js","layer":"ssr"},"startTime":1776348407362,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3862,"timestamp":6741460326085,"id":295,"parentId":294,"tags":{},"startTime":1776348407362,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3892,"timestamp":6741460326056,"id":294,"parentId":292,"tags":{},"startTime":1776348407362,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4689,"timestamp":6741460325891,"id":292,"parentId":262,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/navigation.js","layer":"ssr"},"startTime":1776348407362,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3496,"timestamp":6741460328901,"id":313,"parentId":312,"tags":{},"startTime":1776348407365,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3506,"timestamp":6741460328894,"id":312,"parentId":300,"tags":{},"startTime":1776348407365,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4016,"timestamp":6741460328671,"id":300,"parentId":267,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found.js","layer":"ssr"},"startTime":1776348407364,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3807,"timestamp":6741460328893,"id":311,"parentId":310,"tags":{},"startTime":1776348407365,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3816,"timestamp":6741460328884,"id":310,"parentId":299,"tags":{},"startTime":1776348407365,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4295,"timestamp":6741460328644,"id":299,"parentId":264,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/has-base-path.js","layer":"ssr"},"startTime":1776348407364,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4041,"timestamp":6741460328909,"id":315,"parentId":314,"tags":{},"startTime":1776348407365,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":4049,"timestamp":6741460328902,"id":314,"parentId":301,"tags":{},"startTime":1776348407365,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4390,"timestamp":6741460328692,"id":301,"parentId":265,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"ssr"},"startTime":1776348407364,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4208,"timestamp":6741460328882,"id":309,"parentId":308,"tags":{},"startTime":1776348407365,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":4236,"timestamp":6741460328855,"id":308,"parentId":298,"tags":{},"startTime":1776348407364,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4689,"timestamp":6741460328591,"id":298,"parentId":264,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-base-path.js","layer":"ssr"},"startTime":1776348407364,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4344,"timestamp":6741460328943,"id":323,"parentId":322,"tags":{},"startTime":1776348407365,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":4351,"timestamp":6741460328937,"id":322,"parentId":305,"tags":{},"startTime":1776348407365,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4760,"timestamp":6741460328771,"id":305,"parentId":265,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/match-segments.js","layer":"ssr"},"startTime":1776348407364,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4609,"timestamp":6741460328936,"id":321,"parentId":320,"tags":{},"startTime":1776348407365,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":4616,"timestamp":6741460328930,"id":320,"parentId":304,"tags":{},"startTime":1776348407365,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":5218,"timestamp":6741460328750,"id":304,"parentId":264,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-announcer.js","layer":"ssr"},"startTime":1776348407364,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":5075,"timestamp":6741460328922,"id":317,"parentId":316,"tags":{},"startTime":1776348407365,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":5087,"timestamp":6741460328910,"id":316,"parentId":302,"tags":{},"startTime":1776348407365,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":5645,"timestamp":6741460328714,"id":302,"parentId":265,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect-boundary.js","layer":"ssr"},"startTime":1776348407364,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":5444,"timestamp":6741460328929,"id":319,"parentId":318,"tags":{},"startTime":1776348407365,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":5452,"timestamp":6741460328922,"id":318,"parentId":303,"tags":{},"startTime":1776348407365,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6159,"timestamp":6741460328732,"id":303,"parentId":264,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/use-reducer-with-devtools.js","layer":"ssr"},"startTime":1776348407364,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7518,"timestamp":6741460328950,"id":325,"parentId":324,"tags":{},"startTime":1776348407365,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7530,"timestamp":6741460328944,"id":324,"parentId":306,"tags":{},"startTime":1776348407365,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8119,"timestamp":6741460328789,"id":306,"parentId":264,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/remove-base-path.js","layer":"ssr"},"startTime":1776348407364,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7964,"timestamp":6741460328957,"id":327,"parentId":326,"tags":{},"startTime":1776348407365,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7972,"timestamp":6741460328951,"id":326,"parentId":307,"tags":{},"startTime":1776348407365,"traceId":"bd498e2bd237b710"}] +[{"name":"build-module-js","duration":8530,"timestamp":6741460328805,"id":307,"parentId":264,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-headers.js","layer":"ssr"},"startTime":1776348407364,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":443,"timestamp":6741460338355,"id":338,"parentId":328,"tags":{},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":481,"timestamp":6741460338359,"id":339,"parentId":329,"tags":{},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":292,"timestamp":6741460338805,"id":356,"parentId":328,"tags":{},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":258,"timestamp":6741460338843,"id":357,"parentId":329,"tags":{},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":1997,"timestamp":6741460337882,"id":328,"parentId":287,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2111,"timestamp":6741460337968,"id":329,"parentId":287,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"ssr"},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2358,"timestamp":6741460338633,"id":343,"parentId":342,"tags":{},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2370,"timestamp":6741460338623,"id":342,"parentId":331,"tags":{},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3237,"timestamp":6741460338053,"id":331,"parentId":265,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"ssr"},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6563,"timestamp":6741460338652,"id":347,"parentId":346,"tags":{},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6575,"timestamp":6741460338644,"id":346,"parentId":333,"tags":{},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7443,"timestamp":6741460338093,"id":333,"parentId":264,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"ssr"},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6909,"timestamp":6741460338643,"id":345,"parentId":344,"tags":{},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6919,"timestamp":6741460338635,"id":344,"parentId":332,"tags":{},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7779,"timestamp":6741460338073,"id":332,"parentId":264,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"ssr"},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7249,"timestamp":6741460338621,"id":341,"parentId":340,"tags":{},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7276,"timestamp":6741460338595,"id":340,"parentId":330,"tags":{},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8393,"timestamp":6741460338022,"id":330,"parentId":265,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7765,"timestamp":6741460338666,"id":349,"parentId":348,"tags":{},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7779,"timestamp":6741460338653,"id":348,"parentId":334,"tags":{},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8650,"timestamp":6741460338116,"id":334,"parentId":264,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js","layer":"ssr"},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":10003,"timestamp":6741460338674,"id":351,"parentId":350,"tags":{},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":10014,"timestamp":6741460338667,"id":350,"parentId":335,"tags":{},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10788,"timestamp":6741460338134,"id":335,"parentId":265,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"ssr"},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":10253,"timestamp":6741460338683,"id":353,"parentId":352,"tags":{},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":10261,"timestamp":6741460338675,"id":352,"parentId":336,"tags":{},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":11017,"timestamp":6741460338154,"id":336,"parentId":264,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"ssr"},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":10490,"timestamp":6741460338691,"id":355,"parentId":354,"tags":{},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":10498,"timestamp":6741460338684,"id":354,"parentId":337,"tags":{},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":11303,"timestamp":6741460338172,"id":337,"parentId":265,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"ssr"},"startTime":1776348407374,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":5798,"timestamp":6741460343701,"id":363,"parentId":362,"tags":{},"startTime":1776348407379,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":5809,"timestamp":6741460343691,"id":362,"parentId":359,"tags":{},"startTime":1776348407379,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6123,"timestamp":6741460343574,"id":359,"parentId":267,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1776348407379,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6025,"timestamp":6741460343688,"id":361,"parentId":360,"tags":{},"startTime":1776348407379,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6051,"timestamp":6741460343663,"id":360,"parentId":358,"tags":{},"startTime":1776348407379,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6390,"timestamp":6741460343498,"id":358,"parentId":264,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/segment.js","layer":"ssr"},"startTime":1776348407379,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":1573,"timestamp":6741460350660,"id":368,"parentId":367,"tags":{},"startTime":1776348407386,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1601,"timestamp":6741460350634,"id":367,"parentId":364,"tags":{},"startTime":1776348407386,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2008,"timestamp":6741460350413,"id":364,"parentId":265,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"ssr"},"startTime":1776348407386,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":1758,"timestamp":6741460350672,"id":370,"parentId":369,"tags":{},"startTime":1776348407386,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1769,"timestamp":6741460350662,"id":369,"parentId":365,"tags":{},"startTime":1776348407386,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2379,"timestamp":6741460350479,"id":365,"parentId":264,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"ssr"},"startTime":1776348407386,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":143,"timestamp":6741460353117,"id":380,"parentId":373,"tags":{},"startTime":1776348407389,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":26,"timestamp":6741460353265,"id":392,"parentId":373,"tags":{},"startTime":1776348407389,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":905,"timestamp":6741460352887,"id":373,"parentId":328,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/url.js","layer":"ssr"},"startTime":1776348407389,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":1839,"timestamp":6741460353164,"id":385,"parentId":384,"tags":{},"startTime":1776348407389,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1851,"timestamp":6741460353154,"id":384,"parentId":375,"tags":{},"startTime":1776348407389,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2341,"timestamp":6741460352988,"id":375,"parentId":328,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"ssr"},"startTime":1776348407389,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4681,"timestamp":6741460350681,"id":372,"parentId":371,"tags":{},"startTime":1776348407386,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":4690,"timestamp":6741460350673,"id":371,"parentId":366,"tags":{},"startTime":1776348407386,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6442,"timestamp":6741460350504,"id":366,"parentId":264,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/app/hot-reloader-client.js","layer":"ssr"},"startTime":1776348407386,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3808,"timestamp":6741460353152,"id":383,"parentId":382,"tags":{},"startTime":1776348407389,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3831,"timestamp":6741460353129,"id":382,"parentId":374,"tags":{},"startTime":1776348407389,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4214,"timestamp":6741460352960,"id":374,"parentId":328,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/hooks-server-context.js","layer":"ssr"},"startTime":1776348407389,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4055,"timestamp":6741460353181,"id":389,"parentId":388,"tags":{},"startTime":1776348407389,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":4063,"timestamp":6741460353174,"id":388,"parentId":378,"tags":{},"startTime":1776348407389,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4377,"timestamp":6741460353075,"id":378,"parentId":292,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/navigation.react-server.js","layer":"ssr"},"startTime":1776348407389,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4595,"timestamp":6741460353173,"id":387,"parentId":386,"tags":{},"startTime":1776348407389,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":4605,"timestamp":6741460353165,"id":386,"parentId":377,"tags":{},"startTime":1776348407389,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":5288,"timestamp":6741460353056,"id":377,"parentId":293,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect.js","layer":"ssr"},"startTime":1776348407389,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6705,"timestamp":6741460353189,"id":391,"parentId":390,"tags":{},"startTime":1776348407389,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6714,"timestamp":6741460353182,"id":390,"parentId":379,"tags":{},"startTime":1776348407389,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8215,"timestamp":6741460353094,"id":379,"parentId":292,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"ssr"},"startTime":1776348407389,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2909,"timestamp":6741460362604,"id":402,"parentId":401,"tags":{},"startTime":1776348407398,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2923,"timestamp":6741460362594,"id":401,"parentId":395,"tags":{},"startTime":1776348407398,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3696,"timestamp":6741460362050,"id":395,"parentId":299,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"ssr"},"startTime":1776348407398,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3313,"timestamp":6741460362591,"id":400,"parentId":399,"tags":{},"startTime":1776348407398,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3341,"timestamp":6741460362565,"id":399,"parentId":393,"tags":{},"startTime":1776348407398,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4496,"timestamp":6741460361940,"id":393,"parentId":298,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"ssr"},"startTime":1776348407398,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3838,"timestamp":6741460362623,"id":406,"parentId":405,"tags":{},"startTime":1776348407398,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3847,"timestamp":6741460362616,"id":405,"parentId":397,"tags":{},"startTime":1776348407398,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4858,"timestamp":6741460362115,"id":397,"parentId":303,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/action-queue.js","layer":"ssr"},"startTime":1776348407398,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":5990,"timestamp":6741460362614,"id":404,"parentId":403,"tags":{},"startTime":1776348407398,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6001,"timestamp":6741460362606,"id":403,"parentId":396,"tags":{},"startTime":1776348407398,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6752,"timestamp":6741460362071,"id":396,"parentId":298,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"ssr"},"startTime":1776348407398,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":15971,"timestamp":6741460353120,"id":381,"parentId":376,"tags":{},"startTime":1776348407389,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":32,"timestamp":6741460369098,"id":430,"parentId":376,"tags":{},"startTime":1776348407405,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":16209,"timestamp":6741460353010,"id":376,"parentId":262,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react.js","layer":"ssr"},"startTime":1776348407389,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2551,"timestamp":6741460367580,"id":423,"parentId":422,"tags":{},"startTime":1776348407403,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2560,"timestamp":6741460367572,"id":422,"parentId":411,"tags":{},"startTime":1776348407403,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3171,"timestamp":6741460367326,"id":411,"parentId":330,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/hash.js","layer":"ssr"},"startTime":1776348407403,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2957,"timestamp":6741460367549,"id":417,"parentId":416,"tags":{},"startTime":1776348407403,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2982,"timestamp":6741460367526,"id":416,"parentId":408,"tags":{},"startTime":1776348407403,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3485,"timestamp":6741460367252,"id":408,"parentId":330,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-call-server.js","layer":"ssr"},"startTime":1776348407403,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3185,"timestamp":6741460367562,"id":419,"parentId":418,"tags":{},"startTime":1776348407403,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3197,"timestamp":6741460367551,"id":418,"parentId":409,"tags":{},"startTime":1776348407403,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3765,"timestamp":6741460367278,"id":409,"parentId":330,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/flight-data-helpers.js","layer":"ssr"},"startTime":1776348407403,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3500,"timestamp":6741460367571,"id":421,"parentId":420,"tags":{},"startTime":1776348407403,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3509,"timestamp":6741460367563,"id":420,"parentId":410,"tags":{},"startTime":1776348407403,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4313,"timestamp":6741460367299,"id":410,"parentId":334,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"ssr"},"startTime":1776348407403,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":5478,"timestamp":6741460367611,"id":429,"parentId":428,"tags":{},"startTime":1776348407403,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":5494,"timestamp":6741460367598,"id":428,"parentId":414,"tags":{},"startTime":1776348407403,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6446,"timestamp":6741460367397,"id":414,"parentId":334,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"ssr"},"startTime":1776348407403,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6295,"timestamp":6741460367588,"id":425,"parentId":424,"tags":{},"startTime":1776348407403,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6304,"timestamp":6741460367581,"id":424,"parentId":412,"tags":{},"startTime":1776348407403,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7145,"timestamp":6741460367357,"id":412,"parentId":334,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"ssr"},"startTime":1776348407403,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6927,"timestamp":6741460367597,"id":427,"parentId":426,"tags":{},"startTime":1776348407403,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6935,"timestamp":6741460367589,"id":426,"parentId":413,"tags":{},"startTime":1776348407403,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7781,"timestamp":6741460367380,"id":413,"parentId":334,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"ssr"},"startTime":1776348407403,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":13137,"timestamp":6741460362189,"id":398,"parentId":394,"tags":{},"startTime":1776348407398,"traceId":"bd498e2bd237b710"}] +[{"name":"next-swc-loader","duration":29,"timestamp":6741460375402,"id":437,"parentId":394,"tags":{},"startTime":1776348407411,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":13597,"timestamp":6741460361992,"id":394,"parentId":305,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/get-segment-param.js","layer":"ssr"},"startTime":1776348407398,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":361,"timestamp":6741460377142,"id":442,"parentId":438,"tags":{},"startTime":1776348407413,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":416,"timestamp":6741460377519,"id":449,"parentId":438,"tags":{},"startTime":1776348407413,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":1106,"timestamp":6741460377007,"id":438,"parentId":376,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1776348407413,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":12275,"timestamp":6741460367449,"id":415,"parentId":407,"tags":{},"startTime":1776348407403,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":27,"timestamp":6741460379730,"id":450,"parentId":407,"tags":{},"startTime":1776348407415,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":12667,"timestamp":6741460367171,"id":407,"parentId":258,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js","layer":"ssr"},"startTime":1776348407403,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2518,"timestamp":6741460377371,"id":444,"parentId":443,"tags":{},"startTime":1776348407413,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2541,"timestamp":6741460377349,"id":443,"parentId":439,"tags":{},"startTime":1776348407413,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3016,"timestamp":6741460377069,"id":439,"parentId":377,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1776348407413,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2906,"timestamp":6741460377392,"id":448,"parentId":447,"tags":{},"startTime":1776348407413,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2916,"timestamp":6741460377383,"id":447,"parentId":441,"tags":{},"startTime":1776348407413,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3602,"timestamp":6741460377116,"id":441,"parentId":366,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/app/ReactDevOverlay.js","layer":"ssr"},"startTime":1776348407413,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3351,"timestamp":6741460377382,"id":446,"parentId":445,"tags":{},"startTime":1776348407413,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3361,"timestamp":6741460377373,"id":445,"parentId":440,"tags":{},"startTime":1776348407413,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3939,"timestamp":6741460377096,"id":440,"parentId":366,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/shared.js","layer":"ssr"},"startTime":1776348407413,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":11360,"timestamp":6741460369781,"id":433,"parentId":431,"tags":{},"startTime":1776348407405,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":41,"timestamp":6741460381145,"id":451,"parentId":431,"tags":{},"startTime":1776348407417,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":11586,"timestamp":6741460369673,"id":431,"parentId":263,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-runtime.js","layer":"ssr"},"startTime":1776348407405,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":11478,"timestamp":6741460369786,"id":434,"parentId":432,"tags":{},"startTime":1776348407405,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":27,"timestamp":6741460381267,"id":452,"parentId":432,"tags":{},"startTime":1776348407417,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":11615,"timestamp":6741460369733,"id":432,"parentId":265,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-dom.js","layer":"ssr"},"startTime":1776348407405,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":11685,"timestamp":6741460372518,"id":436,"parentId":435,"tags":{},"startTime":1776348407408,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":31,"timestamp":6741460384211,"id":469,"parentId":435,"tags":{},"startTime":1776348407420,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":12305,"timestamp":6741460372443,"id":435,"parentId":337,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":"ssr"},"startTime":1776348407408,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2530,"timestamp":6741460382240,"id":462,"parentId":461,"tags":{},"startTime":1776348407418,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2549,"timestamp":6741460382223,"id":461,"parentId":453,"tags":{},"startTime":1776348407418,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3245,"timestamp":6741460381694,"id":453,"parentId":393,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"ssr"},"startTime":1776348407417,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2825,"timestamp":6741460382251,"id":464,"parentId":463,"tags":{},"startTime":1776348407418,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2835,"timestamp":6741460382242,"id":463,"parentId":454,"tags":{},"startTime":1776348407418,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3465,"timestamp":6741460381735,"id":454,"parentId":393,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"ssr"},"startTime":1776348407417,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3284,"timestamp":6741460382267,"id":468,"parentId":467,"tags":{},"startTime":1776348407418,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3292,"timestamp":6741460382260,"id":467,"parentId":456,"tags":{},"startTime":1776348407418,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3945,"timestamp":6741460381774,"id":456,"parentId":379,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"ssr"},"startTime":1776348407417,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3470,"timestamp":6741460382259,"id":466,"parentId":465,"tags":{},"startTime":1776348407418,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3478,"timestamp":6741460382252,"id":465,"parentId":455,"tags":{},"startTime":1776348407418,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4199,"timestamp":6741460381756,"id":455,"parentId":397,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"ssr"},"startTime":1776348407417,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":1264,"timestamp":6741460386964,"id":485,"parentId":484,"tags":{},"startTime":1776348407423,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1273,"timestamp":6741460386957,"id":484,"parentId":473,"tags":{},"startTime":1776348407423,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":1859,"timestamp":6741460386527,"id":473,"parentId":366,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/runtime-error-handler.js","layer":"ssr"},"startTime":1776348407422,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":1617,"timestamp":6741460386947,"id":481,"parentId":480,"tags":{},"startTime":1776348407423,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1627,"timestamp":6741460386938,"id":480,"parentId":471,"tags":{},"startTime":1776348407423,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2402,"timestamp":6741460386477,"id":471,"parentId":366,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parseStack.js","layer":"ssr"},"startTime":1776348407422,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2042,"timestamp":6741460386956,"id":483,"parentId":482,"tags":{},"startTime":1776348407423,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2051,"timestamp":6741460386948,"id":482,"parentId":472,"tags":{},"startTime":1776348407423,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2829,"timestamp":6741460386508,"id":472,"parentId":366,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-error-handler.js","layer":"ssr"},"startTime":1776348407422,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2379,"timestamp":6741460386971,"id":487,"parentId":486,"tags":{},"startTime":1776348407423,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2386,"timestamp":6741460386964,"id":486,"parentId":474,"tags":{},"startTime":1776348407423,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3256,"timestamp":6741460386545,"id":474,"parentId":366,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-websocket.js","layer":"ssr"},"startTime":1776348407422,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":5473,"timestamp":6741460386936,"id":479,"parentId":478,"tags":{},"startTime":1776348407423,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":5497,"timestamp":6741460386918,"id":478,"parentId":470,"tags":{},"startTime":1776348407423,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7584,"timestamp":6741460386429,"id":470,"parentId":366,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/format-webpack-messages.js","layer":"ssr"},"startTime":1776348407422,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":13030,"timestamp":6741460381897,"id":459,"parentId":457,"tags":{},"startTime":1776348407418,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":44,"timestamp":6741460394935,"id":502,"parentId":457,"tags":{},"startTime":1776348407431,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":13371,"timestamp":6741460381791,"id":457,"parentId":366,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":"ssr"},"startTime":1776348407417,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":13262,"timestamp":6741460381905,"id":460,"parentId":458,"tags":{},"startTime":1776348407418,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":28,"timestamp":6741460395172,"id":503,"parentId":458,"tags":{},"startTime":1776348407431,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":13624,"timestamp":6741460381827,"id":458,"parentId":366,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/dev/extract-modules-from-turbopack-message.js","layer":"ssr"},"startTime":1776348407417,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8533,"timestamp":6741460386979,"id":489,"parentId":488,"tags":{},"startTime":1776348407423,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8541,"timestamp":6741460386972,"id":488,"parentId":475,"tags":{},"startTime":1776348407423,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":9352,"timestamp":6741460386561,"id":475,"parentId":366,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parse-component-stack.js","layer":"ssr"},"startTime":1776348407422,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8933,"timestamp":6741460386993,"id":493,"parentId":492,"tags":{},"startTime":1776348407423,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8941,"timestamp":6741460386987,"id":492,"parentId":477,"tags":{},"startTime":1776348407423,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":9542,"timestamp":6741460386593,"id":477,"parentId":413,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"ssr"},"startTime":1776348407422,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9163,"timestamp":6741460386986,"id":491,"parentId":490,"tags":{},"startTime":1776348407423,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9171,"timestamp":6741460386979,"id":490,"parentId":476,"tags":{},"startTime":1776348407423,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":9851,"timestamp":6741460386577,"id":476,"parentId":414,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"ssr"},"startTime":1776348407422,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":12686,"timestamp":6741460388191,"id":495,"parentId":494,"tags":{},"startTime":1776348407424,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":30,"timestamp":6741460400884,"id":533,"parentId":494,"tags":{},"startTime":1776348407437,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":12911,"timestamp":6741460388119,"id":494,"parentId":330,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client-edge.js","layer":"ssr"},"startTime":1776348407424,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":13210,"timestamp":6741460388553,"id":501,"parentId":498,"tags":{},"startTime":1776348407424,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":29,"timestamp":6741460401768,"id":534,"parentId":498,"tags":{},"startTime":1776348407437,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":13368,"timestamp":6741460388503,"id":498,"parentId":292,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/server-inserted-html.js","layer":"ssr"},"startTime":1776348407424,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2052,"timestamp":6741460400617,"id":516,"parentId":515,"tags":{},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2079,"timestamp":6741460400592,"id":515,"parentId":506,"tags":{},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2591,"timestamp":6741460400351,"id":506,"parentId":435,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"ssr"},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2317,"timestamp":6741460400639,"id":520,"parentId":519,"tags":{},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2326,"timestamp":6741460400631,"id":519,"parentId":508,"tags":{},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3048,"timestamp":6741460400409,"id":508,"parentId":441,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/BuildError.js","layer":"ssr"},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2858,"timestamp":6741460400630,"id":518,"parentId":517,"tags":{},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2869,"timestamp":6741460400620,"id":517,"parentId":507,"tags":{},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3442,"timestamp":6741460400386,"id":507,"parentId":441,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/ShadowPortal.js","layer":"ssr"},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7776,"timestamp":6741460400664,"id":524,"parentId":523,"tags":{},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7796,"timestamp":6741460400648,"id":523,"parentId":510,"tags":{},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8369,"timestamp":6741460400447,"id":510,"parentId":441,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/root-layout-missing-tags-error.js","layer":"ssr"},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8157,"timestamp":6741460400673,"id":526,"parentId":525,"tags":{},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8166,"timestamp":6741460400665,"id":525,"parentId":511,"tags":{},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8685,"timestamp":6741460400465,"id":511,"parentId":441,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/Base.js","layer":"ssr"},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8490,"timestamp":6741460400681,"id":528,"parentId":527,"tags":{},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8499,"timestamp":6741460400674,"id":527,"parentId":512,"tags":{},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8952,"timestamp":6741460400482,"id":512,"parentId":441,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/ComponentStyles.js","layer":"ssr"},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":20904,"timestamp":6741460388546,"id":499,"parentId":496,"tags":{},"startTime":1776348407424,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":31,"timestamp":6741460409456,"id":570,"parentId":496,"tags":{},"startTime":1776348407445,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":21154,"timestamp":6741460388410,"id":496,"parentId":266,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/app-router-context.js","layer":"ssr"},"startTime":1776348407424,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":21020,"timestamp":6741460388550,"id":500,"parentId":497,"tags":{},"startTime":1776348407424,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":34,"timestamp":6741460409574,"id":571,"parentId":497,"tags":{},"startTime":1776348407445,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":21198,"timestamp":6741460388460,"id":497,"parentId":264,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/hooks-client-context.js","layer":"ssr"},"startTime":1776348407424,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9149,"timestamp":6741460400689,"id":530,"parentId":529,"tags":{},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9157,"timestamp":6741460400682,"id":529,"parentId":513,"tags":{},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":9573,"timestamp":6741460400500,"id":513,"parentId":441,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/CssReset.js","layer":"ssr"},"startTime":1776348407436,"traceId":"bd498e2bd237b710"}] +[{"name":"next-swc-transform","duration":9537,"timestamp":6741460400647,"id":522,"parentId":521,"tags":{},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9546,"timestamp":6741460400640,"id":521,"parentId":509,"tags":{},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10700,"timestamp":6741460400428,"id":509,"parentId":441,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/Errors.js","layer":"ssr"},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":10447,"timestamp":6741460400717,"id":532,"parentId":531,"tags":{},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":10476,"timestamp":6741460400689,"id":531,"parentId":514,"tags":{},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"build-module-ts","duration":11449,"timestamp":6741460400517,"id":514,"parentId":261,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/api.ts","layer":"ssr"},"startTime":1776348407436,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9670,"timestamp":6741460402307,"id":551,"parentId":550,"tags":{},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9679,"timestamp":6741460402300,"id":550,"parentId":537,"tags":{},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10268,"timestamp":6741460401992,"id":537,"parentId":455,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"ssr"},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9975,"timestamp":6741460402296,"id":549,"parentId":548,"tags":{},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9985,"timestamp":6741460402288,"id":548,"parentId":536,"tags":{},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10605,"timestamp":6741460401972,"id":536,"parentId":455,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"ssr"},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":10275,"timestamp":6741460402315,"id":553,"parentId":552,"tags":{},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":10283,"timestamp":6741460402308,"id":552,"parentId":538,"tags":{},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10986,"timestamp":6741460402010,"id":538,"parentId":455,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"ssr"},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":10684,"timestamp":6741460402323,"id":555,"parentId":554,"tags":{},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":10692,"timestamp":6741460402316,"id":554,"parentId":539,"tags":{},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":11401,"timestamp":6741460402027,"id":539,"parentId":455,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/fast-refresh-reducer.js","layer":"ssr"},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":11096,"timestamp":6741460402340,"id":559,"parentId":558,"tags":{},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":11104,"timestamp":6741460402333,"id":558,"parentId":542,"tags":{},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":11561,"timestamp":6741460402095,"id":542,"parentId":472,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/is-hydration-error.js","layer":"ssr"},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":11389,"timestamp":6741460402286,"id":547,"parentId":546,"tags":{},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":11405,"timestamp":6741460402271,"id":546,"parentId":535,"tags":{},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":12655,"timestamp":6741460401941,"id":535,"parentId":455,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"ssr"},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":12281,"timestamp":6741460402332,"id":557,"parentId":556,"tags":{},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":12290,"timestamp":6741460402324,"id":556,"parentId":540,"tags":{},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":13205,"timestamp":6741460402043,"id":540,"parentId":455,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"ssr"},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":12901,"timestamp":6741460402356,"id":563,"parentId":562,"tags":{},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":12909,"timestamp":6741460402349,"id":562,"parentId":544,"tags":{},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":13307,"timestamp":6741460402129,"id":544,"parentId":474,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/get-socket-url.js","layer":"ssr"},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":13221,"timestamp":6741460402348,"id":561,"parentId":560,"tags":{},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":13229,"timestamp":6741460402341,"id":560,"parentId":543,"tags":{},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":13693,"timestamp":6741460402113,"id":543,"parentId":472,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js","layer":"ssr"},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9769,"timestamp":6741460406046,"id":569,"parentId":568,"tags":{},"startTime":1776348407442,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9814,"timestamp":6741460406003,"id":568,"parentId":565,"tags":{},"startTime":1776348407442,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10321,"timestamp":6741460405832,"id":565,"parentId":476,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"ssr"},"startTime":1776348407441,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":10183,"timestamp":6741460406001,"id":567,"parentId":566,"tags":{},"startTime":1776348407442,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":10205,"timestamp":6741460405981,"id":566,"parentId":564,"tags":{},"startTime":1776348407442,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10889,"timestamp":6741460405754,"id":564,"parentId":477,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/promise-queue.js","layer":"ssr"},"startTime":1776348407441,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":28268,"timestamp":6741460399077,"id":505,"parentId":504,"tags":{},"startTime":1776348407435,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":38,"timestamp":6741460427359,"id":572,"parentId":504,"tags":{},"startTime":1776348407463,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":28764,"timestamp":6741460399007,"id":504,"parentId":266,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"ssr"},"startTime":1776348407435,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":26839,"timestamp":6741460402151,"id":545,"parentId":541,"tags":{},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":27,"timestamp":6741460428997,"id":573,"parentId":541,"tags":{},"startTime":1776348407465,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":27121,"timestamp":6741460402059,"id":541,"parentId":258,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/api/link.js","layer":"ssr"},"startTime":1776348407438,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4666,"timestamp":6741460431091,"id":576,"parentId":575,"tags":{},"startTime":1776348407467,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":4697,"timestamp":6741460431065,"id":575,"parentId":574,"tags":{},"startTime":1776348407467,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":5152,"timestamp":6741460430942,"id":574,"parentId":508,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/noop-template.js","layer":"ssr"},"startTime":1776348407467,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2365,"timestamp":6741460434185,"id":594,"parentId":593,"tags":{},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2374,"timestamp":6741460434177,"id":593,"parentId":581,"tags":{},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2788,"timestamp":6741460433987,"id":581,"parentId":536,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"ssr"},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2634,"timestamp":6741460434152,"id":588,"parentId":587,"tags":{},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2660,"timestamp":6741460434126,"id":587,"parentId":578,"tags":{},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3017,"timestamp":6741460433905,"id":578,"parentId":509,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/error-source.js","layer":"ssr"},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2757,"timestamp":6741460434176,"id":592,"parentId":591,"tags":{},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2766,"timestamp":6741460434168,"id":591,"parentId":580,"tags":{},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3301,"timestamp":6741460433968,"id":580,"parentId":536,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js","layer":"ssr"},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3755,"timestamp":6741460434212,"id":598,"parentId":597,"tags":{},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3766,"timestamp":6741460434204,"id":597,"parentId":583,"tags":{},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4238,"timestamp":6741460434025,"id":583,"parentId":536,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"ssr"},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4083,"timestamp":6741460434193,"id":596,"parentId":595,"tags":{},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":4091,"timestamp":6741460434186,"id":595,"parentId":582,"tags":{},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4919,"timestamp":6741460434006,"id":582,"parentId":536,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"ssr"},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":5372,"timestamp":6741460434220,"id":600,"parentId":599,"tags":{},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":5381,"timestamp":6741460434213,"id":599,"parentId":584,"tags":{},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":5805,"timestamp":6741460434042,"id":584,"parentId":535,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js","layer":"ssr"},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3456,"timestamp":6741460436400,"id":609,"parentId":608,"tags":{},"startTime":1776348407472,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3480,"timestamp":6741460436377,"id":608,"parentId":603,"tags":{},"startTime":1776348407472,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3770,"timestamp":6741460436178,"id":603,"parentId":506,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"ssr"},"startTime":1776348407472,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3541,"timestamp":6741460436415,"id":611,"parentId":610,"tags":{},"startTime":1776348407472,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3555,"timestamp":6741460436402,"id":610,"parentId":604,"tags":{},"startTime":1776348407472,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3881,"timestamp":6741460436239,"id":604,"parentId":565,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js","layer":"ssr"},"startTime":1776348407472,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6001,"timestamp":6741460434167,"id":590,"parentId":589,"tags":{},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6015,"timestamp":6741460434154,"id":589,"parentId":579,"tags":{},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7408,"timestamp":6741460433942,"id":579,"parentId":537,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"ssr"},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7133,"timestamp":6741460434228,"id":602,"parentId":601,"tags":{},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7141,"timestamp":6741460434221,"id":601,"parentId":585,"tags":{},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7584,"timestamp":6741460434059,"id":585,"parentId":509,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getErrorByType.js","layer":"ssr"},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6431,"timestamp":6741460436425,"id":613,"parentId":612,"tags":{},"startTime":1776348407472,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6443,"timestamp":6741460436416,"id":612,"parentId":605,"tags":{},"startTime":1776348407472,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6865,"timestamp":6741460436280,"id":605,"parentId":535,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"ssr"},"startTime":1776348407472,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6729,"timestamp":6741460436434,"id":615,"parentId":614,"tags":{},"startTime":1776348407472,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6738,"timestamp":6741460436426,"id":614,"parentId":606,"tags":{},"startTime":1776348407472,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7141,"timestamp":6741460436302,"id":606,"parentId":535,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js","layer":"ssr"},"startTime":1776348407472,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7011,"timestamp":6741460436442,"id":617,"parentId":616,"tags":{},"startTime":1776348407472,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7019,"timestamp":6741460436435,"id":616,"parentId":607,"tags":{},"startTime":1776348407472,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7278,"timestamp":6741460436322,"id":607,"parentId":544,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":"ssr"},"startTime":1776348407472,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":5787,"timestamp":6741460437821,"id":625,"parentId":624,"tags":{},"startTime":1776348407473,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":5807,"timestamp":6741460437802,"id":624,"parentId":618,"tags":{},"startTime":1776348407473,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6328,"timestamp":6741460437433,"id":618,"parentId":512,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/styles.js","layer":"ssr"},"startTime":1776348407473,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":5935,"timestamp":6741460437833,"id":627,"parentId":626,"tags":{},"startTime":1776348407473,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":5945,"timestamp":6741460437823,"id":626,"parentId":619,"tags":{},"startTime":1776348407473,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6505,"timestamp":6741460437508,"id":619,"parentId":512,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/styles.js","layer":"ssr"},"startTime":1776348407473,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6182,"timestamp":6741460437842,"id":629,"parentId":628,"tags":{},"startTime":1776348407473,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6191,"timestamp":6741460437834,"id":628,"parentId":620,"tags":{},"startTime":1776348407473,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6647,"timestamp":6741460437563,"id":620,"parentId":512,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/styles.js","layer":"ssr"},"startTime":1776348407473,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7252,"timestamp":6741460437850,"id":631,"parentId":630,"tags":{},"startTime":1776348407473,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7267,"timestamp":6741460437843,"id":630,"parentId":621,"tags":{},"startTime":1776348407473,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7818,"timestamp":6741460437585,"id":621,"parentId":512,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/styles.js","layer":"ssr"},"startTime":1776348407473,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7557,"timestamp":6741460437860,"id":633,"parentId":632,"tags":{},"startTime":1776348407473,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7568,"timestamp":6741460437851,"id":632,"parentId":622,"tags":{},"startTime":1776348407473,"traceId":"bd498e2bd237b710"}] +[{"name":"build-module-js","duration":8089,"timestamp":6741460437604,"id":622,"parentId":509,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CloseIcon.js","layer":"ssr"},"startTime":1776348407473,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7844,"timestamp":6741460437868,"id":635,"parentId":634,"tags":{},"startTime":1776348407473,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7852,"timestamp":6741460437861,"id":634,"parentId":623,"tags":{},"startTime":1776348407473,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8730,"timestamp":6741460437621,"id":623,"parentId":509,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/component-stack-pseudo-html.js","layer":"ssr"},"startTime":1776348407473,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":17151,"timestamp":6741460434086,"id":586,"parentId":577,"tags":{},"startTime":1776348407470,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":38,"timestamp":6741460451250,"id":636,"parentId":577,"tags":{},"startTime":1776348407487,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":17811,"timestamp":6741460433821,"id":577,"parentId":542,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/is-error.js","layer":"ssr"},"startTime":1776348407469,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2485,"timestamp":6741460454397,"id":643,"parentId":642,"tags":{},"startTime":1776348407490,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2517,"timestamp":6741460454370,"id":642,"parentId":640,"tags":{},"startTime":1776348407490,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3080,"timestamp":6741460454256,"id":640,"parentId":366,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/strip-ansi/index.js","layer":"ssr"},"startTime":1776348407490,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":5376,"timestamp":6741460452169,"id":639,"parentId":638,"tags":{},"startTime":1776348407488,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":5411,"timestamp":6741460452135,"id":638,"parentId":637,"tags":{},"startTime":1776348407488,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8031,"timestamp":6741460452033,"id":637,"parentId":541,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/link.js","layer":"ssr"},"startTime":1776348407488,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6555,"timestamp":6741460454417,"id":645,"parentId":644,"tags":{},"startTime":1776348407490,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6577,"timestamp":6741460454400,"id":644,"parentId":641,"tags":{},"startTime":1776348407490,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7701,"timestamp":6741460454322,"id":641,"parentId":585,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stack-frame.js","layer":"ssr"},"startTime":1776348407490,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6757,"timestamp":6741460455328,"id":648,"parentId":647,"tags":{},"startTime":1776348407491,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6776,"timestamp":6741460455311,"id":647,"parentId":646,"tags":{},"startTime":1776348407491,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7115,"timestamp":6741460455252,"id":646,"parentId":623,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CollapseIcon.js","layer":"ssr"},"startTime":1776348407491,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9216,"timestamp":6741460456799,"id":652,"parentId":651,"tags":{},"startTime":1776348407492,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9252,"timestamp":6741460456767,"id":651,"parentId":649,"tags":{},"startTime":1776348407492,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":9677,"timestamp":6741460456637,"id":649,"parentId":508,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/index.js","layer":"ssr"},"startTime":1776348407492,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9516,"timestamp":6741460456817,"id":654,"parentId":653,"tags":{},"startTime":1776348407492,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9533,"timestamp":6741460456801,"id":653,"parentId":650,"tags":{},"startTime":1776348407492,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":9817,"timestamp":6741460456707,"id":650,"parentId":508,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/index.js","layer":"ssr"},"startTime":1776348407492,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3913,"timestamp":6741460463300,"id":659,"parentId":658,"tags":{},"startTime":1776348407499,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3944,"timestamp":6741460463271,"id":658,"parentId":655,"tags":{},"startTime":1776348407499,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4579,"timestamp":6741460462880,"id":655,"parentId":577,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"ssr"},"startTime":1776348407499,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4143,"timestamp":6741460463327,"id":663,"parentId":662,"tags":{},"startTime":1776348407499,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":4155,"timestamp":6741460463316,"id":662,"parentId":657,"tags":{},"startTime":1776348407499,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4724,"timestamp":6741460462981,"id":657,"parentId":509,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/index.js","layer":"ssr"},"startTime":1776348407499,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4408,"timestamp":6741460463315,"id":661,"parentId":660,"tags":{},"startTime":1776348407499,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":4421,"timestamp":6741460463302,"id":660,"parentId":656,"tags":{},"startTime":1776348407499,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":5595,"timestamp":6741460462944,"id":656,"parentId":512,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/index.js","layer":"ssr"},"startTime":1776348407499,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":1930,"timestamp":6741460469506,"id":668,"parentId":667,"tags":{},"startTime":1776348407505,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1960,"timestamp":6741460469478,"id":667,"parentId":664,"tags":{},"startTime":1776348407505,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2761,"timestamp":6741460468920,"id":664,"parentId":474,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/dev/noop-turbopack-hmr.js","layer":"ssr"},"startTime":1776348407505,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2170,"timestamp":6741460469520,"id":670,"parentId":669,"tags":{},"startTime":1776348407505,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2183,"timestamp":6741460469508,"id":669,"parentId":665,"tags":{},"startTime":1776348407505,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3004,"timestamp":6741460468990,"id":665,"parentId":508,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/index.js","layer":"ssr"},"startTime":1776348407505,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2472,"timestamp":6741460469531,"id":672,"parentId":671,"tags":{},"startTime":1776348407505,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2482,"timestamp":6741460469521,"id":671,"parentId":666,"tags":{},"startTime":1776348407505,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3232,"timestamp":6741460469024,"id":666,"parentId":508,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/index.js","layer":"ssr"},"startTime":1776348407505,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2597,"timestamp":6741460482175,"id":678,"parentId":677,"tags":{},"startTime":1776348407518,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2612,"timestamp":6741460482164,"id":677,"parentId":674,"tags":{},"startTime":1776348407518,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3126,"timestamp":6741460482073,"id":674,"parentId":512,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/index.js","layer":"ssr"},"startTime":1776348407518,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3062,"timestamp":6741460482162,"id":676,"parentId":675,"tags":{},"startTime":1776348407518,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3088,"timestamp":6741460482137,"id":675,"parentId":673,"tags":{},"startTime":1776348407518,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3620,"timestamp":6741460482000,"id":673,"parentId":510,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/hot-linked-text/index.js","layer":"ssr"},"startTime":1776348407518,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2596,"timestamp":6741460486903,"id":693,"parentId":692,"tags":{},"startTime":1776348407523,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2608,"timestamp":6741460486895,"id":692,"parentId":682,"tags":{},"startTime":1776348407523,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3159,"timestamp":6741460486695,"id":682,"parentId":637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/get-domain-locale.js","layer":"ssr"},"startTime":1776348407522,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2987,"timestamp":6741460486878,"id":689,"parentId":688,"tags":{},"startTime":1776348407523,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2998,"timestamp":6741460486868,"id":688,"parentId":680,"tags":{},"startTime":1776348407522,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3419,"timestamp":6741460486642,"id":680,"parentId":637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-locale.js","layer":"ssr"},"startTime":1776348407522,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3210,"timestamp":6741460486865,"id":687,"parentId":686,"tags":{},"startTime":1776348407522,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3238,"timestamp":6741460486838,"id":686,"parentId":679,"tags":{},"startTime":1776348407522,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3913,"timestamp":6741460486570,"id":679,"parentId":637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/resolve-href.js","layer":"ssr"},"startTime":1776348407522,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4548,"timestamp":6741460486889,"id":691,"parentId":690,"tags":{},"startTime":1776348407523,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":4559,"timestamp":6741460486879,"id":690,"parentId":681,"tags":{},"startTime":1776348407523,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":5237,"timestamp":6741460486671,"id":681,"parentId":637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/use-intersection.js","layer":"ssr"},"startTime":1776348407522,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":5354,"timestamp":6741460486919,"id":697,"parentId":696,"tags":{},"startTime":1776348407523,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":5363,"timestamp":6741460486912,"id":696,"parentId":684,"tags":{},"startTime":1776348407523,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":5659,"timestamp":6741460486746,"id":684,"parentId":637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"ssr"},"startTime":1776348407522,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":5511,"timestamp":6741460486911,"id":695,"parentId":694,"tags":{},"startTime":1776348407523,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":5520,"timestamp":6741460486904,"id":694,"parentId":683,"tags":{},"startTime":1776348407523,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6300,"timestamp":6741460486726,"id":683,"parentId":637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils.js","layer":"ssr"},"startTime":1776348407522,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6127,"timestamp":6741460486927,"id":699,"parentId":698,"tags":{},"startTime":1776348407523,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6135,"timestamp":6741460486920,"id":698,"parentId":685,"tags":{},"startTime":1776348407523,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6998,"timestamp":6741460486764,"id":685,"parentId":637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"ssr"},"startTime":1776348407522,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4402,"timestamp":6741460489374,"id":706,"parentId":705,"tags":{},"startTime":1776348407525,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":4425,"timestamp":6741460489351,"id":705,"parentId":700,"tags":{},"startTime":1776348407525,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4961,"timestamp":6741460489186,"id":700,"parentId":656,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/group-stack-frames-by-framework.js","layer":"ssr"},"startTime":1776348407525,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4779,"timestamp":6741460489386,"id":708,"parentId":707,"tags":{},"startTime":1776348407525,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":4790,"timestamp":6741460489375,"id":707,"parentId":701,"tags":{},"startTime":1776348407525,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":5153,"timestamp":6741460489238,"id":701,"parentId":649,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/Overlay.js","layer":"ssr"},"startTime":1776348407525,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7394,"timestamp":6741460489395,"id":710,"parentId":709,"tags":{},"startTime":1776348407525,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7404,"timestamp":6741460489387,"id":709,"parentId":702,"tags":{},"startTime":1776348407525,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8050,"timestamp":6741460489264,"id":702,"parentId":650,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/Terminal.js","layer":"ssr"},"startTime":1776348407525,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7918,"timestamp":6741460489411,"id":714,"parentId":713,"tags":{},"startTime":1776348407525,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7926,"timestamp":6741460489404,"id":713,"parentId":704,"tags":{},"startTime":1776348407525,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8333,"timestamp":6741460489306,"id":704,"parentId":656,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/GroupedStackFrames.js","layer":"ssr"},"startTime":1776348407525,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6436,"timestamp":6741460491212,"id":724,"parentId":723,"tags":{},"startTime":1776348407527,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6455,"timestamp":6741460491195,"id":723,"parentId":716,"tags":{},"startTime":1776348407527,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6979,"timestamp":6741460490816,"id":716,"parentId":665,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogBody.js","layer":"ssr"},"startTime":1776348407526,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8409,"timestamp":6741460489403,"id":712,"parentId":711,"tags":{},"startTime":1776348407525,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8418,"timestamp":6741460489395,"id":711,"parentId":703,"tags":{},"startTime":1776348407525,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8960,"timestamp":6741460489286,"id":703,"parentId":657,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/LeftRightDialogHeader.js","layer":"ssr"},"startTime":1776348407525,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7022,"timestamp":6741460491232,"id":728,"parentId":727,"tags":{},"startTime":1776348407527,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7030,"timestamp":6741460491224,"id":727,"parentId":718,"tags":{},"startTime":1776348407527,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7599,"timestamp":6741460490867,"id":718,"parentId":665,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogHeader.js","layer":"ssr"},"startTime":1776348407526,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7263,"timestamp":6741460491223,"id":726,"parentId":725,"tags":{},"startTime":1776348407527,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7274,"timestamp":6741460491213,"id":725,"parentId":717,"tags":{},"startTime":1776348407527,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7984,"timestamp":6741460490837,"id":717,"parentId":665,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/Dialog.js","layer":"ssr"},"startTime":1776348407526,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7726,"timestamp":6741460491240,"id":730,"parentId":729,"tags":{},"startTime":1776348407527,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7734,"timestamp":6741460491233,"id":729,"parentId":719,"tags":{},"startTime":1776348407527,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8288,"timestamp":6741460490884,"id":719,"parentId":665,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogContent.js","layer":"ssr"},"startTime":1776348407527,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8007,"timestamp":6741460491248,"id":732,"parentId":731,"tags":{},"startTime":1776348407527,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8015,"timestamp":6741460491241,"id":731,"parentId":720,"tags":{},"startTime":1776348407527,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8507,"timestamp":6741460490902,"id":720,"parentId":665,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/styles.js","layer":"ssr"},"startTime":1776348407527,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8165,"timestamp":6741460491256,"id":734,"parentId":733,"tags":{},"startTime":1776348407527,"traceId":"bd498e2bd237b710"}] +[{"name":"next-swc-loader","duration":8279,"timestamp":6741460491249,"id":733,"parentId":721,"tags":{},"startTime":1776348407527,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8735,"timestamp":6741460490920,"id":721,"parentId":666,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/styles.js","layer":"ssr"},"startTime":1776348407527,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6149,"timestamp":6741460501771,"id":737,"parentId":736,"tags":{},"startTime":1776348407537,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6176,"timestamp":6741460501748,"id":736,"parentId":735,"tags":{},"startTime":1776348407537,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7039,"timestamp":6741460501367,"id":735,"parentId":666,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/VersionStalenessInfo.js","layer":"ssr"},"startTime":1776348407537,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":19704,"timestamp":6741460490944,"id":722,"parentId":715,"tags":{},"startTime":1776348407527,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":41,"timestamp":6741460510655,"id":738,"parentId":715,"tags":{},"startTime":1776348407546,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":20599,"timestamp":6741460490761,"id":715,"parentId":471,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","layer":"ssr"},"startTime":1776348407526,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":1374,"timestamp":6741460513424,"id":749,"parentId":748,"tags":{},"startTime":1776348407549,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1385,"timestamp":6741460513416,"id":748,"parentId":741,"tags":{},"startTime":1776348407549,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":1814,"timestamp":6741460513250,"id":741,"parentId":674,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/Toast.js","layer":"ssr"},"startTime":1776348407549,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":1658,"timestamp":6741460513415,"id":747,"parentId":746,"tags":{},"startTime":1776348407549,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1669,"timestamp":6741460513404,"id":746,"parentId":740,"tags":{},"startTime":1776348407549,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":1985,"timestamp":6741460513222,"id":740,"parentId":674,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/styles.js","layer":"ssr"},"startTime":1776348407549,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":1816,"timestamp":6741460513401,"id":745,"parentId":744,"tags":{},"startTime":1776348407549,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1847,"timestamp":6741460513371,"id":744,"parentId":739,"tags":{},"startTime":1776348407549,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2348,"timestamp":6741460513143,"id":739,"parentId":673,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/magic-identifier.js","layer":"ssr"},"startTime":1776348407549,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2661,"timestamp":6741460514600,"id":763,"parentId":762,"tags":{},"startTime":1776348407550,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2673,"timestamp":6741460514590,"id":762,"parentId":753,"tags":{},"startTime":1776348407550,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3219,"timestamp":6741460514440,"id":753,"parentId":681,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/request-idle-callback.js","layer":"ssr"},"startTime":1776348407550,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3102,"timestamp":6741460514589,"id":761,"parentId":760,"tags":{},"startTime":1776348407550,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3111,"timestamp":6741460514581,"id":760,"parentId":752,"tags":{},"startTime":1776348407550,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3621,"timestamp":6741460514417,"id":752,"parentId":679,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"ssr"},"startTime":1776348407550,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3485,"timestamp":6741460514570,"id":757,"parentId":756,"tags":{},"startTime":1776348407550,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3506,"timestamp":6741460514550,"id":756,"parentId":750,"tags":{},"startTime":1776348407550,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4052,"timestamp":6741460514346,"id":750,"parentId":679,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"ssr"},"startTime":1776348407550,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4242,"timestamp":6741460514580,"id":759,"parentId":758,"tags":{},"startTime":1776348407550,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":4254,"timestamp":6741460514571,"id":758,"parentId":751,"tags":{},"startTime":1776348407550,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4618,"timestamp":6741460514391,"id":751,"parentId":679,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"ssr"},"startTime":1776348407550,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4618,"timestamp":6741460514617,"id":767,"parentId":766,"tags":{},"startTime":1776348407550,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":4626,"timestamp":6741460514610,"id":766,"parentId":755,"tags":{},"startTime":1776348407550,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4953,"timestamp":6741460514507,"id":755,"parentId":701,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/body-locker.js","layer":"ssr"},"startTime":1776348407550,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3627,"timestamp":6741460515846,"id":776,"parentId":775,"tags":{},"startTime":1776348407551,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3642,"timestamp":6741460515831,"id":775,"parentId":770,"tags":{},"startTime":1776348407551,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3987,"timestamp":6741460515712,"id":770,"parentId":702,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/EditorLink.js","layer":"ssr"},"startTime":1776348407551,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3855,"timestamp":6741460515856,"id":778,"parentId":777,"tags":{},"startTime":1776348407551,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3864,"timestamp":6741460515847,"id":777,"parentId":771,"tags":{},"startTime":1776348407551,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4175,"timestamp":6741460515732,"id":771,"parentId":704,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/CallStackFrame.js","layer":"ssr"},"startTime":1776348407551,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4304,"timestamp":6741460515864,"id":780,"parentId":779,"tags":{},"startTime":1776348407551,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":4312,"timestamp":6741460515857,"id":779,"parentId":772,"tags":{},"startTime":1776348407551,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4735,"timestamp":6741460515749,"id":772,"parentId":704,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/FrameworkIcon.js","layer":"ssr"},"startTime":1776348407551,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":7167,"timestamp":6741460513335,"id":743,"parentId":742,"tags":{},"startTime":1776348407549,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":32,"timestamp":6741460520510,"id":781,"parentId":742,"tags":{},"startTime":1776348407556,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7643,"timestamp":6741460513275,"id":742,"parentId":508,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js","layer":"ssr"},"startTime":1776348407549,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":6753,"timestamp":6741460515814,"id":774,"parentId":769,"tags":{},"startTime":1776348407551,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":27,"timestamp":6741460522572,"id":788,"parentId":769,"tags":{},"startTime":1776348407558,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7039,"timestamp":6741460515671,"id":769,"parentId":564,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"ssr"},"startTime":1776348407551,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":6918,"timestamp":6741460515806,"id":773,"parentId":768,"tags":{},"startTime":1776348407551,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":25,"timestamp":6741460522728,"id":789,"parentId":768,"tags":{},"startTime":1776348407558,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7242,"timestamp":6741460515617,"id":768,"parentId":564,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"ssr"},"startTime":1776348407551,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":1597,"timestamp":6741460521626,"id":784,"parentId":783,"tags":{},"startTime":1776348407557,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1618,"timestamp":6741460521606,"id":783,"parentId":782,"tags":{},"startTime":1776348407557,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2182,"timestamp":6741460521234,"id":782,"parentId":717,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/hooks/use-on-click-outside.js","layer":"ssr"},"startTime":1776348407557,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":1968,"timestamp":6741460522501,"id":787,"parentId":786,"tags":{},"startTime":1776348407558,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2029,"timestamp":6741460522440,"id":786,"parentId":785,"tags":{},"startTime":1776348407558,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2215,"timestamp":6741460522400,"id":785,"parentId":656,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/index.js","layer":"ssr"},"startTime":1776348407558,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":1020,"timestamp":6741460523849,"id":797,"parentId":796,"tags":{},"startTime":1776348407559,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1029,"timestamp":6741460523840,"id":796,"parentId":793,"tags":{},"startTime":1776348407559,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":1283,"timestamp":6741460523751,"id":793,"parentId":752,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"ssr"},"startTime":1776348407559,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":2063,"timestamp":6741460523179,"id":791,"parentId":790,"tags":{},"startTime":1776348407559,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":29,"timestamp":6741460525245,"id":804,"parentId":790,"tags":{},"startTime":1776348407561,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2226,"timestamp":6741460523118,"id":790,"parentId":637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/router-context.js","layer":"ssr"},"startTime":1776348407559,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":1969,"timestamp":6741460524719,"id":800,"parentId":799,"tags":{},"startTime":1776348407560,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1985,"timestamp":6741460524706,"id":799,"parentId":798,"tags":{},"startTime":1776348407560,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2432,"timestamp":6741460524673,"id":798,"parentId":770,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-open-in-editor.js","layer":"ssr"},"startTime":1776348407560,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3555,"timestamp":6741460523839,"id":795,"parentId":794,"tags":{},"startTime":1776348407559,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3571,"timestamp":6741460523824,"id":794,"parentId":792,"tags":{},"startTime":1776348407559,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4250,"timestamp":6741460523724,"id":792,"parentId":752,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"ssr"},"startTime":1776348407559,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2769,"timestamp":6741460525214,"id":803,"parentId":802,"tags":{},"startTime":1776348407561,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2781,"timestamp":6741460525202,"id":802,"parentId":801,"tags":{},"startTime":1776348407561,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2920,"timestamp":6741460525174,"id":801,"parentId":679,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"ssr"},"startTime":1776348407561,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":2,"timestamp":6741460529235,"id":809,"parentId":808,"tags":{},"startTime":1776348407565,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":31,"timestamp":6741460529240,"id":810,"parentId":808,"tags":{},"startTime":1776348407565,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":458,"timestamp":6741460529181,"id":808,"parentId":792,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/constants.js","layer":"ssr"},"startTime":1776348407565,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":15854,"timestamp":6741460514609,"id":765,"parentId":764,"tags":{},"startTime":1776348407550,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":15863,"timestamp":6741460514601,"id":764,"parentId":754,"tags":{},"startTime":1776348407550,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":21416,"timestamp":6741460514473,"id":754,"parentId":701,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/maintain--tab-focus.js","layer":"ssr"},"startTime":1776348407550,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8121,"timestamp":6741460529102,"id":807,"parentId":806,"tags":{},"startTime":1776348407565,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8148,"timestamp":6741460529077,"id":806,"parentId":805,"tags":{},"startTime":1776348407565,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8771,"timestamp":6741460529006,"id":805,"parentId":785,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/CodeFrame.js","layer":"ssr"},"startTime":1776348407565,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7730,"timestamp":6741460530109,"id":815,"parentId":814,"tags":{},"startTime":1776348407566,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7749,"timestamp":6741460530091,"id":814,"parentId":811,"tags":{},"startTime":1776348407566,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7960,"timestamp":6741460530017,"id":811,"parentId":792,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"ssr"},"startTime":1776348407566,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7858,"timestamp":6741460530128,"id":819,"parentId":818,"tags":{},"startTime":1776348407566,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7866,"timestamp":6741460530120,"id":818,"parentId":813,"tags":{},"startTime":1776348407566,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8013,"timestamp":6741460530071,"id":813,"parentId":801,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"ssr"},"startTime":1776348407566,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7982,"timestamp":6741460530119,"id":817,"parentId":816,"tags":{},"startTime":1776348407566,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7992,"timestamp":6741460530110,"id":816,"parentId":812,"tags":{},"startTime":1776348407566,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8496,"timestamp":6741460530051,"id":812,"parentId":801,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"ssr"},"startTime":1776348407566,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":350,"timestamp":6741460541559,"id":821,"parentId":820,"tags":{},"startTime":1776348407577,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":27,"timestamp":6741460541914,"id":822,"parentId":820,"tags":{},"startTime":1776348407578,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":1634,"timestamp":6741460541493,"id":820,"parentId":702,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/anser/index.js","layer":"ssr"},"startTime":1776348407577,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":334,"timestamp":6741460543818,"id":824,"parentId":823,"tags":{},"startTime":1776348407579,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":39,"timestamp":6741460544161,"id":827,"parentId":823,"tags":{},"startTime":1776348407580,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":842,"timestamp":6741460543739,"id":823,"parentId":754,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/css.escape/css.escape.js","layer":"ssr"},"startTime":1776348407579,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":725,"timestamp":6741460543911,"id":826,"parentId":825,"tags":{},"startTime":1776348407580,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":62,"timestamp":6741460544643,"id":828,"parentId":825,"tags":{},"startTime":1776348407580,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3441,"timestamp":6741460543852,"id":825,"parentId":754,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/platform/platform.js","layer":"ssr"},"startTime":1776348407579,"traceId":"bd498e2bd237b710"},{"name":"make","duration":448449,"timestamp":6741460099262,"id":119,"parentId":118,"tags":{},"startTime":1776348407135,"traceId":"bd498e2bd237b710"},{"name":"chunk-graph","duration":2681,"timestamp":6741460553594,"id":830,"parentId":829,"tags":{},"startTime":1776348407589,"traceId":"bd498e2bd237b710"},{"name":"optimize-modules","duration":4,"timestamp":6741460556305,"id":832,"parentId":829,"tags":{},"startTime":1776348407592,"traceId":"bd498e2bd237b710"}] +[{"name":"optimize-chunks","duration":2279,"timestamp":6741460556409,"id":833,"parentId":829,"tags":{},"startTime":1776348407592,"traceId":"bd498e2bd237b710"},{"name":"optimize-tree","duration":4,"timestamp":6741460558704,"id":834,"parentId":829,"tags":{},"startTime":1776348407594,"traceId":"bd498e2bd237b710"},{"name":"optimize-chunk-modules","duration":2,"timestamp":6741460558721,"id":835,"parentId":829,"tags":{},"startTime":1776348407594,"traceId":"bd498e2bd237b710"},{"name":"optimize","duration":3001,"timestamp":6741460556299,"id":831,"parentId":829,"tags":{},"startTime":1776348407592,"traceId":"bd498e2bd237b710"},{"name":"module-hash","duration":3759,"timestamp":6741460562607,"id":836,"parentId":829,"tags":{},"startTime":1776348407598,"traceId":"bd498e2bd237b710"},{"name":"code-generation","duration":9324,"timestamp":6741460566374,"id":837,"parentId":829,"tags":{},"startTime":1776348407602,"traceId":"bd498e2bd237b710"},{"name":"hash","duration":2761,"timestamp":6741460577898,"id":838,"parentId":829,"tags":{},"startTime":1776348407614,"traceId":"bd498e2bd237b710"},{"name":"code-generation-jobs","duration":190,"timestamp":6741460580658,"id":839,"parentId":829,"tags":{},"startTime":1776348407616,"traceId":"bd498e2bd237b710"},{"name":"module-assets","duration":120,"timestamp":6741460580789,"id":840,"parentId":829,"tags":{},"startTime":1776348407616,"traceId":"bd498e2bd237b710"},{"name":"create-chunk-assets","duration":38382,"timestamp":6741460580912,"id":841,"parentId":829,"tags":{},"startTime":1776348407617,"traceId":"bd498e2bd237b710"},{"name":"seal","duration":68159,"timestamp":6741460552911,"id":829,"parentId":118,"tags":{},"startTime":1776348407589,"traceId":"bd498e2bd237b710"},{"name":"webpack-compilation","duration":523367,"timestamp":6741460098574,"id":118,"parentId":116,"tags":{"name":"server"},"startTime":1776348407134,"traceId":"bd498e2bd237b710"},{"name":"emit","duration":7521,"timestamp":6741460621966,"id":842,"parentId":116,"tags":{},"startTime":1776348407658,"traceId":"bd498e2bd237b710"},{"name":"webpack-invalidated-server","duration":532999,"timestamp":6741460096874,"id":116,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776348407132,"traceId":"bd498e2bd237b710"},{"name":"build-module","duration":849,"timestamp":6741460642423,"id":851,"parentId":847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2F(public)%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1776348407678,"traceId":"bd498e2bd237b710"},{"name":"build-module","duration":59,"timestamp":6741460643304,"id":852,"parentId":848,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false!","layer":"app-pages-browser"},"startTime":1776348407679,"traceId":"bd498e2bd237b710"},{"name":"build-module","duration":869,"timestamp":6741460643374,"id":853,"parentId":849,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext-themes%2Fdist%2Findex.mjs%22%2C%22ids%22%3A%5B%22ThemeProvider%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fhooks%2Fuse-auth.tsx%22%2C%22ids%22%3A%5B%22AuthProvider%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1776348407679,"traceId":"bd498e2bd237b710"},{"name":"build-module","duration":2237,"timestamp":6741460644250,"id":854,"parentId":850,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%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%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%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":1776348407680,"traceId":"bd498e2bd237b710"},{"name":"add-entry","duration":11597,"timestamp":6741460635028,"id":848,"parentId":844,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776348407671,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":4,"timestamp":6741460651222,"id":856,"parentId":855,"tags":{},"startTime":1776348407687,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2557,"timestamp":6741460651311,"id":858,"parentId":857,"tags":{},"startTime":1776348407687,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2637,"timestamp":6741460651233,"id":857,"parentId":855,"tags":{},"startTime":1776348407687,"traceId":"bd498e2bd237b710"},{"name":"build-module-mjs","duration":4694,"timestamp":6741460650830,"id":855,"parentId":853,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next-themes/dist/index.mjs","layer":"app-pages-browser"},"startTime":1776348407686,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2500,"timestamp":6741460653502,"id":869,"parentId":868,"tags":{},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2539,"timestamp":6741460653464,"id":868,"parentId":859,"tags":{},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4935,"timestamp":6741460651682,"id":859,"parentId":846,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-next-dev.js","layer":"app-pages-browser"},"startTime":1776348407687,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3096,"timestamp":6741460653543,"id":871,"parentId":870,"tags":{},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3137,"timestamp":6741460653503,"id":870,"parentId":860,"tags":{},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"build-module-tsx","duration":4142,"timestamp":6741460653011,"id":860,"parentId":853,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-auth.tsx","layer":"app-pages-browser"},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3570,"timestamp":6741460653593,"id":877,"parentId":876,"tags":{},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3579,"timestamp":6741460653585,"id":876,"parentId":863,"tags":{},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4111,"timestamp":6741460653344,"id":863,"parentId":854,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8552,"timestamp":6741460653573,"id":873,"parentId":872,"tags":{},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8585,"timestamp":6741460653545,"id":872,"parentId":861,"tags":{},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"build-module-tsx","duration":10823,"timestamp":6741460653252,"id":861,"parentId":851,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/(public)/page.tsx","layer":"app-pages-browser"},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":10536,"timestamp":6741460653584,"id":875,"parentId":874,"tags":{},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":10546,"timestamp":6741460653574,"id":874,"parentId":862,"tags":{},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":12535,"timestamp":6741460653300,"id":862,"parentId":854,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":12260,"timestamp":6741460653601,"id":879,"parentId":878,"tags":{},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":12268,"timestamp":6741460653594,"id":878,"parentId":864,"tags":{},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":13085,"timestamp":6741460653377,"id":864,"parentId":854,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":13161,"timestamp":6741460653625,"id":885,"parentId":884,"tags":{},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":13168,"timestamp":6741460653618,"id":884,"parentId":867,"tags":{},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":13606,"timestamp":6741460653442,"id":867,"parentId":854,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":13445,"timestamp":6741460653617,"id":883,"parentId":882,"tags":{},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":13453,"timestamp":6741460653610,"id":882,"parentId":866,"tags":{},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":14054,"timestamp":6741460653422,"id":866,"parentId":854,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-boundary.js","layer":"app-pages-browser"},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":13892,"timestamp":6741460653609,"id":881,"parentId":880,"tags":{},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":13900,"timestamp":6741460653602,"id":880,"parentId":865,"tags":{},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":15371,"timestamp":6741460653400,"id":865,"parentId":854,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1776348407689,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":665,"timestamp":6741460677318,"id":921,"parentId":919,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":29,"timestamp":6741460677990,"id":980,"parentId":919,"tags":{},"startTime":1776348407714,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":998,"timestamp":6741460677223,"id":919,"parentId":861,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/api/link.js","layer":"app-pages-browser"},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3147,"timestamp":6741460675854,"id":890,"parentId":889,"tags":{},"startTime":1776348407711,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3176,"timestamp":6741460675826,"id":889,"parentId":886,"tags":{},"startTime":1776348407711,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3963,"timestamp":6741460675594,"id":886,"parentId":863,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/search-params.js","layer":"app-pages-browser"},"startTime":1776348407711,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2180,"timestamp":6741460677392,"id":927,"parentId":926,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2189,"timestamp":6741460677384,"id":926,"parentId":893,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3415,"timestamp":6741460676509,"id":893,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1776348407712,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2553,"timestamp":6741460677383,"id":925,"parentId":924,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2564,"timestamp":6741460677373,"id":924,"parentId":892,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3761,"timestamp":6741460676477,"id":892,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1776348407712,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2877,"timestamp":6741460677371,"id":923,"parentId":922,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2904,"timestamp":6741460677344,"id":922,"parentId":891,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4103,"timestamp":6741460676403,"id":891,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1776348407712,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4952,"timestamp":6741460677405,"id":929,"parentId":928,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":4962,"timestamp":6741460677397,"id":928,"parentId":894,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6151,"timestamp":6741460676534,"id":894,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1776348407712,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":5283,"timestamp":6741460677413,"id":931,"parentId":930,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":5290,"timestamp":6741460677406,"id":930,"parentId":895,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6361,"timestamp":6741460676559,"id":895,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1776348407712,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":5505,"timestamp":6741460677430,"id":935,"parentId":934,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":5513,"timestamp":6741460677422,"id":934,"parentId":897,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6721,"timestamp":6741460676622,"id":897,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1776348407712,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":5937,"timestamp":6741460677421,"id":933,"parentId":932,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":5945,"timestamp":6741460677414,"id":932,"parentId":896,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7525,"timestamp":6741460676598,"id":896,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/use-reducer-with-devtools.js","layer":"app-pages-browser"},"startTime":1776348407712,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6675,"timestamp":6741460677460,"id":939,"parentId":938,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6685,"timestamp":6741460677451,"id":938,"parentId":899,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7703,"timestamp":6741460676694,"id":899,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1776348407712,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6960,"timestamp":6741460677450,"id":937,"parentId":936,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6980,"timestamp":6741460677431,"id":936,"parentId":898,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8166,"timestamp":6741460676647,"id":898,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1776348407712,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7344,"timestamp":6741460677478,"id":943,"parentId":942,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7352,"timestamp":6741460677470,"id":942,"parentId":901,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8271,"timestamp":6741460676765,"id":901,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1776348407712,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7576,"timestamp":6741460677469,"id":941,"parentId":940,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7584,"timestamp":6741460677461,"id":940,"parentId":900,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8575,"timestamp":6741460676735,"id":900,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1776348407712,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7824,"timestamp":6741460677494,"id":947,"parentId":946,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7832,"timestamp":6741460677487,"id":946,"parentId":903,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8742,"timestamp":6741460676807,"id":903,"parentId":864,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1776348407712,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8041,"timestamp":6741460677515,"id":951,"parentId":950,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8050,"timestamp":6741460677507,"id":950,"parentId":905,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8983,"timestamp":6741460676844,"id":905,"parentId":866,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1776348407712,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8354,"timestamp":6741460677486,"id":945,"parentId":944,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8362,"timestamp":6741460677479,"id":944,"parentId":902,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":9648,"timestamp":6741460676787,"id":902,"parentId":864,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1776348407712,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8943,"timestamp":6741460677506,"id":949,"parentId":948,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8954,"timestamp":6741460677495,"id":948,"parentId":904,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":9927,"timestamp":6741460676826,"id":904,"parentId":864,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-async-storage.external.js","layer":"shared"},"startTime":1776348407712,"traceId":"bd498e2bd237b710"}] +[{"name":"next-swc-transform","duration":9459,"timestamp":6741460677527,"id":953,"parentId":952,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9471,"timestamp":6741460677516,"id":952,"parentId":906,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10470,"timestamp":6741460676862,"id":906,"parentId":865,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1776348407712,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9805,"timestamp":6741460677536,"id":955,"parentId":954,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9813,"timestamp":6741460677528,"id":954,"parentId":907,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10871,"timestamp":6741460676880,"id":907,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":10216,"timestamp":6741460677543,"id":957,"parentId":956,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":10224,"timestamp":6741460677537,"id":956,"parentId":908,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":11076,"timestamp":6741460676897,"id":908,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"app-pages-browser"},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":173,"timestamp":6741460691445,"id":993,"parentId":990,"tags":{},"startTime":1776348407727,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":203,"timestamp":6741460691449,"id":994,"parentId":991,"tags":{},"startTime":1776348407727,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1159,"timestamp":6741460691624,"id":997,"parentId":990,"tags":{},"startTime":1776348407727,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1130,"timestamp":6741460691654,"id":998,"parentId":991,"tags":{},"startTime":1776348407727,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":1807,"timestamp":6741460691267,"id":990,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1776348407727,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":1787,"timestamp":6741460691357,"id":991,"parentId":864,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1776348407727,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":15628,"timestamp":6741460677552,"id":959,"parentId":958,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":15636,"timestamp":6741460677545,"id":958,"parentId":909,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":16731,"timestamp":6741460676914,"id":909,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":16123,"timestamp":6741460677560,"id":961,"parentId":960,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":16131,"timestamp":6741460677553,"id":960,"parentId":910,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":17164,"timestamp":6741460676931,"id":910,"parentId":866,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":16542,"timestamp":6741460677571,"id":963,"parentId":962,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":16553,"timestamp":6741460677561,"id":962,"parentId":911,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":17761,"timestamp":6741460676951,"id":911,"parentId":865,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":17142,"timestamp":6741460677579,"id":965,"parentId":964,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":17150,"timestamp":6741460677572,"id":964,"parentId":912,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":17978,"timestamp":6741460676969,"id":912,"parentId":865,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":17368,"timestamp":6741460677587,"id":967,"parentId":966,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":17376,"timestamp":6741460677580,"id":966,"parentId":913,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":18181,"timestamp":6741460676998,"id":913,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":17598,"timestamp":6741460677596,"id":969,"parentId":968,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":17606,"timestamp":6741460677588,"id":968,"parentId":914,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":18448,"timestamp":6741460677017,"id":914,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"app-pages-browser"},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":17862,"timestamp":6741460677611,"id":973,"parentId":972,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":17871,"timestamp":6741460677604,"id":972,"parentId":916,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":18561,"timestamp":6741460677106,"id":916,"parentId":865,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":18058,"timestamp":6741460677620,"id":975,"parentId":974,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":18067,"timestamp":6741460677612,"id":974,"parentId":917,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":18710,"timestamp":6741460677165,"id":917,"parentId":865,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"app-pages-browser"},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":18433,"timestamp":6741460677629,"id":977,"parentId":976,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":18441,"timestamp":6741460677621,"id":976,"parentId":918,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":19121,"timestamp":6741460677197,"id":918,"parentId":865,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"app-pages-browser"},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":14954,"timestamp":6741460681383,"id":987,"parentId":986,"tags":{},"startTime":1776348407717,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":14966,"timestamp":6741460681372,"id":986,"parentId":982,"tags":{},"startTime":1776348407717,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":15496,"timestamp":6741460681192,"id":982,"parentId":859,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1776348407717,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":19116,"timestamp":6741460677603,"id":971,"parentId":970,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":19123,"timestamp":6741460677596,"id":970,"parentId":915,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":20829,"timestamp":6741460677044,"id":915,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/app/hot-reloader-client.js","layer":"app-pages-browser"},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":20250,"timestamp":6741460677658,"id":979,"parentId":978,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":20279,"timestamp":6741460677630,"id":978,"parentId":920,"tags":{},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"build-module-ts","duration":21328,"timestamp":6741460677270,"id":920,"parentId":860,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/api.ts","layer":"app-pages-browser"},"startTime":1776348407713,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":17240,"timestamp":6741460681370,"id":985,"parentId":984,"tags":{},"startTime":1776348407717,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":17266,"timestamp":6741460681345,"id":984,"parentId":981,"tags":{},"startTime":1776348407717,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":17843,"timestamp":6741460681141,"id":981,"parentId":859,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1776348407717,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":17626,"timestamp":6741460681392,"id":989,"parentId":988,"tags":{},"startTime":1776348407717,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":17635,"timestamp":6741460681384,"id":988,"parentId":983,"tags":{},"startTime":1776348407717,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":18577,"timestamp":6741460681218,"id":983,"parentId":859,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1776348407717,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8261,"timestamp":6741460691578,"id":996,"parentId":995,"tags":{},"startTime":1776348407727,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8290,"timestamp":6741460691550,"id":995,"parentId":992,"tags":{},"startTime":1776348407727,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8744,"timestamp":6741460691403,"id":992,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/dev-root-not-found-boundary.js","layer":"app-pages-browser"},"startTime":1776348407727,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":250,"timestamp":6741460702004,"id":1005,"parentId":1001,"tags":{},"startTime":1776348407738,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":283,"timestamp":6741460702007,"id":1006,"parentId":1004,"tags":{},"startTime":1776348407738,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":5649,"timestamp":6741460702258,"id":1015,"parentId":1001,"tags":{},"startTime":1776348407738,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":5616,"timestamp":6741460702293,"id":1016,"parentId":1004,"tags":{},"startTime":1776348407738,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6847,"timestamp":6741460701870,"id":1001,"parentId":886,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"app-pages-browser"},"startTime":1776348407737,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6939,"timestamp":6741460701952,"id":1004,"parentId":886,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"app-pages-browser"},"startTime":1776348407738,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":33410,"timestamp":6741460675742,"id":888,"parentId":887,"tags":{},"startTime":1776348407711,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":32,"timestamp":6741460709158,"id":1017,"parentId":887,"tags":{},"startTime":1776348407745,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":33744,"timestamp":6741460675666,"id":887,"parentId":845,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js","layer":"app-pages-browser"},"startTime":1776348407711,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7252,"timestamp":6741460702187,"id":1012,"parentId":1011,"tags":{},"startTime":1776348407738,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7261,"timestamp":6741460702179,"id":1011,"parentId":1002,"tags":{},"startTime":1776348407738,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8541,"timestamp":6741460701911,"id":1002,"parentId":893,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1776348407738,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8399,"timestamp":6741460702178,"id":1010,"parentId":1009,"tags":{},"startTime":1776348407738,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8411,"timestamp":6741460702168,"id":1009,"parentId":1000,"tags":{},"startTime":1776348407738,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":9218,"timestamp":6741460701843,"id":1000,"parentId":891,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1776348407737,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8898,"timestamp":6741460702196,"id":1014,"parentId":1013,"tags":{},"startTime":1776348407738,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8907,"timestamp":6741460702188,"id":1013,"parentId":1003,"tags":{},"startTime":1776348407738,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":9394,"timestamp":6741460701932,"id":1003,"parentId":891,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1776348407738,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9284,"timestamp":6741460702166,"id":1008,"parentId":1007,"tags":{},"startTime":1776348407738,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9307,"timestamp":6741460702144,"id":1007,"parentId":999,"tags":{},"startTime":1776348407738,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10984,"timestamp":6741460701791,"id":999,"parentId":919,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/link.js","layer":"app-pages-browser"},"startTime":1776348407737,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":279,"timestamp":6741460713866,"id":1024,"parentId":1022,"tags":{},"startTime":1776348407749,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1890,"timestamp":6741460714149,"id":1035,"parentId":1022,"tags":{},"startTime":1776348407750,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2526,"timestamp":6741460713777,"id":1022,"parentId":906,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/get-segment-param.js","layer":"app-pages-browser"},"startTime":1776348407749,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2659,"timestamp":6741460714063,"id":1032,"parentId":1031,"tags":{},"startTime":1776348407750,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2667,"timestamp":6741460714056,"id":1031,"parentId":1021,"tags":{},"startTime":1776348407750,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3251,"timestamp":6741460713753,"id":1021,"parentId":902,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"app-pages-browser"},"startTime":1776348407749,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2968,"timestamp":6741460714046,"id":1028,"parentId":1027,"tags":{},"startTime":1776348407750,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2978,"timestamp":6741460714036,"id":1027,"parentId":1019,"tags":{},"startTime":1776348407750,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3626,"timestamp":6741460713698,"id":1019,"parentId":902,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1776348407749,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3330,"timestamp":6741460714055,"id":1030,"parentId":1029,"tags":{},"startTime":1776348407750,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3338,"timestamp":6741460714047,"id":1029,"parentId":1020,"tags":{},"startTime":1776348407750,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3867,"timestamp":6741460713727,"id":1020,"parentId":902,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1776348407749,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3571,"timestamp":6741460714035,"id":1026,"parentId":1025,"tags":{},"startTime":1776348407750,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3610,"timestamp":6741460713996,"id":1025,"parentId":1018,"tags":{},"startTime":1776348407750,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4375,"timestamp":6741460713638,"id":1018,"parentId":898,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1776348407749,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3956,"timestamp":6741460714071,"id":1034,"parentId":1033,"tags":{},"startTime":1776348407750,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3964,"timestamp":6741460714064,"id":1033,"parentId":1023,"tags":{},"startTime":1776348407750,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4613,"timestamp":6741460713827,"id":1023,"parentId":896,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/action-queue.js","layer":"app-pages-browser"},"startTime":1776348407749,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":533,"timestamp":6741460720750,"id":1057,"parentId":1038,"tags":{},"startTime":1776348407756,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":559,"timestamp":6741460720761,"id":1058,"parentId":1041,"tags":{},"startTime":1776348407756,"traceId":"bd498e2bd237b710"}] +[{"name":"read-resource","duration":654,"timestamp":6741460720763,"id":1059,"parentId":1047,"tags":{},"startTime":1776348407756,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1591,"timestamp":6741460721290,"id":1096,"parentId":1038,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1492,"timestamp":6741460721391,"id":1097,"parentId":1041,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1465,"timestamp":6741460721419,"id":1098,"parentId":1047,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2863,"timestamp":6741460720252,"id":1038,"parentId":983,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":"app-pages-browser"},"startTime":1776348407756,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2968,"timestamp":6741460720348,"id":1041,"parentId":915,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/dev/extract-modules-from-turbopack-message.js","layer":"app-pages-browser"},"startTime":1776348407756,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3121,"timestamp":6741460720516,"id":1047,"parentId":918,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":"app-pages-browser"},"startTime":1776348407756,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3341,"timestamp":6741460720961,"id":1063,"parentId":1062,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3353,"timestamp":6741460720951,"id":1062,"parentId":1037,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4549,"timestamp":6741460720221,"id":1037,"parentId":911,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1776348407756,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3839,"timestamp":6741460720949,"id":1061,"parentId":1060,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3870,"timestamp":6741460720918,"id":1060,"parentId":1036,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4982,"timestamp":6741460720138,"id":1036,"parentId":983,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1776348407756,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4160,"timestamp":6741460720971,"id":1065,"parentId":1064,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":4169,"timestamp":6741460720963,"id":1064,"parentId":1039,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":5096,"timestamp":6741460720302,"id":1039,"parentId":911,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1776348407756,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4431,"timestamp":6741460720980,"id":1067,"parentId":1066,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":4439,"timestamp":6741460720972,"id":1066,"parentId":1040,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":5460,"timestamp":6741460720325,"id":1040,"parentId":983,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/shared.js","layer":"app-pages-browser"},"startTime":1776348407756,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4803,"timestamp":6741460720996,"id":1071,"parentId":1070,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":4811,"timestamp":6741460720989,"id":1070,"parentId":1043,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":5775,"timestamp":6741460720425,"id":1043,"parentId":909,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1776348407756,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":5228,"timestamp":6741460720988,"id":1069,"parentId":1068,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":5236,"timestamp":6741460720980,"id":1068,"parentId":1042,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6302,"timestamp":6741460720403,"id":1042,"parentId":909,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"app-pages-browser"},"startTime":1776348407756,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":395,"timestamp":6741460727852,"id":1113,"parentId":1103,"tags":{},"startTime":1776348407763,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":870,"timestamp":6741460728252,"id":1140,"parentId":1103,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2012,"timestamp":6741460727396,"id":1103,"parentId":1001,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/url.js","layer":"app-pages-browser"},"startTime":1776348407763,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8425,"timestamp":6741460721012,"id":1075,"parentId":1074,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8433,"timestamp":6741460721005,"id":1074,"parentId":1045,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":9448,"timestamp":6741460720465,"id":1045,"parentId":909,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"app-pages-browser"},"startTime":1776348407756,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8899,"timestamp":6741460721027,"id":1079,"parentId":1078,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8906,"timestamp":6741460721020,"id":1078,"parentId":1048,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":9752,"timestamp":6741460720555,"id":1048,"parentId":983,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js","layer":"app-pages-browser"},"startTime":1776348407756,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9307,"timestamp":6741460721020,"id":1077,"parentId":1076,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9314,"timestamp":6741460721013,"id":1076,"parentId":1046,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10329,"timestamp":6741460720484,"id":1046,"parentId":983,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/app/ReactDevOverlay.js","layer":"app-pages-browser"},"startTime":1776348407756,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9788,"timestamp":6741460721035,"id":1081,"parentId":1080,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9796,"timestamp":6741460721028,"id":1080,"parentId":1049,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10515,"timestamp":6741460720575,"id":1049,"parentId":983,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/get-socket-url.js","layer":"app-pages-browser"},"startTime":1776348407756,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":10101,"timestamp":6741460721004,"id":1073,"parentId":1072,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":10108,"timestamp":6741460720997,"id":1072,"parentId":1044,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":11407,"timestamp":6741460720445,"id":1044,"parentId":909,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"app-pages-browser"},"startTime":1776348407756,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":10803,"timestamp":6741460721066,"id":1089,"parentId":1088,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":10811,"timestamp":6741460721059,"id":1088,"parentId":1053,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":11447,"timestamp":6741460720652,"id":1053,"parentId":915,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/runtime-error-handler.js","layer":"app-pages-browser"},"startTime":1776348407756,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":11061,"timestamp":6741460721051,"id":1085,"parentId":1084,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":11068,"timestamp":6741460721044,"id":1084,"parentId":1051,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":12020,"timestamp":6741460720616,"id":1051,"parentId":915,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parseStack.js","layer":"app-pages-browser"},"startTime":1776348407756,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":11616,"timestamp":6741460721043,"id":1083,"parentId":1082,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":11624,"timestamp":6741460721036,"id":1082,"parentId":1050,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":12812,"timestamp":6741460720597,"id":1050,"parentId":915,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/format-webpack-messages.js","layer":"app-pages-browser"},"startTime":1776348407756,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":12340,"timestamp":6741460721081,"id":1093,"parentId":1092,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":12347,"timestamp":6741460721075,"id":1092,"parentId":1055,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":13093,"timestamp":6741460720689,"id":1055,"parentId":915,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parse-component-stack.js","layer":"app-pages-browser"},"startTime":1776348407756,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":13143,"timestamp":6741460721058,"id":1087,"parentId":1086,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":13151,"timestamp":6741460721052,"id":1086,"parentId":1052,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":15032,"timestamp":6741460720634,"id":1052,"parentId":915,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-error-handler.js","layer":"app-pages-browser"},"startTime":1776348407756,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":14613,"timestamp":6741460721074,"id":1091,"parentId":1090,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":14621,"timestamp":6741460721067,"id":1090,"parentId":1054,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":15581,"timestamp":6741460720670,"id":1054,"parentId":915,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-websocket.js","layer":"app-pages-browser"},"startTime":1776348407756,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":15185,"timestamp":6741460721091,"id":1095,"parentId":1094,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":15195,"timestamp":6741460721082,"id":1094,"parentId":1056,"tags":{},"startTime":1776348407757,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":15874,"timestamp":6741460720707,"id":1056,"parentId":915,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/strip-ansi/index.js","layer":"app-pages-browser"},"startTime":1776348407756,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8613,"timestamp":6741460727980,"id":1117,"parentId":1116,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8623,"timestamp":6741460727971,"id":1116,"parentId":1100,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":9571,"timestamp":6741460727301,"id":1100,"parentId":999,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-locale.js","layer":"app-pages-browser"},"startTime":1776348407763,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8891,"timestamp":6741460727999,"id":1121,"parentId":1120,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8899,"timestamp":6741460727992,"id":1120,"parentId":1102,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":9795,"timestamp":6741460727371,"id":1102,"parentId":999,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/get-domain-locale.js","layer":"app-pages-browser"},"startTime":1776348407763,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9214,"timestamp":6741460727969,"id":1115,"parentId":1114,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9242,"timestamp":6741460727943,"id":1114,"parentId":1099,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10354,"timestamp":6741460727232,"id":1099,"parentId":999,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/resolve-href.js","layer":"app-pages-browser"},"startTime":1776348407763,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9611,"timestamp":6741460727991,"id":1119,"parentId":1118,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9621,"timestamp":6741460727981,"id":1118,"parentId":1101,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10638,"timestamp":6741460727335,"id":1101,"parentId":999,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/use-intersection.js","layer":"app-pages-browser"},"startTime":1776348407763,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9961,"timestamp":6741460728019,"id":1125,"parentId":1124,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9969,"timestamp":6741460728011,"id":1124,"parentId":1105,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10701,"timestamp":6741460727456,"id":1105,"parentId":999,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1776348407763,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":16178,"timestamp":6741460728055,"id":1131,"parentId":1130,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":16203,"timestamp":6741460728035,"id":1130,"parentId":1108,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":17042,"timestamp":6741460727516,"id":1108,"parentId":1000,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1776348407763,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":16546,"timestamp":6741460728026,"id":1127,"parentId":1126,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":16555,"timestamp":6741460728019,"id":1126,"parentId":1106,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":17395,"timestamp":6741460727475,"id":1106,"parentId":1001,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/hooks-server-context.js","layer":"app-pages-browser"},"startTime":1776348407763,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":16845,"timestamp":6741460728034,"id":1129,"parentId":1128,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":16852,"timestamp":6741460728027,"id":1128,"parentId":1107,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":17658,"timestamp":6741460727498,"id":1107,"parentId":1001,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"app-pages-browser"},"startTime":1776348407763,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":17163,"timestamp":6741460728010,"id":1123,"parentId":1122,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":17174,"timestamp":6741460728000,"id":1122,"parentId":1104,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":18257,"timestamp":6741460727437,"id":1104,"parentId":999,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils.js","layer":"app-pages-browser"},"startTime":1776348407763,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":17633,"timestamp":6741460728071,"id":1135,"parentId":1134,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":17640,"timestamp":6741460728064,"id":1134,"parentId":1110,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":18356,"timestamp":6741460727567,"id":1110,"parentId":999,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"app-pages-browser"},"startTime":1776348407763,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":17868,"timestamp":6741460728063,"id":1133,"parentId":1132,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":17876,"timestamp":6741460728056,"id":1132,"parentId":1109,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":18573,"timestamp":6741460727539,"id":1109,"parentId":1000,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"app-pages-browser"},"startTime":1776348407763,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":18023,"timestamp":6741460728096,"id":1139,"parentId":1138,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":18041,"timestamp":6741460728078,"id":1138,"parentId":1112,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":18744,"timestamp":6741460727602,"id":1112,"parentId":904,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-async-storage-instance.js","layer":"shared"},"startTime":1776348407763,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":18279,"timestamp":6741460728078,"id":1137,"parentId":1136,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"}] +[{"name":"next-swc-loader","duration":18381,"timestamp":6741460728071,"id":1136,"parentId":1111,"tags":{},"startTime":1776348407764,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":19235,"timestamp":6741460727585,"id":1111,"parentId":999,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"app-pages-browser"},"startTime":1776348407763,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6994,"timestamp":6741460740223,"id":1154,"parentId":1153,"tags":{},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7004,"timestamp":6741460740214,"id":1153,"parentId":1142,"tags":{},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7510,"timestamp":6741460739914,"id":1142,"parentId":1018,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/action-async-storage.external.js","layer":"shared"},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7202,"timestamp":6741460740232,"id":1156,"parentId":1155,"tags":{},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7210,"timestamp":6741460740224,"id":1155,"parentId":1143,"tags":{},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7705,"timestamp":6741460739942,"id":1143,"parentId":1018,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7441,"timestamp":6741460740212,"id":1152,"parentId":1151,"tags":{},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7465,"timestamp":6741460740189,"id":1151,"parentId":1141,"tags":{},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8078,"timestamp":6741460739855,"id":1141,"parentId":1018,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/request-async-storage.external.js","layer":"shared"},"startTime":1776348407775,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7700,"timestamp":6741460740240,"id":1158,"parentId":1157,"tags":{},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7718,"timestamp":6741460740233,"id":1157,"parentId":1144,"tags":{},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8207,"timestamp":6741460739962,"id":1144,"parentId":1021,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7931,"timestamp":6741460740247,"id":1160,"parentId":1159,"tags":{},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7938,"timestamp":6741460740240,"id":1159,"parentId":1145,"tags":{},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10014,"timestamp":6741460739981,"id":1145,"parentId":1023,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9752,"timestamp":6741460740269,"id":1166,"parentId":1165,"tags":{},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9759,"timestamp":6741460740262,"id":1165,"parentId":1149,"tags":{},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10177,"timestamp":6741460740071,"id":1149,"parentId":983,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":10003,"timestamp":6741460740254,"id":1162,"parentId":1161,"tags":{},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":10010,"timestamp":6741460740248,"id":1161,"parentId":1147,"tags":{},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10656,"timestamp":6741460740035,"id":1147,"parentId":983,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":10455,"timestamp":6741460740261,"id":1164,"parentId":1163,"tags":{},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":10462,"timestamp":6741460740255,"id":1163,"parentId":1148,"tags":{},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":11098,"timestamp":6741460740054,"id":1148,"parentId":983,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-link-gc.js","layer":"app-pages-browser"},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":1740,"timestamp":6741460754821,"id":1170,"parentId":1169,"tags":{},"startTime":1776348407790,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1773,"timestamp":6741460754791,"id":1169,"parentId":1167,"tags":{},"startTime":1776348407790,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4765,"timestamp":6741460752195,"id":1167,"parentId":1047,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1776348407788,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":416,"timestamp":6741460758044,"id":1190,"parentId":1188,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":609,"timestamp":6741460758466,"id":1226,"parentId":1188,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":1631,"timestamp":6741460757953,"id":1188,"parentId":1051,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","layer":"app-pages-browser"},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":1689,"timestamp":6741460758177,"id":1197,"parentId":1196,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1699,"timestamp":6741460758168,"id":1196,"parentId":1173,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2661,"timestamp":6741460757512,"id":1173,"parentId":1049,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":"app-pages-browser"},"startTime":1776348407793,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":1998,"timestamp":6741460758185,"id":1199,"parentId":1198,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2006,"timestamp":6741460758178,"id":1198,"parentId":1174,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2910,"timestamp":6741460757538,"id":1174,"parentId":1052,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/is-hydration-error.js","layer":"app-pages-browser"},"startTime":1776348407793,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2303,"timestamp":6741460758153,"id":1193,"parentId":1192,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2329,"timestamp":6741460758128,"id":1192,"parentId":1171,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3309,"timestamp":6741460757418,"id":1171,"parentId":1101,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/request-idle-callback.js","layer":"app-pages-browser"},"startTime":1776348407793,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2571,"timestamp":6741460758167,"id":1195,"parentId":1194,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2583,"timestamp":6741460758155,"id":1194,"parentId":1172,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3577,"timestamp":6741460757482,"id":1172,"parentId":1045,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"app-pages-browser"},"startTime":1776348407793,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2865,"timestamp":6741460758202,"id":1203,"parentId":1202,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2872,"timestamp":6741460758195,"id":1202,"parentId":1176,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3724,"timestamp":6741460757583,"id":1176,"parentId":1099,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"app-pages-browser"},"startTime":1776348407793,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4131,"timestamp":6741460758210,"id":1205,"parentId":1204,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":4139,"timestamp":6741460758203,"id":1204,"parentId":1177,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":5109,"timestamp":6741460757606,"id":1177,"parentId":1099,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"app-pages-browser"},"startTime":1776348407793,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4500,"timestamp":6741460758226,"id":1209,"parentId":1208,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":4508,"timestamp":6741460758219,"id":1208,"parentId":1179,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":5481,"timestamp":6741460757685,"id":1179,"parentId":1046,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/ShadowPortal.js","layer":"app-pages-browser"},"startTime":1776348407793,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":4991,"timestamp":6741460758194,"id":1201,"parentId":1200,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":5000,"timestamp":6741460758186,"id":1200,"parentId":1175,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":5955,"timestamp":6741460757563,"id":1175,"parentId":1099,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"app-pages-browser"},"startTime":1776348407793,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":5311,"timestamp":6741460758218,"id":1207,"parentId":1206,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":5319,"timestamp":6741460758211,"id":1206,"parentId":1178,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6178,"timestamp":6741460757634,"id":1178,"parentId":1044,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"app-pages-browser"},"startTime":1776348407793,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":5590,"timestamp":6741460758234,"id":1211,"parentId":1210,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":5598,"timestamp":6741460758227,"id":1210,"parentId":1180,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6447,"timestamp":6741460757723,"id":1180,"parentId":1046,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/BuildError.js","layer":"app-pages-browser"},"startTime":1776348407793,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":5922,"timestamp":6741460758258,"id":1217,"parentId":1216,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":5929,"timestamp":6741460758251,"id":1216,"parentId":1183,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6688,"timestamp":6741460757786,"id":1183,"parentId":1046,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/ComponentStyles.js","layer":"app-pages-browser"},"startTime":1776348407793,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6231,"timestamp":6741460758250,"id":1215,"parentId":1214,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6239,"timestamp":6741460758243,"id":1214,"parentId":1182,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6952,"timestamp":6741460757766,"id":1182,"parentId":1046,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/Base.js","layer":"app-pages-browser"},"startTime":1776348407793,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6460,"timestamp":6741460758266,"id":1219,"parentId":1218,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6468,"timestamp":6741460758259,"id":1218,"parentId":1184,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7191,"timestamp":6741460757807,"id":1184,"parentId":1046,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/CssReset.js","layer":"app-pages-browser"},"startTime":1776348407793,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6725,"timestamp":6741460758281,"id":1223,"parentId":1222,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6733,"timestamp":6741460758274,"id":1222,"parentId":1186,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7285,"timestamp":6741460757905,"id":1186,"parentId":1099,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"app-pages-browser"},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":25623,"timestamp":6741460740098,"id":1150,"parentId":1146,"tags":{},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":34,"timestamp":6741460765728,"id":1247,"parentId":1146,"tags":{},"startTime":1776348407801,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":25909,"timestamp":6741460739999,"id":1146,"parentId":981,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/deployment-id.js","layer":"app-pages-browser"},"startTime":1776348407776,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7661,"timestamp":6741460758273,"id":1221,"parentId":1220,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7668,"timestamp":6741460758266,"id":1220,"parentId":1185,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8451,"timestamp":6741460757869,"id":1185,"parentId":1046,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/root-layout-missing-tags-error.js","layer":"app-pages-browser"},"startTime":1776348407793,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8043,"timestamp":6741460758288,"id":1225,"parentId":1224,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8051,"timestamp":6741460758281,"id":1224,"parentId":1187,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8628,"timestamp":6741460757930,"id":1187,"parentId":1054,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/dev/noop-turbopack-hmr.js","layer":"app-pages-browser"},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8370,"timestamp":6741460758242,"id":1213,"parentId":1212,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8378,"timestamp":6741460758235,"id":1212,"parentId":1181,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":11120,"timestamp":6741460757745,"id":1181,"parentId":1046,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/Errors.js","layer":"app-pages-browser"},"startTime":1776348407793,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":12417,"timestamp":6741460761986,"id":1240,"parentId":1239,"tags":{},"startTime":1776348407798,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":12427,"timestamp":6741460761978,"id":1239,"parentId":1229,"tags":{},"startTime":1776348407798,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":13074,"timestamp":6741460761724,"id":1229,"parentId":1145,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1776348407797,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":12838,"timestamp":6741460761977,"id":1238,"parentId":1237,"tags":{},"startTime":1776348407798,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":12848,"timestamp":6741460761967,"id":1237,"parentId":1228,"tags":{},"startTime":1776348407798,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":13482,"timestamp":6741460761700,"id":1228,"parentId":1145,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1776348407797,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":13208,"timestamp":6741460761993,"id":1242,"parentId":1241,"tags":{},"startTime":1776348407798,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":13216,"timestamp":6741460761986,"id":1241,"parentId":1230,"tags":{},"startTime":1776348407798,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":13866,"timestamp":6741460761746,"id":1230,"parentId":1145,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1776348407797,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":13621,"timestamp":6741460762001,"id":1244,"parentId":1243,"tags":{},"startTime":1776348407798,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":13629,"timestamp":6741460761994,"id":1243,"parentId":1231,"tags":{},"startTime":1776348407798,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":14216,"timestamp":6741460761766,"id":1231,"parentId":1145,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/fast-refresh-reducer.js","layer":"app-pages-browser"},"startTime":1776348407797,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":13996,"timestamp":6741460762008,"id":1246,"parentId":1245,"tags":{},"startTime":1776348407798,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":14004,"timestamp":6741460762002,"id":1245,"parentId":1232,"tags":{},"startTime":1776348407798,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":14818,"timestamp":6741460761787,"id":1232,"parentId":1145,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"app-pages-browser"},"startTime":1776348407797,"traceId":"bd498e2bd237b710"}] +[{"name":"next-swc-transform","duration":14752,"timestamp":6741460761965,"id":1236,"parentId":1235,"tags":{},"startTime":1776348407798,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":14777,"timestamp":6741460761942,"id":1235,"parentId":1227,"tags":{},"startTime":1776348407798,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":15933,"timestamp":6741460761657,"id":1227,"parentId":1145,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1776348407797,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":24202,"timestamp":6741460758047,"id":1191,"parentId":1189,"tags":{},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":35,"timestamp":6741460782256,"id":1248,"parentId":1189,"tags":{},"startTime":1776348407818,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":24609,"timestamp":6741460757995,"id":1189,"parentId":983,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1776348407794,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":24180,"timestamp":6741460761857,"id":1234,"parentId":1233,"tags":{},"startTime":1776348407797,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":48,"timestamp":6741460786047,"id":1249,"parentId":1233,"tags":{},"startTime":1776348407822,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":24823,"timestamp":6741460761807,"id":1233,"parentId":887,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/helpers.js","layer":"app-pages-browser"},"startTime":1776348407797,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":794,"timestamp":6741460789706,"id":1252,"parentId":1251,"tags":{},"startTime":1776348407825,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":703,"timestamp":6741460802446,"id":1284,"parentId":1253,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":735,"timestamp":6741460802454,"id":1285,"parentId":1272,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":481,"timestamp":6741460803158,"id":1344,"parentId":1253,"tags":{},"startTime":1776348407839,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":449,"timestamp":6741460803191,"id":1345,"parentId":1272,"tags":{},"startTime":1776348407839,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":14230,"timestamp":6741460789718,"id":1253,"parentId":1174,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1776348407825,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":13846,"timestamp":6741460790245,"id":1272,"parentId":1180,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3910,"timestamp":6741460802589,"id":1287,"parentId":1286,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3950,"timestamp":6741460802551,"id":1286,"parentId":1250,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":20099,"timestamp":6741460786918,"id":1250,"parentId":1167,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1776348407823,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6404,"timestamp":6741460802608,"id":1289,"parentId":1288,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6421,"timestamp":6741460802593,"id":1288,"parentId":1254,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":19717,"timestamp":6741460789796,"id":1254,"parentId":1172,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"app-pages-browser"},"startTime":1776348407825,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6892,"timestamp":6741460802629,"id":1293,"parentId":1292,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6901,"timestamp":6741460802621,"id":1292,"parentId":1256,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":20040,"timestamp":6741460789857,"id":1256,"parentId":1142,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/action-async-storage-instance.js","layer":"shared"},"startTime":1776348407825,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7297,"timestamp":6741460802620,"id":1291,"parentId":1290,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7309,"timestamp":6741460802610,"id":1290,"parentId":1255,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":20375,"timestamp":6741460789830,"id":1255,"parentId":1112,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/async-local-storage.js","layer":"shared"},"startTime":1776348407825,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7579,"timestamp":6741460802642,"id":1295,"parentId":1294,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7587,"timestamp":6741460802635,"id":1294,"parentId":1257,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":20534,"timestamp":6741460789876,"id":1257,"parentId":1141,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/request-async-storage-instance.js","layer":"shared"},"startTime":1776348407825,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7760,"timestamp":6741460802660,"id":1299,"parentId":1298,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7768,"timestamp":6741460802653,"id":1298,"parentId":1259,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":20746,"timestamp":6741460789945,"id":1259,"parentId":1177,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8019,"timestamp":6741460802682,"id":1303,"parentId":1302,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8033,"timestamp":6741460802670,"id":1302,"parentId":1261,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":20930,"timestamp":6741460789999,"id":1261,"parentId":1180,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/noop-template.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8291,"timestamp":6741460802652,"id":1297,"parentId":1296,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8300,"timestamp":6741460802643,"id":1296,"parentId":1258,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":21390,"timestamp":6741460789917,"id":1258,"parentId":1178,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/promise-queue.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8622,"timestamp":6741460802691,"id":1305,"parentId":1304,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8630,"timestamp":6741460802684,"id":1304,"parentId":1262,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":21496,"timestamp":6741460790026,"id":1262,"parentId":1183,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/styles.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8829,"timestamp":6741460802700,"id":1307,"parentId":1306,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8838,"timestamp":6741460802693,"id":1306,"parentId":1263,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":21672,"timestamp":6741460790051,"id":1263,"parentId":1183,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/styles.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9020,"timestamp":6741460802710,"id":1309,"parentId":1308,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9028,"timestamp":6741460802701,"id":1308,"parentId":1264,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":21831,"timestamp":6741460790079,"id":1264,"parentId":1183,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/styles.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9193,"timestamp":6741460802721,"id":1311,"parentId":1310,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9204,"timestamp":6741460802711,"id":1310,"parentId":1265,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":22014,"timestamp":6741460790098,"id":1265,"parentId":1183,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/styles.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9457,"timestamp":6741460802669,"id":1301,"parentId":1300,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9465,"timestamp":6741460802661,"id":1300,"parentId":1260,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":22664,"timestamp":6741460789978,"id":1260,"parentId":1177,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9918,"timestamp":6741460802731,"id":1313,"parentId":1312,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9927,"timestamp":6741460802723,"id":1312,"parentId":1266,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":22739,"timestamp":6741460790117,"id":1266,"parentId":1180,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/index.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":10114,"timestamp":6741460802748,"id":1317,"parentId":1316,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":10122,"timestamp":6741460802741,"id":1316,"parentId":1268,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":22872,"timestamp":6741460790158,"id":1268,"parentId":1180,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/index.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":10278,"timestamp":6741460802757,"id":1319,"parentId":1318,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":10286,"timestamp":6741460802749,"id":1318,"parentId":1269,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":23032,"timestamp":6741460790176,"id":1269,"parentId":1180,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/index.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":10474,"timestamp":6741460802740,"id":1315,"parentId":1314,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":10482,"timestamp":6741460802732,"id":1314,"parentId":1267,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":23228,"timestamp":6741460790140,"id":1267,"parentId":1180,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/index.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":10608,"timestamp":6741460802765,"id":1321,"parentId":1320,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":10616,"timestamp":6741460802758,"id":1320,"parentId":1270,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":23347,"timestamp":6741460790197,"id":1270,"parentId":1183,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/index.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":10768,"timestamp":6741460802782,"id":1325,"parentId":1324,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":10775,"timestamp":6741460802775,"id":1324,"parentId":1273,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":23412,"timestamp":6741460790288,"id":1273,"parentId":1181,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/error-source.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":10899,"timestamp":6741460802808,"id":1331,"parentId":1330,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":10907,"timestamp":6741460802800,"id":1330,"parentId":1276,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":23581,"timestamp":6741460790362,"id":1276,"parentId":1228,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":11183,"timestamp":6741460802774,"id":1323,"parentId":1322,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":11191,"timestamp":6741460802767,"id":1322,"parentId":1271,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":24182,"timestamp":6741460790215,"id":1271,"parentId":1183,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/index.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":11608,"timestamp":6741460802799,"id":1329,"parentId":1328,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":11616,"timestamp":6741460802792,"id":1328,"parentId":1275,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":24403,"timestamp":6741460790341,"id":1275,"parentId":1228,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":11914,"timestamp":6741460802837,"id":1337,"parentId":1336,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":11923,"timestamp":6741460802830,"id":1336,"parentId":1279,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":24504,"timestamp":6741460790423,"id":1279,"parentId":1186,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":12116,"timestamp":6741460802821,"id":1333,"parentId":1332,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":12128,"timestamp":6741460802809,"id":1332,"parentId":1277,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":24846,"timestamp":6741460790383,"id":1277,"parentId":1228,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":12390,"timestamp":6741460802848,"id":1339,"parentId":1338,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":12400,"timestamp":6741460802839,"id":1338,"parentId":1280,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":25015,"timestamp":6741460790440,"id":1280,"parentId":1181,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getErrorByType.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":12640,"timestamp":6741460802829,"id":1335,"parentId":1334,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":12648,"timestamp":6741460802822,"id":1334,"parentId":1278,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":25537,"timestamp":6741460790406,"id":1278,"parentId":1186,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":24665,"timestamp":6741460802859,"id":1341,"parentId":1340,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":24676,"timestamp":6741460802850,"id":1340,"parentId":1281,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":37389,"timestamp":6741460790461,"id":1281,"parentId":1181,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CloseIcon.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":25341,"timestamp":6741460802791,"id":1327,"parentId":1326,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":25349,"timestamp":6741460802784,"id":1326,"parentId":1274,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":38915,"timestamp":6741460790312,"id":1274,"parentId":1229,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":20498,"timestamp":6741460808738,"id":1354,"parentId":1353,"tags":{},"startTime":1776348407844,"traceId":"bd498e2bd237b710"}] +[{"name":"next-swc-loader","duration":20589,"timestamp":6741460808727,"id":1353,"parentId":1347,"tags":{},"startTime":1776348407844,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":21024,"timestamp":6741460808502,"id":1347,"parentId":1181,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/index.js","layer":"app-pages-browser"},"startTime":1776348407844,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":20811,"timestamp":6741460808725,"id":1352,"parentId":1351,"tags":{},"startTime":1776348407844,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":20838,"timestamp":6741460808698,"id":1351,"parentId":1346,"tags":{},"startTime":1776348407844,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":21419,"timestamp":6741460808435,"id":1346,"parentId":1185,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/hot-linked-text/index.js","layer":"app-pages-browser"},"startTime":1776348407844,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":21116,"timestamp":6741460808747,"id":1356,"parentId":1355,"tags":{},"startTime":1776348407844,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":21125,"timestamp":6741460808739,"id":1355,"parentId":1348,"tags":{},"startTime":1776348407844,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":21543,"timestamp":6741460808530,"id":1348,"parentId":1228,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"app-pages-browser"},"startTime":1776348407844,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":27221,"timestamp":6741460802867,"id":1343,"parentId":1342,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":27229,"timestamp":6741460802860,"id":1342,"parentId":1282,"tags":{},"startTime":1776348407838,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":40080,"timestamp":6741460790479,"id":1282,"parentId":1181,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/component-stack-pseudo-html.js","layer":"app-pages-browser"},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":21803,"timestamp":6741460808763,"id":1360,"parentId":1359,"tags":{},"startTime":1776348407844,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":21810,"timestamp":6741460808756,"id":1359,"parentId":1350,"tags":{},"startTime":1776348407844,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":23021,"timestamp":6741460808584,"id":1350,"parentId":1227,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"app-pages-browser"},"startTime":1776348407844,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":22887,"timestamp":6741460808755,"id":1358,"parentId":1357,"tags":{},"startTime":1776348407844,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":22896,"timestamp":6741460808748,"id":1357,"parentId":1349,"tags":{},"startTime":1776348407844,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":23488,"timestamp":6741460808554,"id":1349,"parentId":1227,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js","layer":"app-pages-browser"},"startTime":1776348407844,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9624,"timestamp":6741460822446,"id":1367,"parentId":1366,"tags":{},"startTime":1776348407858,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9655,"timestamp":6741460822417,"id":1366,"parentId":1361,"tags":{},"startTime":1776348407858,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10674,"timestamp":6741460821800,"id":1361,"parentId":1227,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js","layer":"app-pages-browser"},"startTime":1776348407857,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2160,"timestamp":6741460834084,"id":1372,"parentId":1371,"tags":{},"startTime":1776348407870,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2195,"timestamp":6741460834052,"id":1371,"parentId":1368,"tags":{},"startTime":1776348407870,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2951,"timestamp":6741460833576,"id":1368,"parentId":1253,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1776348407869,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":341,"timestamp":6741460837107,"id":1393,"parentId":1373,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":374,"timestamp":6741460837110,"id":1394,"parentId":1390,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":398,"timestamp":6741460837111,"id":1395,"parentId":1391,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":80,"timestamp":6741460837452,"id":1430,"parentId":1373,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":46,"timestamp":6741460837486,"id":1431,"parentId":1390,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":22,"timestamp":6741460837511,"id":1432,"parentId":1391,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":1323,"timestamp":6741460836582,"id":1373,"parentId":1260,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/constants.js","layer":"app-pages-browser"},"startTime":1776348407872,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":1026,"timestamp":6741460837011,"id":1390,"parentId":1258,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"app-pages-browser"},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":1055,"timestamp":6741460837046,"id":1391,"parentId":1258,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"app-pages-browser"},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":1071,"timestamp":6741460837153,"id":1397,"parentId":1396,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1096,"timestamp":6741460837129,"id":1396,"parentId":1374,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":1782,"timestamp":6741460836655,"id":1374,"parentId":1260,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"app-pages-browser"},"startTime":1776348407872,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":1261,"timestamp":6741460837184,"id":1403,"parentId":1402,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1269,"timestamp":6741460837176,"id":1402,"parentId":1377,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":1937,"timestamp":6741460836734,"id":1377,"parentId":1271,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/group-stack-frames-by-framework.js","layer":"app-pages-browser"},"startTime":1776348407872,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":1512,"timestamp":6741460837167,"id":1399,"parentId":1398,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1525,"timestamp":6741460837154,"id":1398,"parentId":1375,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2251,"timestamp":6741460836685,"id":1375,"parentId":1254,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js","layer":"app-pages-browser"},"startTime":1776348407872,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2118,"timestamp":6741460837199,"id":1407,"parentId":1406,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2126,"timestamp":6741460837192,"id":1406,"parentId":1379,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2806,"timestamp":6741460836772,"id":1379,"parentId":1266,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogBody.js","layer":"app-pages-browser"},"startTime":1776348407872,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2380,"timestamp":6741460837206,"id":1409,"parentId":1408,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2387,"timestamp":6741460837200,"id":1408,"parentId":1380,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3014,"timestamp":6741460836790,"id":1380,"parentId":1266,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogContent.js","layer":"app-pages-browser"},"startTime":1776348407872,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2626,"timestamp":6741460837192,"id":1405,"parentId":1404,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2634,"timestamp":6741460837185,"id":1404,"parentId":1378,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3388,"timestamp":6741460836754,"id":1378,"parentId":1266,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/Dialog.js","layer":"app-pages-browser"},"startTime":1776348407872,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2934,"timestamp":6741460837214,"id":1411,"parentId":1410,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2941,"timestamp":6741460837207,"id":1410,"parentId":1381,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3551,"timestamp":6741460836808,"id":1381,"parentId":1266,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogHeader.js","layer":"app-pages-browser"},"startTime":1776348407872,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3148,"timestamp":6741460837221,"id":1413,"parentId":1412,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3155,"timestamp":6741460837214,"id":1412,"parentId":1382,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3957,"timestamp":6741460836826,"id":1382,"parentId":1266,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/styles.js","layer":"app-pages-browser"},"startTime":1776348407872,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3623,"timestamp":6741460837176,"id":1401,"parentId":1400,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3632,"timestamp":6741460837167,"id":1400,"parentId":1376,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4738,"timestamp":6741460836710,"id":1376,"parentId":1280,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stack-frame.js","layer":"app-pages-browser"},"startTime":1776348407872,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6873,"timestamp":6741460837235,"id":1417,"parentId":1416,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6889,"timestamp":6741460837229,"id":1416,"parentId":1384,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7707,"timestamp":6741460836861,"id":1384,"parentId":1269,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/styles.js","layer":"app-pages-browser"},"startTime":1776348407872,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":7341,"timestamp":6741460837249,"id":1421,"parentId":1420,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":7347,"timestamp":6741460837243,"id":1420,"parentId":1386,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":8604,"timestamp":6741460836927,"id":1386,"parentId":1267,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/Overlay.js","layer":"app-pages-browser"},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8321,"timestamp":6741460837228,"id":1415,"parentId":1414,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8329,"timestamp":6741460837222,"id":1414,"parentId":1383,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":9260,"timestamp":6741460836843,"id":1383,"parentId":1268,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/Terminal.js","layer":"app-pages-browser"},"startTime":1776348407872,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8876,"timestamp":6741460837242,"id":1419,"parentId":1418,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8883,"timestamp":6741460837236,"id":1418,"parentId":1385,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":9594,"timestamp":6741460836909,"id":1385,"parentId":1269,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/VersionStalenessInfo.js","layer":"app-pages-browser"},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9249,"timestamp":6741460837262,"id":1425,"parentId":1424,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9256,"timestamp":6741460837256,"id":1424,"parentId":1388,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":9784,"timestamp":6741460836971,"id":1388,"parentId":1270,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/Toast.js","layer":"app-pages-browser"},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":25312,"timestamp":6741460822163,"id":1363,"parentId":1362,"tags":{},"startTime":1776348407858,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":25732,"timestamp":6741460821880,"id":1362,"parentId":860,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/jsx-dev-runtime.js","layer":"app-pages-browser"},"startTime":1776348407858,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":25425,"timestamp":6741460822196,"id":1365,"parentId":1364,"tags":{},"startTime":1776348407858,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":25499,"timestamp":6741460822184,"id":1364,"parentId":863,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1776348407858,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":10442,"timestamp":6741460837256,"id":1423,"parentId":1422,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":10449,"timestamp":6741460837249,"id":1422,"parentId":1387,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10998,"timestamp":6741460836954,"id":1387,"parentId":1270,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/styles.js","layer":"app-pages-browser"},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":10685,"timestamp":6741460837276,"id":1429,"parentId":1428,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":10692,"timestamp":6741460837270,"id":1428,"parentId":1392,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":11054,"timestamp":6741460837080,"id":1392,"parentId":1271,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/index.js","layer":"app-pages-browser"},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":8888,"timestamp":6741460839254,"id":1439,"parentId":1438,"tags":{},"startTime":1776348407875,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":8899,"timestamp":6741460839244,"id":1438,"parentId":1434,"tags":{},"startTime":1776348407875,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":9185,"timestamp":6741460839166,"id":1434,"parentId":1282,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CollapseIcon.js","layer":"app-pages-browser"},"startTime":1776348407875,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":11090,"timestamp":6741460837269,"id":1427,"parentId":1426,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":11097,"timestamp":6741460837263,"id":1426,"parentId":1389,"tags":{},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":11652,"timestamp":6741460836994,"id":1389,"parentId":1271,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/GroupedStackFrames.js","layer":"app-pages-browser"},"startTime":1776348407873,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9413,"timestamp":6741460839242,"id":1437,"parentId":1436,"tags":{},"startTime":1776348407875,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9435,"timestamp":6741460839221,"id":1436,"parentId":1433,"tags":{},"startTime":1776348407875,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":9836,"timestamp":6741460839120,"id":1433,"parentId":1346,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/magic-identifier.js","layer":"app-pages-browser"},"startTime":1776348407875,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9706,"timestamp":6741460839264,"id":1441,"parentId":1440,"tags":{},"startTime":1776348407875,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9716,"timestamp":6741460839255,"id":1440,"parentId":1435,"tags":{},"startTime":1776348407875,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10199,"timestamp":6741460839191,"id":1435,"parentId":1347,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/LeftRightDialogHeader.js","layer":"app-pages-browser"},"startTime":1776348407875,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":269360,"timestamp":6741460833664,"id":1370,"parentId":1369,"tags":{},"startTime":1776348407869,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":269730,"timestamp":6741460833649,"id":1369,"parentId":862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1776348407869,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":207,"timestamp":6741461105157,"id":1459,"parentId":1456,"tags":{},"startTime":1776348408141,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":41,"timestamp":6741461105373,"id":1472,"parentId":1456,"tags":{},"startTime":1776348408141,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":1752,"timestamp":6741461105059,"id":1456,"parentId":1383,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/anser/index.js","layer":"app-pages-browser"},"startTime":1776348408141,"traceId":"bd498e2bd237b710"}] +[{"name":"next-swc-transform","duration":3094,"timestamp":6741461103960,"id":1449,"parentId":1448,"tags":{},"startTime":1776348408140,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3127,"timestamp":6741461103928,"id":1448,"parentId":1443,"tags":{},"startTime":1776348408140,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3769,"timestamp":6741461103702,"id":1443,"parentId":1378,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/hooks/use-on-click-outside.js","layer":"app-pages-browser"},"startTime":1776348408139,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2260,"timestamp":6741461105227,"id":1465,"parentId":1464,"tags":{},"startTime":1776348408141,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2267,"timestamp":6741461105220,"id":1464,"parentId":1452,"tags":{},"startTime":1776348408141,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2864,"timestamp":6741461104965,"id":1452,"parentId":1386,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/body-locker.js","layer":"app-pages-browser"},"startTime":1776348408141,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":2608,"timestamp":6741461105235,"id":1467,"parentId":1466,"tags":{},"startTime":1776348408141,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":2615,"timestamp":6741461105228,"id":1466,"parentId":1453,"tags":{},"startTime":1776348408141,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3245,"timestamp":6741461104994,"id":1453,"parentId":1383,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/EditorLink.js","layer":"app-pages-browser"},"startTime":1776348408141,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":3046,"timestamp":6741461105207,"id":1461,"parentId":1460,"tags":{},"startTime":1776348408141,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":3072,"timestamp":6741461105182,"id":1460,"parentId":1450,"tags":{},"startTime":1776348408141,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":4689,"timestamp":6741461104858,"id":1450,"parentId":1389,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/FrameworkIcon.js","layer":"app-pages-browser"},"startTime":1776348408140,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6099,"timestamp":6741461105252,"id":1471,"parentId":1470,"tags":{},"startTime":1776348408141,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6112,"timestamp":6741461105242,"id":1470,"parentId":1455,"tags":{},"startTime":1776348408141,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":6954,"timestamp":6741461105038,"id":1455,"parentId":1389,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/CallStackFrame.js","layer":"app-pages-browser"},"startTime":1776348408141,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":6770,"timestamp":6741461105242,"id":1469,"parentId":1468,"tags":{},"startTime":1776348408141,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":6777,"timestamp":6741461105236,"id":1468,"parentId":1454,"tags":{},"startTime":1776348408141,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":7593,"timestamp":6741461105016,"id":1454,"parentId":1392,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/CodeFrame.js","layer":"app-pages-browser"},"startTime":1776348408141,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":46699,"timestamp":6741461103810,"id":1445,"parentId":1444,"tags":{},"startTime":1776348408139,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":47108,"timestamp":6741461103795,"id":1444,"parentId":865,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1776348408139,"traceId":"bd498e2bd237b710"},{"name":"postcss-process","duration":236836,"timestamp":6741461022449,"id":1442,"parentId":1283,"tags":{},"startTime":1776348408058,"traceId":"bd498e2bd237b710"},{"name":"postcss-loader","duration":469982,"timestamp":6741460790577,"id":1283,"parentId":1251,"tags":{},"startTime":1776348407826,"traceId":"bd498e2bd237b710"},{"name":"css-loader","duration":29494,"timestamp":6741461260687,"id":1475,"parentId":1251,"tags":{"astUsed":"true"},"startTime":1776348408296,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":187542,"timestamp":6741461103831,"id":1447,"parentId":1446,"tags":{},"startTime":1776348408139,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":187990,"timestamp":6741461103823,"id":1446,"parentId":983,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1776348408139,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":188429,"timestamp":6741461105219,"id":1463,"parentId":1462,"tags":{},"startTime":1776348408141,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":188442,"timestamp":6741461105209,"id":1462,"parentId":1451,"tags":{},"startTime":1776348408141,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":195656,"timestamp":6741461104932,"id":1451,"parentId":1386,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/maintain--tab-focus.js","layer":"app-pages-browser"},"startTime":1776348408141,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":195505,"timestamp":6741461105119,"id":1458,"parentId":1457,"tags":{},"startTime":1776348408141,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":195645,"timestamp":6741461105109,"id":1457,"parentId":983,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-server-dom-webpack/client.js","layer":"app-pages-browser"},"startTime":1776348408141,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":9800,"timestamp":6741461292564,"id":1484,"parentId":1483,"tags":{},"startTime":1776348408328,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":9860,"timestamp":6741461292507,"id":1483,"parentId":1476,"tags":{},"startTime":1776348408328,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":10453,"timestamp":6741461292318,"id":1476,"parentId":1453,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-open-in-editor.js","layer":"app-pages-browser"},"startTime":1776348408328,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":192435,"timestamp":6741461110360,"id":1474,"parentId":1473,"tags":{},"startTime":1776348408146,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":31,"timestamp":6741461302801,"id":1485,"parentId":1473,"tags":{},"startTime":1776348408338,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":192643,"timestamp":6741461110268,"id":1473,"parentId":887,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-refresh/runtime.js","layer":"app-pages-browser"},"startTime":1776348408146,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":4,"timestamp":6741461303942,"id":1488,"parentId":1486,"tags":{},"startTime":1776348408340,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":63,"timestamp":6741461303946,"id":1489,"parentId":1487,"tags":{},"startTime":1776348408340,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":82,"timestamp":6741461303952,"id":1490,"parentId":1486,"tags":{},"startTime":1776348408340,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":23,"timestamp":6741461304011,"id":1491,"parentId":1487,"tags":{},"startTime":1776348408340,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2940,"timestamp":6741461303799,"id":1486,"parentId":1451,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/platform/platform.js","layer":"app-pages-browser"},"startTime":1776348408339,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":3152,"timestamp":6741461303887,"id":1487,"parentId":1451,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/css.escape/css.escape.js","layer":"app-pages-browser"},"startTime":1776348408340,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":15018,"timestamp":6741461292413,"id":1478,"parentId":1477,"tags":{},"startTime":1776348408328,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":17030,"timestamp":6741461292397,"id":1477,"parentId":1362,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/cjs/react-jsx-dev-runtime.development.js","layer":"app-pages-browser"},"startTime":1776348408328,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":16983,"timestamp":6741461292452,"id":1482,"parentId":1481,"tags":{},"startTime":1776348408328,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":22065,"timestamp":6741461292445,"id":1481,"parentId":1369,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/cjs/react.development.js","layer":"app-pages-browser"},"startTime":1776348408328,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":22086,"timestamp":6741461292438,"id":1480,"parentId":1479,"tags":{},"startTime":1776348408328,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":23632,"timestamp":6741461292429,"id":1479,"parentId":1364,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.development.js","layer":"app-pages-browser"},"startTime":1776348408328,"traceId":"bd498e2bd237b710"},{"name":"add-entry","duration":681819,"timestamp":6741460634936,"id":847,"parentId":844,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2F(public)%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776348407671,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":908,"timestamp":6741461317045,"id":1495,"parentId":1494,"tags":{},"startTime":1776348408353,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":1034,"timestamp":6741461317027,"id":1494,"parentId":1457,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1776348408353,"traceId":"bd498e2bd237b710"},{"name":"build-module-css","duration":531352,"timestamp":6741460786997,"id":1251,"parentId":1168,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css.webpack[javascript/auto]!=!/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css","layer":null},"startTime":1776348407823,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":665,"timestamp":6741461317860,"id":1497,"parentId":1496,"tags":{},"startTime":1776348408353,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":52,"timestamp":6741461318536,"id":1498,"parentId":1496,"tags":{},"startTime":1776348408354,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":1936,"timestamp":6741461317773,"id":1496,"parentId":1473,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.development.js","layer":"app-pages-browser"},"startTime":1776348408353,"traceId":"bd498e2bd237b710"},{"name":"add-entry","duration":685043,"timestamp":6741460634849,"id":845,"parentId":844,"tags":{"request":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1776348407670,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":3221,"timestamp":6741461317012,"id":1493,"parentId":1492,"tags":{},"startTime":1776348408353,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":76204,"timestamp":6741461316969,"id":1492,"parentId":1444,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-dom/cjs/react-dom.development.js","layer":"app-pages-browser"},"startTime":1776348408353,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":940,"timestamp":6741461394178,"id":1502,"parentId":1501,"tags":{},"startTime":1776348408430,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":1710,"timestamp":6741461393850,"id":1501,"parentId":1251,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js","layer":null},"startTime":1776348408429,"traceId":"bd498e2bd237b710"},{"name":"build-module-css","duration":648602,"timestamp":6741460752256,"id":1168,"parentId":853,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css","layer":"app-pages-browser"},"startTime":1776348407788,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":81113,"timestamp":6741461319972,"id":1500,"parentId":1499,"tags":{},"startTime":1776348408356,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":83640,"timestamp":6741461319950,"id":1499,"parentId":1494,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js","layer":"app-pages-browser"},"startTime":1776348408356,"traceId":"bd498e2bd237b710"},{"name":"build-module","duration":57,"timestamp":6741461404520,"id":1503,"parentId":1168,"tags":{},"startTime":1776348408440,"traceId":"bd498e2bd237b710"},{"name":"add-entry","duration":769576,"timestamp":6741460635041,"id":849,"parentId":844,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext-themes%2Fdist%2Findex.mjs%22%2C%22ids%22%3A%5B%22ThemeProvider%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fhooks%2Fuse-auth.tsx%22%2C%22ids%22%3A%5B%22AuthProvider%22%5D%7D&server=false!"},"startTime":1776348407671,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":256,"timestamp":6741461405599,"id":1505,"parentId":1504,"tags":{},"startTime":1776348408441,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":32,"timestamp":6741461405864,"id":1506,"parentId":1504,"tags":{},"startTime":1776348408441,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":575,"timestamp":6741461405495,"id":1504,"parentId":1492,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1776348408441,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":220,"timestamp":6741461406484,"id":1508,"parentId":1507,"tags":{},"startTime":1776348408442,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":50,"timestamp":6741461406711,"id":1509,"parentId":1507,"tags":{},"startTime":1776348408442,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":1221,"timestamp":6741461406421,"id":1507,"parentId":1504,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/scheduler/cjs/scheduler.development.js","layer":"app-pages-browser"},"startTime":1776348408442,"traceId":"bd498e2bd237b710"},{"name":"add-entry","duration":772781,"timestamp":6741460634918,"id":846,"parentId":844,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1776348407671,"traceId":"bd498e2bd237b710"},{"name":"add-entry","duration":772650,"timestamp":6741460635053,"id":850,"parentId":844,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%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%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776348407671,"traceId":"bd498e2bd237b710"},{"name":"make","duration":776376,"timestamp":6741460631338,"id":844,"parentId":843,"tags":{},"startTime":1776348407667,"traceId":"bd498e2bd237b710"},{"name":"chunk-graph","duration":1864,"timestamp":6741461410806,"id":1511,"parentId":1510,"tags":{},"startTime":1776348408446,"traceId":"bd498e2bd237b710"},{"name":"optimize-modules","duration":3,"timestamp":6741461412688,"id":1513,"parentId":1510,"tags":{},"startTime":1776348408448,"traceId":"bd498e2bd237b710"},{"name":"optimize-chunks","duration":44,"timestamp":6741461412702,"id":1514,"parentId":1510,"tags":{},"startTime":1776348408448,"traceId":"bd498e2bd237b710"},{"name":"optimize-tree","duration":4,"timestamp":6741461412758,"id":1515,"parentId":1510,"tags":{},"startTime":1776348408448,"traceId":"bd498e2bd237b710"},{"name":"optimize-chunk-modules","duration":2,"timestamp":6741461412770,"id":1516,"parentId":1510,"tags":{},"startTime":1776348408448,"traceId":"bd498e2bd237b710"},{"name":"optimize","duration":748,"timestamp":6741461412681,"id":1512,"parentId":1510,"tags":{},"startTime":1776348408448,"traceId":"bd498e2bd237b710"},{"name":"module-hash","duration":4208,"timestamp":6741461414704,"id":1517,"parentId":1510,"tags":{},"startTime":1776348408450,"traceId":"bd498e2bd237b710"},{"name":"code-generation","duration":5741,"timestamp":6741461418922,"id":1518,"parentId":1510,"tags":{},"startTime":1776348408455,"traceId":"bd498e2bd237b710"},{"name":"hash","duration":7688,"timestamp":6741461426985,"id":1519,"parentId":1510,"tags":{},"startTime":1776348408463,"traceId":"bd498e2bd237b710"},{"name":"code-generation-jobs","duration":353,"timestamp":6741461434673,"id":1520,"parentId":1510,"tags":{},"startTime":1776348408470,"traceId":"bd498e2bd237b710"},{"name":"module-assets","duration":62,"timestamp":6741461435004,"id":1521,"parentId":1510,"tags":{},"startTime":1776348408471,"traceId":"bd498e2bd237b710"},{"name":"create-chunk-assets","duration":71092,"timestamp":6741461435070,"id":1522,"parentId":1510,"tags":{},"startTime":1776348408471,"traceId":"bd498e2bd237b710"},{"name":"NextJsBuildManifest-generateClientManifest","duration":69,"timestamp":6741461506852,"id":1524,"parentId":843,"tags":{},"startTime":1776348408542,"traceId":"bd498e2bd237b710"},{"name":"NextJsBuildManifest-createassets","duration":290,"timestamp":6741461506635,"id":1523,"parentId":843,"tags":{},"startTime":1776348408542,"traceId":"bd498e2bd237b710"},{"name":"seal","duration":98592,"timestamp":6741461410141,"id":1510,"parentId":843,"tags":{},"startTime":1776348408446,"traceId":"bd498e2bd237b710"},{"name":"webpack-compilation","duration":877681,"timestamp":6741460631099,"id":843,"parentId":253,"tags":{"name":"client"},"startTime":1776348407667,"traceId":"bd498e2bd237b710"},{"name":"emit","duration":16287,"timestamp":6741461508796,"id":1525,"parentId":253,"tags":{},"startTime":1776348408544,"traceId":"bd498e2bd237b710"},{"name":"compile-path","duration":1428834,"timestamp":6741460096900,"id":117,"tags":{"trigger":"/","isTurbopack":false},"startTime":1776348407133,"traceId":"bd498e2bd237b710"},{"name":"webpack-invalidated-client","duration":1252165,"timestamp":6741460273820,"id":253,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776348407309,"traceId":"bd498e2bd237b710"}] +[{"name":"handle-request","duration":1528293,"timestamp":6741460086848,"id":115,"tags":{"url":"/","isTurbopack":false},"startTime":1776348407122,"traceId":"bd498e2bd237b710"},{"name":"memory-usage","duration":0,"timestamp":6741461615173,"id":1526,"parentId":115,"tags":{"url":"/","memory.rss":"561643520","memory.heapUsed":"289496744","memory.heapTotal":"316162048"},"startTime":1776348408651,"traceId":"bd498e2bd237b710"},{"name":"add-entry","duration":12353,"timestamp":6741461729706,"id":1536,"parentId":1532,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776348408765,"traceId":"bd498e2bd237b710"},{"name":"add-entry","duration":14985,"timestamp":6741461729247,"id":1533,"parentId":1532,"tags":{"request":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1776348408765,"traceId":"bd498e2bd237b710"},{"name":"add-entry","duration":17393,"timestamp":6741461729837,"id":1538,"parentId":1532,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%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%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776348408765,"traceId":"bd498e2bd237b710"},{"name":"add-entry","duration":17809,"timestamp":6741461729637,"id":1535,"parentId":1532,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2F(public)%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776348408765,"traceId":"bd498e2bd237b710"},{"name":"read-resource","duration":1867,"timestamp":6741461745590,"id":1542,"parentId":1541,"tags":{},"startTime":1776348408781,"traceId":"bd498e2bd237b710"},{"name":"postcss-process","duration":43491,"timestamp":6741461747494,"id":1544,"parentId":1543,"tags":{},"startTime":1776348408783,"traceId":"bd498e2bd237b710"},{"name":"postcss-loader","duration":43869,"timestamp":6741461747477,"id":1543,"parentId":1541,"tags":{},"startTime":1776348408783,"traceId":"bd498e2bd237b710"},{"name":"css-loader","duration":9978,"timestamp":6741461791368,"id":1545,"parentId":1541,"tags":{"astUsed":"true"},"startTime":1776348408827,"traceId":"bd498e2bd237b710"},{"name":"build-module-css","duration":56851,"timestamp":6741461745527,"id":1541,"parentId":1540,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css.webpack[javascript/auto]!=!/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css","layer":null},"startTime":1776348408781,"traceId":"bd498e2bd237b710"},{"name":"add-entry","duration":74982,"timestamp":6741461729582,"id":1534,"parentId":1532,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1776348408765,"traceId":"bd498e2bd237b710"},{"name":"build-module-css","duration":65116,"timestamp":6741461742796,"id":1540,"parentId":1531,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css","layer":"app-pages-browser"},"startTime":1776348408778,"traceId":"bd498e2bd237b710"},{"name":"build-module","duration":27,"timestamp":6741461808626,"id":1546,"parentId":1540,"tags":{},"startTime":1776348408844,"traceId":"bd498e2bd237b710"},{"name":"add-entry","duration":79136,"timestamp":6741461729729,"id":1537,"parentId":1532,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext-themes%2Fdist%2Findex.mjs%22%2C%22ids%22%3A%5B%22ThemeProvider%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fhooks%2Fuse-auth.tsx%22%2C%22ids%22%3A%5B%22AuthProvider%22%5D%7D&server=false!"},"startTime":1776348408765,"traceId":"bd498e2bd237b710"},{"name":"next-client-pages-loader","duration":80,"timestamp":6741461810841,"id":1548,"parentId":1547,"tags":{"absolutePagePath":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-error.js"},"startTime":1776348408846,"traceId":"bd498e2bd237b710"},{"name":"build-module","duration":1551,"timestamp":6741461809602,"id":1547,"parentId":1539,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error.js&page=%2F_not-found%2Fpage!","layer":"app-pages-browser"},"startTime":1776348408845,"traceId":"bd498e2bd237b710"},{"name":"next-swc-transform","duration":1295,"timestamp":6741461814532,"id":1551,"parentId":1550,"tags":{},"startTime":1776348408850,"traceId":"bd498e2bd237b710"},{"name":"next-swc-loader","duration":1328,"timestamp":6741461814502,"id":1550,"parentId":1549,"tags":{},"startTime":1776348408850,"traceId":"bd498e2bd237b710"},{"name":"build-module-js","duration":2073,"timestamp":6741461814420,"id":1549,"parentId":1547,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-error.js","layer":"app-pages-browser"},"startTime":1776348408850,"traceId":"bd498e2bd237b710"},{"name":"add-entry","duration":88208,"timestamp":6741461729850,"id":1539,"parentId":1532,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error.js&page=%2F_not-found%2Fpage!"},"startTime":1776348408765,"traceId":"bd498e2bd237b710"},{"name":"make","duration":115337,"timestamp":6741461702737,"id":1532,"parentId":1531,"tags":{},"startTime":1776348408738,"traceId":"bd498e2bd237b710"},{"name":"chunk-graph","duration":1050,"timestamp":6741461819711,"id":1553,"parentId":1552,"tags":{},"startTime":1776348408855,"traceId":"bd498e2bd237b710"},{"name":"optimize-modules","duration":3,"timestamp":6741461820775,"id":1555,"parentId":1552,"tags":{},"startTime":1776348408856,"traceId":"bd498e2bd237b710"},{"name":"optimize-chunks","duration":33,"timestamp":6741461820787,"id":1556,"parentId":1552,"tags":{},"startTime":1776348408856,"traceId":"bd498e2bd237b710"},{"name":"optimize-tree","duration":3,"timestamp":6741461820828,"id":1557,"parentId":1552,"tags":{},"startTime":1776348408856,"traceId":"bd498e2bd237b710"},{"name":"optimize-chunk-modules","duration":2,"timestamp":6741461820839,"id":1558,"parentId":1552,"tags":{},"startTime":1776348408856,"traceId":"bd498e2bd237b710"},{"name":"optimize","duration":505,"timestamp":6741461820769,"id":1554,"parentId":1552,"tags":{},"startTime":1776348408856,"traceId":"bd498e2bd237b710"},{"name":"module-hash","duration":240,"timestamp":6741461822054,"id":1559,"parentId":1552,"tags":{},"startTime":1776348408858,"traceId":"bd498e2bd237b710"},{"name":"code-generation","duration":956,"timestamp":6741461822300,"id":1560,"parentId":1552,"tags":{},"startTime":1776348408858,"traceId":"bd498e2bd237b710"},{"name":"hash","duration":2048,"timestamp":6741461824025,"id":1561,"parentId":1552,"tags":{},"startTime":1776348408860,"traceId":"bd498e2bd237b710"},{"name":"code-generation-jobs","duration":110,"timestamp":6741461826072,"id":1562,"parentId":1552,"tags":{},"startTime":1776348408862,"traceId":"bd498e2bd237b710"},{"name":"module-assets","duration":38,"timestamp":6741461826174,"id":1563,"parentId":1552,"tags":{},"startTime":1776348408862,"traceId":"bd498e2bd237b710"},{"name":"create-chunk-assets","duration":1600,"timestamp":6741461826215,"id":1564,"parentId":1552,"tags":{},"startTime":1776348408862,"traceId":"bd498e2bd237b710"},{"name":"NextJsBuildManifest-generateClientManifest","duration":45,"timestamp":6741461828922,"id":1566,"parentId":1531,"tags":{},"startTime":1776348408865,"traceId":"bd498e2bd237b710"},{"name":"NextJsBuildManifest-createassets","duration":94,"timestamp":6741461828877,"id":1565,"parentId":1531,"tags":{},"startTime":1776348408865,"traceId":"bd498e2bd237b710"},{"name":"seal","duration":11117,"timestamp":6741461819135,"id":1552,"parentId":1531,"tags":{},"startTime":1776348408855,"traceId":"bd498e2bd237b710"},{"name":"webpack-compilation","duration":129328,"timestamp":6741461701031,"id":1531,"parentId":1528,"tags":{"name":"client"},"startTime":1776348408737,"traceId":"bd498e2bd237b710"},{"name":"emit","duration":5934,"timestamp":6741461830379,"id":1567,"parentId":1528,"tags":{},"startTime":1776348408866,"traceId":"bd498e2bd237b710"},{"name":"webpack-invalidated-client","duration":141095,"timestamp":6741461695552,"id":1528,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776348408731,"traceId":"bd498e2bd237b710"},{"name":"add-entry","duration":5520,"timestamp":6741461842827,"id":1571,"parentId":1569,"tags":{"request":"next-app-loader?name=app%2F(public)%2Fpage&page=%2F(public)%2Fpage&appPaths=%2F(public)%2Fpage&pagePath=private-next-app-dir%2F(public)%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=standalone&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1776348408878,"traceId":"bd498e2bd237b710"},{"name":"build-module","duration":6950,"timestamp":6741462428047,"id":1572,"parentId":1570,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=..%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error.js&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=standalone&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1776348409464,"traceId":"bd498e2bd237b710"},{"name":"add-entry","duration":593199,"timestamp":6741461842802,"id":1570,"parentId":1569,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=..%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error.js&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=standalone&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1776348408878,"traceId":"bd498e2bd237b710"},{"name":"make","duration":608757,"timestamp":6741461838759,"id":1569,"parentId":1568,"tags":{},"startTime":1776348408874,"traceId":"bd498e2bd237b710"},{"name":"chunk-graph","duration":750,"timestamp":6741462448892,"id":1580,"parentId":1579,"tags":{},"startTime":1776348409485,"traceId":"bd498e2bd237b710"},{"name":"optimize-modules","duration":3,"timestamp":6741462449654,"id":1582,"parentId":1579,"tags":{},"startTime":1776348409485,"traceId":"bd498e2bd237b710"},{"name":"optimize-chunks","duration":1166,"timestamp":6741462449667,"id":1583,"parentId":1579,"tags":{},"startTime":1776348409485,"traceId":"bd498e2bd237b710"},{"name":"optimize-tree","duration":5,"timestamp":6741462450848,"id":1584,"parentId":1579,"tags":{},"startTime":1776348409486,"traceId":"bd498e2bd237b710"},{"name":"optimize-chunk-modules","duration":4,"timestamp":6741462450882,"id":1585,"parentId":1579,"tags":{},"startTime":1776348409487,"traceId":"bd498e2bd237b710"},{"name":"optimize","duration":1635,"timestamp":6741462449650,"id":1581,"parentId":1579,"tags":{},"startTime":1776348409485,"traceId":"bd498e2bd237b710"},{"name":"module-hash","duration":296,"timestamp":6741462452159,"id":1586,"parentId":1579,"tags":{},"startTime":1776348409488,"traceId":"bd498e2bd237b710"},{"name":"code-generation","duration":762,"timestamp":6741462452465,"id":1587,"parentId":1579,"tags":{},"startTime":1776348409488,"traceId":"bd498e2bd237b710"},{"name":"hash","duration":621,"timestamp":6741462453875,"id":1588,"parentId":1579,"tags":{},"startTime":1776348409489,"traceId":"bd498e2bd237b710"},{"name":"code-generation-jobs","duration":81,"timestamp":6741462454496,"id":1589,"parentId":1579,"tags":{},"startTime":1776348409490,"traceId":"bd498e2bd237b710"},{"name":"module-assets","duration":39,"timestamp":6741462454566,"id":1590,"parentId":1579,"tags":{},"startTime":1776348409490,"traceId":"bd498e2bd237b710"},{"name":"create-chunk-assets","duration":742,"timestamp":6741462454609,"id":1591,"parentId":1579,"tags":{},"startTime":1776348409490,"traceId":"bd498e2bd237b710"},{"name":"seal","duration":7753,"timestamp":6741462448415,"id":1579,"parentId":1568,"tags":{},"startTime":1776348409484,"traceId":"bd498e2bd237b710"},{"name":"webpack-compilation","duration":618719,"timestamp":6741461838419,"id":1568,"parentId":1530,"tags":{"name":"server"},"startTime":1776348408874,"traceId":"bd498e2bd237b710"},{"name":"emit","duration":5545,"timestamp":6741462457158,"id":1592,"parentId":1530,"tags":{},"startTime":1776348409493,"traceId":"bd498e2bd237b710"},{"name":"compile-path","duration":767559,"timestamp":6741461695650,"id":1529,"tags":{"trigger":"/_not-found","isTurbopack":false},"startTime":1776348408731,"traceId":"bd498e2bd237b710"},{"name":"webpack-invalidated-server","duration":767604,"timestamp":6741461695687,"id":1530,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776348408731,"traceId":"bd498e2bd237b710"}] diff --git a/frontend/src/app/(public)/page.tsx b/frontend/src/app/(public)/page.tsx index 94df510b..75223996 100644 --- a/frontend/src/app/(public)/page.tsx +++ b/frontend/src/app/(public)/page.tsx @@ -30,21 +30,28 @@ function DataStreamCanvas() { speed: 0.15 + Math.random() * 0.3, code: stockCodes[Math.floor(Math.random() * stockCodes.length)], pct: `${(Math.random() * 6 - 1).toFixed(2)}%`, - opacity: 0.03 + Math.random() * 0.06, + opacity: 0.08 + Math.random() * 0.12, }); } let animId: number; + const dpr = window.devicePixelRatio || 1; + function resize() { - if (!canvas) return; - canvas.width = canvas.offsetWidth * 1.5; - canvas.height = canvas.offsetHeight * 1.5; + if (!canvas || !ctx) return; + canvas.width = canvas.offsetWidth * dpr; + canvas.height = canvas.offsetHeight * dpr; + ctx.scale(dpr, dpr); } resize(); window.addEventListener("resize", resize); + const displayWidth = () => canvas.offsetWidth; + const displayHeight = () => canvas.offsetHeight; + const fontSize = () => Math.max(10, displayWidth() * 0.012); + function draw() { - if (!ctx || !canvas) return; + if (!canvas || !ctx) return; ctx.clearRect(0, 0, canvas.width, canvas.height); streams.forEach((s) => { @@ -54,21 +61,21 @@ function DataStreamCanvas() { s.x = Math.random() * 100; s.code = stockCodes[Math.floor(Math.random() * stockCodes.length)]; s.pct = `${(Math.random() * 6 - 1).toFixed(2)}%`; - s.opacity = 0.03 + Math.random() * 0.06; + s.opacity = 0.08 + Math.random() * 0.12; } - const px = (s.x / 100) * canvas.width; - const py = (s.y / 100) * canvas.height; + const px = (s.x / 100) * displayWidth(); + const py = (s.y / 100) * displayHeight(); ctx.fillStyle = `rgba(251, 191, 36, ${s.opacity})`; - ctx.font = `${canvas.width * 0.008}px monospace`; + ctx.font = `${fontSize()}px monospace`; ctx.fillText(s.code, px, py); const isUp = parseFloat(s.pct) > 0; ctx.fillStyle = isUp - ? `rgba(255, 107, 107, ${s.opacity * 0.7})` - : `rgba(52, 211, 153, ${s.opacity * 0.7})`; - ctx.fillText(s.pct, px, py + canvas.width * 0.012); + ? `rgba(255, 107, 107, ${s.opacity * 0.9})` + : `rgba(52, 211, 153, ${s.opacity * 0.9})`; + ctx.fillText(s.pct, px, py + fontSize() * 1.3); }); animId = requestAnimationFrame(draw); @@ -85,7 +92,7 @@ function DataStreamCanvas() { ); } @@ -216,11 +223,15 @@ export default function LandingPage() { {/* Scroll hint */} -
- 向下滚动 - - - +
+
+ 向下滚动 +
+ + + +
+
diff --git a/frontend/src/app/globals.css b/frontend/src/app/globals.css index 982954ce..bf8408c2 100644 --- a/frontend/src/app/globals.css +++ b/frontend/src/app/globals.css @@ -285,6 +285,15 @@ body::after { } } +@keyframes bounce-down { + 0%, 100% { + transform: translateY(0); + } + 50% { + transform: translateY(6px); + } +} + .animate-fade-in-up { animation: fadeInUp 0.5s cubic-bezier(0.4, 0, 0.2, 1) both; } @@ -302,6 +311,10 @@ body::after { .delay-300 { animation-delay: 300ms; } .delay-375 { animation-delay: 375ms; } +.animate-bounce-down { + animation: bounce-down 2s ease-in-out infinite; +} + /* Score bar gradient */ .score-bar-gradient-high { background: linear-gradient(90deg, #ff6b6b, #f59e0b);